Age | Commit message (Expand) | Author |
2018-06-16 | target/ppc, spapr: Move VPA information to machine_data | David Gibson |
2018-06-16 | spapr_cpu_core: introduce spapr_create_vcpu() | Greg Kurz |
2018-06-16 | spapr_cpu_core: add missing rollback on realization path | Greg Kurz |
2018-06-16 | spapr_cpu_core: fix potential leak in spapr_cpu_core_realize() | Greg Kurz |
2018-06-16 | spapr_cpu_core: convert last snprintf() to g_strdup_printf() | Greg Kurz |
2018-06-16 | spapr: Clean up cpu realize/unrealize paths | David Gibson |
2018-05-04 | spapr: Clean up handling of LPCR power-saving exit bits | David Gibson |
2018-05-04 | spapr: Move PAPR mode cpu setup fully to spapr code | David Gibson |
2018-05-04 | spapr: Make a helper to set up cpu entry point state | David Gibson |
2018-04-27 | spapr: Set compatibility mode before the rest of spapr_cpu_reset() | David Gibson |
2018-02-16 | spapr: move VCPU calculation to core machine code | Greg Kurz |
2018-01-20 | spapr: fix device tree properties when using compatibility mode | Greg Kurz |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé |
2017-12-15 | ppc/xics: assign of the CPU 'intc' pointer under the core | Cédric Le Goater |
2017-12-15 | ppc/xics: introduce an icp_create() helper | Cédric Le Goater |
2017-12-15 | spapr/rtas: fix reboot of a a SMP TCG guest | Cédric Le Goater |
2017-12-15 | spapr_cpu_core: instantiate CPUs separately | Greg Kurz |
2017-10-17 | spapr_cpu_core: rewrite machine type sanity check | Greg Kurz |
2017-10-17 | ppc: spapr: use generic cpu_model parsing | Igor Mammedov |
2017-10-17 | ppc: spapr: register 'host' core type along with the rest of core types | Igor Mammedov |
2017-10-17 | ppc: spapr: use cpu type name directly | Igor Mammedov |
2017-10-17 | ppc: spapr: define core types statically | Igor Mammedov |
2017-10-17 | ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr() | Igor Mammedov |
2017-10-17 | ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model() | Igor Mammedov |
2017-10-17 | target/ppc: Add POWER9 DD2.0 model information | David Gibson |
2017-09-27 | spapr: fix the value of SDR1 in kvmppc_put_books_sregs() | Greg Kurz |
2017-09-15 | spapr_cpu_core: cleaning up qdev_get_machine() calls | Greg Kurz |
2017-09-15 | spapr_cpu_core: fail gracefully with non-pseries machine types | Greg Kurz |
2017-09-08 | ppc: spapr: Move VCPU ID calculation into sPAPR | Sam Bobroff |
2017-09-08 | ppc: make cpu_model translation to type consistent | Igor Mammedov |
2017-09-08 | hw/ppc/spapr_cpu_core: Add a proper check for spapr machine | Thomas Huth |
2017-06-30 | spapr: prevent QEMU crash when CPU realization fails | Bharata B Rao |
2017-06-30 | pseries: Reset CPU compatibility mode | David Gibson |
2017-06-30 | pseries: Move CPU compatibility property to machine | David Gibson |
2017-06-09 | xics: setup cpu at realize time | Greg Kurz |
2017-06-09 | xics: introduce macros for ICP/ICS link properties | Greg Kurz |
2017-06-05 | numa: move numa_node from CPUState into target specific classes | Igor Mammedov |
2017-05-24 | spapr_cpu_core: drop reference on ICP object during CPU realization | Greg Kurz |
2017-05-24 | spapr-cpu-core: release ICP object when realization fails | Greg Kurz |
2017-05-11 | spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_... | Igor Mammedov |
2017-05-11 | spapr: add node-id property to sPAPR core | Igor Mammedov |
2017-04-26 | spapr-cpu-core: Release ICPState object during CPU unrealization | Bharata B Rao |
2017-04-26 | spapr: allocate the ICPState object from under sPAPRCPUCore | Cédric Le Goater |
2017-04-26 | spapr: move the IRQ server number mapping under the machine | Cédric Le Goater |
2017-04-26 | ppc/xics: introduce an 'intc' backlink under PowerPCCPU | Cédric Le Goater |
2017-03-06 | spapr: ensure that all threads within core are on the same NUMA node | Igor Mammedov |
2017-03-03 | hw/ppc/spapr: Add POWER9 to pseries cpu models | Suraj Jitindar Singh |
2017-03-01 | ppc/xics: use the QOM interface to grab an ICP | Cédric Le Goater |
2017-03-01 | target/ppc: Manage external HPT via virtual hypervisor | David Gibson |
2017-03-01 | target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr() | David Gibson |