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
2017-03-20
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170320' into staging
Peter Maydell
1
-124
/
+38
2017-03-20
dma/rc4030: fix a mixed declarations and code warning
Yongbok Kim
1
-1
/
+1
2017-03-20
dma/rc4030: translate memory accesses only when they occur
Hervé Poussineau
1
-122
/
+36
2017-03-20
dma: rc4030: limit interval timer reload value
Prasad J Pandit
1
-1
/
+1
2017-03-20
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170320' into staging
Peter Maydell
1
-0
/
+15
2017-03-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170320-1' into...
Peter Maydell
1
-1
/
+1
2017-03-20
s390x/css: reassign subchannel if schid is changed after migration
Dong Jia Shi
1
-0
/
+15
2017-03-18
nios2: iic: Convert CPU prop to qom link
Marek Vasut
2
-9
/
+7
2017-03-18
Merge remote-tracking branch 'remotes/xtensa/tags/20170317-xtensa' into staging
Peter Maydell
1
-0
/
+9
2017-03-17
cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16
Gerd Hoffmann
1
-1
/
+1
2017-03-16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cirrus-20170316-1' int...
Peter Maydell
3
-171
/
+251
2017-03-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-0
/
+66
2017-03-16
cirrus: stop passing around src pointers in the blitter
Gerd Hoffmann
3
-54
/
+93
2017-03-16
cirrus: stop passing around dst pointers in the blitter
Gerd Hoffmann
3
-125
/
+153
2017-03-16
cirrus: fix cirrus_invalidate_region
Gerd Hoffmann
1
-3
/
+3
2017-03-16
cirrus: add option to disable blitter
Gerd Hoffmann
1
-0
/
+9
2017-03-16
cirrus: switch to 4 MB video memory by default
Gerd Hoffmann
1
-2
/
+2
2017-03-16
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
1
-9
/
+3
2017-03-16
fix :cirrus_vga fix OOB read case qemu Segmentation fault
hangaohuai
1
-0
/
+10
2017-03-15
ide: ahci: call cleanup function in ahci unit
Li Qiang
1
-0
/
+12
2017-03-15
ide: core: add cleanup function
Li Qiang
1
-0
/
+8
2017-03-15
ide: qdev: register ide bus unrealize function
Li Qiang
1
-6
/
+6
2017-03-16
virtio-serial-bus: Delete timer from list before free it
zhanghailiang
1
-0
/
+1
2017-03-16
hw/virtio: fix Power Management Control Register for PCI Express virtio devices
Marcel Apfelbaum
2
-0
/
+15
2017-03-16
hw/virtio: fix Link Control Register for PCI Express virtio devices
Marcel Apfelbaum
3
-0
/
+26
2017-03-16
hw/virtio: fix error enabling flags in Device Control register
Marcel Apfelbaum
2
-0
/
+16
2017-03-16
hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...
Marcel Apfelbaum
2
-0
/
+8
2017-03-15
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-24
/
+96
2017-03-15
virtio-pci: reset modern vq meta data
Jason Wang
1
-0
/
+4
2017-03-15
Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
Jason Wang
1
-1
/
+1
2017-03-15
pci: introduce a bus master container
Jason Wang
1
-2
/
+7
2017-03-15
virtio: validate address space cache during init
Jason Wang
1
-6
/
+27
2017-03-15
virtio: destroy region cache during reset
Jason Wang
1
-15
/
+30
2017-03-15
virtio: guard against NULL pfn
Jason Wang
1
-0
/
+26
2017-03-15
Bugfix: Handle error if VM Generation ID device not present
Ben Warren
1
-0
/
+1
2017-03-14
machine: Convert abstract typename on compat_props to subclass names
Eduardo Habkost
1
-3
/
+36
2017-03-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-3
/
+11
2017-03-14
hw/misc/imx6_src: Don't crash trying to reset missing CPUs
Peter Maydell
1
-2
/
+6
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2
-0
/
+2
2017-03-14
scsi: mptsas: fix the wrong reading size in fetch request
Li Qiang
1
-3
/
+3
2017-03-14
kvmclock: Don't crash QEMU if KVM is disabled
Eduardo Habkost
1
-0
/
+6
2017-03-14
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-1
/
+116
2017-03-14
hw/net: implement MIB counters in mcf_fec driver
Greg Ungerer
1
-0
/
+115
2017-03-14
e1000e: correctly tear down MSI-X memory regions
Paolo Bonzini
1
-1
/
+1
2017-03-14
pseries: Don't expose PCIe extended config space on older machine types
David Gibson
2
-3
/
+10
2017-03-11
target/xtensa: xtfpga: load DTB only when FDT support is enabled
Max Filippov
1
-0
/
+9
2017-03-09
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-090317-1...
Peter Maydell
3
-4
/
+15
2017-03-09
hw/intc/arm_gic: modernise the DPRINTF
Alex Bennée
1
-4
/
+9
2017-03-09
sparc/sparc64: grab BQL before calling cpu_check_irqs
Alex Bennée
2
-0
/
+6
2017-03-09
qxl: clear guest_cursor on QXL_CURSOR_HIDE
Gerd Hoffmann
1
-0
/
+5
[next]