aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-10-28net: introduce convert_host_port()Laurent Vivier
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria
2022-10-27coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27block: add missing coroutine_fn annotation to prototypesAlberto Faria
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27block: document connection between child roles and bs->backing/bs->fileVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-27block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy
2022-10-27block: Refactor get_tmp_filename()Bin Meng
2022-10-27device-tree: add re-randomization helper functionJason A. Donenfeld
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand
2022-10-27util: Introduce ThreadContext user-creatable objectDavid Hildenbrand
2022-10-27util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-10-27qerror: QERR_PERMISSION_DENIED is no longer used, dropMarkus Armbruster
2022-10-26virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi
2022-10-26block: add BlockRAMRegistrarStefan Hajnoczi
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-10-26block: use BdrvRequestFlags type for supported flag fieldsStefan Hajnoczi
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi
2022-10-26coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank
2022-10-26include/elf.h: add s390x note typesJanosch Frank
2022-10-26s390x: Introduce PV query interfaceJanosch Frank
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson