aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld10-20/+35
2022-10-27target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider1-2/+7
2022-10-27hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2022-10-27hw/core/resettable: fix reset level countingDamien Hedde1-2/+1
2022-10-27hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker1-2/+3
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2-0/+118
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi10-30/+437
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank1-0/+51
2022-10-26s390x: Introduce PV query interfaceJanosch Frank2-0/+67
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi13-20/+21
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi2-84/+112
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng6-9/+9
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann2-84/+112
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater1-3/+3
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams3-1/+40
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater3-1/+39
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater3-1/+44
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater3-2/+71
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater3-0/+71
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater3-1/+30
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater1-1/+2
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater4-3/+66
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater3-0/+46
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams1-1/+8
2022-10-24ast2600: Drop NEON from the CPU featuresCédric Le Goater1-0/+2
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater1-5/+4
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée1-10/+8
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas1-3/+5
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld3-59/+111
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster6-9/+9
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster1-2/+3
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2-4/+11
2022-10-20hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell1-4/+4
2022-10-20hw/char/pl011: fix baud rate calculationBaruch Siach1-1/+1
2022-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi10-21/+38
2022-10-18Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi26-355/+446
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero2-6/+3
2022-10-18hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell1-1/+1
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell7-14/+14
2022-10-17hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza1-0/+6
2022-10-17hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza1-0/+3
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2-0/+11
2022-10-17hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza1-1/+7
2022-10-17hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza1-0/+4
2022-10-17hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza1-11/+14
2022-10-17hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza1-10/+11
2022-10-17hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza1-11/+14
2022-10-17hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza2-2/+8
2022-10-17hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell1-1/+1
2022-10-17hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow4-19/+14