summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-10-129-36/+130
|\
| * hw/smbios: support for type 8 (port connector)Hal Martin2022-10-091-0/+10
| * pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell2022-10-091-4/+16
| * pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell2022-10-091-28/+0Star
| * hmp: add virtio commandsLaurent Vivier2022-10-091-0/+5
| * qmp: decode feature & status bits in virtio-statusLaurent Vivier2022-10-092-0/+8
| * qmp: add QMP command x-query-virtioLaurent Vivier2022-10-091-0/+1
| * mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron2022-10-091-0/+1
| * vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin2022-10-071-1/+0Star
| * virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin2022-10-071-0/+20
| * virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin2022-10-071-2/+8
| * hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar2022-10-071-0/+35
| * hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-0/+12
| * hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-0/+5
| * include/hw: document vhost_dev feature life-cycleAlex Bennée2022-10-071-0/+3
| * include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée2022-10-071-1/+6
* | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-125-100/+288
|\ \
| * | job: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-72/+38Star
| * | blockjob: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-19/+12Star
| * | job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-8/+9
| * | job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito2022-10-071-2/+25
| * | blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito2022-10-071-6/+26
| * | jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito2022-10-071-3/+20
| * | blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito2022-10-071-0/+18
| * | job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito2022-10-071-7/+131
| * | aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKEDEmanuele Giuseppe Esposito2022-10-071-4/+13
| * | job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito2022-10-071-18/+0Star
| * | job.h: categorize fields in struct JobEmanuele Giuseppe Esposito2022-10-071-25/+36
| * | job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito2022-10-071-0/+24
| * | job: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * | coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()Alberto Faria2022-10-071-1/+1
| |/
* | dump: Rework filter area variablesJanosch Frank2022-10-061-3/+10
* | dump: Rework get_start_blockJanosch Frank2022-10-061-2/+0Star
* | dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2022-10-062-4/+5
|/
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+24
* accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée2022-10-061-0/+16
* gdbstub: move guest debug support check to opsAlex Bennée2022-10-062-7/+1Star
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-063-5/+9
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-062-8/+12
* monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-061-0/+1
* Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-057-32/+131
|\
| * accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-042-2/+33
| * accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-042-1/+7
| * hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+3
| * include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-043-14/+3Star
| * accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson2022-10-041-3/+4
| * include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson2022-10-041-0/+9
| * accel/tcg: Introduce tlb_set_page_fullRichard Henderson2022-10-042-0/+36