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
...
|
*
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
*
|
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
1
-2
/
+2
*
|
target-i386: Pass X86CPU to cpu_x86_inject_mce()
Andreas Färber
2012-10-31
3
-3
/
+4
*
|
target-i386: Pass X86CPU to kvm_mce_inject()
Andreas Färber
2012-10-31
1
-3
/
+5
*
|
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
2012-10-31
1
-1
/
+3
*
|
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
*
|
target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()
Andreas Färber
2012-10-30
1
-1
/
+3
*
|
apic: Store X86CPU in APICCommonState
Andreas Färber
2012-10-30
1
-1
/
+1
*
|
target-i386: Inline APIC cpu_env property setting
Andreas Färber
2012-10-30
1
-1
/
+4
*
|
target-i386: Initialize APIC at CPU level
Igor Mammedov
2012-10-30
1
-0
/
+57
*
|
target-i386: If x86_cpu_realize() failed, report error and do cleanup
Igor Mammedov
2012-10-30
1
-2
/
+7
*
|
target-i386: cpu_x86_register(): report error from property setter
Igor Mammedov
2012-10-30
1
-1
/
+2
|
/
*
qemu: enable PV EOI for qemu 1.3
Michael S. Tsirkin
2012-10-29
2
-13
/
+22
*
target-i386: cpu: recover items 28-31 of ext2_feature_name
Eduardo Habkost
2012-10-28
1
-0
/
+1
*
target-i386: rename helper flags
Aurelien Jarno
2012-10-28
1
-2
/
+2
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
4
-26
/
+26
*
Fix popcnt in long mode
malc
2012-10-14
1
-1
/
+1
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
5
-11
/
+7
*
x86: Implement SMEP and SMAP
H. Peter Anvin
2012-10-01
6
-49
/
+207
*
i386: -cpu help: remove reference to specific CPUID leaves/registers
Eduardo Habkost
2012-09-30
1
-4
/
+4
*
i386: cpu: eliminate duplicate feature names
Eduardo Habkost
2012-09-30
1
-8
/
+23
*
i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES
Eduardo Habkost
2012-09-30
1
-9
/
+11
*
i386: kvm: use a #define for the set of alias feature bits
Eduardo Habkost
2012-09-30
2
-1
/
+13
*
i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved
Eduardo Habkost
2012-09-30
1
-1
/
+1
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-09-25
1
-1
/
+1
|
\
|
*
target-i386: Allow tsc-frequency to be larger then 2.147G
Don Slutz
2012-09-23
1
-1
/
+1
*
|
target-i386: Drop unused setscalar() macro
Andreas Färber
2012-09-21
1
-12
/
+0
*
|
target-i386: Kill cpudef config section support
Eduardo Habkost
2012-09-21
1
-99
/
+2
*
|
target-i386: x86_cpudef_setup() coding style change
Eduardo Habkost
2012-09-21
1
-6
/
+9
*
|
target-i386: Move CPU models from cpus-x86_64.conf to C
Eduardo Habkost
2012-09-21
1
-0
/
+219
*
|
target-i386: Add missing CPUID_* constants
Eduardo Habkost
2012-09-21
1
-0
/
+22
*
|
Drop cpu_list_id macro
Peter Maydell
2012-09-21
2
-4
/
+4
*
|
target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
Peter Maydell
2012-09-21
1
-53
/
+11
|
/
*
kvm: i386: Add services required for PCI device assignment
Jan Kiszka
2012-09-10
2
-0
/
+163
*
w32: Fix broken build
Stefan Weil
2012-08-30
1
-0
/
+2
*
kvm: get/set PV EOI MSR
Michael S. Tsirkin
2012-08-29
3
-0
/
+35
*
target-i386: disable pv eoi to fix migration across QEMU versions
Anthony Liguori
2012-08-29
1
-1
/
+12
*
target-i386/translate.c: mov to/from crN/drN: ignore mod bits
Matthew Ogilvie
2012-08-24
1
-4
/
+10
*
win32: provide separate macros for weak decls and definitions
Anthony Liguori
2012-08-15
1
-2
/
+2
*
x86: switch to AREG0 free mode
Blue Swirl
2012-08-14
9
-199
/
+128
[prev]
[next]