summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-18qapi: Adjust names of implicit typesEric Blake11-103/+105
2016-03-18qapi: Make c_type() more OO-likeEric Blake2-11/+35
2016-03-18qapi: Fix command with named empty argument typeEric Blake4-2/+11
2016-03-18qapi: Assert in places where variants are not handledEric Blake2-1/+3
2016-03-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell35-470/+736
2016-03-17Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-03-17-v2'...Kevin Wolf3-12/+26
2016-03-17iotests: Test QUORUM_REPORT_BAD in fifo modeAlberto Garcia2-4/+17
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia1-8/+9
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf1-4/+5
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf1-13/+92
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf1-15/+21
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf1-9/+8
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf3-18/+10
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf3-13/+34
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf3-8/+65
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf3-114/+192
2016-03-17block: Remove bdrv_states listMax Reitz4-40/+3
2016-03-17block: Use bdrv_next() instead of bdrv_statesMax Reitz1-6/+6
2016-03-17block: Rewrite bdrv_next()Max Reitz1-3/+14
2016-03-17block: Add blk_next_root_bs()Max Reitz2-0/+25
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz4-0/+17
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz6-51/+41
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz3-24/+6
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz18-76/+68
2016-03-17blockdev: Separate BB name managementMax Reitz2-31/+63
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz1-1/+23
2016-03-17blockdev: Rename blk_backendsMax Reitz1-9/+11
2016-03-17block: Drop BB name from bad option errorMax Reitz3-11/+11
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz6-45/+18
2016-03-17block: Use blk_{commit,flush}_all() consistentlyMax Reitz3-4/+6
2016-03-17block: Add blk_commit_all()Max Reitz2-0/+6
2016-03-17block: Use blk_next() in block-backend.cMax Reitz1-6/+6
2016-03-17monitor: Use BB list for BB name completionMax Reitz1-3/+4
2016-03-17block: Fix memory leak in hmp_drive_add_node()Kevin Wolf1-0/+1
2016-03-17block: Fix qemu_root_bds_opts.head initialisationKevin Wolf1-1/+1
2016-03-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-16/+3
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi1-13/+0
2016-03-17aio-posix: Change CONFIG_EPOLL to CONFIG_EPOLL_CREATE1Matthew Fortune1-3/+3
2016-03-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell29-36/+28
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost8-9/+9
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost21-27/+19
2016-03-16Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-5/+8
2016-03-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160316-...Peter Maydell46-140/+4114
2016-03-16sd: Fix "info qtree" on boards with SD cardsPeter Maydell1-2/+4
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE5-0/+484
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE4-15/+144
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE7-2/+517
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann5-0/+384
2016-03-16bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann1-0/+7
2016-03-16hw/arm: Add palmetto-bmc machineAndrew Jeffery2-1/+66