aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron1-1/+9
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron1-0/+2
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron1-0/+2
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron1-16/+2
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow1-2/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow1-1/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow1-2/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow1-1/+5
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer1-0/+21
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez1-0/+1
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-3/+13
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei1-0/+6
2023-10-04hw/virtio: add config support to vhost-user-deviceAlex Bennée1-0/+1
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée1-0/+45
2023-10-04pci: SLT must be ROMichael S. Tsirkin1-0/+3
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+22
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-5/+5
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi7-37/+58
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2-8/+14
2023-09-21qemu/timer: Add host ticks function for RISC-VLIU Zhiwei1-0/+22
2023-09-21hw/cxl: Fix out of bound array accessDmitry Frolov1-1/+1
2023-09-21hw/cxl/cxl_device: Replace magic number in CXLError definitionFan Ni1-1/+1
2023-09-20block: mark aio_poll as non-coroutinePaolo Bonzini1-1/+1
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi3-2/+2
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via1-0/+3
2023-09-20block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2-7/+10
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+6
2023-09-20block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf1-1/+1
2023-09-20block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf1-5/+5
2023-09-20block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf2-6/+7
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf3-8/+10
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf1-6/+8
2023-09-20block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functionsKevin Wolf1-0/+4
2023-09-20block: Introduce bdrv_schedule_unref()Kevin Wolf1-0/+1
2023-09-20i386: spelling fixesMichael Tokarev1-1/+1
2023-09-20ppc: spelling fixesMichael Tokarev2-2/+2
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi3-8/+21
2023-09-19Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2-52/+2
2023-09-19Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-2/+5
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi7-31/+27
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan1-0/+1
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2-8/+14
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand1-0/+6
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2-52/+2
2023-09-18tap: Add check for USO featuresYuri Benditovich1-0/+3
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-2/+2
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei1-0/+12
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson1-9/+2
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson2-14/+0
2023-09-16tcg: Add gvec compare with immediate and scalar operandRichard Henderson1-0/+6