Age | Commit message (Expand) | Author |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook |
2009-05-08 | Remove noisy printf when KVM masks CPU features | Anthony Liguori |
2009-05-08 | kvm: Trim cpu features not supported by kvm | Avi Kivity |
2009-05-08 | Fix x86 feature modifications for features that set multiple bits | Avi Kivity |
2009-05-08 | Make x86 cpuid feature names available in file scope | Avi Kivity |
2009-04-24 | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) | aliguori |
2009-04-19 | kqemu: merge CONFIG_KQEMU and USE_KQEMU | blueswir1 |
2009-04-18 | x86: Enhanced dump of segment registers (Jan Kiszka) | aliguori |
2009-03-05 | Fix cpuid KVM crash on i386 (Lubomir Rintel) | aliguori |
2009-03-04 | Fix "info registers" under kvm. | balrog |
2009-02-09 | KVM: CPUID takes ecx as input value for some functions (Amit Shah) | aliguori |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-02-02 | Add phenom CPU descriptor (Alexander Graf) | aliguori |
2009-01-29 | Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger) | aliguori |
2009-01-26 | Log reset events (Jan Kiszka) | aliguori |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc |
2008-12-13 | x86 cleanup | blueswir1 |
2008-12-02 | Fix register name typo in dumping debug registers (Jan Kiszka) | aliguori |
2008-11-25 | Use sys-queue.h for break/watchpoint managment (Jan Kiszka) | aliguori |
2008-11-18 | x86: Dump debug registers (Jan Kiszka) | aliguori |
2008-11-18 | x86: Debug register emulation (Jan Kiszka) | aliguori |
2008-11-17 | TCG variable type checking. | pbrook |
2008-11-13 | x86: fix warning without CONFIG_KVM (Mark McLoughlin) | aliguori |
2008-11-13 | Fix CPUID ext2 features masking (Avi Kivity) | aliguori |
2008-11-10 | x86 CPUID extended family/model (Andre Przywara). | balrog |
2008-11-05 | Add KVM support to QEMU | aliguori |
2008-11-05 | Split CPUID from op_helper | aliguori |
2008-10-28 | Fix cpuid ext_features value for Atom N270 (Blue Swirl). | balrog |
2008-10-14 | target-i386: Add Core Duo Definition | aurel32 |
2008-09-29 | My core2duo patch introduced a vague statement of "missing features" in | pbrook |
2008-09-28 | Rename -cpu atom to -cpu n270. | balrog |
2008-09-25 | Add Atom (x86) cpu identification. | balrog |
2008-09-25 | Core 2 Duo specification (Alexander Graf). | balrog |
2008-09-25 | Clean up vendor identification (Alexander Graf). | balrog |
2008-09-25 | Use qemu_free() on env instead of free. | balrog |
2008-08-18 | i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka) | aliguori |
2008-07-23 | Fix task register type after reset (Avi Kivity) | aliguori |
2008-07-03 | Fix constant truncation, spotted by Jindrich Makovicka. | ths |
2008-06-20 | added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)... | bellard |
2008-06-06 | Fix i386 segment descriptor types on reset (Avi Kivity) | bellard |
2008-06-04 | reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke... | bellard |
2008-05-28 | moved halted field to CPU_COMMON | bellard |
2008-05-28 | SVM rework | bellard |
2008-05-28 | consistent naming for i386 TCG helper file | bellard |
2008-05-25 | Fix off-by-one unwinding error. | pbrook |
2008-05-22 | cmpxchg8b fix - added cmpxchg16b | bellard |
2008-05-22 | fxsave/fxrstor 64 bit fix | bellard |
2008-05-21 | convert eflags manipulation insns to TCG | bellard |
2008-05-21 | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR | bellard |