aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams
2022-10-24ast2600: Drop NEON from the CPU featuresCédric Le Goater
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld
2022-10-20hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell
2022-10-20hw/char/pl011: fix baud rate calculationBaruch Siach
2022-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-18Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero
2022-10-18hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-10-17hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza
2022-10-17hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza
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