Age | Commit message (Expand) | Author | Files | Lines |
2020-10-09 | spapr: Get rid of cas_check_pvr() error reporting | Greg Kurz | 1 | -15/+12 |
2020-10-09 | spapr: Simplify error handling in callers of ppc_set_compat() | Greg Kurz | 1 | -4/+3 |
2020-10-09 | spapr: Fix error leak in spapr_realize_vcpu() | Greg Kurz | 1 | -2/+1 |
2020-10-09 | spapr: Handle HPT allocation failure in nested guest | Fabiano Rosas | 1 | -0/+6 |
2020-09-30 | numa: drop support for '-numa node' (without memory specified) | Igor Mammedov | 1 | -1/+0 |
2020-09-29 | ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio... | Gerd Hoffmann | 1 | -1/+3 |
2020-09-25 | load_elf: Remove unused address variables from callers | BALATON Zoltan | 6 | -30/+18 |
2020-09-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 1 | -1/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 10 | -30/+10 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -4/+1 |
2020-09-16 | hw/ppc/ppc4xx_pci: Replace magic value by the PCI_NUM_PINS definition | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 11 | -49/+69 |
2020-09-09 | rs6000_mc: Rename RS6000MC_DEVICE to RS6000MC | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -4/+2 |
2020-09-09 | trace-events: Delete unused trace points | Markus Armbruster | 1 | -4/+0 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 11 | -25/+24 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 11 | -23/+44 |
2020-09-08 | spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall | Daniel Henrique Barboza | 1 | -8/+33 |
2020-09-08 | spapr_numa: create a vcpu associativity helper | Daniel Henrique Barboza | 1 | -13/+18 |
2020-09-08 | spapr: move h_home_node_associativity to spapr_numa.c | Daniel Henrique Barboza | 2 | -40/+45 |
2020-09-08 | spapr_numa: move NVLink2 associativity handling to spapr_numa.c | Daniel Henrique Barboza | 2 | -18/+30 |
2020-09-08 | spapr, spapr_numa: move lookup-arrays handling to spapr_numa.c | Daniel Henrique Barboza | 2 | -23/+36 |
2020-09-08 | spapr, spapr_numa: handle vcpu ibm,associativity | Daniel Henrique Barboza | 2 | -16/+28 |
2020-09-08 | spapr: introduce SpaprMachineState::numa_assoc_array | Daniel Henrique Barboza | 4 | -32/+49 |
2020-09-08 | ppc/spapr_nvdimm: turn spapr_dt_nvdimm() static | Daniel Henrique Barboza | 1 | -11/+11 |
2020-09-08 | ppc: introducing spapr_numa.c NUMA code helper | Daniel Henrique Barboza | 3 | -25/+54 |
2020-09-08 | hw/ppc/ppc4xx_pci: Replace pointless warning by assert() | Philippe Mathieu-Daudé | 1 | -4/+1 |
2020-09-08 | hw/ppc/ppc4xx_pci: Use ARRAY_SIZE() instead of magic value | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-09-08 | ppc/e500: Use start-powered-off CPUState property | Thiago Jung Bauermann | 1 | -4/+9 |
2020-09-08 | ppc/spapr: Use start-powered-off CPUState property | Thiago Jung Bauermann | 1 | -5/+5 |
2020-09-08 | ppc/spapr_nvdimm: do not enable support with 'nvdimm=off' | Daniel Henrique Barboza | 1 | -0/+18 |
2020-09-08 | spapr, spapr_nvdimm: fold NVDIMM validation in the same place | Daniel Henrique Barboza | 2 | -14/+14 |
2020-09-08 | ppc/spapr_nvdimm: use g_autofree in spapr_nvdimm_validate_opts() | Daniel Henrique Barboza | 1 | -2/+1 |
2020-09-08 | spapr/xive: Use the xics flag to check for XIVE-only IRQ backends | Cédric Le Goater | 1 | -1/+1 |
2020-09-08 | ppc/pnv: Add a HIOMAP erase command | Cédric Le Goater | 1 | -1/+28 |
2020-09-08 | ppc/pnv: Fix TypeInfo of PnvLpcController abstract class | Cédric Le Goater | 1 | -2/+1 |
2020-08-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into... | Peter Maydell | 4 | -53/+80 |
2020-08-22 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -2/+13 |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau | 2 | -35/+80 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-08-19 | hw: add compat machines for 5.2 | Cornelia Huck | 1 | -2/+13 |
2020-08-13 | spapr: Simplify error handling in spapr_phb_realize() | Greg Kurz | 1 | -9/+7 |
2020-08-12 | spapr: Clarify error and documentation for broken KVM XICS | Greg Kurz | 1 | -3/+9 |
2020-08-12 | spapr: Forbid nested KVM-HV in pre-power9 compat mode | Greg Kurz | 1 | -0/+10 |
2020-08-12 | spapr: Use error_append_hint() in spapr_caps.c | Greg Kurz | 1 | -39/+50 |
2020-08-12 | ppc/spapr: Fix 32 bit logical memory block size assumptions | Anton Blanchard | 1 | -2/+4 |
2020-07-27 | pseries: fix kvmppc_set_fwnmi() | Laurent Vivier | 1 | -1/+1 |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 2 | -3/+2 |
2020-07-20 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200720' into... | Peter Maydell | 4 | -5/+86 |
2020-07-20 | spapr: Add a new level of NUMA for GPUs | Reza Arbab | 3 | -5/+31 |