]> git.proxmox.com Git - qemu.git/history - target-i386
qcow2: Bring synchronous read/write back to life
[qemu.git] / target-i386 /
2009-11-17 Hollis Blanchardkvm: Move KVM mp_state accessors to i386-specific code
2009-07-22 Anthony LiguoriOnly allow -cpu host when KVM is enabled
2009-07-22 Anthony LiguoriInitialize cpuid variables
2009-07-16 Andre Przywaraomit 3DNOW! CPUID bits from qemu64 CPU model
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-16 Jan Kiszkagdbstub: x86: Support for setting segment registers
2009-07-10 Jan Kiszkakvm: Work around borken MSR_GET_INDEX_LIST
2009-07-10 Anthony LiguoriMake sure to mark MCE defines as ULL
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-07-02 Jan KiszkaUse ctz64 in favor of ffsll
2009-07-01 Blue SwirlSuppress a GCC warning
2009-06-29 Jan KiszkaKVM: x86: Refactor persistent CPU state
2009-06-29 Andre Przywarapreserve the hypervisor bit while KVM trims the CPUID...
2009-06-29 Andre Przywararemove CPUID host hacks
2009-06-29 Andre Przywarafix KVMs GET_SUPPORTED_CPUID feature usage
2009-06-29 Andre PrzywaraCPUID Fn8000_0001.EAX is family/model/stepping, not...
2009-06-29 Andre Przywaraintroduce -cpu host target
2009-06-29 Andre Przywaraallow hypervisor CPUID bit to be overriden
2009-06-22 Gleb NatapovHandle init/sipi in a main cpu exec loop. (v2)
2009-06-16 Nitin A KambleQEMU KVM: i386: Fix the cpu reset state
2009-06-16 Andre Przywaraallow CPUID vendor override
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
next