]> git.proxmox.com Git - qemu.git/history - target-i386
LAN9118 improvements
[qemu.git] / target-i386 /
2009-12-18 Anthony LiguoriRevert "kvm: x86: Save/restore exception_index"
2009-12-18 Jan Kiszkatarget-i386: Fix evaluation of DR7 register
2009-12-18 Jan Kiszkakvm: x86: Use separate exception_injected CPUState...
2009-12-13 Andre Przywaratarget-i386: Update CPUID feature set for TCG
2009-12-12 Glauber Costav2: properly save kvm system time msr registers
2009-12-12 Jan Kiszkakvm: x86: Save/restore exception_index
2009-12-07 Anthony LiguoriMerge commit 'mst/pci' into staging
2009-12-07 Andre Przywaracpuid: Fix multicore setup on Intel
2009-12-07 Jan Kiszkakvm: x86: Fix initial kvm_has_msr_star
2009-12-03 Jan Kiszkakvm: x86: Add support for VCPU event states
2009-12-03 Jan Kiszkakvm: x86: Fix merge artifact of f8d926e9 about mp_state
2009-11-17 Jan Kiszkakvm: x86: Refactor use of interrupt_bitmap
2009-11-17 Jan Kiszkakvm: Add arch reset handler
2009-11-12 Hollis Blanchardkvm: Move KVM mp_state accessors to i386-specific code
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-27 Juan Quintelavmstate: Add version arg to VMSTATE_SINGLE_TEST()
2009-10-23 Andre Przywaratarget-i386: implement lzcnt emulation
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Blue Swirlx86: add 'static' to please Sparse
2009-10-06 Laurent Desnoguestarget-i386: fix ARPL
2009-10-05 Aurelien Jarnotarget-i386: move recently added vmstate fields at...
2009-10-05 Juan Quintelax86: fix miss merge
2009-10-05 Jan Kiszkagdbstub: x86: Switch 64/32 bit registers dynamically
2009-10-05 Juan Quintelax86: port cpu to vmstate
2009-10-05 Juan Quintelax86: factor out cpu_get/put_fpreg()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_mttr_var()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_xmm_reg()
2009-10-05 Juan Quintelax86: factor out cpu_pre/post_load()
2009-10-05 Juan Quintelax86: factor out cpu_pre_save()
2009-10-05 Juan Quintelax86: port segments to vmstate
2009-10-05 Juan Quintelax86: split MTRRVar union
2009-10-05 Juan Quintelax86: split FPReg union
2009-10-05 Juan Quintelax86: mcg_cap is never 0
2009-10-05 Juan Quintelax86: send mce_banks as an array
2009-10-05 Juan Quintelax86: mce_banks always have the same size
2009-10-05 Juan Quintelax86: add fpregs_format_vmstate
2009-10-05 Juan Quintelax86: add pending_irq_vmstate to the state
2009-10-05 Juan Quintelax86: add fptag_vmstate to the state
2009-10-05 Juan Quintelax86: fpus is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: fpuc is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: make a20_mask int32_t
2009-10-05 Juan Quintelax86: hflags is not modified at all, just save it directly
2009-10-04 Kevin Wolftarget-i386: Fix exceptions for fxsave/fxrstor
2009-10-04 Andre Przywaratarget-i386: add RDTSCP support
2009-10-04 Andre Przywaratarget-i386: add SSE4a instruction support
2009-10-04 Andre Przywaratarget-i386: add lock mov cr0 = cr8
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Laurent Desnoguesx86: use globals for CPU registers
2009-09-26 Aurelien Jarnotarget-i386: kill a tmp register
2009-09-26 Aurelien Jarnotarget-i386: use subfi instead of sub with a non-freed...
2009-09-25 Juan Quintelagcc wants 1st static and then const
2009-09-20 Blue Swirlioports: remove unused env parameter and compile only...
2009-09-12 Jan Kiszkai386: Drop redundant kvm_enabled test
2009-09-12 Blue SwirlWork around OpenSolaris sys/regset.h namespace pollution
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Gleb Natapovkvm_arch_get_registers() shouldn't be called directly
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-28 Andre Przywaraintroduce kvm64 CPU
2009-08-28 Andre Przywaraallow overriding of CPUID level on command line
2009-08-28 Andre Przywaraset CPUID bits to present cores and threads topology
2009-08-28 Andre Przywarapush CPUID level to 4 to allow Intel multicore decoding
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-17 Anthony LiguoriOnly allow -cpu host when KVM is enabled
2009-07-17 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
next