2ccc347bbb
on a single physical machine. The xentools46 package contains the tools to create, destroy and control the virtual machines. This package contains the tools for Xen 4.6.x
16 lines
248 B
C
16 lines
248 B
C
|
|
#include "blktaplib.h"
|
|
#include "blktapctrl.h"
|
|
|
|
|
|
int blktap_interface_open(void)
|
|
{
|
|
/* not yet implemented */
|
|
return -1;
|
|
}
|
|
|
|
int blktap_interface_create(int ctlfd, int *major, int *minor, blkif_t *blkif)
|
|
{
|
|
/* not yet implemented */
|
|
return -1;
|
|
}
|