summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* i386: interrupt poll processingPavel Dovgalyuk2015-09-251-0/+3
* i386: partial revert of interrupt poll fixPavel Dovgalyuk2015-09-251-8/+2
* i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite2015-09-251-2/+2
* hmp: implemented io apic dump state for TCGPavel Butsykin2015-09-251-0/+2
* hmp: added io apic dump statePavel Butsykin2015-09-251-0/+9
* hmp: added local apic dump statePavel Butsykin2015-09-253-0/+200
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-167-3/+558
|\
| * monitor: remove target-specific code from monitor.cPavel Butsykin2015-09-162-1/+495
| * i386/kvm: Hyper-v crash msrs set/get'ers and migrationAndrey Smetanin2015-09-165-1/+62
| * target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini2015-09-161-1/+1
* | target-i386: exception handling for other helper functionsPavel Dovgalyuk2015-09-153-6/+6
* | target-i386: exception handling for seg_helper functionsPavel Dovgalyuk2015-09-153-327/+335
* | target-i386: exception handling for memory helpersPavel Dovgalyuk2015-09-152-26/+18
* | target-i386: exception handling for div instructionsPavel Dovgalyuk2015-09-152-24/+16
* | target-i386: exception handling for FPU instructionsPavel Dovgalyuk2015-09-152-93/+95
* | target-i386: introduce new raise_exception functionsPavel Dovgalyuk2015-09-152-13/+21
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-143-3/+27
|\
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-093-3/+27
* | tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-112-2/+2
* | maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
|/
* target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost2015-08-132-29/+0
* target-i386/FPU: a misprint in helper_fistll_ST0Dmitry Poletaev2015-07-241-1/+1
* target-i386: emulate CPUID level of real hardwareRadim Krčmář2015-07-151-19/+18
* target-i386: Don't strdup() alias property nameEduardo Habkost2015-07-151-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-091-1/+1
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-082-2/+1
|\
| * crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-072-2/+1
* | target-i386: avoid overflow in the tsc-frequency propertyPaolo Bonzini2015-07-071-1/+1
* | i386: Introduce ARAT CPU featureJan Kiszka2015-07-073-1/+37
|/
* pc: add SMM propertyPaolo Bonzini2015-07-063-0/+11
* target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini2015-07-061-1/+40
* target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini2015-07-062-12/+94
* kvm: First step to push iothread lock out of inner run loopJan Kiszka2015-07-011-0/+24
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-10/+9
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-49/+32
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-055-6/+51
* target-i386: create a separate AddressSpace for each CPUPaolo Bonzini2015-06-052-0/+15
* target-i386: wake up processors that receive an SMIPaolo Bonzini2015-06-051-1/+3
* target-i386: set G=1 in SMM big real mode selectorsPaolo Bonzini2015-06-051-6/+6
* target-i386: mask NMIs on entry to SMMPaolo Bonzini2015-06-052-9/+20
* target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini2015-06-055-87/+58
* target-i386: Use correct memory attributes for memory accessesPaolo Bonzini2015-06-055-290/+394
* target-i386: introduce cpu_get_mem_attrsPaolo Bonzini2015-06-053-2/+8
OpenPOWER on IntegriCloud