commit | 58f5c13260c2bf8fe158d0e176d1595858157946 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@redhat.com> | Mon Jun 17 08:34:01 2024 +0200 |
committer | Cédric Le Goater <clg@redhat.com> | Mon Jun 24 23:15:31 2024 +0200 |
tree | c2f3ccdee83f1de44db1bad1c2147999fcb01640 | |
parent | 17401879c416c48c72e5e4d805244b893d44637c [diff] |
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>