aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-223-0/+28
* QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble2009-06-161-6/+12
* allow CPUID vendor overrideAndre Przywara2009-06-162-1/+5
* x86: Add support for resume flagJan Kiszka2009-05-224-4/+17
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-223-3/+26
* kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-0/+4
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-9/+0
* kvm: work around supported cpuid ioctl() brokennessMark McLoughlin2009-05-201-0/+3
* Include assert.h from qemu-common.hPaul Brook2009-05-132-2/+0
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-132-4/+4
* Remove noisy printf when KVM masks CPU featuresAnthony Liguori2009-05-081-1/+0
* kvm: Trim cpu features not supported by kvmAvi Kivity2009-05-081-0/+30
* Fix x86 feature modifications for features that set multiple bitsAvi Kivity2009-05-081-5/+8
* Make x86 cpuid feature names available in file scopeAvi Kivity2009-05-081-27/+28
* kvm: Add support for querying supported cpu featuresAvi Kivity2009-05-081-0/+80
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-2/+3
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-3/+12
* Fix i386-linux-user build (Laurent Desnogues)aliguori2009-04-231-0/+8
* put valid data into exit_int_info if needed (Gleb Natapov)aliguori2009-04-221-27/+52
* xen: groundwork for xen support (Gerd Hoffmann)aliguori2009-04-221-0/+3
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-193-12/+12
* x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2009-04-182-39/+64
* kvm: Fix cpuid initialization (Jan Kiszka)aliguori2009-04-171-40/+20
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Immediate versions of ro[lr]malc2009-04-021-1/+83
* kvm: Drop kvm_patch_opcode_byte (Jan Kiszka)aliguori2009-03-281-23/+4
* x86: Add NULL check to lsl (Jan Kiszka)aliguori2009-03-201-0/+2
* target-i386: use the new bswap* TCG opsaurel322009-03-131-13/+3
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-3/+3
* Guest debugging support for KVM (Jan Kiszka)aliguori2009-03-121-0/+191
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Fix cpuid KVM crash on i386 (Lubomir Rintel)aliguori2009-03-051-4/+4
* Fix "info registers" under kvm.balrog2009-03-041-0/+3