]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/container: Introduce vfio_create_container()
authorCédric Le Goater <clg@redhat.com>
Mon, 17 Jun 2024 06:34:01 +0000 (08:34 +0200)
committerCédric Le Goater <clg@redhat.com>
Mon, 24 Jun 2024 21:15:31 +0000 (23:15 +0200)
commit58f5c13260c2bf8fe158d0e176d1595858157946
treec2f3ccdee83f1de44db1bad1c2147999fcb01640
parent17401879c416c48c72e5e4d805244b893d44637c
vfio/container: Introduce vfio_create_container()

This routine allocates the QEMU struct type representing the VFIO
container. It is minimal currently and future changes will do more
initialization.

Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/container.c