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-11-20
linux-user: Fix calculation of auxv length
Peter Maydell
1
-2
/
+9
2017-11-20
hw/arm: Silence xlnx-ep108 deprecation warning during tests
Thomas Huth
1
-2
/
+5
2017-11-20
hw/arm/aspeed: Unlock SCU when running kernel
Joel Stanley
4
-2
/
+17
2017-11-20
arm: check regime, not current state, for ATS write PAR format
Peter Maydell
1
-1
/
+1
2017-11-20
nvic: Fix ARMv7M MPU_RBAR reads
Peter Maydell
1
-1
/
+1
2017-11-20
target/arm: Report GICv3 sysregs present in ID registers if needed
Peter Maydell
1
-4
/
+40
2017-11-20
Revert "cpu-exec: don't overwrite exception_index"
Peter Maydell
1
-3
/
+1
2017-11-20
pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebooting
Thomas Huth
1
-1
/
+2
2017-11-20
s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)
David Hildenbrand
1
-0
/
+2
2017-11-20
s390x: fix storing CPU status (again)
David Hildenbrand
1
-1
/
+1
2017-11-20
hw/net/vmxnet3: Fix code to work on big endian hosts, too
Thomas Huth
3
-101
/
+181
2017-11-20
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
5
-4
/
+11
2017-11-20
MAINTAINERS: Add missing entry for eepro100 emulation
Stefan Weil
1
-0
/
+5
2017-11-20
hw/net/eepro100: Fix endianness problem on big endian hosts
Thomas Huth
1
-2
/
+2
2017-11-20
Revert "Add new PCI ID for i82559a"
Jason Wang
4
-19
/
+1
2017-11-20
colo-compare: fix the dangerous assignment
Mao Zhongyi
1
-1
/
+1
2017-11-20
spapr: reset DRCs after devices
Greg Kurz
2
-7
/
+21
2017-11-20
target/ppc: Update setting of cpu features to account for compat modes
Suraj Jitindar Singh
1
-22
/
+21
2017-11-17
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
57
-93
/
+1751
2017-11-17
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-17' into queue-b...
Kevin Wolf
43
-42
/
+1085
2017-11-17
iotests: Make 087 pass without AIO enabled
Max Reitz
1
-1
/
+8
2017-11-17
block: Make bdrv_next() keep strong references
Max Reitz
5
-2
/
+57
2017-11-17
qcow2: Fix overly broad madvise()
Max Reitz
1
-1
/
+1
2017-11-17
qcow2: Refuse to get unaligned offsets from cache
Max Reitz
3
-0
/
+71
2017-11-17
qcow2: Add bounds check to get_refblock_offset()
Max Reitz
4
-7
/
+93
2017-11-17
block: Guard against NULL bs->drv
Max Reitz
7
-3
/
+130
2017-11-17
qcow2: Unaligned zero cluster in handle_alloc()
Max Reitz
3
-1
/
+38
2017-11-17
qcow2: check_errors are fatal
Max Reitz
3
-1
/
+47
2017-11-17
qcow2: reject unaligned offsets in write compressed
Anton Nefedov
1
-0
/
+4
2017-11-17
iotests: Add test for failing qemu-img commit
Max Reitz
2
-0
/
+44
2017-11-17
tests: Add check-qobject for equality tests
Max Reitz
3
-1
/
+332
2017-11-17
iotests: Add test for non-string option reopening
Max Reitz
2
-0
/
+14
2017-11-17
block: qobject_is_equal() in bdrv_reopen_prepare()
Max Reitz
1
-11
/
+18
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
14
-0
/
+186
2017-11-17
qapi/qlist: Add qlist_append_null() macro
Max Reitz
2
-0
/
+6
2017-11-17
qapi/qnull: Add own header
Max Reitz
8
-14
/
+36
2017-11-17
qcow2: fix image corruption on commit with persistent bitmap
Eric Blake
3
-18
/
+270
2017-11-17
iotests: test clearing unknown autoclear_features by qcow2
Vladimir Sementsov-Ogievskiy
3
-0
/
+72
2017-11-17
block: Fix permissions in image activation
Kevin Wolf
1
-10
/
+22
2017-11-17
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-11-17' into st...
Peter Maydell
3
-56
/
+40
2017-11-17
nbd/server: Fix error reporting for bad requests
Eric Blake
1
-24
/
+12
2017-11-17
nbd/client: Don't hard-disconnect on ESHUTDOWN from server
Eric Blake
1
-6
/
+0
2017-11-17
nbd/client: Use error_prepend() correctly
Eric Blake
1
-24
/
+26
2017-11-17
nbd: Don't crash when server reports NBD_CMD_READ failure
Eric Blake
1
-2
/
+2
2017-11-17
qcow2: fix image corruption after committing qcow2 image into base
Daniel P. Berrange
5
-3
/
+238
2017-11-17
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
7
-16
/
+54
2017-11-17
qcow2: don't permit changing encryption parameters
Daniel P. Berrange
1
-0
/
+3
2017-11-17
block: Fix error path in bdrv_backing_update_filename()
Kevin Wolf
1
-1
/
+1
2017-11-17
qemu-iotests: Use -nographic in 182
Kevin Wolf
1
-1
/
+1
2017-11-17
replication: Fix replication open fail
Wang Guang
1
-4
/
+7
[prev]
[next]