aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell
2016-03-18qemu-doc: Fix ivshmem huge page exampleMarkus Armbruster
2016-03-18ivshmem-server: Don't overload POSIX shmem and file nameMarkus Armbruster
2016-03-18ivshmem-server: Fix and clean up command line helpMarkus Armbruster
2016-03-18target-ppc: Document TOCTTOU in hugepage supportMarkus Armbruster
2016-03-18usb: ehci: add capability mmio write functionPrasad J Pandit
2016-03-18hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune
2016-03-18usb: fix unbound stack warning for inotify_watchfnPeter Xu
2016-03-18usb: fix unbound stack usage for usb_mtp_add_strPeter Xu
2016-03-18usb: fix unbounded stack warning for xhci_dma_write_u32sPeter Xu
2016-03-18usb: Fix compilation for WindowsStefan Weil
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Make BlockdevOptions doc example closer to realityEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-18qapi: Drop unused c_null()Eric Blake
2016-03-18qapi: Inline gen_visit_members() into lone callerEric Blake
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake
2016-03-18qapi-event: Utilize implicit struct visitsEric Blake
2016-03-18qapi-event: Drop qmp_output_get_qobject() null checkEric Blake
2016-03-18qapi: Emit implicit structs in generated CEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Make c_type() more OO-likeEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-18qapi: Assert in places where variants are not handledEric Blake
2016-03-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...Peter Maydell
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-03-17Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-03-17-v2'...Kevin Wolf
2016-03-17iotests: Test QUORUM_REPORT_BAD in fifo modeAlberto Garcia
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Remove bdrv_states listMax Reitz
2016-03-17block: Use bdrv_next() instead of bdrv_statesMax Reitz
2016-03-17block: Rewrite bdrv_next()Max Reitz
2016-03-17block: Add blk_next_root_bs()Max Reitz
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17blockdev: Separate BB name managementMax Reitz
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz