summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: use qemu_log_mask on triple faults (Chris Wright)aliguori2009-02-271-2/+1
* KVM: cpuid function 2: store all values (Amit Shah)aliguori2009-02-111-0/+1
* KVM: Get all cpuid values from function 2 (Amit Shah)aliguori2009-02-091-0/+26
* KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah)aliguori2009-02-091-14/+39
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-094-23/+23
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-052-4/+0
* Add phenom CPU descriptor (Alexander Graf)aliguori2009-02-021-0/+28
* Implement FFXSR (Alexander Graf)aliguori2009-02-021-8/+20
* Replace noreturn with QEMU_NORETURNmalc2009-02-012-4/+4
* Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori2009-01-291-1/+1
* Use new logging API in reset handling (Jan Kiszka)aliguori2009-01-291-1/+1
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-293-1/+34
* kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)aliguori2009-01-261-4/+0
* x86: Issue reset on triple faults (Jan Kiszka)aliguori2009-01-261-2/+15
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-262-1/+106
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-152-4/+4
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-152-59/+36
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-32/+25
* Suppress i386 warningsblueswir12009-01-141-2/+2
* Add noreturn function attributeblueswir12009-01-142-4/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-048-8/+8
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Initialize msr list size properly in KVMaliguori2008-12-131-0/+1
* Correctly initialize msr list in KVMaliguori2008-12-131-1/+1
* Fix smsw for x86_64 guest and bigendian host casemalc2008-12-131-0/+4
* x86 cleanupblueswir12008-12-134-71/+56
* Fix crash in kvm.c (Stefan Weil)aliguori2008-12-111-1/+1
* target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel322008-12-101-0/+2
* Remove FORCE_RET() and RETURN()aurel322008-12-072-25/+0
* target-i386: fix CVE-2007-1322aurel322008-12-071-0/+2
* Fix register name typo in dumping debug registers (Jan Kiszka)aliguori2008-12-021-2/+2
* Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog2008-12-011-6/+6
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-252-3/+3
* i386: remove unused function prototypes (Laurent Desnogues)aliguori2008-11-251-3/+0
* x86: Dump debug registers (Jan Kiszka)aliguori2008-11-181-0/+7
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-184-40/+215
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
OpenPOWER on IntegriCloud