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-06
usb: accept usb3 control requests
Gerd Hoffmann
1
-0
/
+7
2017-02-06
usb/uas: more verbose error message
Gerd Hoffmann
1
-1
/
+2
2017-02-06
hw/usb/dev-hid: Improve guest compatibility of usb-tablet
Phil Dennis-Jordan
1
-3
/
+3
2017-02-03
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...
Peter Maydell
3
-28
/
+40
2017-02-03
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170202-2' into s...
Peter Maydell
1
-25
/
+39
2017-02-02
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...
Peter Maydell
20
-261
/
+1124
2017-02-02
xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()
Juergen Gross
1
-6
/
+7
2017-02-02
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
12
-28
/
+25
2017-02-02
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170201' into s...
Peter Maydell
2
-3
/
+3
2017-02-02
cirrus: fix oob access issue (CVE-2017-2615)
Li Qiang
1
-4
/
+3
2017-02-02
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
22
-165
/
+385
2017-02-02
hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be found
Thomas Huth
1
-3
/
+3
2017-02-02
target-ppc: Add MMU model check for booke machines
Valentin Plotkin
3
-0
/
+19
2017-02-01
cirrus: fix blit address mask handling
Gerd Hoffmann
1
-13
/
+12
2017-02-01
cirrus: allow zero source pitch in pattern fill rops
Wolfgang Bumiller
1
-8
/
+19
2017-02-01
cirrus: handle negative pitch in cirrus_invalidate_region()
Wolfgang Bumiller
1
-0
/
+5
2017-02-01
s390x/kvm: fix small race reboot vs. cmma
Christian Borntraeger
1
-1
/
+1
2017-02-01
s390-pci: fix compilation on older GCC versions
Paolo Bonzini
1
-2
/
+2
2017-02-01
hw/pci: disable pci-bridge's shpc by default
Marcel Apfelbaum
1
-1
/
+1
2017-02-01
vhost: skip ROM sections
Michael S. Tsirkin
1
-1
/
+2
2017-02-01
virtio: make virtio_should_notify static
Paolo Bonzini
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
11
-22
/
+55
2017-02-01
hcd-xhci: check & correct param before using it
Cao jin
1
-19
/
+18
2017-02-01
msix: Follow CODING_STYLE
Cao jin
1
-2
/
+6
2017-02-01
hw/i386: check if nvdimm is enabled before plugging
Haozhong Zhang
1
-0
/
+5
2017-02-01
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum
2
-1
/
+89
2017-02-01
hw/ioh3420: derive from PCI Express Root Port base class
Marcel Apfelbaum
1
-106
/
+15
2017-02-01
hw/pcie: Introduce a base class for PCI Express Root Ports
Marcel Apfelbaum
2
-0
/
+172
2017-02-01
intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()
Jason Wang
1
-1
/
+9
2017-02-01
pci: mark ROMs read-only
Michael S. Tsirkin
1
-1
/
+1
2017-02-01
ppc: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-8
/
+10
2017-01-31
trace: clean up trace-events files
Stefan Hajnoczi
8
-16
/
+1
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+0
2017-01-31
trace: move hw/i386/xen events to correct subdir
Daniel P. Berrange
2
-7
/
+6
2017-01-31
trace: move hw/xen events to correct subdir
Daniel P. Berrange
1
-0
/
+13
2017-01-31
trace: move hw/block/dataplane events to correct subdir
Daniel P. Berrange
2
-5
/
+6
2017-01-31
qxl: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-5
/
+4
2017-01-31
ps2: add support for mice with extra/side buttons
Fabian Lesniak
1
-3
/
+5
2017-01-31
ppc: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-8
/
+10
2017-01-31
spapr: clock should count only if vm is running
Laurent Vivier
2
-23
/
+49
2017-01-31
ppc: Remove unused function cpu_ppc601_rtc_init()
Thomas Huth
1
-7
/
+0
2017-01-31
ppc: Prevent inifnite loop in decrementer auto-reload.
Roman Kapl
1
-2
/
+6
2017-01-31
ppc: Add ppc_set_compat_all()
David Gibson
1
-26
/
+5
2017-01-31
pseries: Rewrite CAS PVR compatibility logic
David Gibson
2
-72
/
+34
2017-01-31
pxb: Restrict to x86
David Gibson
1
-1
/
+1
2017-01-31
prep: add IBM RS/6000 7020 (40p) machine emulation
Hervé Poussineau
1
-0
/
+230
2017-01-31
prep: add IBM RS/6000 7020 (40p) memory controller
Hervé Poussineau
3
-0
/
+240
2017-01-31
prep: add PReP System I/O
Hervé Poussineau
3
-0
/
+308
2017-01-31
hw/ppc: QOM'ify spapr_vio.c
xiaoqiang zhao
1
-10
/
+0
2017-01-31
hw/ppc: QOM'ify ppce500_spin.c
xiaoqiang zhao
1
-10
/
+8
[next]