summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-071-0/+2
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-071-0/+2
* vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-071-0/+2
* vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-071-0/+3
* virtio-pci: support queue resetXuan Zhuo2022-11-071-0/+5
* virtio: core: vq reset feature negotation supportKangjie Xu2022-11-071-1/+3
* virtio: introduce virtio_queue_enable()Kangjie Xu2022-11-071-0/+2
* virtio: introduce virtio_queue_reset()Xuan Zhuo2022-11-071-0/+2
* hw/pci-bridge/cxl-upstream: Add a CDAT table access DOEJonathan Cameron2022-11-071-0/+1
* hw/cxl/cdat: CXL CDAT Data Object Exchange implementationHuai-Cheng Kuo2022-11-074-0/+176
* hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2022-11-074-0/+131
* cryptodev: Add a lkcf-backend for cryptodevLei He2022-11-021-0/+1
* crypto: Support export akcipher to pkcs8Lei He2022-11-021-0/+21
* virtio-crypto: Support asynchronous modeLei He2022-11-021-18/+42
* 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
|\ \ \