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
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
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging
Peter Maydell
2
-2
/
+7
2020-07-27
Merge remote-tracking branch 'remotes/stsquad/tags/pull-fixes-for-rc2-270720-...
Peter Maydell
18
-311
/
+390
2020-07-27
tests/vm: add shutdown timeout in basevm.py
Robert Foley
1
-5
/
+10
2020-07-27
python/qemu: Change ConsoleSocket to optionally drain socket.
Robert Foley
2
-46
/
+59
2020-07-27
python/qemu: Cleanup changes to ConsoleSocket
Robert Foley
3
-32
/
+34
2020-07-27
linux-user, ppc: fix clock_nanosleep() for linux-user-ppc
Laurent Vivier
1
-7
/
+0
2020-07-27
linux-user: fix clock_nanosleep()
Laurent Vivier
1
-1
/
+7
2020-07-27
tests/docker: add support for DEB_KEYRING
Alex Bennée
1
-0
/
+7
2020-07-27
tests/docker: fix binfmt_misc image building
Alex Bennée
1
-1
/
+1
2020-07-27
tests/docker: fix update command due to python3 str/bytes distinction
Alex Bennée
1
-6
/
+7
2020-07-27
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
2
-4
/
+9
2020-07-27
target/i386: floatx80: avoid compound literals in static initializers
Laszlo Ersek
2
-213
/
+214
2020-07-27
accel/tcg: better handle memory constrained systems
Alex Bennée
1
-1
/
+6
2020-07-27
util/oslib-win32: add qemu_get_host_physmem implementation
Alex Bennée
1
-1
/
+6
2020-07-27
util: add qemu_get_host_physmem utility function
Alex Bennée
3
-0
/
+33
2020-07-27
semihosting: don't send the trailing '\0'
KONRAD Frederic
1
-1
/
+3
2020-07-27
semihosting: defer connect_chardevs a little more to use serialx
KONRAD Frederic
1
-2
/
+3
2020-07-27
shippable: add one more qemu to registry url
Alex Bennée
1
-1
/
+1
2020-07-27
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200727' into...
Peter Maydell
3
-5
/
+4
2020-07-27
pseries: fix kvmppc_set_fwnmi()
Laurent Vivier
3
-5
/
+4
2020-07-26
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200725' into staging
Peter Maydell
3
-6
/
+8
2020-07-25
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-07-24-1...
Peter Maydell
5
-31
/
+59
2020-07-25
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200724-pull-request...
Peter Maydell
4
-3
/
+2
2020-07-25
python/machine: Change default timeout to 30 seconds
John Snow
1
-15
/
+15
2020-07-24
target/i386: Save cc_op before loop insns
Richard Henderson
1
-0
/
+1
2020-07-24
target/hppa: Free some temps in do_sub
Richard Henderson
1
-0
/
+2
2020-07-24
tcg: update comments for save_iotlb_data in cputlb
Alex Bennée
1
-6
/
+5
2020-07-24
tpm_emulator: Report an error if chardev is missing
Stefan Berger
1
-15
/
+23
2020-07-24
tpm: Improve help on TPM types when none are available
Markus Armbruster
1
-4
/
+9
2020-07-24
Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"
Markus Armbruster
4
-12
/
+27
[next]