Sign in
qemu-android
/
qemu-android
/
c9f88ce330c3d9107adfabdde33bdf10dcc05934
/
target-i386
/
cpu.h
9c04146
target-i386: remove superfluous TARGET_HAS_SMC macro
by Emilio G. Cota
· 10 years ago
e1570d0
target-i386: Remove icc_bridge parameter from cpu_x86_create()
by Eduardo Habkost
· 10 years ago
8d86e34
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging
by Peter Maydell
· 10 years ago
2994fd9
cpu: Make cpu_init() return QOM CPUState object
by Eduardo Habkost
· 10 years ago
54a4029
target-i386: Move APIC ID compatibility code to pc.c
by Eduardo Habkost
· 10 years ago
7e72a45
target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id
by Eduardo Habkost
· 10 years ago
0856579
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging"
by Peter Maydell
· 10 years ago
9e9d386
target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
by Eduardo Habkost
· 10 years ago
15258d4
target-i386: Eliminate cpu_init() function
by Eduardo Habkost
· 10 years ago
644dba2
target-i386: Rename cpu_x86_init() to cpu_x86_init_user()
by Eduardo Habkost
· 10 years ago
b771147
target-i386: make xmm_regs 512-bit wide
by Paolo Bonzini
· 10 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
5b9efc3
i386: do not cross the pages boundaries in replay mode
by Pavel Dovgalyuk
· 10 years ago
18cd2c1
target-i386: get/set/migrate XSAVES state
by Wanpeng Li
· 10 years ago
0bb0b2d
target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]
by Paolo Bonzini
· 10 years ago
e6a33e4
target-i386: fix Coverity complaints about overflows
by Paolo Bonzini
· 10 years ago
75d373e
target-i386: Disable SVM by default in KVM mode
by Eduardo Habkost
· 10 years ago
1cadaa9
target-i386: Rename KVM auto-feature-enable compat function
by Eduardo Habkost
· 10 years ago
9aecd6f
target-i386: add Intel AVX-512 support
by Chao Peng
· 10 years ago
5bde140
target-i386: update fp status fix
by Pavel Dovgalyuk
· 10 years ago
86025ee
cpu-exec: Make debug_excp_handler a QOM CPU method
by Peter Maydell
· 11 years ago
d1ae67f
x86: kvm: Add MTRR support for kvm_get|put_msrs()
by Alex Williamson
· 11 years ago
d8b5c67
x86: Use common variable range MTRR counts
by Alex Williamson
· 11 years ago
303752a
target-i386: Support "invariant tsc" flag
by Marcelo Tosatti
· 11 years ago
31e25e3
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
by Peter Maydell
· 11 years ago
eaad03e
target-i386: raise page fault for reserved bits in large pages
by Paolo Bonzini
· 11 years ago
e8f6d00
target-i386: raise page fault for reserved physical address bits
by Paolo Bonzini
· 11 years ago
f57584d
target-i386: simplify SMAP handling in MMU_KSMAP_IDX
by Paolo Bonzini
· 11 years ago
8a201bd
target-i386: fix kernel accesses with SMAP and CPL = 3
by Paolo Bonzini
· 11 years ago
43773ed
target-i386: rename KSMAP to KNOSMAP
by Paolo Bonzini
· 11 years ago
28fb26f
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
by Paolo Bonzini
· 11 years ago
7125c93
target-i386: get CPL from SS.DPL
by Paolo Bonzini
· 11 years ago
4a92a55
cpu: make CPU_INTERRUPT_RESET available on all targets
by Paolo Bonzini
· 12 years ago
43175fa
target-i386: preserve FPU and MSR state on INIT
by Paolo Bonzini
· 12 years ago
05e7e81
target-i386: fix set of registers zeroed on reset
by Paolo Bonzini
· 11 years ago
7848c8d
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly.
by Kevin O'Connor
· 11 years ago
2cd49cb
target-i386: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
f0c3c50
cpu: Move breakpoints field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
ff4700b
cpu: Move watchpoint fields from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 12 years ago
8fb4f82
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
by Eduardo Habkost
· 11 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 12 years ago
e00ef74
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
4ab23a9
Define the architecture for compressed dump format
by qiaonuohan
· 11 years ago
4e47e39
target-i386: Fix SSE status flag corruption
by Richard Henderson
· 11 years ago
48a5f3b
kvm: add support for hyper-v timers
by Vadim Rozenfeld
· 11 years ago
5ef6898
kvm: make hyperv vapic assist page migratable
by Vadim Rozenfeld
· 11 years ago
1c90ef2
kvm: make hyperv hypercall and guest os id MSRs migratable.
by Vadim Rozenfeld
· 11 years ago
0169c51
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
02e5148
target-i386: Move apic_state field from CPUX86State to X86CPU
by Chen Fan
· 11 years ago
79e9ebe
target-i386: Intel MPX
by Liu Jinsong
· 11 years ago
c74f41b
x86: fix migration from pre-version 12
by Paolo Bonzini
· 12 years ago
b5d54bd
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
by Anthony Liguori
· 12 years ago
92067bf
target-i386: Move hyperv_* static globals to X86CPU
by Igor Mammedov
· 12 years ago
0d89436
kvm: migrate vPMU state
by Paolo Bonzini
· 12 years ago
e4a09c9
target-i386: remove tabs from target-i386/cpu.h
by Paolo Bonzini
· 12 years ago
0779cae
Initialize IA32_FEATURE_CONTROL MSR in reset and migration
by Arthur Chunqi Li
· 12 years ago
bdf7ae5
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
by Andreas Färber
· 12 years ago
518e9d7
target-i386: Change do_smm_enter() argument to X86CPU
by Andreas Färber
· 12 years ago
6291ad7
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
by Peter Maydell
· 12 years ago
80cf2c8
target-i386/helper: remove DF macro
by liguang
· 12 years ago
a78d0ea
target-i386/helper: remove EIP macro
by liguang
· 12 years ago
cf75c59
target-i386/helper: remove EDI macro
by liguang
· 12 years ago
78c3c6d
target-i386/helper: remove ESI macro
by liguang
· 12 years ago
08b3ded
target-i386/helper: remove ESP macro
by liguang
· 12 years ago
c12dddd
target-i386/helper: remove EBP macro
by liguang
· 12 years ago
00f5e6f
target-i386/helper: remove EDX macro
by liguang
· 12 years ago
a416561
target-i386/helper: remove ECX macro
by liguang
· 12 years ago
70b5136
target-i386/helper: remove EBX macro
by liguang
· 12 years ago
4b34e3a
target-i386/helper: remove EAX macro
by liguang
· 12 years ago
0668af5
target-i386: Introduce generic CPUID feature compat function
by Eduardo Habkost
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
90e4b0c
target-i386: Group together level, xlevel, xlevel2 fields
by Eduardo Habkost
· 12 years ago
62fc403
target-i386: Attach ICC bus to CPU on its creation
by Igor Mammedov
· 12 years ago
baaeda0
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
by Igor Mammedov
· 12 years ago
917367a
target-i386: kvm: save/restore steal time MSR
by Marcelo Tosatti
· 12 years ago
7f83324
target-i386: Split out CPU creation and features parsing
by Igor Mammedov
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
dab8623
extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS
by Laszlo Ersek
· 12 years ago
4d8b3c6
strip some whitespace
by Laszlo Ersek
· 12 years ago
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
f56e3a1
target-i386: Update VMStateDescription to X86CPU
by Andreas Färber
· 12 years ago
436ff2d
target-i386: Add CC_OP_CLR
by Richard Henderson
· 12 years ago
cd7f97c
target-i386: Implement ADX extension
by Richard Henderson
· 12 years ago
bc4b43d
target-i386: Implement BLSR, BLSMSK, BLSI
by Richard Henderson
· 12 years ago
988c3eb
target-i386: Use CC_SRC2 for ADC and SBB
by Richard Henderson
· 12 years ago
fee7188
target-i386: Name the cc_op enumeration
by Richard Henderson
· 12 years ago
f5847c9
target-i386: compute eflags outside rcl/rcr helper
by Paolo Bonzini
· 12 years ago
5c3c6a6
target-i386: Move cpu_x86_init()
by Andreas Färber
· 12 years ago
cc36a7a
target-i386: Pass X86CPU to cpu_x86_set_a20()
by Andreas Färber
· 12 years ago
11acfdd
target-i386: Remove vendor_override field from CPUX86State
by Igor Mammedov
· 12 years ago
99b88a1
target-i386: Replace uint32_t vendor fields by vendor string in x86_def_t
by Igor Mammedov
· 12 years ago
8932cfd
pc: Generate APIC IDs according to CPU topology
by Eduardo Habkost
· 12 years ago
cb41bad
target-i386: Introduce x86_cpu_apic_id_from_index() function
by Eduardo Habkost
· 12 years ago
2969475
pc: Reverse pc_init_pci() compatibility logic
by Eduardo Habkost
· 12 years ago
e175bce
target-i386: Use switch in check_hw_breakpoints()
by liguang
· 12 years ago
5902564
target-i386: Introduce hw_{local,global}_breakpoint_enabled()
by liguang
· 12 years ago
428065c
target-i386: Define DR7 bit field constants
by liguang
· 12 years ago
5ef5787
target-i386/cpu: Introduce FeatureWord typedefs
by Eduardo Habkost
· 12 years ago
Next »