Age | Commit message (Expand) | Author | Files | Lines |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -10/+9 |
2015-06-05 | target-i386: use memory API to implement SMRAM | Paolo Bonzini | 1 | -2/+31 |
2015-06-05 | target-i386: create a separate AddressSpace for each CPU | Paolo Bonzini | 1 | -0/+14 |
2015-06-05 | target-i386: wake up processors that receive an SMI | Paolo Bonzini | 1 | -1/+3 |
2015-06-02 | target-i386: Register QOM properties for feature flags | Eduardo Habkost | 1 | -0/+122 |
2015-04-27 | target-i386: Remove AMD feature flag aliases from CPU model table | Eduardo Habkost | 1 | -7/+0 |
2015-04-27 | target-i386: X86CPU::xlevel2 QOM property | Eduardo Habkost | 1 | -1/+2 |
2015-04-27 | target-i386: Make "level" and "xlevel" properties static | Eduardo Habkost | 1 | -38/+2 |
2015-04-02 | target-i386: clear bsp bit when designating bsp | Nadav Amit | 1 | -3/+1 |
2015-03-19 | target-i386: Haswell-noTSX and Broadwell-noTSX | Eduardo Habkost | 1 | -0/+69 |
2015-03-19 | Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell" | Eduardo Habkost | 1 | -4/+5 |
2015-03-17 | target-i386: Remove icc_bridge parameter from cpu_x86_create() | Eduardo Habkost | 1 | -12/+2 |
2015-03-11 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s... | Peter Maydell | 1 | -6/+2 |
2015-03-10 | target-i386: Clean up misuse of qdev_init() in realize method | Markus Armbruster | 1 | -6/+2 |
2015-03-09 | target-i386: Require APIC ID to be explicitly set before CPU realize | Eduardo Habkost | 1 | -0/+10 |
2015-03-09 | target-i386: Move APIC ID compatibility code to pc.c | Eduardo Habkost | 1 | -34/+0 |
2015-03-09 | target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id | Eduardo Habkost | 1 | -8/+7 |
2015-03-09 | target-i386: Remove unused APIC ID default code | Eduardo Habkost | 1 | -1/+0 |
2015-03-09 | target-i386: Eliminate unnecessary get_cpuid_vendor() function | Eduardo Habkost | 1 | -14/+6 |
2015-03-09 | target-i386: Simplify listflags() function | Eduardo Habkost | 1 | -28/+14 |
2015-03-09 | target-i386: Move topology.h to include/hw/i386 | Eduardo Habkost | 1 | -1/+1 |
2015-03-03 | Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'... | Peter Maydell | 1 | -51/+95 |
2015-03-02 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell | 1 | -95/+51 |
2015-02-25 | target-i386: Move APIC ID compatibility code to pc.c | Eduardo Habkost | 1 | -34/+0 |
2015-02-25 | target-i386: Require APIC ID to be explicitly set before CPU realize | Eduardo Habkost | 1 | -1/+6 |
2015-02-25 | target-i386: Set APIC ID using cpu_index on CONFIG_USER | Eduardo Habkost | 1 | -0/+6 |
2015-02-25 | target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id | Eduardo Habkost | 1 | -9/+8 |
2015-02-25 | target-i386: Simplify error handling on cpu_x86_init_user() | Eduardo Habkost | 1 | -9/+11 |
2015-02-25 | target-i386: Eliminate cpu_init() function | Eduardo Habkost | 1 | -3/+3 |
2015-02-25 | target-i386: Rename cpu_x86_init() to cpu_x86_init_user() | Eduardo Habkost | 1 | -1/+1 |
2015-02-25 | target-i386: Move topology.h to include/hw/i386 | Eduardo Habkost | 1 | -1/+1 |
2015-02-25 | target-i386: Eliminate unnecessary get_cpuid_vendor() function | Eduardo Habkost | 1 | -14/+6 |
2015-02-25 | target-i386: Simplify listflags() function | Eduardo Habkost | 1 | -28/+14 |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster | 1 | -2/+1 |
2015-01-26 | target-i386: Disable HLE and RTM on Haswell & Broadwell | Eduardo Habkost | 1 | -5/+4 |
2014-12-15 | target-i386: add Ivy Bridge CPU model | Paolo Bonzini | 1 | -0/+32 |
2014-12-15 | target-i386: add f16c and rdrand to Haswell and Broadwell | Paolo Bonzini | 1 | -2/+2 |
2014-12-15 | target-i386: add VME to all CPUs | Paolo Bonzini | 1 | -15/+15 |
2014-12-15 | x86: Drop some superfluous casts from void * | Markus Armbruster | 1 | -1/+1 |
2014-12-15 | target-i386: get/set/migrate XSAVES state | Wanpeng Li | 1 | -1/+0 |
2014-12-15 | target-i386: add feature flags for CPUID[EAX=0xd,ECX=1] | Paolo Bonzini | 1 | -1/+28 |
2014-11-24 | apic: avoid getting out of halted state on masked PIC interrupts | Paolo Bonzini | 1 | -2/+8 |
2014-11-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1... | Peter Maydell | 1 | -3/+3 |
2014-11-11 | target-i386: cpu: keeping function parameters alignment on new line | Chen Fan | 1 | -3/+3 |
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 |