Age | Commit message (Expand) | Author |
2022-04-20 | hw/ppc: change indentation to spaces from TABs | Guo Zhi |
2022-04-20 | ppc/vof: Fix uninitialized string tracing | Alexey Kardashevskiy |
2022-04-20 | hw/ppc/ppc405_boards: Initialize g_autofree pointer | Bernhard Beschow |
2022-04-20 | spapr: Move nested KVM hypercalls under a TCG only config. | Fabiano Rosas |
2022-04-20 | spapr: Move hypercall_register_softmmu | Fabiano Rosas |
2022-04-20 | ppc/pnv: Remove useless checks in set_irq handlers | Cédric Le Goater |
2022-04-20 | ppc/pnv: Remove PnvPsiClas::irq_set | Cédric Le Goater |
2022-04-20 | ppc/pnv: Remove PnvOCC::psi link | Cédric Le Goater |
2022-04-20 | ppc/pnv: Remove PnvLpcController::psi link | Cédric Le Goater |
2022-04-20 | ppc/pnv: Fix PSI IRQ definition | Cédric Le Goater |
2022-04-20 | ppc/spapr/ddw: Add 2M pagesize | Alexey Kardashevskiy |
2022-04-20 | hw: Add compat machines for 7.1 | Cornelia Huck |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-04 | hw/ppc: free env->tb_env in spapr_unrealize_vcpu() | Daniel Henrique Barboza |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-14 | ppc/pnv: Remove user-created PHB{3,4,5} devices | Cédric Le Goater |
2022-03-14 | ppc/pnv: Always create the PHB5 PEC devices | Frederic Barrat |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-02 | hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter() | Daniel Henrique Barboza |
2022-03-02 | spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_drc.c: use g_autofree in drc_realize() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_get_string() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr.c: fail early if no firmware found in machine_init() | Daniel Henrique Barboza |
2022-03-02 | hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen() | Daniel Henrique Barboza |
2022-03-02 | ppc/xive: Add support for PQ state bits offload | Cédric Le Goater |
2022-03-02 | ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10) | Cédric Le Goater |
2022-03-02 | ppc/pnv: Add a HOMER model to POWER10 | Cédric Le Goater |
2022-03-02 | ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge | Cédric Le Goater |
2022-03-02 | ppc/pnv: Add POWER10 quads | Cédric Le Goater |
2022-03-02 | ppc/pnv: Add a OCC model for POWER10 | Cédric Le Goater |
2022-03-02 | ppc/pnv: Add a XIVE2 controller to the POWER10 chip | Cédric Le Goater |
2022-03-02 | hw/ppc/pnv: Determine ns16550's IRQ number from QOM property | Bernhard Beschow |
2022-02-28 | rtc: Have event RTC_CHANGE identify the RTC by QOM path | Markus Armbruster |
2022-02-28 | qapi: Move RTC_CHANGE back out of target schema | Peter Maydell |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2022-02-18 | spapr: implement nested-hv capability for the virtual hypervisor | Nicholas Piggin |
2022-02-18 | target/ppc: Introduce a vhyp framework for nested HV support | Nicholas Piggin |
2022-02-18 | target/ppc: make vhyp get_pate method take lpid and return success | Nicholas Piggin |
2022-02-18 | ppc: allow the hdecr timer to be created/destroyed | Nicholas Piggin |
2022-02-18 | spapr: prevent hdec timer being set up under virtual hypervisor | Nicholas Piggin |
2022-02-18 | spapr: nvdimm: Introduce spapr-nvdimm device | Shivaprasad G Bhat |