#include <errno.h>
#include <linux/vfio.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <stdint.h>
#include <unistd.h>
#include <common.h>
#include <doca_error.h>
#include <doca_log.h>
#include <devemu_pci_host_common.h>
#include <devemu_pci_type_config.h>
Go to the source code of this file.
◆ devemu_pci_device_stateful_region_host()
| doca_error_t devemu_pci_device_stateful_region_host |
( |
const char * |
pci_address, |
|
|
int |
vfio_group, |
|
|
int |
region_index, |
|
|
const char * |
write_data |
|
) |
| |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
DEVEMU_PCI_DEVICE_STATEFUL_REGION_HOST |
| ) |
|