]> git.proxmox.com Git - mirror_qemu.git/history - target-i386
(curses) Use more descriptive values
[mirror_qemu.git] / target-i386 /
2010-03-01 Paul BrookMove ioport.h out of cpu-all.h
2010-02-28 Jason Wesseltarget-i386: fix crash on x86 32bit linux host with...
2010-02-23 Blue SwirlFix OpenBSD linker warning
2010-02-23 Blue SwirlFix i386-bsd-user build
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 john cooperAdd cpu model configuration support..
2010-02-21 Jes Sorensenkvm: Kill CR3_CACHE feature references
2010-02-19 Jes SorensenQEMU e820 reservation patch
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-05 Paolo Bonziniremove two dead assignments in target-i386/translate.c
2010-02-03 Jan KiszkaKVM: x86: Fix up misreported CPU features
2010-02-03 Jan KiszkaKVM: Request setting of nmi_pending and sipi_vector
2010-01-19 Paolo Bonzinikill regs_to_env and env_to_regs
2010-01-19 Paolo Bonziniremove dead code from target-i386/exec.h
2010-01-13 Gleb NatapovAdd KVM paravirt cpuid leaf
2010-01-13 Amit Shahx86: translate.c: remove dead assignment
2010-01-11 Gleb Natapovremove pending exception on vcpu reset.
2010-01-11 Huang YingMCE: Fix bug of IA32_MCG_STATUS after system reset
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-01-03 Aurelien Jarnotarget-i386: Fix "call im" on x86_64 when executing...
2009-12-24 Gleb NatapovIntel CPUs starting from pentium have apic
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
next