aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-09hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé
2020-03-09hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé
2020-03-09hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé
2020-03-09hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé
2020-03-09hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé
2020-03-09vl: Add missing "hw/boards.h" includePhilippe Mathieu-Daudé
2020-03-09virtfs-proxy-helper: Make the helper_opts[] array constPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé
2020-03-09hw/net/e1000: Add readops/writeops typedefsPhilippe Mathieu-Daudé
2020-03-09hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé
2020-03-09build-sys: Move the print-variable rule to rules.makPhilippe Mathieu-Daudé
2020-03-09maint: Include top-level *.rst files early in git diffEric Blake
2020-03-09dp8393x: Mask EOL bit from descriptor addresses, take 2Finn Thain
2020-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-03-08hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logicPhilippe Mathieu-Daudé
2020-03-08vhost-vsock: fix error message outputNick Erdmann
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2020-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-03-06block: bdrv_reopen() with backing file in different AioContextKevin Wolf
2020-03-06iotests: Refactor blockdev-reopen test for iothreadsKevin Wolf
2020-03-06block/rbd: Add support for ceph namespacesFlorian Florensa
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf
2020-03-06monitor: Add allow_hmp parameter to monitor_init()Kevin Wolf
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06qmp: Fail gracefully if chardev is already in useKevin Wolf
2020-03-06monitor: Create QAPIfied monitor_init()Kevin Wolf
2020-03-06qapi: Create 'pragma' moduleKevin Wolf
2020-03-06stubs: Update monitor stubs for qemu-storage-daemonKevin Wolf
2020-03-06qemu-storage-daemon: Add --chardev optionKevin Wolf
2020-03-06qemu-storage-daemon: Add main loopKevin Wolf
2020-03-06qemu-storage-daemon: Add --export optionKevin Wolf
2020-03-06blockdev-nbd: Boxed argument type for nbd-server-addKevin Wolf
2020-03-06qemu-storage-daemon: Add --nbd-server optionKevin Wolf
2020-03-06qemu-storage-daemon: Add --object optionKevin Wolf
2020-03-06qapi: Flatten object-addKevin Wolf
2020-03-06qemu-storage-daemon: Add --blockdev optionKevin Wolf
2020-03-06block: Move sysemu QMP commands to QAPI block moduleKevin Wolf
2020-03-06block: Move common QMP commands to block-core QAPI moduleKevin Wolf
2020-03-06block: Move system emulator QMP commands to block/qapi-sysemu.cKevin Wolf
2020-03-06stubs: Add arch_typeKevin Wolf
2020-03-06qemu-storage-daemon: Add barebone toolKevin Wolf
2020-03-06block/qcow2: Move bitmap reopen into bdrv_reopen_commit_postPeter Krempa
2020-03-06block: Introduce 'bdrv_reopen_commit_post' stepPeter Krempa
2020-03-06block: Fix leak in bdrv_create_file_fallback()Max Reitz
2020-03-06iotests/026: Test EIO on allocation in a data-fileMax Reitz
2020-03-06iotests/026: Test EIO on preallocated zero clusterMax Reitz
2020-03-06qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz
2020-03-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell