Age | Commit message (Expand) | Author | Files | Lines |
2014-11-04 | target-i386: Disable SVM by default in KVM mode | Eduardo Habkost | 1 | -0/+6 |
2014-11-04 | target-i386: Don't enable nested VMX by default | Eduardo Habkost | 1 | -4/+4 |
2014-11-04 | target-i386: Remove unsupported bits from all CPU models | Eduardo Habkost | 1 | -13/+20 |
2014-11-04 | target-i386: Disable CPUID_ACPI by default in KVM mode | Eduardo Habkost | 1 | -0/+1 |
2014-11-03 | target-i386: Rename KVM auto-feature-enable compat function | Eduardo Habkost | 1 | -1/+1 |
2014-11-02 | target-i386: Remove unused model_features_t struct | Eduardo Habkost | 1 | -8/+0 |
2014-10-24 | target-i386: add Intel AVX-512 support | Chao Peng | 1 | -2/+8 |
2014-10-23 | target-i386: warns users when CPU threads>1 for non-Intel CPUs | Wei Huang | 1 | -3/+23 |
2014-09-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2014-09-25 | target-i386: Use cpu_exec_interrupt qom hook | Richard Henderson | 1 | -0/+1 |
2014-09-25 | target-i386: Use cpu_exec_enter/exit qom hooks | Richard Henderson | 1 | -0/+2 |
2014-09-18 | target-i386: update fp status fix | Pavel Dovgalyuk | 1 | -1/+1 |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell | 1 | -3/+3 |
2014-09-05 | target-i386: Reject invalid CPU feature names on the command-line | Eduardo Habkost | 1 | -4/+5 |
2014-09-05 | target-i386: Support migratable=no properly | Eduardo Habkost | 1 | -8/+15 |
2014-08-26 | target-i386: Add "tsc_adjust" CPU feature name | Eduardo Habkost | 1 | -1/+1 |
2014-08-26 | target-i386: Add "mpx" CPU feature name | Eduardo Habkost | 1 | -1/+1 |
2014-08-25 | x86: Clear MTRRs on vCPU reset | Alex Williamson | 1 | -0/+10 |
2014-08-09 | target-i386/cpu.c: Fix two error output indentation | chenfan | 1 | -5/+5 |
2014-07-10 | target-i386: Add "kvmclock-stable-bit" feature bit name | Eduardo Habkost | 1 | -1/+1 |
2014-06-25 | target-i386: Broadwell CPU model | Eduardo Habkost | 1 | -0/+34 |
2014-06-25 | target-i386: Fix indentation of CPU model definitions | Eduardo Habkost | 1 | -102/+102 |
2014-06-25 | target-i386: Support "invariant tsc" flag | Marcelo Tosatti | 1 | -0/+25 |
2014-06-25 | target-i386: Set migratable=yes by default on "host" CPU mooel | Eduardo Habkost | 1 | -1/+1 |
2014-06-25 | target-i386: Add "migratable" property to "host" CPU model | Eduardo Habkost | 1 | -9/+51 |
2014-06-25 | target-i386: Support check/enforce flags in TCG mode, too | Eduardo Habkost | 1 | -18/+18 |
2014-06-25 | target-i386: Loop-based feature word filtering in TCG mode | Eduardo Habkost | 1 | -8/+13 |
2014-06-25 | target-i386: Loop-based copying and setting/unsetting of feature words | Eduardo Habkost | 1 | -25/+10 |
2014-06-25 | target-i386: Define TCG_*_FEATURES earlier in cpu.c | Eduardo Habkost | 1 | -55/+56 |
2014-06-25 | target-i386: Filter KVM and 0xC0000001 features on TCG | Eduardo Habkost | 1 | -0/+4 |
2014-06-25 | target-i386: Filter FEAT_7_0_EBX TCG features too | Eduardo Habkost | 1 | -1/+2 |
2014-06-25 | target-i386: Make TCG feature filtering more readable | Eduardo Habkost | 1 | -6/+10 |
2014-06-25 | target-i386: Isolate KVM-specific code on CPU feature filtering logic | Eduardo Habkost | 1 | -9/+13 |
2014-06-25 | target-i386: Pass FeatureWord argument to report_unavailable_features() | Eduardo Habkost | 1 | -2/+3 |
2014-06-25 | target-i386: Merge feature filtering/checking functions | Eduardo Habkost | 1 | -34/+20 |
2014-06-25 | target-i386: Simplify reporting of unavailable features | Eduardo Habkost | 1 | -10/+7 |
2014-06-25 | target-i386: kvm: Don't enable MONITOR by default on any CPU model | Eduardo Habkost | 1 | -0/+7 |
2014-06-10 | cpu/x86: correctly set errors in x86_cpu_parse_featurestr | Paolo Bonzini | 1 | -10/+7 |
2014-06-05 | Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging | Peter Maydell | 1 | -5/+2 |
2014-06-05 | target-i386: support long addresses for 4MB pages (PSE-36) | Paolo Bonzini | 1 | -2/+1 |
2014-06-05 | target-i386: introduce support for 1 GB pages | Paolo Bonzini | 1 | -3/+1 |
2014-06-03 | kvm: Enable -cpu option to hide KVM | Alex Williamson | 1 | -0/+1 |
2014-05-13 | target-i386: preserve FPU and MSR state on INIT | Paolo Bonzini | 1 | -2/+1 |
2014-05-13 | target-i386: fix set of registers zeroed on reset | Paolo Bonzini | 1 | -2/+1 |
2014-05-13 | kvm: reset state from the CPU's reset method | Paolo Bonzini | 1 | -0/+5 |
2014-05-05 | qom: Clean up fragile use of error_is_set() in set() methods | Markus Armbruster | 1 | -8/+16 |
2014-03-27 | target-i386: Add missing 'static' and 'const' attributes | Stefan Weil | 1 | -1/+1 |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2014-03-13 | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -1/+1 |
2014-03-13 | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -1/+1 |