aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-14qdev-properties: Add a new macro with bitmask check for uint64_t propertyYang Weijiang1-0/+12
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson3-2/+111
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-13/+24
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake1-1/+2
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake1-1/+1
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini1-3/+4
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini1-0/+13
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini1-3/+4
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-2/+2
2022-05-12machine: add boot compound propertyPaolo Bonzini1-1/+0
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini2-4/+2
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-3/+3
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow1-1/+0
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster14-14/+15
2022-05-11Normalize header guard symbol definitionMarkus Armbruster2-2/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster18-49/+53
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster29-67/+70
2022-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson7-47/+67
2022-05-09virtio-scsi: move request-related items from .h to .cStefan Hajnoczi1-40/+0
2022-05-09virtio-scsi: clean up virtio_scsi_handle_cmd_vq()Stefan Hajnoczi1-1/+0
2022-05-09virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()Stefan Hajnoczi1-1/+0
2022-05-09virtio-scsi: clean up virtio_scsi_handle_event_vq()Stefan Hajnoczi1-1/+0
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi1-0/+1
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne3-0/+17
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne2-0/+11
2022-05-09Introduce event-loop-base abstract classNicolas Saenz Julienne2-4/+38
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+1
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth1-1/+0
2022-05-09disas: Remove old libopcode i386 disassemblerThomas Huth1-1/+0
2022-05-09disas: Remove old libopcode arm disassemblerThomas Huth1-1/+0
2022-05-08lasi: move from hw/hppa to hw/miscMark Cave-Ayland1-0/+78
2022-05-08dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland1-0/+146
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini1-3/+0
2022-05-07build: move vhost-scsi configuration to KconfigPaolo Bonzini1-2/+0
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu1-1/+1
2022-05-06sysemu: tpm: Add a stub function for TPM_IS_CRBEric Auger1-0/+6
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat1-0/+1
2022-05-04Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson3-3/+2
2022-05-04Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz1-2/+1
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz2-1/+1
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth1-1/+0
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson1-0/+6
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson5-37/+8
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-3/+3
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau1-25/+0
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau1-4/+0
2022-05-03block: move fcntl_setfl()Marc-André Lureau1-2/+0
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau1-3/+5
2022-05-03aspeed/hace: Support AST1030 HACESteven Lee1-0/+2
2022-05-02aspeed/hace: Support AST2600 HACESteven Lee1-0/+4