summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()Daniel Henrique Barboza2021-09-301-10/+9Star
* hw/intc: openpic: Clean up the stylesBin Meng2021-09-301-21/+34
* hw/intc: openpic: Drop Raven related codesBin Meng2021-09-301-27/+1Star
* hw/intc: openpic: Correct the reset value of IPIDR for FSL chipsetBin Meng2021-09-301-0/+9
* target/ppc: Fix 64-bit decrementerCédric Le Goater2021-09-301-11/+9Star
* target/ppc: Convert debug to trace events (decrementer and IRQ)Cédric Le Goater2021-09-302-109/+82Star
* spapr_numa.c: handle auto NUMA node with no distance infoDaniel Henrique Barboza2021-09-301-0/+11
* spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-302-0/+154
* spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-303-39/+53
* spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-302-13/+26
* spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2021-09-301-21/+53
* spapr_numa.c: scrap 'legacy_numa' conceptDaniel Henrique Barboza2021-09-301-27/+20Star
* spapr_numa.c: split FORM1 code into helpersDaniel Henrique Barboza2021-09-301-10/+25
* target/ppc: Replace debug messages by asserts for unknown IRQ pinsCédric Le Goater2021-09-301-18/+6Star
* memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-301-0/+9
* spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza2021-09-302-5/+14
* spapr_drc.c: do not error_report() when drc->dev->id == NULLDaniel Henrique Barboza2021-09-291-2/+5
* spapr.c: handle dev->id in spapr_memory_unplug_rollback()Daniel Henrique Barboza2021-09-291-1/+1
* memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()Daniel Henrique Barboza2021-09-291-1/+1
* ppc/pnv: Add an assert when calculating the RAM distribution on chipsCédric Le Goater2021-09-291-0/+2
* ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater2021-09-292-4/+4
* ppc/xive: Export xive_tctx_word2() helperCédric Le Goater2021-09-291-5/+0Star
* ppc/xive: Export priority_to_ipb() helperCédric Le Goater2021-09-291-15/+6Star
* ppc/pnv: Remove useless variableCédric Le Goater2021-09-291-4/+3Star
* ppc/pnv: Add a comment on the "primary-topology-index" propertyCédric Le Goater2021-09-291-0/+4
* ppc/spapr: Add a POWER10 DD2 CPUCédric Le Goater2021-09-291-0/+1
* i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires2021-09-291-6/+1Star
* hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé2021-09-271-0/+6
* hw/nvme: Return error for fused operationsPankaj Raghav2021-09-241-0/+8
* hw/nvme: fix verification of select field in namespace attachmentNaveen Nagar2021-09-241-3/+12
* hw/nvme: fix validation of ASQ and ACQKlaus Jensen2021-09-242-10/+0Star
* Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson2021-09-2120-565/+1590
|\
| * hw/riscv: opentitan: Correct the USB Dev addressAlistair Francis2021-09-211-1/+1
| * hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang2021-09-201-6/+6
| * hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan2021-09-201-6/+10
| * hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang2021-09-201-0/+9
| * hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang2021-09-201-0/+19
| * hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel2021-09-201-1/+112
| * hw/riscv: virt: Re-factor FDT generationAnup Patel2021-09-201-200/+327
| * hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel2021-09-207-138/+303
| * hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel2021-09-2010-15/+15
| * sifive_u: Connect the SiFive PWM deviceAlistair Francis2021-09-202-1/+55
| * hw/timer: Add SiFive PWM supportAlistair Francis2021-09-204-0/+478
| * hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-202-5/+15
| * hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-206-12/+29
| * hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis2021-09-202-11/+14
| * hw/intc: sifive_clint: Use RISC-V CPU GPIO linesAlistair Francis2021-09-201-20/+48
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'...Peter Maydell2021-09-211-2/+3
|\ \
| * | hw/intc: Set GIC maintenance interrupt level to only 0 or 1Shashi Mallela2021-09-201-2/+3
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210920' int...Peter Maydell2021-09-2111-76/+524
|\ \ \ | |_|/ |/| |