aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori4-72/+0
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela3-4/+4
2009-07-16Only allow -cpu host when KVM is enabledAnthony Liguori1-4/+3
2009-07-16Initialize cpuid variablesAnthony Liguori1-1/+1
2009-07-16omit 3DNOW! CPUID bits from qemu64 CPU modelAndre Przywara1-2/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl8-16/+8
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka2-0/+34
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka1-2/+5
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori1-4/+4
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying4-2/+155
2009-07-02Use ctz64 in favor of ffsllJan Kiszka1-3/+4
2009-07-01Suppress a GCC warningBlue Swirl1-1/+1
2009-06-29KVM: x86: Refactor persistent CPU stateJan Kiszka1-7/+23
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2-0/+5
2009-06-29remove CPUID host hacksAndre Przywara1-22/+5
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2-29/+22
2009-06-29CPUID Fn8000_0001.EAX is family/model/stepping, not featuresAndre Przywara1-1/+1
2009-06-29introduce -cpu host targetAndre Przywara1-6/+59
2009-06-29allow hypervisor CPUID bit to be overridenAndre Przywara1-12/+11
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov3-0/+28
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble1-6/+12
2009-06-16allow CPUID vendor overrideAndre Przywara2-1/+5
2009-05-22x86: Add support for resume flagJan Kiszka4-4/+17
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka3-3/+26
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka1-0/+4
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-9/+0
2009-05-20kvm: work around supported cpuid ioctl() brokennessMark McLoughlin1-0/+3
2009-05-13Include assert.h from qemu-common.hPaul Brook2-2/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl2-4/+4
2009-05-08Remove noisy printf when KVM masks CPU featuresAnthony Liguori1-1/+0
2009-05-08kvm: Trim cpu features not supported by kvmAvi Kivity1-0/+30
2009-05-08Fix x86 feature modifications for features that set multiple bitsAvi Kivity1-5/+8
2009-05-08Make x86 cpuid feature names available in file scopeAvi Kivity1-27/+28
2009-05-08kvm: Add support for querying supported cpu featuresAvi Kivity1-0/+80
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-2/+3
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-3/+12
2009-04-23Fix i386-linux-user build (Laurent Desnogues)aliguori1-0/+8
2009-04-22put valid data into exit_int_info if needed (Gleb Natapov)aliguori1-27/+52
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori1-0/+3
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir13-12/+12
2009-04-18x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2-39/+64
2009-04-17kvm: Fix cpuid initialization (Jan Kiszka)aliguori1-40/+20
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-04-02Immediate versions of ro[lr]malc1-1/+83
2009-03-28kvm: Drop kvm_patch_opcode_byte (Jan Kiszka)aliguori1-23/+4
2009-03-20x86: Add NULL check to lsl (Jan Kiszka)aliguori1-0/+2
2009-03-13target-i386: use the new bswap* TCG opsaurel321-13/+3
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-3/+3
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori1-0/+191