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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-04
spapr_drc: Handle visitor errors properly
Markus Armbruster
1
-6
/
+26
2015-12-02
virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...
Shmulik Ladkani
2
-5
/
+26
2015-12-02
virtio: handle non-virtio-1-capable backend for ccw
Cornelia Huck
2
-0
/
+15
2015-12-01
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151201' into staging
Peter Maydell
4
-8
/
+36
2015-12-01
s390x/pci: fix up IOMMU size
Yi Min Zhao
3
-5
/
+30
2015-12-01
s390x: no deprecation warning while testing
Cornelia Huck
1
-3
/
+6
2015-11-30
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
3
-68
/
+15
2015-11-30
virtio-9p: use QEMU thread pool
Paolo Bonzini
3
-68
/
+15
2015-11-30
hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...
Peter Maydell
1
-44
/
+8
2015-11-30
hw/ppc/spapr: Remove duplicated "pseries" alias
Thomas Huth
1
-2
/
+0
2015-11-30
mac_dbdma: always initialize channel field in DBDMA_channel
Hervé Poussineau
1
-1
/
+1
2015-11-27
eepro100: Prevent two endless loops
Stefan Weil
1
-0
/
+16
2015-11-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-11
/
+2
2015-11-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-11-26
virtio-scsi: don't crash without a valid device
Eugene (jno) Dvurechenski
1
-1
/
+1
2015-11-26
Fix memory leak on error
Stefano Dong (董兴水)
2
-0
/
+2
2015-11-26
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
1
-9
/
+0
2015-11-26
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-3
/
+5
2015-11-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-11-25
nand: fix flash erase when oob is in memory
Ricard Wanderlof
1
-1
/
+1
2015-11-25
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into sta...
Peter Maydell
2
-9
/
+1
2015-11-25
pc: Don't set hw_version on pc-*-2.5
Eduardo Habkost
2
-2
/
+0
2015-11-25
xen_disk: Remove ioreq.postsync
Alberto Garcia
1
-8
/
+0
2015-11-25
ivshmem: Rename property memdev to x-memdev for 2.5
Markus Armbruster
1
-5
/
+3
2015-11-25
ivshmem: Mark questionable socket type test FIXME
Markus Armbruster
1
-0
/
+1
2015-11-24
atapi: Fix code indentation
Alberto Garcia
1
-1
/
+1
2015-11-24
atapi: Account for failed and invalid operations in cd_read_sector()
Alberto Garcia
1
-2
/
+4
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
[next]