summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/mips/malta: Reuse dev variableBernhard Beschow2022-10-311-3/+2Star
* hw/isa/piix3: Remove unused includeBernhard Beschow2022-10-311-1/+0Star
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-313-4/+7
* hw/isa/piix4: Rename wrongly named methodBernhard Beschow2022-10-311-2/+2
* hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow2022-10-311-1/+1
* hw/isa/piix3: Modernize reset handlingBernhard Beschow2022-10-311-5/+3Star
* hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow2022-10-311-1/+5
* hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow2022-10-311-3/+3
* hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2022-10-315-5/+14
* 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