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
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
12
-34
/
+69
2021-02-15
docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module name
Peter Maydell
1
-1
/
+1
2021-02-15
monitor/qmp: Stop processing requests when shutdown is requested
Kevin Wolf
1
-0
/
+5
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/vivier2/tags/linux-user-for-6.0-pull-re...
Peter Maydell
17
-79
/
+93
2021-02-15
linux-user/mips: Support the n32 ABI for the R5900
Fredrik Noring
1
-0
/
+3
2021-02-15
docs/user: Remove outdated 'Quick Start' section
Peter Maydell
1
-61
/
+0
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
linux-user: target: signal: Support TARGET_SS_AUTODISARM
Chen Gang
6
-0
/
+34
2021-02-13
linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
Jason A. Donenfeld
3
-0
/
+11
2021-02-13
linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.
Stefan
1
-1
/
+2
2021-02-13
linux-user/mmap: Avoid asserts for out of range mremap calls
Richard Purdie
1
-1
/
+3
2021-02-13
linux-user: Fix loading of BSS segments
Giuseppe Musacchio
1
-10
/
+20
2021-02-13
linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
Helge Deller
2
-2
/
+8
2021-02-13
linux-user: fix O_NONBLOCK usage for hppa target
Helge Deller
1
-1
/
+1
2021-02-13
linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
Helge Deller
2
-0
/
+2
2021-02-13
linux-user/signal: Decode waitid si_code
Alistair Francis
1
-2
/
+1
2021-02-13
linux-user/mips64: Support o32 ABI syscalls
Philippe Mathieu-Daudé
1
-1
/
+4
2021-02-13
linux-user/mips64: Restore setup_frame() for o32 ABI
Philippe Mathieu-Daudé
1
-0
/
+4
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
[next]