summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
* remove CPUID host hacksAndre Przywara2009-06-291-22/+5Star
* fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2009-06-291-29/+0Star
* 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/+11Star
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+22
* QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble2009-06-161-6/+12
* allow CPUID vendor overrideAndre Przywara2009-06-161-1/+4
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0Star
* Remove noisy printf when KVM masks CPU featuresAnthony Liguori2009-05-081-1/+0Star
* 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
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-2/+3
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-4/+4
* x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2009-04-181-38/+62
* Fix cpuid KVM crash on i386 (Lubomir Rintel)aliguori2009-03-051-4/+4
* Fix "info registers" under kvm.balrog2009-03-041-0/+3
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-17/+17
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0Star
* Add phenom CPU descriptor (Alexander Graf)aliguori2009-02-021-0/+28
* Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori2009-01-291-1/+1
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* x86 cleanupblueswir12008-12-131-8/+0Star
* Fix register name typo in dumping debug registers (Jan Kiszka)aliguori2008-12-021-2/+2
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-1/+1
* x86: Dump debug registers (Jan Kiszka)aliguori2008-11-181-0/+7
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-31/+138
* TCG variable type checking.pbrook2008-11-171-0/+1
* x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori2008-11-131-2/+2
* Fix CPUID ext2 features masking (Avi Kivity)aliguori2008-11-131-1/+1
* x86 CPUID extended family/model (Andre Przywara).balrog2008-11-101-2/+7
* Add KVM support to QEMUaliguori2008-11-051-0/+73
* Split CPUID from op_helperaliguori2008-11-051-0/+166
* Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog2008-10-281-1/+1
* target-i386: Add Core Duo Definitionaurel322008-10-141-1/+20
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-291-7/+10
* Rename -cpu atom to -cpu n270.balrog2008-09-291-1/+1
* Add Atom (x86) cpu identification.balrog2008-09-251-3/+24
* Core 2 Duo specification (Alexander Graf).balrog2008-09-251-0/+18
* Clean up vendor identification (Alexander Graf).balrog2008-09-251-6/+6
* Use qemu_free() on env instead of free.balrog2008-09-251-1/+1
* i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori2008-08-181-0/+2
* Fix task register type after reset (Avi Kivity)aliguori2008-07-231-1/+1
* Fix constant truncation, spotted by Jindrich Makovicka.ths2008-07-031-3/+3
* added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard2008-06-201-11/+29
* Fix i386 segment descriptor types on reset (Avi Kivity)bellard2008-06-061-9/+15
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-1/+1