index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/vfio: create common module
Eric Auger
2014-12-22
3
-1027
/
+961
*
hw/vfio/pci: use name field in format strings
Eric Auger
2014-12-22
1
-154
/
+59
*
hw/vfio/pci: rename group_list into vfio_group_list
Eric Auger
2014-12-22
1
-11
/
+11
*
hw/vfio/pci: split vfio_get_device
Eric Auger
2014-12-22
1
-52
/
+78
*
hw/vfio/pci: Introduce VFIORegion
Eric Auger
2014-12-22
1
-92
/
+101
*
hw/vfio/pci: handle reset at VFIODevice
Eric Auger
2014-12-22
1
-30
/
+63
*
hw/vfio/pci: add type, name and group fields in VFIODevice
Eric Auger
2014-12-22
1
-9
/
+18
*
hw/vfio/pci: introduce minimalist VFIODevice with fd
Eric Auger
2014-12-19
1
-54
/
+63
*
hw/vfio/pci: generalize mask/unmask to any IRQ index
Eric Auger
2014-12-19
1
-10
/
+10
*
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
Eric Auger
2014-12-19
1
-104
/
+106
*
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips
2014-12-19
5
-3
/
+6
*
vfio: fix adding memory listener to the right address space
Frank Blaschka
2014-12-19
1
-1
/
+1
*
vfio: migration to trace points
Eric Auger
2014-12-19
1
-197
/
+206
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...
Peter Maydell
2014-12-17
4
-19
/
+42
|
\
|
*
vga: set catagory bit for secondary vga device
Gonglei
2014-12-16
1
-0
/
+1
|
*
move hw cursor pos from cirrus to vga
Gerd Hoffmann
2014-12-16
2
-16
/
+17
|
*
cirrus: Force use of shadow pixmap when HW cursor is enabled
Benjamin Herrenschmidt
2014-12-16
1
-1
/
+8
|
*
vga: Add mechanism to force the use of a shadow surface
Benjamin Herrenschmidt
2014-12-16
2
-2
/
+16
*
|
spice: reduce refresh rate in native mode
Gerd Hoffmann
2014-12-16
1
-0
/
+3
*
|
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
2014-12-16
2
-4
/
+3
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-12-15
20
-183
/
+323
|
\
|
*
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
2014-12-15
2
-1
/
+52
|
*
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
2014-12-15
2
-18
/
+27
|
*
sdhci: Remove class "virtual" methods
Kevin O'Connor
2014-12-15
2
-106
/
+40
|
*
sdhci: Set a default frequency clock
Kevin O'Connor
2014-12-15
1
-2
/
+2
|
*
serial: only resample THR interrupt on rising edge of IER.THRI
Paolo Bonzini
2014-12-15
1
-9
/
+16
|
*
serial: update LSR on enabling/disabling FIFOs
Paolo Bonzini
2014-12-15
1
-0
/
+3
|
*
serial: clean up THRE/TEMT handling
Paolo Bonzini
2014-12-15
1
-14
/
+12
|
*
serial: reset thri_pending on IER writes with THRI=0
Paolo Bonzini
2014-12-15
1
-2
/
+16
|
*
kvm/apic: fix 2.2->2.1 migration
Paolo Bonzini
2014-12-15
2
-3
/
+12
|
*
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
2014-12-15
2
-0
/
+8
|
*
target-i386: add VME to all CPUs
Paolo Bonzini
2014-12-15
2
-0
/
+28
|
*
pc: add 2.3 machine types
Paolo Bonzini
2014-12-15
2
-7
/
+48
|
*
scsi-disk: provide maximum transfer length
Paolo Bonzini
2014-12-15
1
-0
/
+27
|
*
scsi: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-12-15
2
-2
/
+2
|
*
scsi: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
2014-12-15
1
-4
/
+2
|
*
scsi: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-12-15
1
-4
/
+2
|
*
x86: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-12-15
1
-2
/
+1
|
*
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-12-15
1
-3
/
+1
|
*
valgrind/i386: avoid false positives on KVM_SET_PIT ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+1
|
*
valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl
Christian Borntraeger
2014-12-15
1
-2
/
+1
|
*
vfio: use kvm_resamplefds_enabled()
Eric Auger
2014-12-15
1
-3
/
+2
|
*
KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
Eric Auger
2014-12-15
2
-2
/
+0
|
*
Add bootloader name to multiboot implementation
Drew DeVault
2014-12-15
1
-5
/
+27
*
|
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-1...
Peter Maydell
2014-12-11
9
-40
/
+39
|
\
\
|
*
|
hpet: increase spelling precision
Stefan Hajnoczi
2014-12-11
1
-1
/
+1
|
*
|
pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category
Antony Pavlov
2014-12-10
1
-0
/
+1
|
*
|
vt82c686: fix coverity warning about out-of-bounds write
zhanghailiang
2014-12-10
1
-22
/
+19
|
*
|
fw_cfg: remove superfluous blank line
Gonglei
2014-12-10
1
-1
/
+0
|
*
|
Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-12-10
1
-3
/
+1
[next]