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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2016-12-23
Update version for 2.7.1 release
v2.7.1
stable-2.7
Michael Roth
1
-1
/
+1
2016-12-21
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
3
-1
/
+13
2016-12-21
portio: keep references on portio
Marc-André Lureau
11
-22
/
+41
2016-12-21
block-backend: Always notify on blk_eject
John Snow
1
-0
/
+5
2016-12-21
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
6
-17
/
+26
2016-12-20
atapi: classify read_cd as conditionally returning data
John Snow
1
-11
/
+40
2016-12-20
ui/gtk: fix "Copy" menu item segfault
Stefan Hajnoczi
1
-0
/
+8
2016-12-14
vfio/pci: Fix vfio_rtl8168_quirk_data_read address offset
Thorsten Kohfeldt
1
-1
/
+1
2016-12-14
msmouse: Fix segfault caused by free the chr before chardev cleanup.
Lin Ma
1
-1
/
+0
2016-12-12
Revert "megasas: remove useless check for cmd->frame"
Paolo Bonzini
1
-1
/
+5
2016-12-12
vl: Delay initialization of memory backends
Eduardo Habkost
1
-0
/
+13
2016-12-12
vhost-user-test: Use libqos instead of pxe-virtio.rom
Eduardo Habkost
2
-4
/
+35
2016-12-12
intel_iommu: fix incorrect device invalidate
Peter Xu
1
-0
/
+1
2016-12-12
rules.mak: Use -r instead of -Wl, -r to fix building when PIE is default
Adrian Bunk
1
-1
/
+1
2016-12-12
pci-assign: sync MSI/MSI-X cap and table with PCIDevice
Peter Xu
1
-0
/
+4
2016-12-12
ivshmem: Fix 64 bit memory bar configuration
Zhuang Yanying
1
-1
/
+3
2016-12-12
vhost: drop legacy vring layout bits
Greg Kurz
2
-16
/
+0
2016-12-12
block/curl: Do not wait for data beyond EOF
Max Reitz
1
-9
/
+23
2016-12-12
block/curl: Remember all sockets
Max Reitz
1
-6
/
+41
2016-12-12
block/curl: Fix return value from curl_read_cb
Max Reitz
1
-4
/
+7
2016-12-12
block/curl: Use BDRV_SECTOR_SIZE
Max Reitz
1
-6
/
+5
2016-12-12
block: Pass unaligned discard requests to drivers
Eric Blake
1
-13
/
+32
2016-12-12
block: Return -ENOTSUP rather than assert on unaligned discards
Eric Blake
3
-3
/
+11
2016-12-12
block: Let write zeroes fallback work even with small max_transfer
Eric Blake
1
-5
/
+8
2016-12-12
qcow2: Inform block layer about discard boundaries
Eric Blake
1
-0
/
+1
2016-12-08
slirp: Fix access to freed memory
Samuel Thibault
1
-0
/
+17
2016-12-08
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2
-19
/
+64
2016-12-08
block: Don't mark node clean after failed flush
Kevin Wolf
4
-1
/
+49
2016-12-08
virtio-net: mark VIRTIO_NET_F_GSO as legacy
Michael S. Tsirkin
1
-0
/
+1
2016-12-08
virtio: allow per-device-class legacy features
Michael S. Tsirkin
4
-2
/
+14
2016-12-02
target-ppc: Fix CPU migration from qemu-2.6 <-> later versions
David Gibson
2
-4
/
+31
2016-11-18
net: fix sending of data with -net socket, listen backend
Daniel P. Berrange
2
-3
/
+3
2016-11-18
acpi/ipmi: Initialize the fwinfo before fetching it
Corey Minyard
1
-0
/
+1
2016-11-02
memory: Don't use memcpy for ram_device regions
Alex Williamson
3
-2
/
+73
2016-11-02
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
5
-24
/
+43
2016-11-02
net: rtl8139: limit processing of ring descriptors
Prasad J Pandit
1
-1
/
+1
2016-11-02
qemu-iotests: Test I/O in a single drive from a throttling group
Alberto Garcia
2
-7
/
+30
2016-11-02
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
1
-4
/
+23
2016-11-02
ppc/kvm: Mark 64kB page size support as disabled if not available
Thomas Huth
1
-0
/
+7
2016-11-02
rbd: shift byte count as a 64-bit value
Paolo Bonzini
1
-2
/
+2
2016-11-02
tests/test-qmp-input-strict: Cover missing struct members
Markus Armbruster
1
-0
/
+46
2016-11-02
qapi: Fix crash when 'any' or 'null' parameter is missing
Marc-André Lureau
1
-0
/
+11
2016-11-02
qmp: fix object-add assert() without props
Marc-André Lureau
1
-2
/
+6
2016-11-02
char: fix missing return in error path for chardev TLS init
Daniel P. Berrange
1
-0
/
+1
2016-11-02
qht: fix unlock-after-free segfault upon resizing
Emilio G. Cota
1
-21
/
+28
2016-11-02
qht: simplify qht_reset_size
Emilio G. Cota
1
-5
/
+3
2016-11-02
migrate: Fix cpu-throttle-increment regression in HMP
Eric Blake
1
-0
/
+1
2016-11-02
block-backend: remove blk_flush_all
John Snow
4
-25
/
+4
2016-11-02
qemu: use bdrv_flush_all for vm_stop et al
John Snow
1
-2
/
+2
2016-11-02
block: reintroduce bdrv_flush_all
John Snow
2
-0
/
+26
[next]