Age | Commit message (Expand) | Author |
2016-07-20 | target-i386: Allow physical address bits to be set | Dr. David Alan Gilbert |
2016-07-20 | target-i386: Provide TCG_PHYS_ADDR_BITS | Dr. David Alan Gilbert |
2016-07-19 | target-i386: Remove redundant HF_SOFTMMU_MASK | Sergey Fedorov |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster |
2016-07-12 | target-*: Clean up cpu.h header guards | Markus Armbruster |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin |
2016-07-07 | target-i386: Enable LMCE for '-cpu host' if supported by host | Haozhong Zhang |
2016-07-07 | target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfg | Haozhong Zhang |
2016-07-07 | target-i386: kvm: Add basic Intel LMCE support | Ashok Raj |
2016-07-07 | target-i386: Report hyperv feature words through qom | Evgeny Yakovlev |
2016-07-07 | target-i386: Show host and VM TSC frequencies on mismatch | Eduardo Habkost |
2016-07-07 | pc: Parse CPU features only once | Igor Mammedov |
2016-07-07 | cpu: Use CPUClass->parse_features() as convertor to global properties | Igor Mammedov |
2016-07-07 | target-i386: Avoid using locals outside their scope | Paolo Bonzini |
2016-07-07 | target-i386: TCG can support CPUID.07H:EBX.erms | Paolo Bonzini |
2016-06-29 | target-*: Don't redefine cpu_exec() | Peter Crosthwaite |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | error: Remove unnecessary local_err variables | Eduardo Habkost |
2016-06-20 | exec: [tcg] Track which vCPU is performing translation and execution | Lluís Vilanova |
2016-06-16 | target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data | Chao Peng |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-14 | target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe... | Eduardo Habkost |
2016-06-14 | target-i386: Use cpu_generic_init() in cpu_x86_init() | Igor Mammedov |
2016-06-14 | target-i386: Move xcc->kvm_required check to realize time | Igor Mammedov |
2016-06-14 | target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn() | Eduardo Habkost |
2016-06-14 | target-i386: Move features logic that requires CPUState to realize time | Igor Mammedov |
2016-06-14 | target-i386: Remove xlevel & hv-spinlocks option fixups | Eduardo Habkost |
2016-06-14 | target-i386: Implement CPUID[0xB] (Extended Topology Enumeration) | Radim Krčmář |
2016-06-14 | target-i386: add Skylake-Client cpu model | Eduardo Habkost |
2016-06-09 | target-i386: Move user-mode exception actions out of user-exec.c | Peter Maydell |
2016-06-09 | target-i386: Add comment about do_interrupt_user() next_eip argument | Peter Maydell |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell |
2016-06-05 | target-*: dfilter support for in_asm | Richard Henderson |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini |
2016-05-23 | target-i386: kvm: Eliminate kvm_msr_entry_set() | Eduardo Habkost |
2016-05-23 | target-i386: kvm: Simplify MSR setting functions | Eduardo Habkost |
2016-05-23 | target-i386: kvm: Simplify MSR array construction | Eduardo Habkost |
2016-05-23 | target-i386: kvm: Increase MSR_BUF_SIZE | Eduardo Habkost |
2016-05-23 | target-i386: kvm: Allocate kvm_msrs struct once per VCPU | Eduardo Habkost |
2016-05-23 | target-i386: Call cpu_exec_init() on realize | Eduardo Habkost |
2016-05-23 | target-i386: Move TCG initialization to realize time | Eduardo Habkost |
2016-05-23 | target-i386: Move TCG initialization check to tcg_x86_init() | Eduardo Habkost |
2016-05-23 | cpu: Eliminate cpudef_init(), cpudef_setup() | Eduardo Habkost |
2016-05-23 | target-i386: Set constant model_id for qemu64/qemu32/athlon | Eduardo Habkost |
2016-05-23 | target-i386: kvm: Use X86XSaveArea struct for xsave save/load | Eduardo Habkost |
2016-05-23 | target-i386: Use xsave structs for ext_save_area | Eduardo Habkost |
2016-05-23 | target-i386: Define structs for layout of xsave area | Eduardo Habkost |
2016-05-23 | target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2 | Paolo Bonzini |