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-09-07
Update version for 2.9.1 release
v2.9.1
stable-2.9
Michael Roth
1
-1
/
+1
2017-09-05
virtfs: error out gracefully when mandatory suboptions are missing
Greg Kurz
1
-6
/
+10
2017-09-04
target/arm: Fix aa64 ldp register writeback
Richard Henderson
1
-12
/
+17
2017-09-01
exec: Add lock parameter to qemu_ram_ptr_length
Anthony PERARD
1
-6
/
+6
2017-09-01
xen/mapcache: store dma information in revmapcache entries for debugging
Stefano Stabellini
3
-11
/
+17
2017-09-01
exec: use qemu_ram_ptr_length to access guest ram
Prasad J Pandit
1
-2
/
+2
2017-09-01
xhci: only update dequeue ptr on completed transfers
Gerd Hoffmann
1
-2
/
+4
2017-08-31
vl.c/exit: pause cpus before closing block devices
Dr. David Alan Gilbert
1
-1
/
+1
2017-08-31
PPC: E500: update u-boot to match shipped binary
Michael Roth
1
-0
/
+0
2017-08-31
s390-ccw: Fix alignment for CCW1
Farhan Ali
1
-1
/
+1
2017-08-31
vnc: Set default kbd delay to 10ms
Alexander Graf
2
-2
/
+2
2017-08-31
qemu-nbd: Ignore SIGPIPE
Max Reitz
1
-0
/
+4
2017-08-31
usb-redir: fix stack overflow in usbredir_log_data
Gerd Hoffmann
1
-12
/
+1
2017-08-31
megasas: do not read SCSI req parameters more than once from frame
Paolo Bonzini
1
-34
/
+26
2017-08-31
megasas: do not read command more than once from frame
Paolo Bonzini
1
-35
/
+25
2017-08-31
megasas: do not read DCMD opcode more than once from frame
Paolo Bonzini
1
-14
/
+11
2017-08-31
megasas: do not read iovec count more than once from frame
Paolo Bonzini
1
-4
/
+5
2017-08-31
megasas: do not read sense length more than once from frame
Paolo Bonzini
1
-2
/
+4
2017-08-31
9pfs: local: forbid client access to metadata (CVE-2017-7493)
Greg Kurz
1
-2
/
+56
2017-08-31
scsi: avoid an off-by-one error in megasas_mmio_write
Prasad J Pandit
1
-5
/
+5
2017-08-31
audio: release capture buffers
Gerd Hoffmann
1
-0
/
+2
2017-08-31
vmw_pvscsi: check message ring page count at initialisation
P J P
1
-1
/
+1
2017-08-31
hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device
Thomas Huth
1
-0
/
+2
2017-08-31
hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-08-31
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
56
-69
/
+71
2017-08-31
fix qemu-system-unicore32 crashing when calling without -kernel
Eduardo Otubo
1
-1
/
+4
2017-08-31
hw/s390x/ipl: Fix crash with virtio-scsi-pci device
Thomas Huth
1
-1
/
+7
2017-08-31
slirp: fix clearing ifq_so from pending packets
Samuel Thibault
1
-16
/
+23
2017-08-31
slirp: tftp, copy sockaddr_size
Marc-André Lureau
1
-1
/
+1
2017-08-31
monitor: Check whether TCG is enabled before running the "info jit" code
Thomas Huth
1
-0
/
+5
2017-08-31
target-s390x: Mask the SIGP order_code to 8bit.
Philipp Kern
1
-1
/
+2
2017-08-24
9pfs: local: fix fchmodat_nofollow() limitations
Greg Kurz
2
-16
/
+50
2017-08-24
block/nfs: fix mutex assertion in nfs_file_close()
Jeff Cody
1
-3
/
+8
2017-08-24
hw/i386: allow SHPC for Q35 machine
Aleksandr Bezzubikov
1
-2
/
+2
2017-08-24
cpu: don't allow negative core id
Laurent Vivier
1
-0
/
+5
2017-08-24
block: Skip implicit nodes in query-block/blockstats
Kevin Wolf
11
-28
/
+109
2017-08-24
qemu-iotests: Test automatic commit job cancel on hot unplug
Kevin Wolf
2
-4
/
+35
2017-08-24
input: Decrement queue count on kbd delay
Alexander Graf
1
-0
/
+1
2017-08-24
input: limit kbd queue depth
Gerd Hoffmann
1
-3
/
+11
2017-08-24
virtio-net: fix offload ctrl endian
Jason Wang
1
-0
/
+2
2017-08-24
spapr: fix memory leak in spapr_core_pre_plug()
Greg Kurz
1
-1
/
+1
2017-08-24
commit: Add NULL check for overlay_bs
Kevin Wolf
1
-1
/
+3
2017-08-24
virtio-scsi: finalize IOMMU support
Jason Wang
1
-1
/
+2
2017-08-24
spapr: fix migration to pseries machine < 2.8
Laurent Vivier
1
-14
/
+14
2017-08-24
hid: Reset kbd modifiers on reset
Alexander Graf
1
-0
/
+1
2017-08-24
9pfs: local: remove: use correct path component
Bruce Rogers
1
-1
/
+1
2017-08-24
block: Do not strcmp() with NULL uri->scheme
Max Reitz
4
-8
/
+8
2017-08-24
nbd: fix NBD over TLS
Paolo Bonzini
1
-2
/
+2
2017-08-24
blkverify: Catch bs->exact_filename overflow
Max Reitz
1
-4
/
+8
2017-08-24
blkdebug: Catch bs->exact_filename overflow
Max Reitz
1
-3
/
+7
[next]