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-04-02
usb-mtp: fix return status of delete
Bandan Das
1
-28
/
+34
2019-04-01
hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()
Peter Maydell
1
-0
/
+4
2019-04-01
Revert "audio: fix pc speaker init"
Gerd Hoffmann
1
-15
/
+21
2019-03-29
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190325' into staging
Peter Maydell
2
-0
/
+0
2019-03-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
4
-12
/
+49
2019-03-29
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190329' into...
Peter Maydell
9
-68
/
+131
2019-03-29
net: tap: use qemu_set_nonblock
Li Qiang
1
-5
/
+5
2019-03-29
MAINTAINERS: Update the latest email address
Zhang Chen
1
-1
/
+1
2019-03-29
e1000: Delay flush queue when receive RCTL
yuchenlin
1
-2
/
+22
2019-03-29
net/socket: learn to talk with a unix dgram socket
Marc-André Lureau
1
-4
/
+21
2019-03-29
exec: Only count mapped memory backends for qemu_getrampagesize()
David Gibson
1
-2
/
+3
2019-03-29
spapr/irq: Add XIVE sanity checks on non-P9 machines
Cédric Le Goater
2
-7
/
+51
2019-03-29
spapr: Simplify handling of host-serial and host-model values
David Gibson
2
-38
/
+20
2019-03-29
target/ppc: Fix QEMU crash with stxsdx
Greg Kurz
1
-1
/
+1
2019-03-29
target/ppc: Improve comment of bcctr used for spectre v2 mitigation
Greg Kurz
1
-1
/
+9
2019-03-29
target/ppc: Consolidate 64-bit server processor detection in a helper
Greg Kurz
4
-8
/
+12
2019-03-29
target/ppc: Enable "decrement and test CTR" version of bcctr
Greg Kurz
1
-15
/
+37
2019-03-29
target/ppc: Fix TCG temporary leaks in gen_bcond()
Greg Kurz
1
-0
/
+2
2019-03-28
Merge remote-tracking branch 'remotes/alistair/tags/pull-device-tree-20190327...
Peter Maydell
1
-1
/
+2
2019-03-28
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20190327' into ...
Peter Maydell
1
-14
/
+38
2019-03-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
34
-134
/
+172
2019-03-28
Merge remote-tracking branch 'remotes/xtensa/tags/20190326-xtensa' into staging
Peter Maydell
6
-169
/
+18
2019-03-27
MAINTAINERS: Update the device tree maintainers
Alistair Francis
1
-1
/
+2
2019-03-27
seccomp: report more useful errors from seccomp
Daniel P. Berrangé
1
-7
/
+13
2019-03-27
seccomp: don't kill process for resource control syscalls
Daniel P. Berrangé
1
-7
/
+25
2019-03-26
Update version for v4.0.0-rc1 release
v4.0.0-rc1
Peter Maydell
1
-1
/
+1
2019-03-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
13
-24
/
+133
2019-03-26
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20190326-pull-request...
Peter Maydell
2
-18
/
+7
2019-03-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190326'...
Peter Maydell
2
-2
/
+17
2019-03-26
gdbstub: fix vCont packet handling when no thread is specified
Luc Michel
1
-2
/
+12
2019-03-26
target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max
Richard Henderson
1
-0
/
+5
2019-03-26
ati-vga: Fix indexed access to video memory
BALATON Zoltan
1
-12
/
+6
2019-03-26
ohci: don't die on ED_LINK_LIMIT overflow
Laurent Vivier
1
-6
/
+1
2019-03-26
qemu-io: Add write -n for BDRV_REQ_NO_FALLBACK
Kevin Wolf
1
-2
/
+11
2019-03-26
qemu-img: Use BDRV_REQ_NO_FALLBACK for pre-zeroing
Kevin Wolf
1
-1
/
+1
2019-03-26
file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
Kevin Wolf
2
-8
/
+17
2019-03-26
block: Advertise BDRV_REQ_NO_FALLBACK in filter drivers
Kevin Wolf
4
-7
/
+7
2019-03-26
block: Add BDRV_REQ_NO_FALLBACK
Kevin Wolf
2
-2
/
+17
2019-03-26
block: Remove error messages in bdrv_make_zero()
Kevin Wolf
1
-4
/
+0
2019-03-26
iotests: add 248: test resume mirror after auto pause on ENOSPC
Vladimir Sementsov-Ogievskiy
3
-0
/
+80
2019-03-26
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1-v2...
Peter Maydell
1
-1
/
+1
2019-03-26
target/riscv: Fix wrong expanding for c.fswsp
Kito Cheng
1
-1
/
+1
2019-03-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int...
Peter Maydell
4
-24
/
+59
2019-03-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-03-26' into ...
Peter Maydell
4
-8
/
+4
2019-03-26
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-rc1' i...
Peter Maydell
2
-2
/
+23
2019-03-26
pflash: Bury disabled code to limit device sizes
Alex Bennée
2
-13
/
+0
2019-03-26
pflash: Require backend size to match device, improve errors
Markus Armbruster
4
-11
/
+59
2019-03-26
qapi/qmp-dispatch: fix return value in do_qmp_dispatch
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-03-26
json: Fix off-by-one assert check in next_state()
Liam Merwick
1
-1
/
+1
2019-03-26
xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
Markus Armbruster
1
-2
/
+2
[next]