Age | Commit message (Expand) | Author | Files | Lines |
2013-01-08 | target-i386: Explicitly set vendor for each built-in cpudef | Igor Mammedov | 1 | -9/+31 |
2013-01-08 | target-i386: Sanitize AMD's ext2_features at realize time | Igor Mammedov | 1 | -10/+11 |
2013-01-08 | target-i386: Filter out unsupported features at realize time | Igor Mammedov | 1 | -15/+16 |
2013-01-08 | target-i386: check/enforce: Eliminate check_feat field | Eduardo Habkost | 1 | -8/+6 |
2013-01-08 | target-i386: check/enforce: Check SVM flag support as well | Eduardo Habkost | 1 | -1/+1 |
2013-01-08 | target-i386: check/enforce: Check all CPUID.80000001H.EDX bits | Eduardo Habkost | 1 | -1/+1 |
2013-01-08 | target-i386: check/enforce: Do not ignore "hypervisor" flag | Eduardo Habkost | 1 | -1/+1 |
2013-01-08 | target-i386: check/enforce: Fix CPUID leaf numbers on error messages | Eduardo Habkost | 2 | -9/+36 |
2013-01-08 | target-i386: kvm: Enable all supported KVM features for -cpu host | Eduardo Habkost | 1 | -0/+2 |
2013-01-08 | target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features | Eduardo Habkost | 1 | -7/+4 |
2013-01-02 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 3 | -0/+37 |
2012-12-28 | Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber | Blue Swirl | 2 | -103/+144 |
2012-12-23 | target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevel | Eduardo Habkost | 1 | -1/+5 |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber | 19 | -48/+50 |
2012-12-20 | exec: change RAM list to a TAILQ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | cpu: Move kvm_run into CPUState | Andreas Färber | 1 | -4/+5 |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber | 2 | -13/+16 |
2012-12-19 | kvm: Pass CPUState to kvm_vcpu_ioctl() | Andreas Färber | 1 | -70/+88 |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber | 1 | -20/+39 |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 8 | -12/+12 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 5 | -7/+7 |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 12 | -22/+22 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 2 | -3/+3 |
2012-12-19 | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini | 1 | -0/+1 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 1 | -0/+1 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini | 1 | -1/+1 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 1 | -1/+1 |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl | 2 | -11/+2 |
2012-12-14 | target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs | Will Auld | 3 | -0/+37 |
2012-12-10 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori | 2 | -39/+68 |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin | 1 | -4/+4 |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin | 1 | -1/+1 |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin | 1 | -4/+5 |
2012-12-07 | target-i386: Postpone cpuid_level update to realize time | Igor Mammedov | 1 | -3/+5 |
2012-12-06 | target-i386: Use define for cpuid vendor string size | Igor Mammedov | 2 | -3/+5 |
2012-12-06 | target-i386: Separate feature string parsing from CPU model lookup | Eduardo Habkost | 1 | -23/+46 |
2012-12-06 | target-i386/cpu.c: Coding style fixes | Eduardo Habkost | 1 | -14/+16 |
2012-11-26 | target-i386: Enable SSSE3 TCG support | Aurelien Jarno | 1 | -1/+1 |
2012-11-26 | target-i386/cpu: Add missing flags to Haswell CPU model | Eduardo Habkost | 1 | -2/+3 |
2012-11-19 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori | 2 | -6/+89 |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin | 1 | -3/+3 |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin | 1 | -4/+4 |
2012-11-15 | target-i386: Add Haswell CPU model | Eduardo Habkost | 1 | -0/+29 |
2012-11-15 | target-i386/cpu: Add new Opteron CPU model | Andre Przywara | 1 | -0/+32 |
2012-11-15 | target-i386/cpu: Name new CPUID bits | Andre Przywara | 2 | -6/+28 |
2012-11-10 | target-i386: avoid using cpu_single_env | Blue Swirl | 1 | -218/+222 |