Age | Commit message (Expand) | Author |
2015-10-02 | cpu/apic: drop icc bus/bridge | Chen Fan |
2015-10-02 | apic: move APIC's MMIO region mapping into APIC | Chen Fan |
2015-10-02 | Correctly re-init EFER state during INIT IPI | Bill Paul |
2015-10-02 | target-i386: add ABM to Haswell* and Broadwell* CPU models | Paolo Bonzini |
2015-10-02 | target-i386: get/put MSR_TSC_AUX across reset and migration | Amit Shah |
2015-10-02 | target-i386: Make check_hw_breakpoints static | Richard Henderson |
2015-10-02 | target-i386: Move breakpoint related functions to new file | Richard Henderson |
2015-10-02 | target-i386: Convert kvm_default_*features to property/value pairs | Eduardo Habkost |
2015-09-25 | i386: interrupt poll processing | Pavel Dovgalyuk |
2015-09-25 | i386: partial revert of interrupt poll fix | Pavel Dovgalyuk |
2015-09-25 | i386: Rename ELF_MACHINE to be x86 specific | Peter Crosthwaite |
2015-09-25 | hmp: implemented io apic dump state for TCG | Pavel Butsykin |
2015-09-25 | hmp: added io apic dump state | Pavel Butsykin |
2015-09-25 | hmp: added local apic dump state | Pavel Butsykin |
2015-09-25 | utils: rename strtosz to use qemu prefix | Marc-André Lureau |
2015-09-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-16 | monitor: remove target-specific code from monitor.c | Pavel Butsykin |
2015-09-16 | i386/kvm: Hyper-v crash msrs set/get'ers and migration | Andrey Smetanin |
2015-09-16 | target-i386: move asm-x86/hyperv.h to standard-headers | Paolo Bonzini |
2015-09-15 | target-i386: exception handling for other helper functions | Pavel Dovgalyuk |
2015-09-15 | target-i386: exception handling for seg_helper functions | Pavel Dovgalyuk |
2015-09-15 | target-i386: exception handling for memory helpers | Pavel Dovgalyuk |
2015-09-15 | target-i386: exception handling for div instructions | Pavel Dovgalyuk |
2015-09-15 | target-i386: exception handling for FPU instructions | Pavel Dovgalyuk |
2015-09-15 | target-i386: introduce new raise_exception functions | Pavel Dovgalyuk |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-11 | tlb: Add "ifetch" argument to cpu_mmu_index() | Benjamin Herrenschmidt |
2015-09-11 | maint: remove unused include for signal.h | Daniel P. Berrange |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic |
2015-08-13 | target-i386: Remove x86_cpu_compat_set_features() | Eduardo Habkost |
2015-07-24 | target-i386/FPU: a misprint in helper_fistll_ST0 | Dmitry Poletaev |
2015-07-15 | target-i386: emulate CPUID level of real hardware | Radim Krčmář |
2015-07-15 | target-i386: Don't strdup() alias property name | Eduardo Habkost |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite |
2015-07-09 | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite |
2015-07-09 | translate-all: Change tb_flush() env argument to cpu | Peter Crosthwaite |
2015-07-09 | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao |
2015-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-07-07 | target-i386: avoid overflow in the tsc-frequency property | Paolo Bonzini |
2015-07-07 | i386: Introduce ARAT CPU feature | Jan Kiszka |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange |
2015-07-06 | pc: add SMM property | Paolo Bonzini |
2015-07-06 | target-i386: register a separate KVM address space including SMRAM regions | Paolo Bonzini |
2015-07-06 | target-i386: add support for SMBASE MSR and SMIs | Paolo Bonzini |
2015-07-01 | kvm: First step to push iothread lock out of inner run loop | Jan Kiszka |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-06-22 | disas: Remove uses of CPU env | Peter Crosthwaite |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |