aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-0/+78
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi9-36/+130
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi5-100/+288
2022-10-12io/command: implement support for win32Marc-André Lureau1-0/+3
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau1-1/+1
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann1-0/+10
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann1-1/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann1-1/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann1-1/+0
2022-10-11kvm: expose struct KVMStateChenyi Qiang1-0/+76
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+2
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin1-0/+10
2022-10-09pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell1-4/+16
2022-10-09pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell1-28/+0
2022-10-09hmp: add virtio commandsLaurent Vivier1-0/+5
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier2-0/+8
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier1-0/+1
2022-10-09mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron1-0/+1
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin1-1/+0
2022-10-07virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin1-0/+20
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-2/+8
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar1-0/+35
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-0/+12
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-0/+5
2022-10-07include/hw: document vhost_dev feature life-cycleAlex Bennée1-0/+3
2022-10-07include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée1-1/+6
2022-10-07job: remove unused functionsEmanuele Giuseppe Esposito1-72/+38
2022-10-07blockjob: remove unused functionsEmanuele Giuseppe Esposito1-19/+12
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito1-8/+9
2022-10-07job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito1-2/+25
2022-10-07blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito1-6/+26
2022-10-07jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito1-3/+20
2022-10-07blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito1-0/+18
2022-10-07job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito1-7/+131
2022-10-07aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKEDEmanuele Giuseppe Esposito1-4/+13
2022-10-07job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito1-18/+0
2022-10-07job.h: categorize fields in struct JobEmanuele Giuseppe Esposito1-25/+36
2022-10-07job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito1-0/+24
2022-10-07job: add missing coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-10-07nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-10-07coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()Alberto Faria1-1/+1
2022-10-06dump: Rework filter area variablesJanosch Frank1-3/+10
2022-10-06dump: Rework get_start_blockJanosch Frank1-2/+0
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2-4/+5
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+24
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée1-0/+16
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée2-7/+1
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée3-5/+9
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée2-8/+12