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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-24
xlnx-ep108: Fix minimum RAM check
Alistair Francis
1
-1
/
+1
2015-11-24
virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_error
Fam Zheng
1
-4
/
+3
2015-11-19
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
1
-1
/
+4
2015-11-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
6
-31
/
+28
2015-11-19
acpi: fix buffer overrun on migration
Michael S. Tsirkin
1
-2
/
+6
2015-11-19
hw/arm_gic: Correctly restore nested irq priority
François Baldassari
1
-2
/
+2
2015-11-18
ppc: Convert spapr code to use object property iterators
Daniel P. Berrange
1
-1
/
+4
2015-11-18
vhost-user: fix log size
Michael S. Tsirkin
1
-1
/
+1
2015-11-18
vhost-user: ignore qemu-only features
Michael S. Tsirkin
1
-7
/
+1
2015-11-18
nand: fix address overflow
Rabin Vincent
1
-2
/
+2
2015-11-17
ide: enable buffered requests for PIO read requests
Peter Lieven
1
-2
/
+2
2015-11-17
ide: enable buffered requests for ATAPI devices
Peter Lieven
1
-5
/
+5
2015-11-17
ide: orphan all buffered requests on DMA cancel
Peter Lieven
1
-0
/
+19
2015-11-17
ide: add support for IDEBufferedRequest
Peter Lieven
2
-0
/
+61
2015-11-17
ide/atapi: make PIO read requests async
Peter Lieven
1
-13
/
+82
2015-11-17
i440fx: print an error message if user tries to enable iommu
Bandan Das
1
-0
/
+5
2015-11-17
q35: Check propery to determine if iommu is set
Bandan Das
2
-6
/
+1
2015-11-17
virtio-blk: Fix double completion for werror=stop
Fam Zheng
1
-0
/
+4
2015-11-17
tpm: avoid clang shifting negative signed warning
Stefan Hajnoczi
1
-1
/
+1
2015-11-16
vhost-user: start/stop all rings
Michael S. Tsirkin
1
-6
/
+11
2015-11-16
vhost-user: print original request on error
Michael S. Tsirkin
1
-2
/
+2
2015-11-16
vhost: don't send RESET_OWNER at stop
Yuanhan Liu
1
-6
/
+0
2015-11-16
vhost: let SET_VRING_ENABLE message depends on protocol feature
Yuanhan Liu
1
-1
/
+1
2015-11-13
atapi: Prioritize unknown cmd error over BCL error
John Snow
1
-10
/
+10
2015-11-13
atapi: add byte_count_limit helper
John Snow
1
-5
/
+13
2015-11-12
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
Guenter Roeck
3
-0
/
+309
2015-11-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-38
/
+105
2015-11-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
7
-34
/
+392
2015-11-12
scsi-disk: Account for failed operations
Alberto Garcia
1
-15
/
+31
2015-11-12
macio: Account for failed operations
Alberto Garcia
1
-2
/
+10
2015-11-12
ide: Account for failed and invalid operations
Alberto Garcia
1
-2
/
+8
2015-11-12
atapi: Account for failed and invalid operations
Alberto Garcia
1
-12
/
+19
2015-11-12
xen_disk: Account for failed and invalid operations
Alberto Garcia
1
-1
/
+22
2015-11-12
virtio-blk: Account for failed and invalid operations
Alberto Garcia
1
-1
/
+3
2015-11-12
nvme: Account for failed and invalid operations
Alberto Garcia
1
-3
/
+8
2015-11-12
ide: Account for write operations correctly
Alberto Garcia
1
-1
/
+1
2015-11-12
xen_disk: Account for flush operations
Alberto Garcia
1
-1
/
+3
2015-11-12
virtio-9p: add savem handlers
Greg Kurz
1
-0
/
+11
2015-11-12
hw/virtio: Add PCIe capability to virtio devices
Marcel Apfelbaum
2
-0
/
+24
2015-11-12
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-109
/
+375
2015-11-12
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
1
-0
/
+9
2015-11-12
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
2
-4
/
+4
2015-11-12
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
Victor Kaplansky
1
-2
/
+9
2015-11-12
virtio-pci: unbreak queue_enable read
Jason Wang
1
-0
/
+7
2015-11-12
virtio-pci: introduce pio notification capability for modern device
Jason Wang
2
-17
/
+113
2015-11-12
virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possible
Jason Wang
1
-4
/
+15
2015-11-12
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
3
-7
/
+200
2015-11-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151112' into st...
Peter Maydell
3
-90
/
+162
2015-11-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...
Peter Maydell
3
-15
/
+9
2015-11-12
e1000: Introducing backward compatibility command line parameter
Leonid Bloch
1
-0
/
+2
[next]