summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix some typos in documentation and commentsStefan Weil2022-11-051-1/+1
|/ /
* | hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang2022-11-041-0/+1
* | hw/loongarch: Load FDT table into dram memory spaceXiaojuan Yang2022-11-041-3/+0Star
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-031-0/+22
|\ \ | |/ |/|
| * os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2022-10-311-0/+22
* | Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-011-0/+17
|\ \
| * | target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-311-0/+17
* | | Merge tag 'pull-tcg-20221031-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-11-011-7/+17
|\ \ \
| * | | accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-311-4/+1Star
| * | | accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2022-10-311-4/+17
| |/ /
* | | mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-2/+1Star
* | | hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-312-1/+53
* | | hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan2022-10-311-0/+44
* | | hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-0/+21
|/ /
* | Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2022-10-313-4/+15
|\ \
| * | hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-311-2/+6
| * | hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-0/+7
| * | 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 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-311-12/+8Star
|\ \ \
| * | | ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan2022-10-281-12/+8Star
* | | | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-312-0/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-281-0/+13
| * | | accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng2022-10-281-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