Age | Commit message (Expand) | Author |
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-10 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-12-07 | target-i386: Postpone cpuid_level update to realize time | Igor Mammedov |
2012-12-06 | target-i386: Use define for cpuid vendor string size | Igor Mammedov |
2012-12-06 | target-i386: Separate feature string parsing from CPU model lookup | Eduardo Habkost |
2012-12-06 | target-i386/cpu.c: Coding style fixes | Eduardo Habkost |
2012-11-26 | target-i386: Enable SSSE3 TCG support | Aurelien Jarno |
2012-11-26 | target-i386/cpu: Add missing flags to Haswell CPU model | Eduardo Habkost |
2012-11-19 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-15 | target-i386: Add Haswell CPU model | Eduardo Habkost |
2012-11-15 | target-i386/cpu: Add new Opteron CPU model | Andre Przywara |
2012-11-15 | target-i386/cpu: Name new CPUID bits | Andre Przywara |
2012-11-10 | target-i386: avoid using cpu_single_env | Blue Swirl |
2012-11-10 | kvm: avoid using cpu_single_env | Blue Swirl |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-11-02 | target-i386: cpu: fix --disable-kvm compilation | Eduardo Habkost |
2012-11-01 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-10-31 | target-i386: Pass X86CPU to kvm_handle_halt() | Andreas Färber |
2012-10-31 | target-i386: Pass X86CPU to kvm_get_mp_state() | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to run_on_cpu() | Andreas Färber |
2012-10-31 | target-i386: Pass X86CPU to cpu_x86_inject_mce() | Andreas Färber |
2012-10-31 | target-i386: Pass X86CPU to kvm_mce_inject() | Andreas Färber |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-30 | target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID | Eduardo Habkost |
2012-10-30 | target-i386: cpu: make -cpu host/check/enforce code KVM-specific | Eduardo Habkost |
2012-10-30 | target-i386: make cpu_x86_fill_host() void | Eduardo Habkost |
2012-10-30 | target-i386: Add missing kvm cpuid feature name | Don Slutz |
2012-10-30 | i386: cpu: add missing CPUID[EAX=7,ECX=0] flag names | Eduardo Habkost |
2012-10-30 | i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too | Eduardo Habkost |
2012-10-30 | i386: kvm: reformat filter_features_for_kvm() code | Eduardo Habkost |
2012-10-30 | i386: kvm: filter CPUID feature words earlier, on cpu.c | Eduardo Habkost |
2012-10-30 | i386: kvm: mask cpuid_ext4_features bits earlier | Eduardo Habkost |
2012-10-30 | i386: kvm: mask cpuid_kvm_features earlier | Eduardo Habkost |