Hi,
Thank you for submitting your patch series. This note is to inform
you that this patch series no longer applies against the latest
qemu.git tree.
If it's been at least a few days since you submitted this series,
please resubmit a new version of your patch series so it can be
considered for i
On Thu, Dec 20, 2012 at 04:20:37PM +0200, Michael S. Tsirkin wrote:
> diff --git a/hw/Makefile.objs b/hw/Makefile.objs
> index 2778035..360a43c 100644
> --- a/hw/Makefile.objs
> +++ b/hw/Makefile.objs
> @@ -3,6 +3,9 @@ common-obj-y += loader.o
> common-obj-$(CONFIG_VIRTIO) += virtio-console.o
> c
On Thu, Dec 20, 2012 at 03:37:58PM +0100, Paolo Bonzini wrote:
> 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 000..387b578
> > --- /dev/null
> > +++ b/hw/vhost_net_stub.c
> > @@ -0,0 +1 @@
> > +
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 000..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_
We rebuild vhost_net for each target, but there's
no real reason to, we only have 2 variants: with and
without vhost-net.
Signed-off-by: Michael S. Tsirkin
---
Makefile.target | 1 +
hw/Makefile.objs| 5 +++--
hw/vhost_net_stub.c | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
c