aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow
2022-10-31hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28vhost: Accept event idx flagEugenio Pérez
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier
2022-10-27vhost-user-blk: fix the resize crashLi Feng
2022-10-27mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27openrisc: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld
2022-10-27m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld
2022-10-27riscv: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27arm: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider
2022-10-27hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell
2022-10-27hw/core/resettable: fix reset level countingDamien Hedde
2022-10-27hw/arm/virt: Fix devicetree warnings about the virtio-iommu nodeJean-Philippe Brucker
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-10-26virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi
2022-10-26numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank
2022-10-26s390x: Introduce PV query interfaceJanosch Frank
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi