summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* x86: send mce_banks as an arrayJuan Quintela2009-10-051-10/+4
* x86: mce_banks always have the same sizeJuan Quintela2009-10-053-5/+4
* x86: add fpregs_format_vmstateJuan Quintela2009-10-052-7/+6
* x86: add pending_irq_vmstate to the stateJuan Quintela2009-10-052-9/+8
* x86: add fptag_vmstate to the stateJuan Quintela2009-10-052-9/+10
* x86: fpus is uint16_t not unsigned intJuan Quintela2009-10-052-9/+10
* x86: fpuc is uint16_t not unsigned intJuan Quintela2009-10-052-7/+5
* x86: make a20_mask int32_tJuan Quintela2009-10-053-11/+6
* x86: hflags is not modified at all, just save it directlyJuan Quintela2009-10-051-8/+3
* target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2009-10-042-4/+14
* target-i386: add RDTSCP supportAndre Przywara2009-10-045-16/+63
* target-i386: add SSE4a instruction supportAndre Przywara2009-10-043-2/+85
* target-i386: add lock mov cr0 = cr8Andre Przywara2009-10-041-0/+4
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-15/+15
* Get rid of _t suffixmalc2009-10-012-15/+15
* x86: use globals for CPU registersLaurent Desnogues2009-09-301-71/+125
* target-i386: kill a tmp registerAurelien Jarno2009-09-271-4/+3
* target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno2009-09-271-7/+7
* gcc wants 1st static and then constJuan Quintela2009-09-251-1/+1
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* i386: Drop redundant kvm_enabled testJan Kiszka2009-09-121-2/+1
* Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl2009-09-121-0/+9
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-122-3/+3
* kvm_arch_get_registers() shouldn't be called directlyGleb Natapov2009-09-111-1/+1
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* introduce kvm64 CPUAndre Przywara2009-08-271-0/+26
* allow overriding of CPUID level on command lineAndre Przywara2009-08-271-10/+29
* set CPUID bits to present cores and threads topologyAndre Przywara2009-08-271-3/+25
* push CPUID level to 4 to allow Intel multicore decodingAndre Przywara2009-08-271-2/+2
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-244-72/+0
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-273-4/+4
* Only allow -cpu host when KVM is enabledAnthony Liguori2009-07-161-4/+3
* Initialize cpuid variablesAnthony Liguori2009-07-161-1/+1
* omit 3DNOW! CPUID bits from qemu64 CPU modelAndre Przywara2009-07-161-2/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-168-16/+8
* gdbstub: x86: Support for setting segment registersJan Kiszka2009-07-162-0/+34
* kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka2009-07-101-2/+5
* Make sure to mark MCE defines as ULLAnthony Liguori2009-07-101-4/+4
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-094-2/+155
* Use ctz64 in favor of ffsllJan Kiszka2009-07-021-3/+4
* Suppress a GCC warningBlue Swirl2009-07-011-1/+1
* KVM: x86: Refactor persistent CPU stateJan Kiszka2009-06-291-7/+23
* preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2009-06-292-0/+5
* remove CPUID host hacksAndre Przywara2009-06-291-22/+5
* fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2009-06-292-29/+22
* CPUID Fn8000_0001.EAX is family/model/stepping, not featuresAndre Przywara2009-06-291-1/+1
* introduce -cpu host targetAndre Przywara2009-06-291-6/+59
* allow hypervisor CPUID bit to be overridenAndre Przywara2009-06-291-12/+11
OpenPOWER on IntegriCloud