Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / target-i386 /
2009-05-22 Jan Kiszkax86: Add support for resume flag
2009-05-22 Jan Kiszkakvm: x86: Save/restore KVM-specific CPU states
2009-05-22 Jan Kiszkakvm: Add missing bits to support live migration
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-20 Mark McLoughlinkvm: work around supported cpuid ioctl() brokenness
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-08 Anthony LiguoriRemove noisy printf when KVM masks CPU features
2009-05-08 Avi Kivitykvm: Trim cpu features not supported by kvm
2009-05-08 Avi KivityFix x86 feature modifications for features that set...
2009-05-08 Avi KivityMake x86 cpuid feature names available in file scope
2009-05-08 Avi Kivitykvm: Add support for querying supported cpu features
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: per-arch cpu_has_work (Marcelo Tosatti)
2009-04-23 aliguoriFix i386-linux-user build (Laurent Desnogues)
2009-04-22 aliguoriput valid data into exit_int_info if needed (Gleb Natapov)
2009-04-22 aliguorixen: groundwork for xen support (Gerd Hoffmann)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 aliguorix86: Enhanced dump of segment registers (Jan Kiszka)
2009-04-17 aliguorikvm: Fix cpuid initialization (Jan Kiszka)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-02 malcImmediate versions of ro[lr]
2009-03-28 aliguorikvm: Drop kvm_patch_opcode_byte (Jan Kiszka)
2009-03-20 aliguorix86: Add NULL check to lsl (Jan Kiszka)
2009-03-13 aurel32target-i386: use the new bswap* TCG ops
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-12 aliguoriGuest debugging support for KVM (Jan Kiszka)
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-05 aliguoriFix cpuid KVM crash on i386 (Lubomir Rintel)
2009-03-04 balrogFix "info registers" under kvm.
2009-02-27 aliguorix86: use qemu_log_mask on triple faults (Chris Wright)
2009-02-11 aliguoriKVM: cpuid function 2: store all values (Amit Shah)
2009-02-09 aliguoriKVM: Get all cpuid values from function 2 (Amit Shah)
2009-02-09 aliguoriKVM: Fetch sub-leaf cpuid values for functions 4, 0xb...
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-02-02 aliguoriAdd phenom CPU descriptor (Alexander Graf)
2009-02-02 aliguoriImplement FFXSR (Alexander Graf)
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-29 aliguoriFix a typo in ext2_feature_name (Carl-Daniel Hailfinger)
2009-01-29 aliguoriUse new logging API in reset handling (Jan Kiszka)
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2009-01-26 aliguorikvm-x86: Remove eflags conversion into emulator format...
2009-01-26 aliguorix86: Issue reset on triple faults (Jan Kiszka)
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-26 aliguoriMTRR support on x86 (Carl-Daniel Hailfinger)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 blueswir1Suppress i386 warnings
2009-01-14 blueswir1Add noreturn function attribute
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 aliguoriInitialize msr list size properly in KVM
2008-12-13 aliguoriCorrectly initialize msr list in KVM
2008-12-13 malcFix smsw for x86_64 guest and bigendian host case
2008-12-13 blueswir1x86 cleanup
2008-12-11 aliguoriFix crash in kvm.c (Stefan Weil)
2008-12-10 aurel32target-i386: Fix jmp im on x86_64 when executing 32...
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-12-07 aurel32target-i386: fix CVE-2007-1322
2008-12-02 aliguoriFix register name typo in dumping debug registers ...
2008-12-01 balrogFix pmovsx* / pmovzx* SSE instructions (original fix...
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-25 aliguorii386: remove unused function prototypes (Laurent Desnogues)
2008-11-18 aliguorix86: Dump debug registers (Jan Kiszka)
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-16 aurel32target-i386: fix helper_pmovmskb_mmx helper
2008-11-13 aliguorix86: fix warning without CONFIG_KVM (Mark McLoughlin)
2008-11-13 aliguoriFix CPUID ext2 features masking (Avi Kivity)
2008-11-13 aliguoriDefine kvm_ioctl in the same way as ioctl
2008-11-10 balrogx86 CPUID extended family/model (Andre Przywara).
2008-11-05 aliguoriAdd missing files to KVM commit.
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-05 aliguoriSplit CPUID from op_helper
2008-11-05 aliguoriAdd additional CPU flag definitions
2008-10-29 aliguoriFix restore of older snapshots for target-i386 on big...
2008-10-28 balrogFix cpuid ext_features value for Atom N270 (Blue Swirl).
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-17 aurel32i386/SVM: return amount of ASIDs
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-10-04 balrogFix crc32w decoding, fix a constant width in blendvpd.
2008-10-04 balrogx86 "popcnt" affects flags.
2008-10-04 balrogImplement SSE4.1, SSE4.2 (x86).
2008-10-02 malcDo not use load_seg_vm to load CS in real mode iret...
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-10-01 balrogx86 pextrw destination operand can be r64.
2008-09-30 balrogHandle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
2008-09-29 aliguoriFix save/restore regression introduced by r5318
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-28 balrogRename -cpu atom to -cpu n270.
2008-09-26 balrogFix definition of EMX bit in cpuid (Jens Axboe).
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-25 balrogAdd Atom (x86) cpu identification.
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
next