aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-01-20hw/arm: kudo add lm75s behind bus 1 switch at 75Patrick Venture1-1/+9
2022-01-20hw/arm/virt: Drop superfluous checks against highmemMarc Zyngier2-6/+1
2022-01-20hw/arm/virt: Disable highmem devices that don't fit in the PA rangeMarc Zyngier1-6/+28
2022-01-20hw/arm/virt: Use the PA range to compute the memory mapMarc Zyngier1-12/+52
2022-01-20hw/arm/virt: Honor highmem setting when computing the memory mapMarc Zyngier1-3/+7
2022-01-20hw/arm/virt: Add a control for the the highmem redistributorsMarc Zyngier2-0/+4
2022-01-20hw/arm/virt: Add a control for the the highmem PCIe MMIOMarc Zyngier2-8/+9
2022-01-20hw/intc/arm_gic: Allow reset of the running priorityPetr Pavlu1-0/+2
2022-01-20hw/intc/arm_gic: Implement read of GICC_IIDRPetr Pavlu1-0/+9
2022-01-20hw/arm/virt: Support for virtio-mem-pciGavin Shan3-1/+74
2022-01-20virtio-mem: Correct default THP size for ARM64Gavin Shan1-12/+20
2022-01-20hw/acpi/aml-build: Support cluster level in PPTT generationYanan Wang1-0/+18
2022-01-20hw/acpi/aml-build: Improve scalability of PPTT generationYanan Wang1-18/+32
2022-01-20hw/arm/virt: Support cluster level in DT cpu-mapYanan Wang1-7/+8
2022-01-20hw/arm/virt: Support CPU cluster on ARM virt machineYanan Wang1-0/+1
2022-01-20hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé3-380/+405
2022-01-20hw/arm/musicpal: Fix coding style of code related to MV88W8618 devicePhilippe Mathieu-Daudé1-7/+7
2022-01-20hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/Philippe Mathieu-Daudé2-3/+3
2022-01-19Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-01-...Peter Maydell1-4/+23
2022-01-19Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-7.0-180122-2' int...Peter Maydell2-3/+43
2022-01-18Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2-15/+36
2022-01-18Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220118' into s...Peter Maydell2-239/+181
2022-01-18hw/arm: add control knob to disable kaslr_seed via DTBAlex Bennée1-2/+30
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow1-1/+13
2022-01-18s390x/ipl: support extended kernel command line sizeMarc Hartmayer1-4/+23
2022-01-18ppc/pnv: Remove PHB4 version propertyCédric Le Goater2-11/+1
2022-01-18ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PECCédric Le Goater1-1/+4
2022-01-18ppc/pnv: Move root port allocation under pnv_pec_default_phb_realize()Cédric Le Goater2-7/+3
2022-01-18ppc/pnv: rename pnv_pec_stk_update_map()Daniel Henrique Barboza1-2/+2
2022-01-18ppc/pnv: remove PnvPhb4PecStack objectDaniel Henrique Barboza1-33/+0
2022-01-18ppc/pnv: make PECs create and realize PHB4sDaniel Henrique Barboza2-64/+28
2022-01-18ppc/pnv: remove PnvPhb4PecStack::stack_noDaniel Henrique Barboza1-2/+0
2022-01-18ppc/pnv: move default_phb_realize() to pec_realize()Daniel Henrique Barboza1-30/+33
2022-01-18ppc/pnv: remove stack pointer from PnvPHB4Daniel Henrique Barboza2-13/+4
2022-01-18ppc/pnv: reduce stack->stack_no usageDaniel Henrique Barboza1-12/+34
2022-01-18ppc/pnv: introduce PnvPHB4 'pec' propertyDaniel Henrique Barboza2-6/+15
2022-01-18ppc/pnv: move phb_regs_mr to PnvPHB4Daniel Henrique Barboza1-3/+3
2022-01-18ppc/pnv: move nest_regs_mr to PnvPHB4Daniel Henrique Barboza1-9/+7
2022-01-18ppc/pnv: change pnv_pec_stk_update_map() to use PnvPHB4Daniel Henrique Barboza1-3/+3
2022-01-18ppc/pnv: move nest_regs[] to PnvPHB4Daniel Henrique Barboza1-25/+27
2022-01-18ppc/pnv: move mmbar0/mmbar1 and friends to PnvPHB4Daniel Henrique Barboza1-26/+26
2022-01-18ppc/pnv: change pnv_phb4_update_regions() to use PnvPHB4Daniel Henrique Barboza1-5/+3
2022-01-18ppc/pnv: move intbar to PnvPHB4Daniel Henrique Barboza1-9/+9
2022-01-18ppc/pnv: move phbbar to PnvPHB4Daniel Henrique Barboza1-9/+10
2022-01-18ppc/pnv: move PCI registers to PnvPHB4Daniel Henrique Barboza1-15/+15
2022-01-18ppc/pnv: use PHB4 obj in pnv_pec_stk_pci_xscom_opsDaniel Henrique Barboza1-5/+5
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé4-25/+52
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé3-7/+7
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé2-2/+2
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé3-24/+32