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
2019-10-17
dirty-bitmaps: remove deprecated autoload parameter
John Snow
3
-16
/
+16
2019-10-17
MAINTAINERS: Add Vladimir as a reviewer for bitmaps
John Snow
1
-2
/
+1
2019-10-17
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
3
-26
/
+14
2019-10-17
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
1
-19
/
+58
2019-10-17
iotests: add test 260 to check bitmap life after snapshot + commit
Vladimir Sementsov-Ogievskiy
3
-0
/
+142
2019-10-17
block/qcow2-bitmap: do not remove bitmaps on reopen-ro
Vladimir Sementsov-Ogievskiy
3
-17
/
+37
2019-10-17
block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
Vladimir Sementsov-Ogievskiy
2
-16
/
+1
2019-10-17
block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
Vladimir Sementsov-Ogievskiy
3
-23
/
+13
2019-10-17
iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
Vladimir Sementsov-Ogievskiy
2
-4
/
+57
2019-10-17
block: reverse order for reopen commits
Vladimir Sementsov-Ogievskiy
1
-3
/
+9
2019-10-17
block: switch reopen queue from QSIMPLEQ to QTAILQ
Vladimir Sementsov-Ogievskiy
2
-13
/
+13
2019-10-17
block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
Vladimir Sementsov-Ogievskiy
5
-18
/
+18
2019-10-17
block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
Vladimir Sementsov-Ogievskiy
1
-43
/
+41
2019-10-17
block/dirty-bitmap: add bs link
Vladimir Sementsov-Ogievskiy
9
-40
/
+35
2019-10-17
block/dirty-bitmap: drop meta
Vladimir Sementsov-Ogievskiy
2
-51
/
+0
2019-10-17
block/qcow2: proper locking on bitmap add/remove paths
Vladimir Sementsov-Ogievskiy
6
-48
/
+131
2019-10-17
block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
6
-25
/
+25
2019-10-17
block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
Vladimir Sementsov-Ogievskiy
2
-22
/
+22
2019-10-17
util/hbitmap: strict hbitmap_reset
Vladimir Sementsov-Ogievskiy
3
-1
/
+10
2019-10-17
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
19
-159
/
+247
2019-10-17
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191013' into staging
Peter Maydell
4
-85
/
+1117
2019-10-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
39
-42
/
+1211
2019-10-17
sphinx: Use separate doctree directories for different builders
Eduardo Habkost
1
-1
/
+4
2019-10-15
target/i386: Add Snowridge-v2 (no MPX) CPU model
Xiaoyao Li
1
-0
/
+12
2019-10-15
i386: Omit all-zeroes entries from KVM CPUID table
Eduardo Habkost
1
-0
/
+14
2019-10-15
i386: Fix legacy guest with xsave panic on host kvm without update cpuid.
Bingsong Si
1
-1
/
+7
2019-10-15
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
Tao Xu
3
-8
/
+7
2019-10-15
target/i386: clean up comments over 80 chars per line
Tao Xu
1
-59
/
+111
2019-10-15
memory-device: break the loop if tmp exceed the hinted range
Wei Yang
1
-0
/
+2
2019-10-15
memory-device: not necessary to use goto for the last check
Wei Yang
1
-1
/
+0
2019-10-15
hw/misc/vmcoreinfo: Add comment about reset handler
Philippe Mathieu-Daudé
1
-0
/
+4
2019-10-15
hw/input/lm832x: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-7
/
+5
2019-10-15
hw/isa/vt82c686: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-7
/
+4
2019-10-15
hw/ide/via82c: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-6
/
+4
2019-10-15
hw/ide/sii3112: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-4
/
+3
2019-10-15
hw/ide/piix: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-5
/
+4
2019-10-15
hw/isa/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-4
/
+3
2019-10-15
hw/acpi/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-4
/
+3
2019-10-15
numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node
Tao Xu
3
-10
/
+10
2019-10-15
tests: cpu-plug-test: fix device_add for pc/q35 machines
Igor Mammedov
1
-36
/
+26
2019-10-15
tests: add qtest_qmp_device_add_qdict() helper
Igor Mammedov
2
-10
/
+31
2019-10-15
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191015'...
Peter Maydell
105
-649
/
+3933
2019-10-15
hw/misc/bcm2835_mbox: Add trace events
Philippe Mathieu-Daudé
3
-0
/
+13
2019-10-15
hw/arm/bcm2835: Add various unimplemented peripherals
Philippe Mathieu-Daudé
3
-0
/
+54
2019-10-15
hw/arm/bcm2835: Rename some definitions
Philippe Mathieu-Daudé
3
-13
/
+12
2019-10-15
hw/arm/bcm2835_peripherals: Name various address spaces
Philippe Mathieu-Daudé
4
-4
/
+4
2019-10-15
hw/arm/bcm2835_peripherals: Improve logging
Philippe Mathieu-Daudé
5
-18
/
+25
2019-10-15
hw/arm/raspi: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+2
2019-10-15
aspeed/soc: Add ASPEED Video stub
Joel Stanley
3
-0
/
+12
2019-10-15
aspeed: add support for the Aspeed MII controller of the AST2600
Cédric Le Goater
4
-0
/
+204
[prev]
[next]