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
2017-02-24
s390x/css: handle format-0 TIC CCW correctly
Dong Jia Shi
1
-6
/
+9
2017-02-24
virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues
Halil Pasic
2
-9
/
+9
2017-02-24
s390x: bump ADAPTER_ROUTES_MAX_GSI
Halil Pasic
1
-1
/
+6
2017-02-24
virtio-ccw: check flic->adapter_routes_max_batch
Halil Pasic
1
-0
/
+7
2017-02-24
s390x: add property adapter_routes_max_batch
Halil Pasic
1
-0
/
+28
2017-02-24
virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND
Halil Pasic
1
-0
/
+7
2017-02-24
virtio-ccw: add virtio-crypto-ccw device
Halil Pasic
2
-0
/
+73
2017-02-24
virtio-ccw: handle virtio 1 only devices
Halil Pasic
2
-1
/
+18
2017-02-24
s390x/flic: fail migration on source already
Cornelia Huck
1
-2
/
+4
2017-02-24
s390x/s390-virtio: get rid of DPRINTF
Cornelia Huck
1
-10
/
+0
2017-02-21
hw/mips: MIPS Boston board support
Paul Burton
2
-0
/
+578
2017-02-21
hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller
Paul Burton
2
-0
/
+329
2017-02-21
loader: Support Flattened Image Trees (FIT images)
Paul Burton
3
-6
/
+327
2017-02-21
hw/mips_gic: Update pin state on mask changes
Paul Burton
1
-25
/
+31
2017-02-21
hw/mips_gictimer: provide API for retrieving frequency
Paul Burton
1
-0
/
+5
2017-02-21
hw/mips_cmgcr: allow GCR base to be moved
Paul Burton
1
-0
/
+17
2017-02-21
Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...
Peter Maydell
30
-71
/
+97
2017-02-21
hw/i386: Deprecate -drive if=scsi with PC machine types
Markus Armbruster
1
-1
/
+7
2017-02-21
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
6
-5
/
+25
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
8
-38
/
+38
2017-02-21
hw: Drop superfluous special checks for orphaned -drive
Markus Armbruster
3
-26
/
+0
2017-02-21
hw/arm/highbank: Default -drive to if=ide instead of if=scsi
Markus Armbruster
1
-2
/
+6
2017-02-21
hw: Default -drive to if=none instead of scsi when scsi cannot work
Markus Armbruster
3
-3
/
+0
2017-02-21
hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus
Markus Armbruster
2
-0
/
+10
2017-02-21
hw: Default -drive to if=ide explicitly where it works
Markus Armbruster
12
-0
/
+15
2017-02-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
6
-6
/
+59
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
3
-4
/
+43
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2
-0
/
+4
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2
-1
/
+11
2017-02-21
usb-ccid: add check message size checks
Gerd Hoffmann
1
-3
/
+10
2017-02-21
usb-ccid: move header size check
Gerd Hoffmann
1
-7
/
+6
2017-02-21
usb-ccid: better bulk_out error handling
Gerd Hoffmann
1
-55
/
+61
2017-02-21
xhci: drop via vendor command handling
Gerd Hoffmann
1
-31
/
+0
2017-02-21
xhci: fix nec vendor quirk handling
Gerd Hoffmann
1
-15
/
+29
2017-02-21
xhci: add qemu xhci controller
Gerd Hoffmann
1
-4
/
+36
2017-02-21
xhci: drop ER_FULL_HACK workaround
Gerd Hoffmann
1
-106
/
+11
2017-02-21
xhci: apply limits to loops
Gerd Hoffmann
2
-1
/
+15
2017-02-21
usb: ohci: limit the number of link eds
Li Qiang
1
-1
/
+8
2017-02-21
usb: ohci: fix error return code in servicing iso td
Li Qiang
1
-1
/
+1
2017-02-21
usb: ehci: fix memory leak in ehci
Li Qiang
3
-0
/
+15
2017-02-20
Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into staging
Peter Maydell
3
-90
/
+44
2017-02-18
hw/m68k: QOMify the ColdFire interrupt controller
Thomas Huth
1
-4
/
+44
2017-02-18
hw/m68k: Remove dummy machine
Thomas Huth
2
-86
/
+0
2017-02-17
intel_iommu: vtd_slpt_level_shift check level
Peter Xu
1
-0
/
+1
2017-02-17
intel_iommu: convert dbg macros to trace for trans
Peter Xu
2
-45
/
+34
2017-02-17
intel_iommu: convert dbg macros to traces for inv
Peter Xu
2
-57
/
+56
2017-02-17
intel_iommu: renaming gpa to iova where proper
Peter Xu
1
-22
/
+22
2017-02-17
intel_iommu: simplify irq region translation
Peter Xu
1
-22
/
+6
2017-02-17
intel_iommu: add "caching-mode" option
Aviv Ben-David
2
-0
/
+6
[next]