summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-302-17/+48
|\
| * virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi2022-10-261-14/+25
| * numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi2022-10-261-3/+6
| * numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi2022-10-261-0/+17
* | mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld2022-10-271-0/+27
* | rx: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* | openrisc: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* | mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* | m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-20/+13Star
* | m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-9/+11
* | riscv: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
* | arm: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+2
* | x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-1/+1
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-2710-20/+35
* | target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider2022-10-271-2/+7
* | hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2022-10-271-1/+1
* | hw/core/resettable: fix reset level countingDamien Hedde2022-10-271-2/+1Star
* | hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker2022-10-271-2/+3
* | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-262-0/+118
|\ \
| * | s390x: Add KVM PV dump interfaceJanosch Frank2022-10-261-0/+51
| * | s390x: Introduce PV query interfaceJanosch Frank2022-10-262-0/+67
* | | Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2022-10-2610-30/+437
|\ \ \ | |_|/ |/| |
| * | arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater2022-10-241-3/+3
| * | m25p80: Add the w25q01jvq SFPD tablePatrick Williams2022-10-243-1/+40
| * | m25p80: Add the w25q512jv SFPD tableCédric Le Goater2022-10-243-1/+39
| * | m25p80: Add the w25q256 SFPD tableCédric Le Goater2022-10-243-1/+44
| * | m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater2022-10-243-2/+71
| * | m25p80: Add the mx25l25635f SFPD tableCédric Le Goater2022-10-243-0/+71
| * | m25p80: Add the mx25l25635e SFPD tableCédric Le Goater2022-10-243-1/+30
| * | m25p80: Add erase size for mx25l25635eCédric Le Goater2022-10-241-1/+2
| * | m25p80: Add the n25q256a SFDP tableCédric Le Goater2022-10-244-3/+66
| * | m25p80: Add basic support for the SFDP commandCédric Le Goater2022-10-243-0/+46
| * | hw/arm/aspeed: increase Bletchley memory sizePatrick Williams2022-10-241-1/+8
| * | ast2600: Drop NEON from the CPU featuresCédric Le Goater2022-10-241-0/+2
| * | aspeed/smc: Cache AspeedSMCClassCédric Le Goater2022-10-241-5/+4Star
| * | ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée2022-10-241-10/+8Star
| * | hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas2022-10-241-3/+5
* | | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-2513-20/+21
|\ \ \ | |_|/ |/| |
| * | treewide: Remove the unnecessary space before semicolonBin Meng2022-10-246-9/+9
| * | Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-226-9/+9
| * | hw/core: Tidy up unnecessary casting away of constMarkus Armbruster2022-10-221-2/+3
| |/
* | 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