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
/
kvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
*
kvm: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-10
/
+11
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-11-01
1
-62
/
+91
|
\
|
*
i386: kvm: filter CPUID feature words earlier, on cpu.c
Eduardo Habkost
2012-10-30
1
-18
/
+0
|
*
i386: kvm: mask cpuid_ext4_features bits earlier
Eduardo Habkost
2012-10-30
1
-2
/
+3
|
*
i386: kvm: mask cpuid_kvm_features earlier
Eduardo Habkost
2012-10-30
1
-2
/
+4
|
*
i386: kvm: x2apic is not supported without in-kernel irqchip
Eduardo Habkost
2012-10-30
1
-0
/
+7
|
*
i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid()
Eduardo Habkost
2012-10-30
1
-5
/
+8
|
*
i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()
Eduardo Habkost
2012-10-30
1
-2
/
+5
|
*
i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'
Eduardo Habkost
2012-10-30
1
-14
/
+9
|
*
i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function
Eduardo Habkost
2012-10-30
1
-5
/
+14
|
*
i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function
Eduardo Habkost
2012-10-30
1
-8
/
+22
|
*
i386: kvm: extract register switch to cpuid_entry_get_reg() function
Eduardo Habkost
2012-10-30
1
-14
/
+23
|
*
i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable
Eduardo Habkost
2012-10-30
1
-4
/
+5
|
*
i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check
Eduardo Habkost
2012-10-30
1
-5
/
+3
|
*
i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop
Eduardo Habkost
2012-10-30
1
-13
/
+18
*
|
target-i386: Pass X86CPU to kvm_handle_halt()
Andreas Färber
2012-10-31
1
-2
/
+5
*
|
target-i386: Pass X86CPU to kvm_get_mp_state()
Andreas Färber
2012-10-31
1
-4
/
+5
*
|
target-i386: Pass X86CPU to cpu_x86_inject_mce()
Andreas Färber
2012-10-31
1
-1
/
+1
*
|
target-i386: Pass X86CPU to kvm_mce_inject()
Andreas Färber
2012-10-31
1
-3
/
+5
*
|
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
2012-10-31
1
-2
/
+2
*
|
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-31
1
-2
/
+4
|
/
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-3
/
+3
*
i386: kvm: use a #define for the set of alias feature bits
Eduardo Habkost
2012-09-30
1
-1
/
+1
*
i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved
Eduardo Habkost
2012-09-30
1
-1
/
+1
*
kvm: i386: Add services required for PCI device assignment
Jan Kiszka
2012-09-10
1
-0
/
+141
*
kvm: get/set PV EOI MSR
Michael S. Tsirkin
2012-08-29
1
-0
/
+13
*
kvm: Decouple 'GSI routing' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+2
*
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+3
*
kvm: Decouple 'irqfds usable' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-0
/
+4
*
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
Peter Maydell
2012-08-09
1
-0
/
+6
*
target-i386: move cpu halted decision into x86_cpu_reset
Igor Mammedov
2012-08-01
1
-1
/
+3
*
apic: Defer interrupt updates to VCPU thread
Jan Kiszka
2012-07-10
1
-0
/
+4
*
kvm: expose tsc deadline timer feature to guest
Liu, Jinsong
2012-07-03
1
-0
/
+5
*
target-i386: Pass X86CPU to do_cpu_{init,sipi}()
Andreas Färber
2012-06-04
1
-2
/
+4
*
target-i386: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-38
/
+38
*
kvm: fill in padding to help valgrind
Michael S. Tsirkin
2012-03-07
1
-0
/
+6
*
target-i386: Add infrastructure for reporting TPR MMIO accesses
Jan Kiszka
2012-02-18
1
-2
/
+23
*
kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()
Gleb Natapov
2012-02-16
1
-0
/
+1
*
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
2012-02-08
1
-2
/
+2
*
kvm: Allow to set shadow MMU size
Jan Kiszka
2012-02-08
1
-0
/
+13
*
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
*
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
*
|
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
1
-8
/
+7
*
|
kvm: x86: Use symbols for all xsave field
Jan Kiszka
2011-12-22
1
-6
/
+8
|
/
*
Fix typo: runnning -> running
Vagrant Cascadian
2011-11-17
1
-1
/
+1
[next]