Il 20/12/2012 15:20, Michael S. Tsirkin ha scritto: > diff --git a/hw/vhost_net_stub.c b/hw/vhost_net_stub.c > new file mode 100644 > index 0000000..387b578 > --- /dev/null > +++ b/hw/vhost_net_stub.c > @@ -0,0 +1 @@ > +#include "vhost_net.c"
Nice. As a follow-up, can you perhaps split the vhost_net.c file in two following the model of other *-stub.c files? Paolo