summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan2022-10-316-10/+0Star
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-313-2/+8
* hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow2022-10-311-1/+11
* hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow2022-10-311-18/+10Star
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-313-9/+16
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-313-3/+15
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-313-7/+12
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-313-6/+6
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-315-10/+26
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-313-3/+3
* hw/isa/vt82c686: Reuse errpBernhard Beschow2022-10-311-1/+6
* hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
* hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow2022-10-311-8/+8
* hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow2022-10-311-15/+18
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-302-2/+2
|\
| * util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-1/+1
| * util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-1/+1
| * hw/mem/nvdimm: fix error message for 'unarmed' flagJulia Suvorova2022-10-241-1/+1
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-303-19/+84
|\ \
| * | net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-3/+2Star
| * | vhost: Accept event idx flagEugenio Pérez2022-10-281-0/+1
| * | vhost: use avail event idx on vhost_svq_kickEugenio Pérez2022-10-281-1/+11
| * | vhost: toggle device callbacks using used event idxEugenio Pérez2022-10-281-3/+15
| * | vhost: allocate event_idx fields on vringEugenio Pérez2022-10-281-4/+4
| * | virtio-net: fix TX timer with tx_burstLaurent Vivier2022-10-281-9/+41
| * | virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier2022-10-281-1/+12
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-301-0/+4
|\ \ \
| * | | vhost-user-blk: fix the resize crashLi Feng2022-10-271-0/+4
| |/ /
* | | 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
|\ \ \ \ | |_|/ / |/| | |