aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst2-6/+6
2022-10-28tests/qtest/libqos/e1000e: Use e1000_regs.hAkihiko Odaki1-0/+1
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-3/+2
2022-10-28vhost: Accept event idx flagEugenio Pérez1-0/+1
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez1-1/+11
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez1-3/+15
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez1-4/+4
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier1-9/+41
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier1-1/+12
2022-10-27vhost-user-blk: fix the resize crashLi Feng1-0/+4
2022-10-27mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld1-0/+27
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27openrisc: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-20/+13
2022-10-27m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-9/+11
2022-10-27riscv: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-10-27arm: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+2
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-1/+1
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-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand1-1/+1
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-1/+1
2022-10-27s390x/tod-kvm: don't save/restore the TOD in PV guestsNico Boehr1-0/+9
2022-10-27s390x/pv: remove semicolon from macro definitionClaudio Imbrenda1-1/+1
2022-10-26virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi1-14/+25
2022-10-26numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi1-3/+6
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi1-0/+17
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-24hw/mem/nvdimm: fix error message for 'unarmed' flagJulia Suvorova1-1/+1
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