aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-02linux-user/host/sparc: Populate host_signal.hRichard Henderson
2021-11-02linux-user/host/alpha: Populate host_signal.hRichard Henderson
2021-11-02linux-user/host/ppc: Populate host_signal.hRichard Henderson
2021-11-02linux-user/host/x86: Populate host_signal.hRichard Henderson
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into stagingRichard Henderson
2021-11-01hw/i386: fix vmmouse registrationPavel Dovgalyuk
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-11-01pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker
2021-11-01hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker
2021-11-01hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker
2021-11-01hw/acpi: Add VIOT tableJean-Philippe Brucker
2021-11-01vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand
2021-11-01qtest: fix 'expression is always false' build failure in qtest_has_accel()Igor Mammedov
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
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang
2021-11-01python, iotests: replace qmp with aqmpJohn Snow
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow