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
2017-08-08
block: Allow reopen rw without BDRV_O_ALLOW_RDWR
Kevin Wolf
2
-5
/
+9
2017-08-08
block: Fix order in bdrv_replace_child()
Kevin Wolf
1
-2
/
+2
2017-08-08
parallels: drop check that bdrv_truncate() is working
Denis V. Lunev
1
-3
/
+1
2017-08-08
parallels: respect error code of bdrv_getlength() in allocate_clusters()
Denis V. Lunev
1
-2
/
+6
2017-08-08
block: respect error code from bdrv_getlength in handle_aiocb_write_zeroes
Denis V. Lunev
1
-1
/
+7
2017-08-08
vmdk: Fix error handling/reporting of vmdk_check
Fam Zheng
1
-8
/
+18
2017-08-08
block/null: Remove 'filename' option
Kevin Wolf
2
-6
/
+27
2017-08-08
block: drop bdrv_set_key from BlockDriver
Paolo Bonzini
1
-1
/
+0
2017-08-08
block/vhdx: check error return of bdrv_truncate()
Jeff Cody
1
-1
/
+5
2017-08-08
block/vhdx: check error return of bdrv_flush()
Jeff Cody
1
-3
/
+14
2017-08-08
block/vhdx: check for offset overflow to bdrv_truncate()
Jeff Cody
2
-1
/
+8
2017-08-08
block/vhdx: check error return of bdrv_getlength()
Jeff Cody
2
-6
/
+26
2017-08-08
quorum: Set sectors-count to 0 when reporting a flush error
Alberto Garcia
1
-2
/
+1
2017-08-08
qemu-iotests/109: Fix lock race condition
Cleber Rosa
2
-1
/
+58
2017-08-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-2
/
+67
2017-08-08
target/i386: set rip_offset for some SSE4.1 instructions
Joseph Myers
1
-0
/
+1
2017-08-08
scsi: clarify sense codes for LUN0 emulation
Hannes Reinecke
1
-1
/
+6
2017-08-08
kvm: workaround build break on gcc-7.1.1 / fedora26
Greg Kurz
1
-10
/
+4
2017-08-08
Revert "rcu: do not create thread in pthread_atfork callback"
Paolo Bonzini
4
-7
/
+7
2017-08-08
rcu: completely disable pthread_atfork callbacks as soon as possible
Paolo Bonzini
3
-0
/
+27
2017-08-08
cpu: add APIs to allocate/free CPU environment
Michael S. Tsirkin
2
-0
/
+65
2017-08-08
hw/i386: allow SHPC for Q35 machine
Aleksandr Bezzubikov
1
-2
/
+2
2017-08-07
hw/arm/virt: Add 2.10 machine type
Eric Auger
1
-2
/
+17
2017-08-07
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2
-6
/
+6
2017-08-07
block: move trace probes into bdrv_co_preadv|pwritev
Daniel P. Berrange
2
-6
/
+6
2017-08-04
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170803' into staging
Peter Maydell
3
-2
/
+6
2017-08-04
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...
Peter Maydell
1
-0
/
+5
2017-08-04
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170803' into staging
Peter Maydell
6
-56
/
+89
2017-08-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-9
/
+33
2017-08-04
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
2
-40
/
+97
2017-08-03
tcg: Increase minimum alignment from tcg_malloc to 8
Richard Henderson
1
-1
/
+4
2017-08-03
target/s390x: Fix CSST for 16-byte store
Richard Henderson
1
-0
/
+1
2017-08-03
tcg/arm: Fix runtime overalignment test
Richard Henderson
1
-1
/
+1
2017-08-03
build-sys: add --disable-vhost-user
Marc-André Lureau
5
-9
/
+33
2017-08-03
slirp: check len against dhcp options array end
Prasad J Pandit
1
-0
/
+3
2017-08-03
slirp: fill error when failing to initialize user network
Hervé Poussineau
1
-40
/
+94
2017-08-02
cpu: don't allow negative core id
Laurent Vivier
1
-0
/
+5
2017-08-02
target/mips: Fix RDHWR CC with icount
James Hogan
1
-0
/
+11
2017-08-02
target/mips: Drop redundant gen_io_start/stop()
James Hogan
1
-8
/
+0
2017-08-02
target/mips: Use BS_EXCP where interrupts are expected
James Hogan
1
-13
/
+34
2017-08-02
target-mips: apply CP0.PageMask before writing into TLB entry
Leon Alrae
1
-2
/
+3
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
5
-16
/
+26
2017-08-02
mips: Improve segment defs for KVM T&E guests
James Hogan
1
-12
/
+11
2017-08-02
mips/malta: leave space for the bootmap after the initrd
Aurelien Jarno
1
-1
/
+4
2017-08-02
target-mips: Don't stop on [d]mtc0 DESAVE/KScratch
James Hogan
1
-4
/
+0
2017-08-02
Update version for v2.10.0-rc1 release
v2.10.0-rc1
Peter Maydell
1
-1
/
+1
2017-08-02
tests/hmp: Fix typo in the 'chardev-send-break' test
Thomas Huth
2
-1
/
+2
2017-08-02
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170802a'...
Peter Maydell
3
-3
/
+14
2017-08-02
io: fix qio_channel_socket_accept err handling
Peter Xu
1
-1
/
+2
2017-08-02
migration: fix comment disorder in RAMState
Peter Xu
1
-2
/
+2
[prev]
[next]