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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2020-08-04
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
2
-2
/
+6
2020-07-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200727'...
Peter Maydell
6
-31
/
+54
2020-07-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...
Peter Maydell
5
-8
/
+42
2020-07-28
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...
Peter Maydell
2
-11
/
+18
2020-07-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
3
-12
/
+23
2020-07-28
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-27-tag' in...
Peter Maydell
2
-7
/
+24
2020-07-28
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...
Peter Maydell
9
-244
/
+555
2020-07-28
iotests/197: Fix for non-qcow2 formats
Max Reitz
2
-4
/
+6
2020-07-28
iotests/028: Add test for cross-base-EOF reads
Max Reitz
2
-0
/
+30
2020-07-28
block: Fix bdrv_aligned_p*v() for qiov_offset != 0
Max Reitz
1
-4
/
+6
2020-07-28
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200727' i...
Peter Maydell
4
-0
/
+0
2020-07-28
net: forbid the reentrant RX
Jason Wang
1
-0
/
+3
2020-07-28
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
1
-11
/
+19
2020-07-28
virtio-pci: fix wrong index in virtio_pci_queue_enabled
Yuri Benditovich
1
-1
/
+1
2020-07-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-27' in...
Peter Maydell
3
-7
/
+17
2020-07-27
qga/qapi-schema: Document -1 for invalid PCI address fields
Thomas Huth
1
-1
/
+1
2020-07-27
qga-win: fix "guest-get-fsinfo" wrong filesystem type
Basil Salman
1
-6
/
+23
2020-07-27
migration: Fix typos in bitmap migration comments
Eric Blake
1
-2
/
+2
2020-07-27
iotests: Adjust which migration tests are quick
Eric Blake
1
-6
/
+6
2020-07-27
qemu-iotests/199: add source-killed case to bitmaps postcopy
Vladimir Sementsov-Ogievskiy
2
-2
/
+17
2020-07-27
qemu-iotests/199: add early shutdown case to bitmaps postcopy
Vladimir Sementsov-Ogievskiy
2
-2
/
+26
2020-07-27
qemu-iotests/199: check persistent bitmaps
Vladimir Sementsov-Ogievskiy
1
-1
/
+15
2020-07-27
qemu-iotests/199: prepare for new test-cases addition
Vladimir Sementsov-Ogievskiy
1
-13
/
+23
2020-07-27
migration/savevm: don't worry if bitmap migration postcopy failed
Vladimir Sementsov-Ogievskiy
1
-5
/
+32
2020-07-27
migration/block-dirty-bitmap: cancel migration on shutdown
Vladimir Sementsov-Ogievskiy
3
-0
/
+31
2020-07-27
migration/block-dirty-bitmap: relax error handling in incoming part
Vladimir Sementsov-Ogievskiy
1
-37
/
+127
2020-07-27
migration/block-dirty-bitmap: keep bitmap state for all bitmaps
Vladimir Sementsov-Ogievskiy
1
-21
/
+43
2020-07-27
migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
Vladimir Sementsov-Ogievskiy
1
-21
/
+4
2020-07-27
migration/block-dirty-bitmap: rename finish_lock to just lock
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2020-07-27
migration/block-dirty-bitmap: refactor state global variables
Vladimir Sementsov-Ogievskiy
1
-80
/
+99
2020-07-27
migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
Vladimir Sementsov-Ogievskiy
3
-8
/
+1
2020-07-27
migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2020-07-27
migration/block-dirty-bitmap: rename state structure types
Vladimir Sementsov-Ogievskiy
1
-33
/
+37
2020-07-27
migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-07-27
qemu-iotests/199: increase postcopy period
Vladimir Sementsov-Ogievskiy
1
-19
/
+39
2020-07-27
qemu-iotests/199: change discard patterns
Vladimir Sementsov-Ogievskiy
1
-18
/
+26
2020-07-27
qemu-iotests/199: improve performance: set bitmap by discard
Vladimir Sementsov-Ogievskiy
1
-11
/
+20
2020-07-27
qemu-iotests/199: better catch postcopy time
Vladimir Sementsov-Ogievskiy
1
-15
/
+57
2020-07-27
qemu-iotests/199: drop extra constraints
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2020-07-27
qemu-iotests/199: fix style
Vladimir Sementsov-Ogievskiy
1
-6
/
+7
2020-07-27
qcow2: Fix capitalization of header extension constant.
Andrey Shinkevich
2
-2
/
+2
2020-07-27
linux-user: Use getcwd syscall directly
Andreas Schwab
1
-8
/
+1
2020-07-27
linux-user: Fix syscall rt_sigtimedwait() implementation
Filip Bozuta
1
-1
/
+3
2020-07-27
linux-user: Ensure mmap_min_addr is non-zero
Richard Henderson
1
-2
/
+14
2020-07-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
12
-10
/
+60
2020-07-27
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging
Peter Maydell
2
-2
/
+7
2020-07-27
virtio-pci: fix virtio_pci_queue_enabled()
Laurent Vivier
3
-2
/
+8
2020-07-27
target/arm: Improve IMPDEF algorithm for IRG
Richard Henderson
1
-7
/
+30
2020-07-27
hw/arm/boot: Fix MTE for EL3 direct kernel boot
Richard Henderson
1
-0
/
+3
2020-07-27
hw/arm/boot: Fix PAUTH for EL3 direct kernel boot
Richard Henderson
1
-0
/
+3
[next]