Age | Commit message (Expand) | Author |
2013-01-21 | sysbus: Drop sysbus_from_qdev() cast macro | Andreas Färber |
2013-01-15 | target-i386: Use switch in check_hw_breakpoints() | liguang |
2013-01-15 | target-i386: Avoid goto in hw_breakpoint_insert() | liguang |
2013-01-15 | target-i386: Introduce hw_{local,global}_breakpoint_enabled() | liguang |
2013-01-15 | target-i386: Define DR7 bit field constants | liguang |
2013-01-15 | target-i386: Move kvm_check_features_against_host() check to realize time | Igor Mammedov |
2013-01-15 | target-i386: cpu_x86_register() consolidate freeing resources | Igor Mammedov |
2013-01-15 | target-i386: Move setting defaults out of cpu_x86_parse_featurestr() | Igor Mammedov |
2013-01-15 | target-i386: check/enforce: Check all feature words | Eduardo Habkost |
2013-01-15 | target-i386/cpu.c: Add feature name array for ext4_features | Eduardo Habkost |
2013-01-15 | target-i386: kvm_check_features_against_host(): Use feature_word_info | Eduardo Habkost |
2013-01-15 | target-i386/cpu: Introduce FeatureWord typedefs | Eduardo Habkost |
2013-01-15 | target-i386: Disable kvm_mmu by default | Eduardo Habkost |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber |
2013-01-15 | cpu: Move nr_{cores,threads} fields to CPUState | Andreas Färber |
2013-01-09 | target-i386: fix bits 39:32 of the final physical address when using 4M page | Wen Congyang |
2013-01-08 | target-i386: Explicitly set vendor for each built-in cpudef | Igor Mammedov |
2013-01-08 | target-i386: Sanitize AMD's ext2_features at realize time | Igor Mammedov |
2013-01-08 | target-i386: Filter out unsupported features at realize time | Igor Mammedov |
2013-01-08 | target-i386: check/enforce: Eliminate check_feat field | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Check SVM flag support as well | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Check all CPUID.80000001H.EDX bits | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Do not ignore "hypervisor" flag | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Fix CPUID leaf numbers on error messages | Eduardo Habkost |
2013-01-08 | target-i386: kvm: Enable all supported KVM features for -cpu host | Eduardo Habkost |
2013-01-08 | target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features | Eduardo Habkost |
2013-01-02 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-12-28 | Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber | Blue Swirl |
2012-12-23 | target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevel | Eduardo Habkost |
2012-12-23 | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu | Andreas Färber |
2012-12-20 | exec: change RAM list to a TAILQ | Paolo Bonzini |
2012-12-19 | cpu: Move kvm_run into CPUState | Andreas Färber |
2012-12-19 | cpu: Move kvm_state field into CPUState | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_vcpu_ioctl() | Andreas Färber |
2012-12-19 | kvm: Pass CPUState to kvm_arch_* | Andreas Färber |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl |
2012-12-14 | target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs | Will Auld |
2012-12-10 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |