Age | Commit message (Expand) | Author |
2018-01-20 | target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstate | Suraj Jitindar Singh |
2018-01-20 | spapr: fix device tree properties when using compatibility mode | Greg Kurz |
2018-01-20 | spapr: drop duplicate variable in spapr_core_plug() | Greg Kurz |
2018-01-20 | hw/ppc/Makefile: Add a way to disable the PPC4xx boards | Thomas Huth |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov |
2018-01-19 | spapr: Allow only supported dynamic sysbus devices | Eduardo Habkost |
2018-01-19 | ppc: e500: Allow only supported dynamic sysbus devices | Eduardo Habkost |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost |
2018-01-17 | ppc/pnv: change initrd address | Cédric Le Goater |
2018-01-17 | ppc/pnv: fix XSCOM core addressing on POWER9 | Cédric Le Goater |
2018-01-17 | ppc/pnv: introduce pnv*_is_power9() helpers | Cédric Le Goater |
2018-01-17 | ppc/pnv: change core mask for POWER9 | Cédric Le Goater |
2018-01-17 | ppc/pnv: use POWER9 DD2 processor | Cédric Le Goater |
2018-01-17 | spapr: Adjust default VSMT value for better migration compatibility | David Gibson |
2018-01-17 | spapr: Allow some cases where we can't set VSMT mode in the kernel | David Gibson |
2018-01-17 | target/ppc: Clarify compat mode max_threads value | David Gibson |
2018-01-17 | spapr: Remove unnecessary 'options' field from sPAPRCapabilityInfo | David Gibson |
2018-01-17 | hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation | Suraj Jitindar Singh |
2018-01-17 | spapr: Handle Decimal Floating Point (DFP) as an optional capability | David Gibson |
2018-01-17 | spapr: Handle VMX/VSX presence as an spapr capability flag | David Gibson |
2018-01-17 | spapr: Validate capabilities on migration | David Gibson |
2018-01-17 | spapr: Treat Hardware Transactional Memory (HTM) as an optional capability | David Gibson |
2018-01-17 | spapr: Capabilities infrastructure | David Gibson |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2018-01-10 | spapr: Correct compatibility mode setting for hotplugged CPUs | David Gibson |
2018-01-10 | hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device | Thomas Huth |
2018-01-10 | target/ppc: more use of the PPC_*() macros | Cédric Le Goater |
2018-01-10 | ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency | Cédric Le Goater |
2018-01-10 | spapr_pci: use warn_report() | Greg Kurz |
2017-12-18 | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c | Philippe Mathieu-Daudé |
2017-12-18 | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé |
2017-12-18 | ppc: remove duplicated includes | Philippe Mathieu-Daudé |
2017-12-18 | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé |
2017-12-15 | spapr: don't initialize PATB entry if max-cpu-compat < power9 | Laurent Vivier |
2017-12-15 | spapr: Assume msi_nonbroken | David Gibson |
2017-12-15 | spapr: Rename machine init functions for clarity | David Gibson |
2017-12-15 | spapr_events: drop bogus cell from "interrupt-ranges" property | Greg Kurz |
2017-12-15 | spapr: fix LSI interrupt specifiers in the device tree | Greg Kurz |
2017-12-15 | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov |
2017-12-15 | spapr: introduce a spapr_qirq() helper | Cédric Le Goater |
2017-12-15 | spapr: introduce a spapr_irq_set_lsi() helper | Cédric Le Goater |
2017-12-15 | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater |
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: do not reset the MSR in stop-self command | 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/rtas: disable the decrementer interrupt when a CPU is unplugged | Cédric Le Goater |
2017-12-15 | e500: name openpic and pci host bridge | Michael Davidsaver |
2017-12-15 | spapr_cpu_core: instantiate CPUs separately | Greg Kurz |
2017-12-15 | spapr: Add pseries-2.12 machine type | David Gibson |