aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-usb QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-numa QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-profile QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé
2021-11-02docs/devel: document expectations for HMP commands in the futureDaniel P. Berrangé
2021-11-02docs/devel: add example of command returning unstructured textDaniel P. Berrangé
2021-11-02docs/devel: document expectations for QAPI data modelling for QMPDaniel P. Berrangé
2021-11-02monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé
2021-11-02docs/devel: update error handling guidance for HMP commandsDaniel P. Berrangé
2021-11-02docs/devel: tweak headings in monitor command docsDaniel P. Berrangé
2021-11-02docs/devel: rename file for writing monitor commandsDaniel P. Berrangé
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé
2021-11-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson
2021-11-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' i...Richard Henderson
2021-11-02Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111...Richard Henderson
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into stagingRichard Henderson
2021-11-01migration/dirtyrate: implement dirty-bitmap dirtyrate calculationHyman Huang(黄勇)
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand
2021-11-01dump-guest-memory: Block live migrationPeter Xu
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)
2021-11-01roms/openbios: update OpenBIOS images to b9062dea built from submoduleMark Cave-Ayland
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost
2021-11-01Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson