aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2009-02-27x86: use qemu_log_mask on triple faults (Chris Wright)aliguori1-2/+1
2009-02-11KVM: cpuid function 2: store all values (Amit Shah)aliguori1-0/+1
2009-02-09KVM: Get all cpuid values from function 2 (Amit Shah)aliguori1-0/+26
2009-02-09KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah)aliguori1-14/+39
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori4-23/+23
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2-4/+0
2009-02-02Add phenom CPU descriptor (Alexander Graf)aliguori1-0/+28
2009-02-02Implement FFXSR (Alexander Graf)aliguori1-8/+20
2009-02-01Replace noreturn with QEMU_NORETURNmalc2-4/+4
2009-01-29Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori1-1/+1
2009-01-29Use new logging API in reset handling (Jan Kiszka)aliguori1-1/+1
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori3-1/+34
2009-01-26kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)aliguori1-4/+0
2009-01-26x86: Issue reset on triple faults (Jan Kiszka)aliguori1-2/+15
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2-1/+106
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2-4/+4
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-59/+36
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-32/+25
2009-01-14Suppress i386 warningsblueswir11-2/+2
2009-01-14Add noreturn function attributeblueswir12-4/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel328-8/+8
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-13Initialize msr list size properly in KVMaliguori1-0/+1
2008-12-13Correctly initialize msr list in KVMaliguori1-1/+1
2008-12-13Fix smsw for x86_64 guest and bigendian host casemalc1-0/+4
2008-12-13x86 cleanupblueswir14-71/+56
2008-12-11Fix crash in kvm.c (Stefan Weil)aliguori1-1/+1
2008-12-10target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel321-0/+2
2008-12-07Remove FORCE_RET() and RETURN()aurel322-25/+0
2008-12-07target-i386: fix CVE-2007-1322aurel321-0/+2
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori1-2/+2
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog1-6/+6
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2-3/+3
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori1-3/+0
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori1-0/+7
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori4-40/+215
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-17TCG variable type checking.pbrook8-974/+1038
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel321-16/+16
2008-11-13x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori1-2/+2
2008-11-13Fix CPUID ext2 features masking (Avi Kivity)aliguori1-1/+1
2008-11-13Define kvm_ioctl in the same way as ioctlaliguori1-2/+2
2008-11-10x86 CPUID extended family/model (Andre Przywara).balrog1-2/+7
2008-11-05Add missing files to KVM commit.aliguori1-0/+638
2008-11-05Add KVM support to QEMUaliguori2-0/+79
2008-11-05Split CPUID from op_helperaliguori3-162/+176