]> git.proxmox.com Git - qemu.git/history - target-i386/helper.c
monitor: fix build breakage for !CONFIG_VNC
[qemu.git] / target-i386 / helper.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Alexandre RaymondFix compilation warning due to missing header for sigac...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien Jarnotarget-i386: remove old code handling float64
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-17 Aurelien Jarnotarget-i386: use CPU_LDoubleU instead of a private...
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-16 Jan Kiszkax86: Properly reset PAT MSR
2011-03-15 Jan Kiszkakvm: x86: Consolidate TCG and KVM MCE injection code
2011-03-15 Jan Kiszkax86: Run qemu_inject_x86_mce on target VCPU
2011-03-15 Jan Kiszkax86: Optionally avoid injecting AO MCEs while others...
2011-03-15 Jan Kiszkax86: Refine error reporting of MCE injection services
2011-03-15 Jan Kiszkax86: Small cleanups of MCE helpers
2011-03-15 Jan Kiszkax86: Perform implicit mcg_status reset
2011-02-08 Jan Kiszkax86: Fix MCA broadcast parameters for TCG case
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-01-23 Jan Kiszkax86: Optionally dump code bytes on cpu_dump_state
2011-01-21 Jin DongmingAdd function for checking mca broadcast of CPU
2011-01-21 Jin DongmingAdd "broadcast" option for mce command
2011-01-21 Jin DongmingClean up cpu_inject_x86_mce()
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-27 Jan Kiszkax86: Filter out garbage from segment flags dump
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-20 Marcelo TosattiMCE: Relay UCR MCE to guest
2010-10-20 Marcelo Tosattikvm: x86: add mce support
2010-06-27 Jan Kiszkax86: Fix INIT processing
2010-06-19 Blue Swirlapic: avoid passing CPUState from CPU code
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-26 Marcelo Tosattitarget-i386: print EFER in cpu_dump_state
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Stefan Weiltarget-i386: Fix compiler warning
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-17 Anthony LiguoriMerge remote branch 'mst/pci' into staging
2010-03-17 Paul BrookLarge page TLB flush
2010-03-13 Andre Przywarax86/cpuid: move CPUID functions into separate file
2010-03-12 Paul BrookRemove cpu_get_phys_page_debug from userspace emulation
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-01-13 Gleb NatapovAdd KVM paravirt cpuid leaf
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
2009-12-24 Gleb NatapovIntel CPUs starting from pentium have apic
2009-12-13 Andre Przywaratarget-i386: Update CPUID feature set for TCG
2009-12-07 Anthony LiguoriMerge commit 'mst/pci' into staging
2009-12-07 Andre Przywaracpuid: Fix multicore setup on Intel
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-05 Juan Quintelax86: mce_banks always have the same size
2009-10-05 Juan Quintelax86: make a20_mask int32_t
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-12 Jan Kiszkai386: Drop redundant kvm_enabled test
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-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
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 Anthony LiguoriUnbreak large mem support by removing kqemu
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-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-07-01 Blue SwirlSuppress a GCC warning
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
next