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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
2014-12-16
4
-7
/
+15
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-12-15
44
-263
/
+604
|
\
|
*
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
2014-12-15
3
-1
/
+54
|
*
sdhci: Define SDHCI PCI ids
Kevin O'Connor
2014-12-15
3
-0
/
+4
|
*
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
|
*
linuxboot: fix loading old kernels
Paolo Bonzini
2014-12-15
2
-10
/
+27
|
*
kvm/apic: fix 2.2->2.1 migration
Paolo Bonzini
2014-12-15
3
-3
/
+13
|
*
target-i386: add Ivy Bridge CPU model
Paolo Bonzini
2014-12-15
1
-0
/
+32
|
*
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
2014-12-15
3
-2
/
+10
|
*
target-i386: add VME to all CPUs
Paolo Bonzini
2014-12-15
3
-15
/
+43
|
*
pc: add 2.3 machine types
Paolo Bonzini
2014-12-15
2
-7
/
+48
|
*
i386: do not cross the pages boundaries in replay mode
Pavel Dovgalyuk
2014-12-15
2
-0
/
+17
|
*
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
2014-12-15
2
-12
/
+12
|
*
timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock
Pavel Dovgalyuk
2014-12-15
2
-0
/
+9
|
*
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
2014-12-15
3
-1
/
+8
|
*
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
2014-12-15
2
-3
/
+11
|
*
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
2014-12-15
2
-0
/
+6
|
*
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
2014-12-15
2
-1
/
+5
|
*
cpu-exec: fix cpu_exec_nocache
Pavel Dovgalyuk
2014-12-15
1
-1
/
+6
|
*
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: Drop some superfluous casts from void *
Markus Armbruster
2014-12-15
2
-2
/
+2
|
*
x86: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-12-15
2
-3
/
+2
|
*
x86: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
2014-12-15
1
-12
/
+4
|
*
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-12-15
1
-3
/
+1
|
*
target-i386: get/set/migrate XSAVES state
Wanpeng Li
2014-12-15
4
-1
/
+38
|
*
target-mips: kvm: do not use get_clock()
Paolo Bonzini
2014-12-15
1
-1
/
+1
|
*
target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]
Paolo Bonzini
2014-12-15
2
-1
/
+34
|
*
coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route
Christian Borntraeger
2014-12-15
1
-1
/
+1
|
*
valgrind/s390x: avoid false positives on KVM_SET_FPU ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+1
|
*
valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+1
|
*
valgrind/i386: avoid false positives on KVM_GET_MSRS ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+4
|
*
valgrind/i386: avoid false positives on KVM_SET_MSRS ioctl
Christian Borntraeger
2014-12-15
1
-3
/
+12
|
*
valgrind/i386: avoid false positives on KVM_SET_XCRS ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+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
|
*
valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctl
Christian Borntraeger
2014-12-15
1
-1
/
+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
6
-4
/
+17
|
*
target-i386: simplify AES emulation
Aurelien Jarno
2014-12-15
1
-8
/
+8
|
*
Add bootloader name to multiboot implementation
Drew DeVault
2014-12-15
1
-5
/
+27
*
|
Merge remote-tracking branch 'remotes/rth/tags/x86-next-20141214' into staging
Peter Maydell
2014-12-15
2
-4
/
+34
|
\
\
[next]