aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi10-18/+504
2023-11-07Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi32-525/+131
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2-2/+4
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse1-0/+1
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse1-0/+1
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse1-0/+2
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse1-1/+0
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse28-522/+123
2023-11-07hw/cxl: Add tunneled command support to mailbox for switch cci.Jonathan Cameron1-0/+9
2023-11-07hw/cxl: Add support for device sanitationDavidlohr Bueso1-0/+17
2023-11-07hw/cxl/mbox: Wire up interrupts for background completionDavidlohr Bueso1-0/+1
2023-11-07hw/cxl/mbox: Add support for background operationsDavidlohr Bueso1-0/+10
2023-11-07hw/cxl/mbox: Add Physical Switch Identify command.Jonathan Cameron1-0/+6
2023-11-07hw/cxl: Add a switch mailbox CCI functionJonathan Cameron3-1/+18
2023-11-07hw/pci-bridge/cxl_upstream: Move defintion of device to header.Jonathan Cameron1-0/+18
2023-11-07hw/cxl/mbox: Generalize the CCI command processingJonathan Cameron1-1/+4
2023-11-07hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceStateJonathan Cameron1-10/+25
2023-11-07hw/cxl/mbox: Split mailbox command payload into separate input and outputJonathan Cameron1-3/+4
2023-11-07hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constantJonathan Cameron1-0/+13
2023-11-07hw/cxl: Line length reductionsJonathan Cameron3-4/+7
2023-11-07hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExtJonathan Cameron1-3/+3
2023-11-07virtio-sound: implement audio output (TX)Manos Pitsidianakis1-0/+47
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis1-2/+111
2023-11-07Add virtio-sound device stubManos Pitsidianakis1-0/+79
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek1-0/+35
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek3-0/+103
2023-11-07Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-7/+10
2023-11-07Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi5-633/+64
2023-11-06include/hw/elf: Remove truncating signed castsRichard Henderson1-7/+10
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi9-28/+127
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi3-1/+447
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi1-0/+1
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson2-3/+2
2023-11-06tcg: Move tcg_temp_free_* out of lineRichard Henderson1-24/+5
2023-11-06tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of lineRichard Henderson3-74/+15
2023-11-06tcg: Move tcg_constant_* out of lineRichard Henderson2-26/+8
2023-11-06tcg: Unexport tcg_gen_op*_{i32,i64}Richard Henderson1-47/+0
2023-11-06tcg: Move tcg_gen_opN declarations to tcg-internal.hRichard Henderson1-7/+0
2023-11-06tcg: Move vec_gen_* declarations to tcg-internal.hRichard Henderson1-4/+0
2023-11-06tcg: Move 64-bit expanders out of lineRichard Henderson1-139/+5
2023-11-06tcg: Move 32-bit expanders out of lineRichard Henderson1-122/+24
2023-11-06tcg: Move generic expanders out of lineRichard Henderson1-16/+3
2023-11-06tcg: Move tcg_gen_op* out of lineRichard Henderson1-208/+44
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson2-4/+0
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero1-0/+18
2023-11-06Add Hyper-V Dynamic Memory Protocol definitionsMaciej S. Szmigiero1-0/+423
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan1-5/+0
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan1-6/+0
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan1-1/+3