]> Git Repo - qemu.git/blame - hw/xen_pt_config_init.c
Introduce Xen PCI Passthrough, qdevice
[qemu.git] / hw / xen_pt_config_init.c
CommitLineData
eaab4d60
AK
1#include "xen_pt.h"
2
3XenPTRegGroup *xen_pt_find_reg_grp(XenPCIPassthroughState *s, uint32_t address)
4{
5 return NULL;
6}
7
8XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address)
9{
10 return NULL;
11}
This page took 0.024718 seconds and 4 git commands to generate.