summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber2012-06-081-38/+4
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-2/+3
* dump: remove dumping stuff from cpu-all.hPaolo Bonzini2012-06-071-0/+1
* dump: change cpu_get_note_size to return ssize_tPaolo Bonzini2012-06-071-1/+1
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-0/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-072-0/+63
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-06-062-0/+720
|\
| * target-i386: Add API to get note's sizeWen Congyang2012-06-041-0/+33
| * target-i386: add API to get dump infoWen Congyang2012-06-041-0/+34
| * target-i386: Add API to write cpu status to core fileWen Congyang2012-06-041-0/+149
| * target-i386: Add API to write elf notes to core fileWen Congyang2012-06-041-0/+233
| * Add API to check whether paging mode is enabledWen Congyang2012-06-041-1/+6
| * implement cpu_get_memory_mapping()Wen Congyang2012-06-041-0/+266
* | Kill off cpu_state_reset()Andreas Färber2012-06-041-6/+0
* | target-i386: Let cpu_x86_init() return X86CPUAndreas Färber2012-06-042-4/+12
* | target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber2012-06-043-9/+14
|/
* Expose CPUID leaf 7 only for -cpu hostEduardo Habkost2012-05-302-7/+17
* target-i386: Defer MCE initAndreas Färber2012-05-123-2/+13
* target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber2012-04-251-1/+36
* target-i386: Prepare "vendor" property for X86CPUAndreas Färber2012-04-251-0/+44
* target-i386: Introduce "xlevel" property for X86CPUAndreas Färber2012-04-251-1/+37
* target-i386: Introduce "level" property for X86CPUAndreas Färber2012-04-251-1/+37
* target-i386: Add property getter for CPU model-idAndreas Färber2012-04-251-1/+16
* target-i386: Add property getter for CPU steppingAndreas Färber2012-04-251-1/+13
* target-i386: Add property getter for CPU modelAndreas Färber2012-04-251-1/+13
* target-i386: Add property getter for CPU familyAndreas Färber2012-04-251-1/+15
* target-i386: Add "model-id" property to X86CPUAndreas Färber2012-04-251-2/+8
* target-i386: Add "stepping" property to X86CPUAndreas Färber2012-04-251-3/+24
* target-i386: Add "model" property to X86CPUAndreas Färber2012-04-251-3/+23
* target-i386: Add "family" property to X86CPUAndreas Färber2012-04-251-5/+34
* target-i386: Add range check for -cpu ,family=xAndreas Färber2012-04-251-1/+1
* target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber2012-04-253-3/+4
* target-i386: Fix x86_cpuid_set_model_id()Andreas Färber2012-04-251-0/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* target-i386: QOM'ify CPU resetAndreas Färber2012-04-102-71/+72
* target-i386: QOM'ify CPU initAndreas Färber2012-04-102-18/+27
* target-i386: QOM'ify CPUAndreas Färber2012-04-104-8/+118
* target-i386: Rename cpuid.cAndreas Färber2012-04-101-0/+0
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-i386: Don't overuse CPUStateAndreas Färber2012-03-146-222/+222
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost2012-03-121-1/+1
* target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2012-03-112-6/+8
* kvm: fill in padding to help valgrindMichael S. Tsirkin2012-03-071-0/+6
* Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl2012-03-032-7/+0
|\
| * target-i386: Clean includesStefan Weil2012-02-282-7/+0
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-03-013-2/+50
|\ \ | |/ |/|
| * target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka2012-02-183-2/+49
| * kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov2012-02-161-0/+1
* | target-i386: Introduce x86_cpuid_set_model_id()Andreas Färber2012-02-241-14/+19
OpenPOWER on IntegriCloud