aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Hexagon HVX (target/hexagon) import macro definitionsTaylor Simpson3-0/+955
2021-11-03Hexagon HVX (target/hexagon) macrosTaylor Simpson2-0/+376
2021-11-03Hexagon HVX (target/hexagon) instruction attributesTaylor Simpson1-0/+22
2021-11-03Hexagon HVX (target/hexagon) register namesTaylor Simpson2-1/+2
2021-11-03Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to coreTaylor Simpson6-6/+200
2021-11-03Hexagon HVX (target/hexagon) READMETaylor Simpson1-1/+80
2021-11-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson23-172/+909
2021-11-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' i...Richard Henderson4-0/+0
2021-11-02Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111...Richard Henderson2-1/+25
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into stagingRichard Henderson13-437/+1145
2021-11-01migration/dirtyrate: implement dirty-bitmap dirtyrate calculationHyman Huang(黄勇)3-15/+112
2021-11-01memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)2-0/+16
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand1-2/+36
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand1-13/+22
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand3-9/+8
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand3-4/+49
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand2-37/+0
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand1-0/+77
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand1-0/+58
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2-0/+32
2021-11-01dump-guest-memory: Block live migrationPeter Xu1-0/+19
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu2-8/+29
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu1-7/+8
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)4-15/+218
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)1-4/+5
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)1-2/+3
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)3-23/+74
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)6-22/+54
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)4-0/+14
2021-11-01roms/openbios: update OpenBIOS images to b9062dea built from submoduleMark Cave-Ayland4-0/+0
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2-28/+0
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde1-0/+11
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde2-3/+25
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang3-0/+596
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang5-159/+184
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2-2/+44
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé3-60/+74
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé2-3/+5
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé1-9/+9
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost3-174/+198
2021-11-01Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson16-122/+427
2021-11-01vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang1-0/+7
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang1-1/+18
2021-11-01python, iotests: replace qmp with aqmpJohn Snow1-1/+6
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow1-0/+138
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow1-8/+5
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow2-5/+27
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow2-3/+5
2021-11-01python/aqmp: Remove scary messageJohn Snow1-12/+0
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow1-6/+42