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
/
target-i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
hyperv: fix build on non-KVM hosts
Blue Swirl
2012-01-23
1
-1
/
+3
*
kvm: x86: Add user space part for in-kernel APIC
Jan Kiszka
2012-01-19
1
-0
/
+38
*
kvm: Introduce core services for in-kernel irqchip support
Jan Kiszka
2012-01-19
1
-0
/
+11
*
hyper-v: initialize Hyper-V CPUID leaves.
Vadim Rozenfeld
2012-01-19
1
-2
/
+63
*
hyper-v: introduce Hyper-V support infrastructure.
Vadim Rozenfeld
2012-01-19
3
-0
/
+121
*
target-i386: fix compilation with --enable-debug-tcg
Aurelien Jarno
2012-01-13
1
-1
/
+2
*
target-i386: fix SSE rounding and flush to zero
Aurelien Jarno
2012-01-11
3
-11
/
+56
*
target-i386: fix dpps and dppd SSE2 instructions
Aurelien Jarno
2012-01-11
1
-14
/
+14
*
target-i386: fix round{pd,ps,sd,ss} SSE2 instructions
Aurelien Jarno
2012-01-11
1
-8
/
+8
*
target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions
Aurelien Jarno
2012-01-11
2
-3
/
+7
*
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
2012-01-03
1
-4
/
+3
|
\
|
*
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
Avi Kivity
2011-12-20
1
-4
/
+3
*
|
enable architectural PMU cpuid leaf for kvm
Gleb Natapov
2011-12-22
1
-4
/
+13
*
|
kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
Jan Kiszka
2011-12-22
1
-3
/
+2
*
|
kvm: x86: Avoid runtime allocation of xsave buffer
Jan Kiszka
2011-12-22
2
-9
/
+9
*
|
kvm: x86: Use symbols for all xsave field
Jan Kiszka
2011-12-22
1
-6
/
+8
|
/
*
target-i386: fix cmpxchg instruction emulation
Andreas Gustafsson
2011-12-12
1
-4
/
+7
*
x86/cpuid: Tighten parsing of tsc_freq=FREQ
Markus Armbruster
2011-11-28
1
-1
/
+1
*
Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"
Anthony Liguori
2011-11-28
1
-4
/
+23
*
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
2011-11-21
1
-4
/
+8
|
\
|
*
x86: fix pcmpestrm and pcmpistrm
Blue Swirl
2011-11-19
1
-4
/
+8
*
|
Fix typo: runnning -> running
Vagrant Cascadian
2011-11-17
1
-1
/
+1
|
/
*
x86/cpuid: Fix crash on -cpu ""
Markus Armbruster
2011-11-10
1
-2
/
+2
*
x86/cpuid: Plug memory leak in cpudef_setfield()
Markus Armbruster
2011-11-10
1
-0
/
+1
*
x86/cpuid: Convert remaining strdup() to g_strdup()
Markus Armbruster
2011-11-10
1
-4
/
+4
*
i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID
Avi Kivity
2011-11-09
1
-23
/
+4
*
Fix X86 CPU topology in KVM mode
Bharata B Rao
2011-11-02
1
-0
/
+1
*
i386: wire up MSR_IA32_MISC_ENABLE
Avi Kivity
2011-10-24
5
-0
/
+48
*
kvm: support TSC deadline MSR with subsection
Liu, Jinsong
2011-10-24
3
-0
/
+37
*
Revert "kvm: support TSC deadline MSR"
Marcelo Tosatti
2011-10-24
3
-18
/
+1
*
kvm: support TSC deadline MSR
Liu, Jinsong
2011-10-03
3
-1
/
+18
*
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-10-01
1
-4
/
+3
*
target-i386: Remove redundant word mask in port out instructions
Jan Kiszka
2011-10-01
1
-2
/
+0
*
target-i386: Remove data type CCTable
Stefan Weil
2011-09-21
2
-10
/
+0
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-09-20
1
-2
/
+2
|
\
|
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-1
/
+1
|
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
|
target-i386: Fix several SSE3 instructions.
Max Reitz
2011-09-17
1
-18
/
+18
|
/
*
kvm: remove unnecessary assignments
Blue Swirl
2011-09-10
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
2011-09-08
1
-29
/
+43
|
\
|
*
target-i386: Compute all flag data inside %cl != 0 test.
Richard Henderson
2011-09-08
1
-29
/
+43
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-09-08
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
x86: fix daa opcode for al register values higher than 0xf9
Boris Figovsky
2011-09-02
1
-3
/
+3
*
|
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
2
-5
/
+5
|
/
*
Fix up some style nits of last uq/master merge
Jan Kiszka
2011-08-25
1
-2
/
+3
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
3
-13
/
+13
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-08-08
3
-1
/
+29
|
\
|
*
Remove #ifdef KVM_CAP_TSC_CONTROL
Marcelo Tosatti
2011-08-05
1
-2
/
+0
|
*
qemu-x86: Set tsc_khz in kvm when supported
Joerg Roedel
2011-08-05
1
-1
/
+17
|
*
qemu-x86: Add tsc_freq option to -cpu
Joerg Roedel
2011-08-05
2
-0
/
+14
[next]