|
1
|
/* |
|
2
|
* VFIO sPAPR KVM specific functions |
|
3
|
* |
|
4
|
* SPDX-License-Identifier: GPL-2.0-or-later |
|
5
|
*/ |
|
6
|
|
|
7
|
#include "hw/vfio/vfio-container.h" |
|
8
|
#include "qapi/error.h" |
|
9
|
|
|
10
|
bool vfio_spapr_kvm_attach_tce(VFIOContainer *bcontainer, |
|
11
|
MemoryRegionSection *section, |
|
12
|
Error **errp); |