Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | target-i386: remove superfluous TARGET_HAS_SMC macro | Emilio G. Cota | 1 | -2/+0 |
2015-03-17 | target-i386: Remove icc_bridge parameter from cpu_x86_create() | Eduardo Habkost | 1 | -2/+1 |
2015-03-11 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s... | Peter Maydell | 1 | -8/+1 |
2015-03-10 | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost | 1 | -8/+1 |
2015-03-09 | target-i386: Move APIC ID compatibility code to pc.c | Eduardo Habkost | 1 | -1/+0 |
2015-03-09 | target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id | Eduardo Habkost | 1 | -1/+0 |
2015-03-03 | Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'... | Peter Maydell | 1 | -3/+10 |
2015-02-25 | target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id | Eduardo Habkost | 1 | -1/+0 |
2015-02-25 | target-i386: Eliminate cpu_init() function | Eduardo Habkost | 1 | -9/+3 |
2015-02-25 | target-i386: Rename cpu_x86_init() to cpu_x86_init_user() | Eduardo Habkost | 1 | -2/+2 |
2015-01-26 | target-i386: make xmm_regs 512-bit wide | Paolo Bonzini | 1 | -60/+8 |
2015-01-20 | exec.c: Drop TARGET_HAS_ICE define and checks | Peter Maydell | 1 | -2/+0 |
2014-12-15 | i386: do not cross the pages boundaries in replay mode | Pavel Dovgalyuk | 1 | -0/+3 |
2014-12-15 | target-i386: get/set/migrate XSAVES state | Wanpeng Li | 1 | -0/+2 |
2014-12-15 | target-i386: add feature flags for CPUID[EAX=0xd,ECX=1] | Paolo Bonzini | 1 | -0/+6 |
2014-11-13 | target-i386: fix Coverity complaints about overflows | Paolo Bonzini | 1 | -1/+1 |
2014-11-04 | target-i386: Disable SVM by default in KVM mode | Eduardo Habkost | 1 | -0/+1 |
2014-11-03 | target-i386: Rename KVM auto-feature-enable compat function | Eduardo Habkost | 1 | -1/+1 |
2014-10-24 | target-i386: add Intel AVX-512 support | Chao Peng | 1 | -0/+61 |
2014-09-18 | target-i386: update fp status fix | Pavel Dovgalyuk | 1 | -0/+2 |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell | 1 | -1/+1 |
2014-08-25 | x86: kvm: Add MTRR support for kvm_get|put_msrs() | Alex Williamson | 1 | -0/+2 |
2014-08-25 | x86: Use common variable range MTRR counts | Alex Williamson | 1 | -1/+1 |
2014-06-25 | target-i386: Support "invariant tsc" flag | Marcelo Tosatti | 1 | -0/+4 |
2014-06-05 | Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging | Peter Maydell | 1 | -7/+26 |
2014-06-05 | target-i386: raise page fault for reserved bits in large pages | Paolo Bonzini | 1 | -0/+2 |
2014-06-05 | target-i386: raise page fault for reserved physical address bits | Paolo Bonzini | 1 | -0/+10 |
2014-06-05 | target-i386: simplify SMAP handling in MMU_KSMAP_IDX | Paolo Bonzini | 1 | -1/+1 |
2014-06-05 | target-i386: fix kernel accesses with SMAP and CPL = 3 | Paolo Bonzini | 1 | -4/+11 |
2014-06-05 | target-i386: rename KSMAP to KNOSMAP | Paolo Bonzini | 1 | -3/+3 |
2014-05-21 | target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags | Paolo Bonzini | 1 | -1/+4 |
2014-05-21 | target-i386: get CPL from SS.DPL | Paolo Bonzini | 1 | -5/+3 |
2014-05-13 | cpu: make CPU_INTERRUPT_RESET available on all targets | Paolo Bonzini | 1 | -3/+4 |
2014-05-13 | target-i386: preserve FPU and MSR state on INIT | Paolo Bonzini | 1 | -16/+26 |
2014-05-13 | target-i386: fix set of registers zeroed on reset | Paolo Bonzini | 1 | -5/+6 |
2014-05-13 | target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord... | Kevin O'Connor | 1 | -13/+12 |
2014-03-27 | target-i386: Avoid shifting left into sign bit | Peter Maydell | 1 | -167/+167 |
2014-03-13 | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber | 1 | -1/+2 |
2014-03-13 | cpu: Move watchpoint fields from CPU_COMMON to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber | 1 | -2/+1 |
2014-03-13 | target-i386: Introduce x86_cpu_compat_disable_kvm_features() | Eduardo Habkost | 1 | -2/+2 |
2014-03-13 | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber | 1 | -14/+0 |
2014-03-04 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 1 | -0/+2 |
2014-02-28 | Define the architecture for compressed dump format | qiaonuohan | 1 | -0/+2 |
2014-02-28 | target-i386: Fix SSE status flag corruption | Richard Henderson | 1 | -0/+3 |
2014-02-03 | kvm: add support for hyper-v timers | Vadim Rozenfeld | 1 | -0/+1 |
2014-02-03 | kvm: make hyperv vapic assist page migratable | Vadim Rozenfeld | 1 | -0/+1 |
2014-02-03 | kvm: make hyperv hypercall and guest os id MSRs migratable. | Vadim Rozenfeld | 1 | -0/+2 |
2014-01-24 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -3/+22 |
2013-12-23 | target-i386: Move apic_state field from CPUX86State to X86CPU | Chen Fan | 1 | -4/+0 |