Age | Commit message (Expand) | Author | Files | Lines |
2012-07-07 | target-i386: make it clearer that op table accesses don't overrun | Peter Maydell | 1 | -6/+6 |
2012-07-07 | target-i386: Remove confusing X86_64_DEF macro | Peter Maydell | 1 | -15/+24 |
2012-07-07 | target-i386: Remove unused macros | Peter Maydell | 1 | -6/+0 |
2012-07-05 | target-i386: Fix compilation with --enable-debug | Stefan Weil | 1 | -25/+34 |
2012-06-28 | x86: rename op_helper.c to seg_helper.c | Blue Swirl | 2 | -3/+3 |
2012-06-28 | x86: split off memory access helpers | Blue Swirl | 3 | -137/+165 |
2012-06-28 | x86: split off misc helpers | Blue Swirl | 3 | -579/+605 |
2012-06-28 | x86: split off SMM helpers | Blue Swirl | 3 | -285/+309 |
2012-06-28 | x86: split off SVM helpers | Blue Swirl | 4 | -710/+734 |
2012-06-28 | x86: split off integer helpers | Blue Swirl | 3 | -479/+502 |
2012-06-28 | x86: split off condition code helpers | Blue Swirl | 4 | -407/+432 |
2012-06-28 | x86: prepare eflags helpers for general use | Blue Swirl | 1 | -31/+37 |
2012-06-28 | x86: split condition code and shift templates | Blue Swirl | 3 | -81/+133 |
2012-06-28 | x86: fix coding style in helper_template.h | Blue Swirl | 1 | -3/+22 |
2012-06-28 | x86: improve SSE table type safety | Blue Swirl | 1 | -45/+89 |
2012-06-28 | x86: split off FPU helpers | Blue Swirl | 3 | -1278/+1306 |
2012-06-28 | x86: fix coding style in ops_sse.h | Blue Swirl | 1 | -471/+578 |
2012-06-28 | x86: avoid an extern declaration | Blue Swirl | 1 | -4/+1 |
2012-06-28 | x86: split off exception handlers | Blue Swirl | 4 | -116/+140 |
2012-06-28 | x86: avoid AREG0 for exceptions | Blue Swirl | 5 | -215/+225 |
2012-06-28 | x86: prepare op_helper.c for splitting | Blue Swirl | 1 | -796/+1279 |
2012-06-22 | target-i386: Use QEMU instead of Qemu | Stefan Weil | 1 | -1/+1 |
2012-06-21 | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl | 1 | -0/+1 |
2012-06-19 | Allow machines to configure the QEMU_VERSION that's exposed via hardware | Crístian Viana | 1 | -5/+13 |
2012-06-11 | Fix some more license versions (GPL2+ instead of GPL2) | Stefan Weil | 2 | -4/+4 |
2012-06-08 | target-i386: Use uint32 visitor for [x]level properties | Andreas Färber | 1 | -38/+4 |
2012-06-07 | build: move other target-*/ objects to nested Makefile.objs | Paolo Bonzini | 1 | -2/+3 |
2012-06-07 | dump: remove dumping stuff from cpu-all.h | Paolo Bonzini | 1 | -0/+1 |
2012-06-07 | dump: change cpu_get_note_size to return ssize_t | Paolo Bonzini | 1 | -1/+1 |
2012-06-07 | build: move libobj-y variable to nested Makefile.objs | Paolo Bonzini | 1 | -0/+3 |
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | 2 | -0/+63 |
2012-06-06 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 2 | -0/+720 |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber | 1 | -6/+0 |
2012-06-04 | target-i386: Let cpu_x86_init() return X86CPU | Andreas Färber | 2 | -4/+12 |
2012-06-04 | target-i386: Pass X86CPU to do_cpu_{init,sipi}() | Andreas Färber | 3 | -9/+14 |
2012-06-04 | target-i386: Add API to get note's size | Wen Congyang | 1 | -0/+33 |
2012-06-04 | target-i386: add API to get dump info | Wen Congyang | 1 | -0/+34 |
2012-06-04 | target-i386: Add API to write cpu status to core file | Wen Congyang | 1 | -0/+149 |
2012-06-04 | target-i386: Add API to write elf notes to core file | Wen Congyang | 1 | -0/+233 |
2012-06-04 | Add API to check whether paging mode is enabled | Wen Congyang | 1 | -1/+6 |
2012-06-04 | implement cpu_get_memory_mapping() | Wen Congyang | 1 | -0/+266 |
2012-05-30 | Expose CPUID leaf 7 only for -cpu host | Eduardo Habkost | 2 | -7/+17 |
2012-05-12 | target-i386: Defer MCE init | Andreas Färber | 3 | -2/+13 |
2012-04-25 | target-i386: Introduce "tsc-frequency" property for X86CPU | Andreas Färber | 1 | -1/+36 |
2012-04-25 | target-i386: Prepare "vendor" property for X86CPU | Andreas Färber | 1 | -0/+44 |
2012-04-25 | target-i386: Introduce "xlevel" property for X86CPU | Andreas Färber | 1 | -1/+37 |
2012-04-25 | target-i386: Introduce "level" property for X86CPU | Andreas Färber | 1 | -1/+37 |
2012-04-25 | target-i386: Add property getter for CPU model-id | Andreas Färber | 1 | -1/+16 |
2012-04-25 | target-i386: Add property getter for CPU stepping | Andreas Färber | 1 | -1/+13 |
2012-04-25 | target-i386: Add property getter for CPU model | Andreas Färber | 1 | -1/+13 |