2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2008-12-22 |
malc | Use the ARRAY_SIZE() macro where appropriate. |
blob | commitdiff | raw | diff to current |
2008-12-13 |
blueswir1 | x86 cleanup |
blob | commitdiff | raw | diff to current |
2008-12-02 |
aliguori | Fix register name typo in dumping debug registers ... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | x86: Dump debug registers (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | x86: Debug register emulation (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-17 |
pbrook | TCG variable type checking. |
blob | commitdiff | raw | diff to current |
2008-11-13 |
aliguori | x86: fix warning without CONFIG_KVM (Mark McLoughlin) |
blob | commitdiff | raw | diff to current |
2008-11-13 |
aliguori | Fix CPUID ext2 features masking (Avi Kivity) |
blob | commitdiff | raw | diff to current |
2008-11-10 |
balrog | x86 CPUID extended family/model (Andre Przywara). |
blob | commitdiff | raw | diff to current |
2008-11-05 |
aliguori | Add KVM support to QEMU |
blob | commitdiff | raw | diff to current |
2008-11-05 |
aliguori | Split CPUID from op_helper |
blob | commitdiff | raw | diff to current |
2008-10-28 |
balrog | Fix cpuid ext_features value for Atom N270 (Blue Swirl). |
blob | commitdiff | raw | diff to current |
2008-10-14 |
aurel32 | target-i386: Add Core Duo Definition |
blob | commitdiff | raw | diff to current |
2008-09-29 |
pbrook | My core2duo patch introduced a vague statement of ... |
blob | commitdiff | raw | diff to current |
2008-09-28 |
balrog | Rename -cpu atom to -cpu n270. |
blob | commitdiff | raw | diff to current |
2008-09-25 |
balrog | Add Atom (x86) cpu identification. |
blob | commitdiff | raw | diff to current |
2008-09-25 |
balrog | Core 2 Duo specification (Alexander Graf). |
blob | commitdiff | raw | diff to current |
2008-09-25 |
balrog | Clean up vendor identification (Alexander Graf). |
blob | commitdiff | raw | diff to current |
2008-09-25 |
balrog | Use qemu_free() on env instead of free. |
blob | commitdiff | raw | diff to current |
2008-08-18 |
aliguori | i386: Catch all non-present ptes in cpu_get_phys_page_d... |
blob | commitdiff | raw | diff to current |
2008-07-23 |
aliguori | Fix task register type after reset (Avi Kivity) |
blob | commitdiff | raw | diff to current |
2008-07-03 |
ths | Fix constant truncation, spotted by Jindrich Makovicka. |
blob | commitdiff | raw | diff to current |
2008-06-20 |
bellard | added model_id and vendor cpu model options (initial... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
bellard | Fix i386 segment descriptor types on reset (Avi Kivity) |
blob | commitdiff | raw | diff to current |
2008-06-04 |
bellard | reworked SVM interrupt handling logic - fixed vmrun... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | SVM rework |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | consistent naming for i386 TCG helper file |
blob | commitdiff | raw | diff to current |
2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
bellard | cmpxchg8b fix - added cmpxchg16b |
blob | commitdiff | raw | diff to current |
2008-05-22 |
bellard | fxsave/fxrstor 64 bit fix |
blob | commitdiff | raw | diff to current |
2008-05-21 |
bellard | convert eflags manipulation insns to TCG |
blob | commitdiff | raw | diff to current |
2008-05-21 |
bellard | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memor... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
bellard | converted INTO/CMPXCHG8B to TCG |
blob | commitdiff | raw | diff to current |
2008-05-21 |
bellard | converted MUL/IMUL to TCG |
blob | commitdiff | raw | diff to current |
2008-05-17 |
bellard | BSR/BSF TCG conversion |
blob | commitdiff | raw | diff to current |
2008-05-17 |
bellard | moved eflags computation outside op.c |
blob | commitdiff | raw | diff to current |
2008-05-17 |
bellard | converted condition code supprot to TCG - converted... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
bellard | converted more helpers to TCG - fixed some SVM issues |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | converted more helpers to TCG |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | converted x87 FPU ops to TCG |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | converted SSE/MMX ops to TCG |
blob | commitdiff | raw | diff to current |
2008-05-12 |
bellard | char is only for strings |
blob | commitdiff | raw | diff to current |
2008-04-27 |
aurel32 | Use correct types to enable > 2G support, based on... |
blob | commitdiff | raw | diff to current |
2008-04-13 |
aurel32 | x86: Introduce CPU_INTERRUPT_NMI |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Remove unused phys_ram_base definition from target... |
blob | commitdiff | raw | diff to current |
2008-03-28 |
aurel32 | x86-64: recompute DF after eflags has been modified... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
blueswir1 | Fix some functions declared () rather than (void)... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
balrog | NMI and INTR events injection should not be handled... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
balrog | Make SVM env->cr[8] a valid register (patch from TeLeMan). |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2007-12-24 |
balrog | SVM enabled processor should provide cpuid Fn8000_000A... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
balrog | Make SVM IOIO intercept check all needed bits, by Bernh... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
balrog | Add rdpmc SVM intercept, by Bernhard Kauer. |
blob | commitdiff | raw | diff to current |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
bellard | x86_64 linux user emulation |
blob | commitdiff | raw | diff to current |
2007-11-04 |
j_mayer | For consistency, move muls64 / mulu64 prototypes to... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the break... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
ths | Intel cache info, by Filip Navara. |
blob | commitdiff | raw | diff to current |
2007-06-26 |
ths | DR6 single step exception status bit, by Juergen Keil. |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
blob | commitdiff | raw | diff to current |
2007-05-27 |
blueswir1 | Spelling fix (Mark Glines) |
blob | commitdiff | raw | diff to current |
2007-05-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
ths | Revert, this is already fixed in a better way. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
ths | Fix helper.c with isinf on Solaris 9/Sparc, by Ben... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
ths | i386 return APIC ID with cpuid, by Bernhard Kauer. |
blob | commitdiff | raw | diff to current |
2007-04-02 |
ths | Fix guest x86/amd64 helper_fprem/helper_fprem1, by... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
ths | ltr for x86_64 should check the upper descriptor type... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
ths | Generate double and triple faults, by Bernhard Kauer. |
blob | commitdiff | raw | diff to current |
2007-02-01 |
bellard | 64 bit syscall fixes - more logical mwait/monitor ECX... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
bellard | 32 bit RSP update fix (aka Open Solaris x86_64 bug) |
blob | commitdiff | raw | diff to current |
2006-09-27 |
bellard | fixed user mode emulation |
blob | commitdiff | raw | diff to current |
2006-09-27 |
bellard | SMM fix for x86_64 |
blob | commitdiff | raw | diff to current |
2006-09-24 |
bellard | added SMM support |
blob | commitdiff | raw | diff to current |
2006-07-10 |
bellard | monitor/mwait support |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | C99 64 bit printf |
blob | commitdiff | raw | diff to current |
2006-06-19 |
bellard | fxam fix (Julian Seward) |
blob | commitdiff | raw | diff to current |
2006-06-19 |
bellard | switch_tss eflags restore fix (malc) |
blob | commitdiff | raw | diff to current |
2006-05-03 |
bellard | bswapq fix |
blob | commitdiff | raw | diff to current |
2006-03-03 |
bellard | x86_64 stack alignment fixes - x86_64 32 bit syscall fix |
blob | commitdiff | raw | diff to current |
2006-02-09 |
bellard | always compile 'int' traces |
blob | commitdiff | raw | diff to current |
2005-12-17 |
bellard | fixed null segment validation (aka x86_64 regression... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
bellard | switch_tss fix (aka spoon OS bug) |
blob | commitdiff | raw | diff to current |
2005-12-04 |
bellard | segment validation fix in lret/iret |
blob | commitdiff | raw | diff to current |
2005-12-04 |
bellard | generate GPF if non canonical addresses |
blob | commitdiff | raw | diff to current |
2005-11-28 |
bellard | x86_64 lcall fix |
blob | commitdiff | raw | diff to current |
2005-09-08 |
bellard | div64 fix (aka ssh bug) |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | TSS error code push fix (malc) |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | CR4.TSD flag support (Matt Schulkind) |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | RSP update fix for x86_64 in iret |
blob | commitdiff | raw | diff to current |
2005-08-15 |
bellard | CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) |
blob | commitdiff | raw | diff to current |
2005-07-24 |
bellard | fscale fix (bug noticed by Kuwanger, fix by malc) |
blob | commitdiff | raw | diff to current |
next |