- 3cff86f spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize() by Greg Kurz · 4 years, 5 months ago
- 9370c28 spapr: Make spapr_cpu_core_unrealize() idempotent by Greg Kurz · 4 years, 5 months ago
- 96598cd spapr: Drop spapr_delete_vcpu() unused argument by Greg Kurz · 4 years, 5 months ago
- f1023d2 spapr: Unrealize vCPUs with qdev_unrealize() by Greg Kurz · 4 years, 5 months ago
- 90689a3 spapr: Fix leak of CPU machine specific data by Greg Kurz · 4 years, 5 months ago
- a5af92e spapr: Simplify error handling in spapr_cpu_core_realize() by Greg Kurz · 4 years, 6 months ago
- cfdc527 spapr: Add a return value to spapr_set_vcpu_id() by Greg Kurz · 4 years, 6 months ago
- 9c4d149 spapr: Fix error leak in spapr_realize_vcpu() by Greg Kurz · 4 years, 6 months ago
- 554c216 ppc/spapr: Use start-powered-off CPUState property by Thiago Jung Bauermann · 4 years, 7 months ago
- 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
- 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
- ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 0bbf14a ppc/spapr: add a POWER10 CPU model by Cédric Le Goater · 4 years, 10 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- 395a20d ppc/spapr: Move GPRs setup to one place by Alexey Kardashevskiy · 5 years ago
- e8b1144 spapr, ppc: Remove VPM0/RMLS hacks for POWER9 by David Gibson · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 0990ce6 ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip by Greg Kurz · 5 years ago
- d49e8a9 ppc: Reset the interrupt presenter from the CPU reset handler by Cédric Le Goater · 5 years ago
- d1f2b46 spapr_cpu_core: Implement DeviceClass::reset by Greg Kurz · 5 years ago
- 90f8db5 spapr: move CPU reset after presenter creation by Cédric Le Goater · 5 years ago
- ebd6be0 spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController by David Gibson · 5 years ago
- b1e8156 spapr: Set compat mode in spapr_core_plug() by Greg Kurz · 6 years ago
- ce03a19 pseries: Fix compat_pvr on reset by Laurent Vivier · 6 years ago
- 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- 70de096 target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeup by Suraj Jitindar Singh · 6 years ago
- ce2918c spapr: Use CamelCase properly by David Gibson · 6 years ago
- a28b9a5 spapr: move the interrupt presenters under machine_data by Cédric Le Goater · 6 years ago
- 3ff73aa ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU by Cédric Le Goater · 6 years ago
- 129dbe6 ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU by Cédric Le Goater · 6 years ago
- 8fa1f4e spapr: modify the prototype of the cpu_intc_create() method by Cédric Le Goater · 6 years ago
- 3ba3d0b spapr: introduce an 'ic-mode' machine option by Cédric Le Goater · 6 years ago
- 1a937ad spapr: allocate the interrupt thread context under the CPU core by Cédric Le Goater · 6 years ago
- a84f717 target/ppc/kvm: set vcpu as online/offline by Nikunj A Dadhania · 7 years ago
- b12a4ef Fix a deadlock case in the CPU hotplug flow by Jose Ricardo Ziviani · 7 years ago
- ef01ed9 spapr: introduce a IRQ controller backend to the machine by Cédric Le Goater · 7 years ago
- cc71c77 spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefn by Bharata B Rao · 7 years ago
- e5ca28e spapr: Don't rewrite mmu capabilities in KVM mode by David Gibson · 7 years ago
- e2e4f64 spapr: Add cpu_apply hook to capabilities by David Gibson · 7 years ago
- 7f9fe3f spapr_cpu_core: migrate VPA related state by Greg Kurz · 7 years ago
- b940202 spapr_cpu_core: migrate per-CPU data by Greg Kurz · 7 years ago
- 7388efa target/ppc, spapr: Move VPA information to machine_data by David Gibson · 7 years ago
- d9f0e34 spapr_cpu_core: introduce spapr_create_vcpu() by Greg Kurz · 7 years ago
- 9986dde spapr_cpu_core: add missing rollback on realization path by Greg Kurz · 7 years ago
- 27607c1 spapr_cpu_core: fix potential leak in spapr_cpu_core_realize() by Greg Kurz · 7 years ago
- dbb3e8d spapr_cpu_core: convert last snprintf() to g_strdup_printf() by Greg Kurz · 7 years ago
- b1d40d6 spapr: Clean up cpu realize/unrealize paths by David Gibson · 7 years ago
- 47a9b55 spapr: Clean up handling of LPCR power-saving exit bits by David Gibson · 7 years ago
- da20aed spapr: Move PAPR mode cpu setup fully to spapr code by David Gibson · 7 years ago
- 84369f6 spapr: Make a helper to set up cpu entry point state by David Gibson · 7 years ago
- 88f42c6 spapr: Set compatibility mode before the rest of spapr_cpu_reset() by David Gibson · 7 years ago
- 648edb6 spapr: move VCPU calculation to core machine code by Greg Kurz · 7 years ago
- 9012a53 spapr: fix device tree properties when using compatibility mode by Greg Kurz · 7 years ago
- e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
- ed0c37e ppc/xics: assign of the CPU 'intc' pointer under the core by Cédric Le Goater · 7 years ago
- 4f7a47b ppc/xics: introduce an icp_create() helper by Cédric Le Goater · 7 years ago
- d632225 spapr/rtas: fix reboot of a a SMP TCG guest by Cédric Le Goater · 7 years ago
- 94ad93b spapr_cpu_core: instantiate CPUs separately by Greg Kurz · 7 years ago
- e7cca3e spapr_cpu_core: rewrite machine type sanity check by Greg Kurz · 7 years ago
- 2e9c10e ppc: spapr: use generic cpu_model parsing by Igor Mammedov · 7 years ago
- 5bbb264 ppc: spapr: register 'host' core type along with the rest of core types by Igor Mammedov · 7 years ago
- b51d3c8 ppc: spapr: use cpu type name directly by Igor Mammedov · 7 years ago
- 44cd95e ppc: spapr: define core types statically by Igor Mammedov · 7 years ago
- b8e9996 ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr() by Igor Mammedov · 7 years ago
- a1063aa ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model() by Igor Mammedov · 7 years ago
- 1ed9c8a target/ppc: Add POWER9 DD2.0 model information by David Gibson · 7 years ago
- 1ec26c7 spapr: fix the value of SDR1 in kvmppc_put_books_sregs() by Greg Kurz · 7 years ago
- 3b2fced spapr_cpu_core: cleaning up qdev_get_machine() calls by Greg Kurz · 7 years ago
- 1bbadc7 spapr_cpu_core: fail gracefully with non-pseries machine types by Greg Kurz · 8 years ago
- 7cca3e4 ppc: spapr: Move VCPU ID calculation into sPAPR by Sam Bobroff · 8 years ago
- c5354f5 ppc: make cpu_model translation to type consistent by Igor Mammedov · 8 years ago
- 2363d5e hw/ppc/spapr_cpu_core: Add a proper check for spapr machine by Thomas Huth · 8 years ago
- 6595ab31 spapr: prevent QEMU crash when CPU realization fails by Bharata B Rao · 8 years ago
- 66d5c49 pseries: Reset CPU compatibility mode by David Gibson · 8 years ago
- 7843c0d pseries: Move CPU compatibility property to machine by David Gibson · 8 years ago
- 9ed6566 xics: setup cpu at realize time by Greg Kurz · 8 years ago
- ad26563 xics: introduce macros for ICP/ICS link properties by Greg Kurz · 8 years ago
- 15f8b14 numa: move numa_node from CPUState into target specific classes by Igor Mammedov · 8 years ago
- 249127d spapr_cpu_core: drop reference on ICP object during CPU realization by Greg Kurz · 8 years ago
- c8a9829 spapr-cpu-core: release ICP object when realization fails by Greg Kurz · 8 years ago
- 722387e spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu() by Igor Mammedov · 8 years ago
- 0b8497f spapr: add node-id property to sPAPR core by Igor Mammedov · 8 years ago
- 8f37e54 spapr-cpu-core: Release ICPState object during CPU unrealization by Bharata B Rao · 8 years ago
- 5bc8d26 spapr: allocate the ICPState object from under sPAPRCPUCore by Cédric Le Goater · 8 years ago
- 06747ba spapr: move the IRQ server number mapping under the machine by Cédric Le Goater · 8 years ago
- ad5d1ad ppc/xics: introduce an 'intc' backlink under PowerPCCPU by Cédric Le Goater · 8 years ago
- 17b7c39 spapr: ensure that all threads within core are on the same NUMA node by Igor Mammedov · 8 years ago
- 24d8e56 hw/ppc/spapr: Add POWER9 to pseries cpu models by Suraj Jitindar Singh · 8 years ago
- b4f27d7 ppc/xics: use the QOM interface to grab an ICP by Cédric Le Goater · 8 years ago
- e57ca75 target/ppc: Manage external HPT via virtual hypervisor by David Gibson · 8 years ago
- b7b0b1f target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr() by David Gibson · 8 years ago
- ff9006d spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c by Igor Mammedov · 8 years ago
- f844616 spapr: cpu core: separate child threads destruction from machine state operations by Igor Mammedov · 8 years ago
- 1d1be34 ppc: Clean up and QOMify hypercall emulation by David Gibson · 8 years ago
- 0c86d0f pseries: Always use core objects for CPU construction by David Gibson · 8 years ago
- fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago