Age | Commit message (Expand) | Author |
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 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-19 | hw: cannot include hw/hw.h from user emulation | Paolo Bonzini |
2016-05-19 | hw: move CPU state serialization to migration/cpu.h | Paolo Bonzini |
2016-05-19 | apic: move target-dependent definitions to cpu.h | Paolo Bonzini |
2016-05-19 | target-i386: make cpu-qom.h not target specific | Paolo Bonzini |
2016-05-19 | cpu: make cpu-qom.h only include-able from cpu.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota |
2016-04-22 | event-notifier: Add "is_external" parameter | Fam Zheng |
2016-04-18 | target-i386: Set AMD alias bits after filtering CPUID data | Eduardo Habkost |
2016-04-08 | target-i386: check for PKU even for non-writable pages | Paolo Bonzini |
2016-04-05 | target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs | Paolo Bonzini |
2016-04-05 | target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set | Paolo Bonzini |
2016-04-05 | target-i386/kvm: Hyper-V VMBus hypercalls blank handlers | Andrey Smetanin |
2016-03-24 | target-i386: implement PKE for TCG | Paolo Bonzini |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-15 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2016-03-14 | kvm: Remove x2apic feature from CPU model when kernel_irqchip is off | Lan Tianyu |
2016-03-14 | hyperv: cpu hotplug fix with HyperV enabled | Denis V. Lunev |
2016-03-14 | target-i386: Dump unknown opcodes with -d unimp | Richard Henderson |
2016-03-14 | target-i386: Fix inhibit irq mask handling | Richard Henderson |
2016-03-14 | target-i386: Use gen_nop_modrm for prefetch instructions | Richard Henderson |
2016-03-14 | target-i386: Fix addr16 prefix | Paolo Bonzini |
2016-03-14 | target-i386: Fix SMSW for 64-bit mode | Richard Henderson |
2016-03-14 | target-i386: Fix SMSW and LMSW from/to register | Paolo Bonzini |
2016-03-14 | target-i386: Avoid repeated calls to the bnd_jmp helper | Paolo Bonzini |
2016-03-01 | tcg: Add type for vCPU pointers | LluĂs Vilanova |
2016-02-25 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-02-25 | target-i386: fix confusion in xcr0 bit position vs. mask | Paolo Bonzini |
2016-02-23 | all: Clean up includes | Peter Maydell |