summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-2/+0Star
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-0/+1
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-0/+1
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-304-2/+80
|\
| * hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand2022-10-271-0/+2
| * util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-1/+3
| * util: Introduce ThreadContext user-creatable objectDavid Hildenbrand2022-10-271-0/+57
| * util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2022-10-271-0/+4
| * util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-2/+15
* | Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2022-10-301-3/+0Star
|\ \
| * | qerror: QERR_PERMISSION_DENIED is no longer used, dropMarkus Armbruster2022-10-271-3/+0Star
* | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-302-3/+8
|\ \ \
| * | | qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier2022-10-281-1/+1
| * | | net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-0/+1
| * | | qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-0/+2
| * | | net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-1/+1
| * | | net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-1/+1
| * | | net: introduce convert_host_port()Laurent Vivier2022-10-281-0/+2
| |/ /
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-307-36/+98
|\ \ \
| * | | block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria2022-10-271-7/+5Star
| * | | coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria2022-10-271-3/+5
| * | | coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria2022-10-271-5/+5
| * | | block: add missing coroutine_fn annotation to prototypesAlberto Faria2022-10-271-2/+3
| * | | monitor: add missing coroutine_fn annotationAlberto Faria2022-10-272-2/+3
| * | | block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-271-2/+0Star
| * | | block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito2022-10-271-2/+2
| * | | block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito2022-10-272-13/+0Star
| * | | bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito2022-10-272-2/+3
| * | | block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito2022-10-272-0/+9
| * | | block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy2022-10-271-3/+12
| * | | block: document connection between child roles and bs->backing/bs->fileVladimir Sementsov-Ogievskiy2022-10-271-0/+39
| * | | test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy2022-10-271-2/+3
| * | | block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy2022-10-271-0/+3
| * | | block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy2022-10-271-0/+13
| * | | block: Refactor get_tmp_filename()Bin Meng2022-10-271-1/+1
| |/ /
* | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-308-12/+81
|\ \ \
| * | | virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi2022-10-261-0/+2
| * | | exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-261-0/+1
| * | | block: add BlockRAMRegistrarStefan Hajnoczi2022-10-261-0/+37
| * | | block: return errors from bdrv_register_buf()Stefan Hajnoczi2022-10-263-3/+9
| * | | block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi2022-10-261-0/+9
| * | | block: use BdrvRequestFlags type for supported flag fieldsStefan Hajnoczi2022-10-261-4/+4
| * | | block: pass size to bdrv_unregister_buf()Stefan Hajnoczi2022-10-263-3/+6
| * | | coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi2022-10-261-2/+13
* | | | device-tree: add re-randomization helper functionJason A. Donenfeld2022-10-271-0/+9
* | | | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-272-2/+5
| |/ / |/| |
* | | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-264-7/+43
|\ \ \
| * | | s390x: pv: Add dump supportJanosch Frank2022-10-261-0/+5
| * | | s390x: Add KVM PV dump interfaceJanosch Frank2022-10-261-0/+9
| * | | include/elf.h: add s390x note typesJanosch Frank2022-10-261-0/+2