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-02-15
monitor: Fix assertion failure on shutdown
Kevin Wolf
1
-10
/
+15
2021-02-15
block: qcow2: remove the created file on initialization error
Maxim Levitsky
1
-3
/
+5
2021-02-15
block: add bdrv_co_delete_file_noerr
Maxim Levitsky
3
-13
/
+25
2021-02-15
crypto: luks: Fix tiny memory leak
Maxim Levitsky
1
-0
/
+2
2021-02-15
tests/qemu-iotests: Remove test 259 from the "auto" group
Thomas Huth
1
-1
/
+1
2021-02-15
xen-block: fix reporting of discard feature
Roger Pau Monne
1
-0
/
+1
2021-02-15
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
Alexander Bulekov
1
-6
/
+6
2021-02-15
blockjob: Fix crash with IOthread when block commit after snapshot
Michael Qiu
1
-2
/
+6
2021-02-15
iotests: Consistent $IMGOPTS boundary matching
Max Reitz
1
-1
/
+3
2021-02-15
qemu-storage-daemon: Enable object-add
Kevin Wolf
1
-0
/
+2
2021-02-15
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-15022...
Peter Maydell
20
-363
/
+66
2021-02-15
tests/tcg: fix silent skipping of softmmu gdb tests
Alex Bennée
1
-1
/
+5
2021-02-15
bswap.h: Remove unused float-access functions
Peter Maydell
3
-77
/
+5
2021-02-15
gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
Peter Maydell
1
-20
/
+0
2021-02-15
target/ppc: Drop use of gdb_get_float64() and ldfq_p()
Peter Maydell
2
-6
/
+6
2021-02-15
target/m68k: Drop use of gdb_get_float64() and ldfq_p()
Peter Maydell
1
-3
/
+2
2021-02-15
target/sh4: Drop use of gdb_get_float32() and ldfl_p()
Peter Maydell
1
-4
/
+4
2021-02-15
MAINTAINERS: Add gdbstub.h to the "GDB stub" section
Peter Maydell
1
-0
/
+1
2021-02-15
tests/docker: remove travis container
Daniel P. Berrangé
5
-109
/
+2
2021-02-15
travis-ci: Disable C++ optional objects on AArch64 container
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-15
.shippable: remove the last bits
Alex Bennée
2
-25
/
+0
2021-02-15
travis.yml: Move the -fsanitize=thread testing to the gitlab-CI
Thomas Huth
2
-51
/
+9
2021-02-15
travis.yml: (Re-)move the --enable-debug jobs
Thomas Huth
2
-13
/
+1
2021-02-15
travis.yml: Move the --enable-modules test to the gitlab-CI
Thomas Huth
2
-6
/
+1
2021-02-15
travis.yml: Move the -fsanitize=undefined test to the gitlab-CI
Thomas Huth
2
-30
/
+13
2021-02-15
travis.yml: Move gprof/gcov test across to gitlab
Philippe Mathieu-Daudé
5
-17
/
+16
2021-02-13
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...
Peter Maydell
11
-75
/
+226
2021-02-13
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...
Peter Maydell
9
-175
/
+604
2021-02-12
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-12' into st...
Peter Maydell
17
-74
/
+193
2021-02-12
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
6
-30
/
+23
2021-02-12
block: return status from bdrv_append and friends
Vladimir Sementsov-Ogievskiy
2
-27
/
+43
2021-02-12
qemu-iotests: 300: Add test case for modifying persistence of bitmap
Peter Krempa
2
-2
/
+95
2021-02-12
migration: dirty-bitmap: Allow control of bitmap persistence
Peter Krempa
2
-4
/
+44
2021-02-12
migration: dirty-bitmap: Use struct for alias map inner members
Peter Krempa
1
-12
/
+21
2021-02-12
iotests/264: add backup-cancel test-case
Vladimir Sementsov-Ogievskiy
2
-9
/
+16
2021-02-12
block/backup: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2021-02-12
iotests/264: add mirror-cancel test-case
Vladimir Sementsov-Ogievskiy
2
-10
/
+32
2021-02-12
iotests.py: qemu_nbd_popen: remove pid file after use
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2021-02-12
iotests/264: move to python unittest
Vladimir Sementsov-Ogievskiy
2
-55
/
+58
2021-02-12
block/mirror: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2021-02-12
job: add .cancel handler for the driver
Vladimir Sementsov-Ogievskiy
2
-0
/
+8
2021-02-12
block/raw-format: implement .bdrv_cancel_in_flight handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-02-12
block/nbd: implement .bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2021-02-12
block: add new BlockDriver handler: bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
3
-0
/
+23
2021-02-12
io: error_prepend() in qio_channel_readv_full_all() causes segfault
Jagannathan Raman
1
-2
/
+1
2021-02-12
iotests/210: Fix reference output
Max Reitz
1
-1
/
+1
2021-02-12
qemu-nbd: Permit --shared=0 for unlimited clients
Eric Blake
2
-5
/
+5
2021-02-12
qemu-nbd: Use SOMAXCONN for socket listen() backlog
Eric Blake
2
-2
/
+15
2021-02-11
m68k: import bootinfo headers from linux
Laurent Vivier
5
-68
/
+295
2021-02-11
m68k: add MSP detection support for stack pointer swap helpers
Lucien Murray-Pitts
3
-2
/
+11
[next]