Age | Commit message (Expand) | Author |
2017-09-04 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in... | Peter Maydell |
2017-09-04 | qdict: Add qdict_put_null() helper, and put it to use | Marc-André Lureau |
2017-09-01 | x86: replace cpu_x86_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | target-i386/cpu: Add new EPYC CPU model | Brijesh Singh |
2017-07-26 | target/i386: Don't use x86_cpu_load_def() on "max" CPU model | Eduardo Habkost |
2017-07-26 | target/i386: Define CPUID_MODEL_ID_SZ macro | Eduardo Habkost |
2017-07-26 | target/i386: Use host_vendor_fms() in max_x86_cpu_initfn() | Eduardo Habkost |
2017-07-24 | qapi: Separate type QNull from QObject | Markus Armbruster |
2017-07-17 | i386: add Skylake-Server cpu model | Boqun Feng (Intel) |
2017-07-17 | i386: Update comment about XSAVES on Skylake-Client | Eduardo Habkost |
2017-07-17 | i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf | Daniel P. Berrange |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-07-14 | qdev: Add const qualifier to PropertyInfo definitions | Fam Zheng |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-05 | target/i386: add the tcg_enabled() in target/i386/ | Yang Zhong |
2017-06-20 | i386/cpu: use get_uint() for "min-level"/"min-xlevel" properties | Marc-André Lureau |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-06-07 | target/i386: Add GDB XML description for SSE registers | Abdallah Bouassida |
2017-06-07 | target/i386: use multiple CPU AddressSpaces | Paolo Bonzini |
2017-06-05 | numa: move numa_node from CPUState into target specific classes | Igor Mammedov |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-05-11 | pc: add node-id property to CPU | Igor Mammedov |
2017-05-11 | i386: rewrite way CPUID index is validated | Daniel P. Berrange |
2017-05-05 | target/i386: Add GDB XML register description support | Abdallah Bouassida |
2017-03-28 | i386: Don't override -cpu options on -cpu host/max | Eduardo Habkost |
2017-03-28 | i386: Replace uint32_t* with FeatureWord on feature getter/setter | Eduardo Habkost |
2017-03-10 | i386: Change stepping of Haswell to non-blacklisted value | Eduardo Habkost |
2017-03-10 | i386: host_vendor_fms() helper function | Eduardo Habkost |
2017-03-03 | x86: Work around SMI migration breakages | Dr. David Alan Gilbert |
2017-03-03 | qapi: flatten GuestPanicInformation union | Anton Nefedov |
2017-02-27 | i386: Improve query-cpu-model-expansion full mode | Eduardo Habkost |
2017-02-27 | i386: Implement query-cpu-model-expansion QMP command | Eduardo Habkost |
2017-02-27 | i386: Define static "base" CPU model | Eduardo Habkost |
2017-02-27 | i386: Don't set CPUClass::cpu_def on "max" model | Eduardo Habkost |
2017-02-27 | i386: Make "max" model not use any host CPUID info on TCG | Eduardo Habkost |
2017-02-27 | i386: Create "max" CPU model | Eduardo Habkost |
2017-02-27 | i386: Reorganize and document CPUID initialization steps | Eduardo Habkost |
2017-02-27 | i386: Rename X86CPU::host_features to X86CPU::max_features | Eduardo Habkost |
2017-02-27 | i386: Add ordering field to CPUClass | Eduardo Habkost |
2017-02-27 | i386: Unset cannot_destroy_with_object_finalize_yet on "host" model | Eduardo Habkost |
2017-02-23 | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster |
2017-02-23 | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster |
2017-02-23 | util/cutils: Let qemu_strtosz*() optionally reject trailing crap | Markus Armbruster |
2017-02-23 | util/cutils: New qemu_strtosz_metric() | Markus Armbruster |
2017-02-16 | report guest crash information in GUEST_PANICKED event | Anton Nefedov |
2017-02-16 | i386/cpu: add crash-information QOM property | Anton Nefedov |
2017-01-27 | pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine types | Phil Dennis-Jordan |
2017-01-27 | x86-KVM: Supply TSC and APIC clock rates to guest like VMWare | Phil Dennis-Jordan |
2017-01-23 | i386: Return migration-safe field on query-cpu-definitions | Eduardo Habkost |
2017-01-23 | i386: Remove AMD feature flag aliases from Opteron models | Eduardo Habkost |