Age | Commit message (Expand) | Author |
2012-06-08 | target-i386: Use uint32 visitor for [x]level properties | Andreas Färber |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | dump: remove dumping stuff from cpu-all.h | Paolo Bonzini |
2012-06-07 | dump: change cpu_get_note_size to return ssize_t | Paolo Bonzini |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini |
2012-06-06 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber |
2012-06-04 | target-i386: Let cpu_x86_init() return X86CPU | Andreas Färber |
2012-06-04 | target-i386: Pass X86CPU to do_cpu_{init,sipi}() | Andreas Färber |
2012-06-04 | target-i386: Add API to get note's size | Wen Congyang |
2012-06-04 | target-i386: add API to get dump info | Wen Congyang |
2012-06-04 | target-i386: Add API to write cpu status to core file | Wen Congyang |
2012-06-04 | target-i386: Add API to write elf notes to core file | Wen Congyang |
2012-06-04 | Add API to check whether paging mode is enabled | Wen Congyang |
2012-06-04 | implement cpu_get_memory_mapping() | Wen Congyang |
2012-05-30 | Expose CPUID leaf 7 only for -cpu host | Eduardo Habkost |
2012-05-12 | target-i386: Defer MCE init | Andreas Färber |
2012-04-25 | target-i386: Introduce "tsc-frequency" property for X86CPU | Andreas Färber |
2012-04-25 | target-i386: Prepare "vendor" property for X86CPU | Andreas Färber |
2012-04-25 | target-i386: Introduce "xlevel" property for X86CPU | Andreas Färber |
2012-04-25 | target-i386: Introduce "level" property for X86CPU | Andreas Färber |
2012-04-25 | target-i386: Add property getter for CPU model-id | Andreas Färber |
2012-04-25 | target-i386: Add property getter for CPU stepping | Andreas Färber |
2012-04-25 | target-i386: Add property getter for CPU model | Andreas Färber |
2012-04-25 | target-i386: Add property getter for CPU family | Andreas Färber |
2012-04-25 | target-i386: Add "model-id" property to X86CPU | Andreas Färber |
2012-04-25 | target-i386: Add "stepping" property to X86CPU | Andreas Färber |
2012-04-25 | target-i386: Add "model" property to X86CPU | Andreas Färber |
2012-04-25 | target-i386: Add "family" property to X86CPU | Andreas Färber |
2012-04-25 | target-i386: Add range check for -cpu ,family=x | Andreas Färber |
2012-04-25 | target-i386: Pass X86CPU to cpu_x86_register() | Andreas Färber |
2012-04-25 | target-i386: Fix x86_cpuid_set_model_id() | Andreas Färber |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-10 | target-i386: QOM'ify CPU reset | Andreas Färber |
2012-04-10 | target-i386: QOM'ify CPU init | Andreas Färber |
2012-04-10 | target-i386: QOM'ify CPU | Andreas Färber |
2012-04-10 | target-i386: Rename cpuid.c | Andreas Färber |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-i386: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-03-12 | add "tsc-deadline" flag name to feature_ecx table | Eduardo Habkost |
2012-03-11 | target-i386: Mask NX bit from cpu_get_phys_page_debug result | Jan Kiszka |
2012-03-07 | kvm: fill in padding to help valgrind | Michael S. Tsirkin |
2012-03-03 | Merge branch 'upstream' of git://qemu.weilnetz.de/qemu | Blue Swirl |
2012-03-01 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-02-28 | target-i386: Clean includes | Stefan Weil |
2012-02-24 | target-i386: Introduce x86_cpuid_set_model_id() | Andreas Färber |
2012-02-24 | target-i386: Introduce x86_cpuid_version_set_stepping() | Andreas Färber |
2012-02-24 | target-i386: Introduce x86_cpuid_version_set_model() | Andreas Färber |