Age | Commit message (Expand) | Author |
2018-06-22 | spapr: Don't rewrite mmu capabilities in KVM mode | David Gibson |
2018-06-22 | spapr: Limit available pagesizes to provide a consistent guest environment | David Gibson |
2018-06-22 | spapr: Use maximum page size capability to simplify memory backend checking | David Gibson |
2018-06-22 | spapr: Maximum (HPT) pagesize property | David Gibson |
2018-06-21 | spapr: remove unused spapr_irq routines | Cédric Le Goater |
2018-06-21 | spapr: split the IRQ allocation sequence | Cédric Le Goater |
2018-06-21 | spapr: Add cpu_apply hook to capabilities | David Gibson |
2018-06-21 | spapr: Compute effective capability values earlier | David Gibson |
2018-06-21 | target/ppc: Allow cpu compatiblity checks based on type, not instance | David Gibson |
2018-06-21 | ppc/pnv: consolidate the creation of the ISA bus device tree | Cédric Le Goater |
2018-06-21 | ppc/pnv: introduce Pnv8Chip and Pnv9Chip models | Cédric Le Goater |
2018-06-21 | spapr_cpu_core: migrate VPA related state | Greg Kurz |
2018-06-21 | spapr_cpu_core: migrate per-CPU data | Greg Kurz |
2018-06-21 | ppc/pnv: introduce a new isa_create() operation to the chip model | Cédric Le Goater |
2018-06-21 | ppc/pnv: introduce a new intc_create() operation to the chip model | Cédric Le Goater |
2018-06-18 | spapr: fix xics_system_init() error path | Greg Kurz |
2018-06-16 | target/ppc, spapr: Move VPA information to machine_data | David Gibson |
2018-06-16 | ppc/pnv: introduce a pnv_chip_core_realize() routine | Cédric Le Goater |
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 | pnv: Add cpu unrealize path | David Gibson |
2018-06-16 | pnv: Clean up cpu realize path | David Gibson |
2018-06-16 | pnv_core: Allocate cpu thread objects individually | David Gibson |
2018-06-16 | pnv: Fix some error handling cpu realize() | David Gibson |
2018-06-16 | spapr: Clean up cpu realize/unrealize paths | David Gibson |
2018-06-16 | mac_newworld: add PMU device | Mark Cave-Ayland |
2018-06-16 | mac_newworld: add gpios to macio devices with PMU enabled | Mark Cave-Ayland |
2018-06-16 | mac_newworld: add via machine option to control mac99 VIA/ADB configuration | Mark Cave-Ayland |
2018-06-16 | ppc: introduce Core99MachinesState for the mac99 machine | Mark Cave-Ayland |
2018-06-16 | spapr: fix leak in h_client_architecture_support() | Greg Kurz |
2018-06-16 | ppc/spapr_caps: Don't disable cap_cfpc on POWER8 by default | Suraj Jitindar Singh |
2018-06-15 | iommu: Add IOMMU index argument to translate method | Peter Maydell |
2018-06-15 | iommu: Add IOMMU index argument to notifier APIs | Peter Maydell |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster |
2018-06-12 | spapr_pci: Remove unhelpful pagesize warning | David Gibson |
2018-06-12 | ppc/pnv: fix LPC HC firmware address space | Cédric Le Goater |
2018-06-12 | spapr: handle cpu core unplug via hotplug handler chain | David Hildenbrand |
2018-06-12 | spapr: handle pc-dimm unplug via hotplug handler chain | David Hildenbrand |
2018-06-12 | spapr: introduce machine unplug handler | David Hildenbrand |
2018-06-12 | spapr: move memory hotplug support check into spapr_memory_pre_plug() | David Hildenbrand |
2018-06-12 | spapr: move lookup of the node into spapr_memory_plug() | David Hildenbrand |
2018-06-12 | spapr: no need to verify the node | David Hildenbrand |
2018-06-12 | ppc: remove obsolete macio_init() definition from mac.h | Mark Cave-Ayland |
2018-06-12 | ppc: remove obsolete pci_pmac_init() definitions from mac.h | Mark Cave-Ayland |
2018-06-12 | spapr/vio: deprecate the "irq" property | Cédric Le Goater |
2018-06-12 | prep: fix keyboard for the 40p machine | Mark Cave-Ayland |
2018-06-12 | 40p: remove pci_allow_0_address = true from 40p machine class | Mark Cave-Ayland |
2018-06-12 | hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort() | Philippe Mathieu-Daudé |