summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi2022-10-242-84/+112
|\
| * 9pfs: use GHashTable for fid tableLinus Heckemann2022-10-242-84/+112
* | m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld2022-10-243-59/+111
* | m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-10-212-4/+11
|/
* hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell2022-10-201-4/+4
* hw/char/pl011: fix baud rate calculationBaruch Siach2022-10-201-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-1810-21/+38
|\
| * hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero2022-10-182-6/+3Star
| * hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell2022-10-181-1/+1
| * scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-10-187-14/+14
| * virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-132-0/+20
* | Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-1826-355/+446
|\ \
| * | hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza2022-10-171-0/+6
| * | hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza2022-10-171-0/+3
| * | hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2022-10-172-0/+11
| * | hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza2022-10-171-1/+7
| * | hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza2022-10-171-0/+4
| * | hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
| * | hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza2022-10-171-10/+11
| * | hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
| * | hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza2022-10-172-2/+8
| * | hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell2022-10-171-1/+1
| * | hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow2022-10-174-19/+14Star
| * | hw/ppc/mpc8544ds: Add platform busBernhard Beschow2022-10-171-0/+6
| * | hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow2022-10-171-2/+2
| * | hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow2022-10-171-1/+1
| * | hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow2022-10-173-1/+5
| * | hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow2022-10-172-4/+10
| * | ppc440_uc.c: Remove unneeded parenthesisBALATON Zoltan2022-10-171-10/+10
| * | ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan2022-10-171-4/+0Star
| * | ppc440_sdram: QOM'ifyBALATON Zoltan2022-10-173-51/+81
| * | ppc440_sdram: Move RAM size check to ppc440_sdram_initBALATON Zoltan2022-10-173-25/+30
| * | ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan2022-10-175-59/+60
| * | ppc440_sdram: Rename local variable for readabilityBALATON Zoltan2022-10-171-18/+18
| * | ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-173-9/+13
| * | ppc440_sdram: Implement enable bit in the DDR2 SDRAM controllerBALATON Zoltan2022-10-171-2/+32
| * | ppc440_sdram: Split off map/unmap of sdram banks for later reuseBALATON Zoltan2022-10-171-12/+21
| * | ppc4xx_sdram: Drop extra zeros for readabilityBALATON Zoltan2022-10-171-20/+20
| * | ppc4xx_sdram: QOM'ifyBALATON Zoltan2022-10-175-65/+79
| * | ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan2022-10-175-38/+9Star
| * | ppc440_bamboo: Add missing 4 MiB valid memory sizeBALATON Zoltan2022-10-171-1/+1
| * | ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-177-47/+32Star
| * | ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-175-12/+12
| * | ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan2022-10-172-55/+53Star
| * | ppc440_bamboo: Remove unnecessary memsetsBALATON Zoltan2022-10-172-10/+4Star
* | | hw/intc: Fix LoongArch ipi device emulationXiaojuan Yang2022-10-171-1/+0Star
|/ /
* | hw/intc: sifive_plic: change interrupt priority register to WARL fieldJim Shu2022-10-141-2/+19
* | hw/intc: sifive_plic: fix hard-coded max priority levelJim Shu2022-10-141-2/+4
* | hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L2022-10-142-1/+46
* | hw/riscv: virt: Move create_fw_cfg() prior to loading kernelSunil V L2022-10-141-7/+7