index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
hw/arm: Attach MMC to quanta-gbs-bmc
Shengtan Mao
1
-0
/
+20
2021-11-02
hw/arm: Add Nuvoton SD module to board
Shengtan Mao
2
-1
/
+13
2021-11-02
hw/sd: add nuvoton MMC
Shengtan Mao
3
-0
/
+248
2021-11-02
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...
Richard Henderson
23
-172
/
+909
2021-11-02
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' i...
Richard Henderson
4
-0
/
+0
2021-11-02
Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111...
Richard Henderson
2
-1
/
+25
2021-11-02
Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into staging
Richard Henderson
13
-437
/
+1145
2021-11-01
migration/dirtyrate: implement dirty-bitmap dirtyrate calculation
Hyman Huang(黄勇)
3
-15
/
+112
2021-11-01
memory: introduce total_dirty_pages to stat dirty pages
Hyman Huang(黄勇)
2
-0
/
+16
2021-11-01
migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
David Hildenbrand
1
-2
/
+36
2021-11-01
migration/ram: Factor out populating pages readable in ram_block_populate_pag...
David Hildenbrand
1
-13
/
+22
2021-11-01
migration: Simplify alignment and alignment checks
David Hildenbrand
3
-9
/
+8
2021-11-01
migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
David Hildenbrand
3
-4
/
+49
2021-11-01
virtio-mem: Drop precopy notifier
David Hildenbrand
2
-37
/
+0
2021-11-01
migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
David Hildenbrand
1
-0
/
+77
2021-11-01
virtio-mem: Implement replay_discarded RamDiscardManager callback
David Hildenbrand
1
-0
/
+58
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
2
-0
/
+32
2021-11-01
dump-guest-memory: Block live migration
Peter Xu
1
-0
/
+19
2021-11-01
migration: Add migrate_add_blocker_internal()
Peter Xu
2
-8
/
+29
2021-11-01
migration: Make migration blocker work for snapshots too
Peter Xu
1
-7
/
+8
2021-11-01
migration/dirtyrate: implement dirty-ring dirtyrate calculation
Hyman Huang(黄勇)
4
-15
/
+218
2021-11-01
migration/dirtyrate: move init step of calculation to main thread
Hyman Huang(黄勇)
1
-4
/
+5
2021-11-01
migration/dirtyrate: adjust order of registering thread
Hyman Huang(黄勇)
1
-2
/
+3
2021-11-01
migration/dirtyrate: introduce struct and adjust DirtyRateStat
Hyman Huang(黄勇)
3
-23
/
+74
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
6
-22
/
+54
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
4
-0
/
+14
2021-11-01
roms/openbios: update OpenBIOS images to b9062dea built from submodule
Mark Cave-Ayland
4
-0
/
+0
2021-11-01
machine: remove the done notifier for dynamic sysbus device type check
Damien Hedde
2
-28
/
+0
2021-11-01
qdev-monitor: Check sysbus device type before creating it
Damien Hedde
1
-0
/
+11
2021-11-01
machine: add device_type_is_dynamic_sysbus function
Damien Hedde
2
-3
/
+25
2021-11-01
tests/unit: Add an unit test for smp parsing
Yanan Wang
3
-0
/
+596
2021-11-01
hw/core/machine: Split out the smp parsing code
Yanan Wang
5
-159
/
+184
2021-11-01
hw/core: Restrict hotplug to system emulation
Philippe Mathieu-Daudé
2
-2
/
+44
2021-11-01
hw/core: Extract hotplug-related functions to qdev-hotplug.c
Philippe Mathieu-Daudé
3
-60
/
+74
2021-11-01
hw/core: Declare meson source set
Philippe Mathieu-Daudé
2
-3
/
+5
2021-11-01
hw/core: Restrict sysemu specific files
Philippe Mathieu-Daudé
1
-9
/
+9
2021-11-01
machine: Move gpio code to hw/core/gpio.c
Eduardo Habkost
3
-174
/
+198
2021-11-01
Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...
Richard Henderson
16
-122
/
+427
2021-11-01
vfio/common: Add a trace point when a MMIO RAM section cannot be mapped
Kunkun Jiang
1
-0
/
+7
2021-11-01
vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration
Kunkun Jiang
1
-1
/
+18
2021-11-01
python, iotests: replace qmp with aqmp
John Snow
1
-1
/
+6
2021-11-01
python/aqmp: Create sync QMP wrapper for iotests
John Snow
1
-0
/
+138
2021-11-01
iotests/300: avoid abnormal shutdown race condition
John Snow
1
-8
/
+5
2021-11-01
iotests: Conditionally silence certain AQMP errors
John Snow
2
-5
/
+27
2021-11-01
iotests: Accommodate async QMP Exception classes
John Snow
2
-3
/
+5
2021-11-01
python/aqmp: Remove scary message
John Snow
1
-12
/
+0
2021-11-01
python/machine: Handle QMP errors on close more meticulously
John Snow
1
-6
/
+42
2021-11-01
python/machine: remove has_quit argument
John Snow
4
-23
/
+22
2021-11-01
python: Add iotest linters to test suite
John Snow
2
-0
/
+8
2021-11-01
iotests/linters: Add workaround for mypy bug #9852
John Snow
1
-1
/
+3
[next]