aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-10-04hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé
2023-10-04hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé
2023-10-04hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_section_end()Philippe Mathieu-Daudé
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()Philippe Mathieu-Daudé
2023-10-04pci: SLT must be ROMichael S. Tsirkin
2023-09-25Merge tag 'pull-request-2023-09-25' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-25Merge tag 'pull-target-arm-20230921' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-09-25hw/mips/jazz: Simplify the NIC setup codeThomas Huth
2023-09-25hw/mips/jazz: Move the NIC init code into a separate functionThomas Huth
2023-09-22hw/display/xlnx_dp.c: Add audiodev propertyMartin Kletzander
2023-09-22hw/audio/lm4549: Add errp error reporting to init functionMartin Kletzander
2023-09-22hw/audio: Simplify hda audio initMartin Kletzander
2023-09-22hw/input/tsc210x: Extract common init code into new functionMartin Kletzander
2023-09-21sbsa-ref: add non-secure EL2 virtual timerMarcin Juszkiewicz
2023-09-21hw/arm/boot: Set SCR_EL3.FGTEn when booting kernelFabian Vogt
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-21hw/mem/cxl_type3: Add missing copyright and license noticeJonathan Cameron
2023-09-21hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBISDave Jiang
2023-09-21hw/cxl: Fix CFMW config memory leakLi Zhijian
2023-09-21hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-20Merge tag 'hppa-btlb-pull-request' of https://github.com/hdeller/qemu-hppa in...Stefan Hajnoczi
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-20hw/tpm: spelling fixesMichael Tokarev
2023-09-20hw/pci: spelling fixesMichael Tokarev
2023-09-20hw/net: spelling fixesMichael Tokarev
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-09-19Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2023-09-19machine: Improve error message when using default RAM backend idDavid Hildenbrand
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater
2023-09-18ppc/xive: Fix uint32_t overflowCédric Le Goater
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko