summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl2010-04-181-5/+5
* target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski2010-04-081-1/+1
* target-i386: Fix compiler warningStefan Weil2010-04-081-3/+4
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+2
* Large page TLB flushPaul Brook2010-03-171-4/+3
* x86/cpuid: fix indentationAurelien Jarno2010-03-131-7/+7
* x86/cpuid: Enable all features of real CPUAurelien Jarno2010-03-131-30/+26
* x86/cpuid: fix CPUID levelsAndre Przywara2010-03-131-2/+2
* x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara2010-03-131-2/+0
* x86/cpuid: add TCG feature bit trimmingAndre Przywara2010-03-131-0/+24
* x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara2010-03-131-21/+6
* x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara2010-03-131-0/+3
* x86/cpuid: add missing CPUID feature flag namesAndre Przywara2010-03-131-8/+8
* x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara2010-03-131-37/+34
* x86/cpuid: fix missing feature set bitsAndre Przywara2010-03-131-0/+1
* x86/cpuid: replace magic number with named constantAndre Przywara2010-03-131-5/+6
* x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-133-1115/+1143
* target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan2010-03-131-0/+5
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+11
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* target-i386: Fix long jumps/calls in long mode with REX.W setmalc2010-03-061-3/+1
* target-i386: fix lddqu SSE instructionAurelien Jarno2010-03-061-1/+1
* KVM: x86: Restrict writeback of VCPU stateJan Kiszka2010-03-041-12/+20
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-042-12/+1
* KVM: Rework of guest debug state writingJan Kiszka2010-03-041-4/+43
* Move ioport.h out of cpu-all.hPaul Brook2010-03-012-0/+2
* target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel2010-02-283-3/+9
* Fix OpenBSD linker warningBlue Swirl2010-02-231-2/+3
* Fix i386-bsd-user buildBlue Swirl2010-02-231-3/+3
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-3/+0
|\
| * kvm: Kill CR3_CACHE feature referencesJes Sorensen2010-02-211-3/+0
* | Add cpu model configuration support..john cooper2010-02-222-67/+402
* | QEMU e820 reservation patchJes Sorensen2010-02-191-0/+8
|/
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-1/+10
|\
| * KVM: x86: Fix up misreported CPU featuresJan Kiszka2010-02-031-1/+7
| * KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka2010-02-031-0/+3
* | remove two dead assignments in target-i386/translate.cPaolo Bonzini2010-02-051-2/+0
|/
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* remove dead code from target-i386/exec.hPaolo Bonzini2010-01-191-48/+0
* Add KVM paravirt cpuid leafGleb Natapov2010-01-133-11/+89
* x86: translate.c: remove dead assignmentAmit Shah2010-01-131-2/+0
* remove pending exception on vcpu reset.Gleb Natapov2010-01-111-0/+1
* MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying2010-01-111-0/+2
* target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno2010-01-031-0/+2
* Intel CPUs starting from pentium have apicGleb Natapov2009-12-241-1/+1
* Revert "kvm: x86: Save/restore exception_index"Anthony Liguori2009-12-181-1/+0
* target-i386: Fix evaluation of DR7 registerJan Kiszka2009-12-181-2/+2
* kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-183-3/+5
* target-i386: Update CPUID feature set for TCGAndre Przywara2009-12-131-13/+12
OpenPOWER on IntegriCloud