summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2016-03-173-24/+6Star
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-1718-76/+68Star
* blockdev: Separate BB name managementMax Reitz2016-03-172-31/+63
* blockdev: Add list of all BlockBackendsMax Reitz2016-03-171-1/+23
* blockdev: Rename blk_backendsMax Reitz2016-03-171-9/+11
* block: Drop BB name from bad option errorMax Reitz2016-03-173-11/+11
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2016-03-176-45/+18Star
* block: Use blk_{commit,flush}_all() consistentlyMax Reitz2016-03-173-4/+6
* block: Add blk_commit_all()Max Reitz2016-03-172-0/+6
* block: Use blk_next() in block-backend.cMax Reitz2016-03-171-6/+6
* monitor: Use BB list for BB name completionMax Reitz2016-03-171-3/+4
* block: Fix memory leak in hmp_drive_add_node()Kevin Wolf2016-03-171-0/+1
* block: Fix qemu_root_bds_opts.head initialisationKevin Wolf2016-03-171-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-03-172-16/+3Star
|\
| * Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi2016-03-171-13/+0Star
| * aio-posix: Change CONFIG_EPOLL to CONFIG_EPOLL_CREATE1Matthew Fortune2016-03-171-3/+3
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell2016-03-1729-36/+28Star
|\
| * module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-168-9/+9
| * machine: Use type_init() to register machine classesEduardo Habkost2016-03-1621-27/+19Star
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-03-162-5/+8
|\ \ | |/ |/|
| * MAINTAINERS: Fix typo, block/stream.h -> block/stream.cJeff Cody2016-03-161-1/+1
| * block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody2016-03-161-4/+7
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160316-...Peter Maydell2016-03-1646-140/+4114
|\ \ | |/ |/|
| * sd: Fix "info qtree" on boards with SD cardsPeter Maydell2016-03-161-2/+4
| * bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2016-03-165-0/+484
| * bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-164-15/+144
| * bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-167-2/+517
| * bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-165-0/+384
| * bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry piAndrew Baumann2016-03-161-0/+7
| * hw/arm: Add palmetto-bmc machineAndrew Jeffery2016-03-162-1/+66
| * hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery2016-03-163-0/+173
| * hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery2016-03-164-0/+395
| * hw/timer: Add ASPEED timer device modelAndrew Jeffery2016-03-165-0/+519
| * i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2016-03-164-0/+4
| * i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois2016-03-163-0/+972
| * i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-165-12/+15
| * i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2016-03-163-65/+0Star
| * i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-165-9/+9
| * i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois2016-03-161-12/+15
| * arm: virt: Move machine class init code to the abstract machine typeWei Huang2016-03-161-14/+20
| * arm: virt: Add an abstract ARM virt machine typeWei Huang2016-03-161-5/+18
| * target-arm: Fix translation level on early translation faultsSergey Sorokin2016-03-161-10/+12
| * target-arm: Implement MRS (banked) and MSR (banked) instructionsPeter Maydell2016-03-163-3/+366
| * loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander2016-03-161-1/+1
|/
* util/base64.c: Clean includesPeter Maydell2016-03-161-2/+0Star
* update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell2016-03-161-2/+3
* include/config.h: RemovePeter Maydell2016-03-162-2/+0Star
* slirp/slirp.h: Remove now-empty #ifdefsPeter Maydell2016-03-161-24/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-03-16' into...Peter Maydell2016-03-161-21/+19Star
|\
| * error: ensure errno detail is printed with error_abortDaniel P. Berrange2016-03-161-21/+19Star