summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-4/+0Star
* hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-092-2/+0Star
* hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-093-3/+0Star
* vl: Add missing "hw/boards.h" includePhilippe Mathieu-Daudé2020-03-091-0/+1
* virtfs-proxy-helper: Make the helper_opts[] array constPhilippe Mathieu-Daudé2020-03-091-1/+1
* hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-092-4/+4
* hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé2020-03-092-4/+8
* hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé2020-03-091-2/+2
* build-sys: Move the print-variable rule to rules.makPhilippe Mathieu-Daudé2020-03-092-3/+3
* maint: Include top-level *.rst files early in git diffEric Blake2020-03-091-0/+1
* dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain2020-03-091-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-03-099-24/+43
|\
| * hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé2020-03-081-15/+17
| * vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
| * vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
| * pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-086-7/+14
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-03-0652-1306/+2157
|\
| * block: bdrv_reopen() with backing file in different AioContextKevin Wolf2020-03-062-11/+29
| * iotests: Refactor blockdev-reopen test for iothreadsKevin Wolf2020-03-062-12/+39
| * block/rbd: Add support for ceph namespacesFlorian Florensa2020-03-062-13/+34
| * qemu-storage-daemon: Add --monitor optionKevin Wolf2020-03-0610-5/+121
| * monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf2020-03-063-4/+13
| * hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-067-8/+18
| * qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-065-8/+16
| * monitor: Create QAPIfied monitor_init()Kevin Wolf2020-03-063-35/+80
| * qapi: Create 'pragma' moduleKevin Wolf2020-03-063-25/+26
| * stubs: Update monitor stubs for qemu-storage-daemonKevin Wolf2020-03-063-13/+24
| * qemu-storage-daemon: Add --chardev optionKevin Wolf2020-03-062-1/+25
| * qemu-storage-daemon: Add main loopKevin Wolf2020-03-062-0/+15
| * qemu-storage-daemon: Add --export optionKevin Wolf2020-03-062-0/+58
| * blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf2020-03-063-27/+47
| * qemu-storage-daemon: Add --nbd-server optionKevin Wolf2020-03-065-2/+56
| * qemu-storage-daemon: Add --object optionKevin Wolf2020-03-063-1/+49
| * qapi: Flatten object-addKevin Wolf2020-03-066-11/+68
| * qemu-storage-daemon: Add --blockdev optionKevin Wolf2020-03-064-2/+43
| * block: Move sysemu QMP commands to QAPI block moduleKevin Wolf2020-03-063-387/+387
| * block: Move common QMP commands to block-core QAPI moduleKevin Wolf2020-03-062-284/+283Star
| * block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf2020-03-063-559/+592
| * stubs: Add arch_typeKevin Wolf2020-03-063-0/+7
| * qemu-storage-daemon: Add barebone toolKevin Wolf2020-03-063-1/+129
| * block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa2020-03-061-1/+6
| * block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa2020-03-062-0/+10
| * block: Fix leak in bdrv_create_file_fallback()Max Reitz2020-03-061-1/+2
| * iotests/026: Test EIO on allocation in a data-fileMax Reitz2020-03-063-0/+44
| * iotests/026: Test EIO on preallocated zero clusterMax Reitz2020-03-063-0/+41
| * qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz2020-03-061-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-03-064-9/+17
|\ \ | |/ |/|