Re: [Qemu-devel] [PATCHv2 4/8] net: Export valid host network devices list

2014-05-28 Thread Stefan Hajnoczi
On Tue, May 27, 2014 at 11:39:33PM +0100, Hani Benhabiles wrote: > Signed-off-by: Hani Benhabiles > --- > include/net/net.h | 1 + > net/net.c | 34 -- > 2 files changed, 21 insertions(+), 14 deletions(-) Reviewed-by: Stefan Hajnoczi

[Qemu-devel] [PATCHv2 4/8] net: Export valid host network devices list

2014-05-27 Thread Hani Benhabiles
Signed-off-by: Hani Benhabiles --- include/net/net.h | 1 + net/net.c | 34 -- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/include/net/net.h b/include/net/net.h index 8166345..8b189da 100644 --- a/include/net/net.h +++ b/include/net/ne