aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell14-14/+14
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell32-61/+54
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell4-23/+23
2021-09-30ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell3-11/+11
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell13-22/+43
2021-09-30target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XMLPeter Maydell9-26/+61
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell4-271/+277
2021-09-30target/arm: Fix coding style issues in gdbstub code in helper.cPeter Maydell1-7/+16
2021-09-30configs: Don't include 32-bit-only GDB XML in aarch64 linux configsPeter Maydell2-2/+2
2021-09-30docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE UsageTong Ho1-0/+49
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho4-0/+48
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho4-0/+38
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx eFUSE deviceTong Ho4-0/+102
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx BBRAM deviceTong Ho4-0/+60
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho4-0/+604
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho4-0/+905
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho5-0/+972
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho5-0/+540
2021-09-30arm: tcg: Adhere to SMCCC 1.3 section 5.2Alexander Graf1-29/+6
2021-09-30allwinner-h3: Switch to SMC as PSCI conduitAlexander Graf1-1/+1
2021-09-30Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-09-27-v2' into...Peter Maydell45-591/+580
2021-09-30MAINTAINERS: Demote sPAPR from "Supported" to "Maintained"David Gibson1-1/+1
2021-09-30MAINTAINERS: Add information for OpenPICDavid Gibson1-0/+8
2021-09-30MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernvDavid Gibson1-4/+0
2021-09-30MAINTAINERS: Orphan obscure ppc platformsDavid Gibson1-14/+5
2021-09-30MAINTAINERS: Remove David & Greg as reviewers for a number of boardsDavid Gibson1-9/+0
2021-09-30MAINTAINERS: Remove machine specific files from ppc TCG CPUs entryDavid Gibson1-2/+3
2021-09-30spapr/xive: Fix kvm_xive_source_reset trace eventCédric Le Goater1-2/+2
2021-09-30spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()Daniel Henrique Barboza1-10/+9
2021-09-30hw/intc: openpic: Clean up the stylesBin Meng2-24/+40
2021-09-30hw/intc: openpic: Drop Raven related codesBin Meng2-43/+1
2021-09-30hw/intc: openpic: Correct the reset value of IPIDR for FSL chipsetBin Meng1-0/+9
2021-09-30target/ppc: Fix 64-bit decrementerCédric Le Goater1-11/+9
2021-09-30target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater2-109/+82
2021-09-30spapr_numa.c: handle auto NUMA node with no distance infoDaniel Henrique Barboza1-0/+11
2021-09-30spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza4-0/+164
2021-09-30spapr: move FORM1 verifications to post CASDaniel Henrique Barboza4-39/+54
2021-09-30spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza3-14/+27
2021-09-30spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2-35/+67
2021-09-30spapr_numa.c: scrap 'legacy_numa' conceptDaniel Henrique Barboza1-27/+20
2021-09-30spapr_numa.c: split FORM1 code into helpersDaniel Henrique Barboza1-10/+25
2021-09-30target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]Matheus Ferst1-5/+21
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst3-0/+6
2021-09-30target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater1-18/+6
2021-09-30target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater2-28/+18
2021-09-30memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza1-0/+9
2021-09-30spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza2-5/+14
2021-09-30qapi/qdev.json: add DEVICE_UNPLUG_GUEST_ERROR QAPI eventDaniel Henrique Barboza4-2/+49
2021-09-29Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.2-pull-request' ...Peter Maydell11-229/+278
2021-09-29block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy1-8/+3