aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-10-17hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza
2022-10-17hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell
2022-10-17hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Add platform busBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow
2022-10-17hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow
2022-10-17hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow
2022-10-17ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan
2022-10-17ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan
2022-10-17ppc440_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc440_sdram: Move RAM size check to ppc440_sdram_initBALATON Zoltan
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan
2022-10-17ppc440_sdram: Rename local variable for readabilityBALATON Zoltan
2022-10-17ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-10-17ppc440_sdram: Implement enable bit in the DDR2 SDRAM controllerBALATON Zoltan
2022-10-17ppc440_sdram: Split off map/unmap of sdram banks for later reuseBALATON Zoltan
2022-10-17ppc4xx_sdram: Drop extra zeros for readabilityBALATON Zoltan
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan
2022-10-17ppc440_bamboo: Add missing 4 MiB valid memory sizeBALATON Zoltan
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan
2022-10-17ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan
2022-10-17ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan
2022-10-17ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan
2022-10-14hw/intc: sifive_plic: change interrupt priority register to WARL fieldJim Shu
2022-10-14hw/intc: sifive_plic: fix hard-coded max priority levelJim Shu
2022-10-14hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L
2022-10-14hw/riscv: virt: Move create_fw_cfg() prior to loading kernelSunil V L
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L
2022-10-14hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa
2022-10-14hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa
2022-10-14hw/riscv: Update comment for qtest check in riscv_find_firmware()Bin Meng
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng
2022-10-10hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3Jerome Forissier
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin
2022-10-09x86: pci: acpi: consolidate PCI slots creationIgor Mammedov
2022-10-09x86: pci: acpi: reorder Device's _DSM methodIgor Mammedov
2022-10-09x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov
2022-10-09x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov