index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
cpu.h
Age
Commit message (
Expand
)
Author
2014-03-27
target-i386: Avoid shifting left into sign bit
Peter Maydell
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-04
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-02-28
Define the architecture for compressed dump format
qiaonuohan
2014-02-28
target-i386: Fix SSE status flag corruption
Richard Henderson
2014-02-03
kvm: add support for hyper-v timers
Vadim Rozenfeld
2014-02-03
kvm: make hyperv vapic assist page migratable
Vadim Rozenfeld
2014-02-03
kvm: make hyperv hypercall and guest os id MSRs migratable.
Vadim Rozenfeld
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-12
target-i386: Intel MPX
Liu Jinsong
2013-10-02
x86: fix migration from pre-version 12
Paolo Bonzini
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
2013-08-16
target-i386: Move hyperv_* static globals to X86CPU
Igor Mammedov
2013-08-09
kvm: migrate vPMU state
Paolo Bonzini
2013-08-09
target-i386: remove tabs from target-i386/cpu.h
Paolo Bonzini
2013-07-25
Initialize IA32_FEATURE_CONTROL MSR in reset and migration
Arthur Chunqi Li
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-09
target-i386: Change do_smm_enter() argument to X86CPU
Andreas Färber
2013-07-09
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
Peter Maydell
2013-06-15
target-i386/helper: remove DF macro
liguang
2013-06-15
target-i386/helper: remove EIP macro
liguang
2013-06-15
target-i386/helper: remove EDI macro
liguang
2013-06-15
target-i386/helper: remove ESI macro
liguang
2013-06-15
target-i386/helper: remove ESP macro
liguang
2013-06-15
target-i386/helper: remove EBP macro
liguang
2013-06-15
target-i386/helper: remove EDX macro
liguang
2013-06-15
target-i386/helper: remove ECX macro
liguang
2013-06-15
target-i386/helper: remove EBX macro
liguang
2013-06-15
target-i386/helper: remove EAX macro
liguang
2013-05-06
target-i386: Introduce generic CPUID feature compat function
Eduardo Habkost
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-01
target-i386: Group together level, xlevel, xlevel2 fields
Eduardo Habkost
2013-05-01
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
2013-05-01
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-04-17
target-i386: kvm: save/restore steal time MSR
Marcelo Tosatti
2013-04-16
target-i386: Split out CPU creation and features parsing
Igor Mammedov
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-04-04
extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS
Laszlo Ersek
2013-04-04
strip some whitespace
Laszlo Ersek
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
target-i386: Update VMStateDescription to X86CPU
Andreas Färber
2013-02-19
target-i386: Add CC_OP_CLR
Richard Henderson
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
2013-02-18
target-i386: Implement BLSR, BLSMSK, BLSI
Richard Henderson
[next]