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
*
target-i386: Pass X86CPU to cpu_x86_set_a20()
Andreas Färber
2013-02-01
2
-2
/
+4
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-01-29
1
-1
/
+25
|
\
|
*
target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too big
Igor Mammedov
2013-01-29
1
-1
/
+24
*
|
target-i386: Remove setting tsc-frequency from x86_def_t
Igor Mammedov
2013-01-27
1
-3
/
+0
*
|
target-i386: Set custom features/properties without intermediate x86_def_t
Igor Mammedov
2013-01-27
1
-67
/
+51
*
|
target-i386: Remove vendor_override field from CPUX86State
Igor Mammedov
2013-01-27
2
-16
/
+12
*
|
target-i386: Replace uint32_t vendor fields by vendor string in x86_def_t
Igor Mammedov
2013-01-27
2
-106
/
+47
*
|
target-i386: Print deprecation warning if xlevel < 0x80000000
Igor Mammedov
2013-01-27
1
-0
/
+2
*
|
target-i386: Drop redundant list of CPU definitions
Andreas Färber
2013-01-27
1
-12
/
+10
*
|
target-i386: Simplify cpu_x86_find_by_name()
Andreas Färber
2013-01-27
1
-10
/
+12
*
|
pc: Generate APIC IDs according to CPU topology
Eduardo Habkost
2013-01-27
2
-4
/
+25
*
|
target-i386: Topology & APIC ID utility functions
Eduardo Habkost
2013-01-27
1
-0
/
+136
*
|
target-i386: Introduce x86_cpu_apic_id_from_index() function
Eduardo Habkost
2013-01-27
2
-1
/
+18
*
|
target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index
Eduardo Habkost
2013-01-27
1
-2
/
+3
*
|
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
2013-01-27
1
-0
/
+5
*
|
pc: Reverse pc_init_pci() compatibility logic
Eduardo Habkost
2013-01-27
2
-3
/
+4
*
|
target-i386: Don't set any KVM flag by default if KVM is disabled
Eduardo Habkost
2013-01-27
1
-8
/
+4
|
/
*
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
2013-01-21
1
-1
/
+1
*
target-i386: Use switch in check_hw_breakpoints()
liguang
2013-01-15
3
-14
/
+34
*
target-i386: Avoid goto in hw_breakpoint_insert()
liguang
2013-01-15
1
-6
/
+10
*
target-i386: Introduce hw_{local,global}_breakpoint_enabled()
liguang
2013-01-15
3
-6
/
+21
*
target-i386: Define DR7 bit field constants
liguang
2013-01-15
5
-16
/
+23
*
target-i386: Move kvm_check_features_against_host() check to realize time
Igor Mammedov
2013-01-15
1
-13
/
+15
*
target-i386: cpu_x86_register() consolidate freeing resources
Igor Mammedov
2013-01-15
1
-9
/
+10
*
target-i386: Move setting defaults out of cpu_x86_parse_featurestr()
Igor Mammedov
2013-01-15
1
-5
/
+4
*
target-i386: check/enforce: Check all feature words
Eduardo Habkost
2013-01-15
1
-2
/
+11
*
target-i386/cpu.c: Add feature name array for ext4_features
Eduardo Habkost
2013-01-15
1
-0
/
+17
*
target-i386: kvm_check_features_against_host(): Use feature_word_info
Eduardo Habkost
2013-01-15
1
-24
/
+49
*
target-i386/cpu: Introduce FeatureWord typedefs
Eduardo Habkost
2013-01-15
2
-49
/
+63
*
target-i386: Disable kvm_mmu by default
Eduardo Habkost
2013-01-15
1
-1
/
+0
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
3
-11
/
+16
*
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2013-01-15
1
-9
/
+9
*
target-i386: fix bits 39:32 of the final physical address when using 4M page
Wen Congyang
2013-01-09
1
-3
/
+8
*
target-i386: Explicitly set vendor for each built-in cpudef
Igor Mammedov
2013-01-08
1
-9
/
+31
*
target-i386: Sanitize AMD's ext2_features at realize time
Igor Mammedov
2013-01-08
1
-10
/
+11
*
target-i386: Filter out unsupported features at realize time
Igor Mammedov
2013-01-08
1
-15
/
+16
*
target-i386: check/enforce: Eliminate check_feat field
Eduardo Habkost
2013-01-08
1
-8
/
+6
*
target-i386: check/enforce: Check SVM flag support as well
Eduardo Habkost
2013-01-08
1
-1
/
+1
*
target-i386: check/enforce: Check all CPUID.80000001H.EDX bits
Eduardo Habkost
2013-01-08
1
-1
/
+1
*
target-i386: check/enforce: Do not ignore "hypervisor" flag
Eduardo Habkost
2013-01-08
1
-1
/
+1
*
target-i386: check/enforce: Fix CPUID leaf numbers on error messages
Eduardo Habkost
2013-01-08
2
-9
/
+36
*
target-i386: kvm: Enable all supported KVM features for -cpu host
Eduardo Habkost
2013-01-08
1
-0
/
+2
*
target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features
Eduardo Habkost
2013-01-08
1
-7
/
+4
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-01-02
3
-0
/
+37
|
\
|
*
target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
Will Auld
2012-12-14
3
-0
/
+37
*
|
Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber
Blue Swirl
2012-12-28
2
-103
/
+144
|
\
\
|
*
\
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
19
-48
/
+50
|
|
\
\
|
*
|
|
cpu: Move kvm_run into CPUState
Andreas Färber
2012-12-19
1
-4
/
+5
|
*
|
|
cpu: Move kvm_state field into CPUState
Andreas Färber
2012-12-19
2
-13
/
+16
|
*
|
|
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
2012-12-19
1
-70
/
+88
[next]