Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Laszlo Ersek
On 07/20/12 07:16, Stefan Hajnoczi wrote: > On Thu, Jul 19, 2012 at 7:04 PM, Laszlo Ersek wrote: >> Hello Stefan, >> >> On 07/19/12 17:48, Stefan Hajnoczi wrote: >>> On Thu, Jul 19, 2012 at 4:41 PM, Paolo Bonzini wrote: Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: > On Sun, Jun 24, 2

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Stefan Hajnoczi
On Thu, Jul 19, 2012 at 7:04 PM, Laszlo Ersek wrote: > Hello Stefan, > > On 07/19/12 17:48, Stefan Hajnoczi wrote: >> On Thu, Jul 19, 2012 at 4:41 PM, Paolo Bonzini wrote: >>> Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: >> pull? >

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Laszlo Ersek
Hello Stefan, On 07/19/12 17:48, Stefan Hajnoczi wrote: > On Thu, Jul 19, 2012 at 4:41 PM, Paolo Bonzini wrote: >> Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: >>> On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: > pull? >>> I have been basing work off this series. I'm sending a reba

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Zhi Yong Wu
net.h | 16 +-- net/dump.h |5 +- net/slirp.h|4 +- net/socket.h |5 +- net/tap.h | 10 +- net/vde.h |5 +- net.c | 494 +++

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Paolo Bonzini
Il 19/07/2012 17:57, Zhi Yong Wu ha scritto: > qapi/opts-visitor.h | 31 > qapi/opts-visitor.c | 427 > +++ > qapi/Makefile.objs |2 +- > 3 files changed, 459 insertions(+), 1 deletions(-) > create mode 100644 qapi/opts-visitor.h > cr

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Zhi Yong Wu
qapi/opts-visitor.h | 31 qapi/opts-visitor.c | 427 +++ qapi/Makefile.objs |2 +- 3 files changed, 459 insertions(+), 1 deletions(-) create mode 100644 qapi/opts-visitor.h create mode 100644 qapi/opts-visitor.c >From the above log of

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Paolo Bonzini
Il 19/07/2012 17:48, Zhi Yong Wu ha scritto: >>> >> I have been basing work off this series. I'm sending a rebased and >>> >> retested version which applies to current qemu.git/master. >> > >> > We need to coordinate between this series and Laszlo's QemuOpts conversion. > How to coordinate? Look a

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Stefan Hajnoczi
On Thu, Jul 19, 2012 at 4:41 PM, Paolo Bonzini wrote: > Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: >> On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: >>> > pull? >> I have been basing work off this series. I'm sending a rebased and >> retested version which applies to current qemu.git/

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Zhi Yong Wu
On Thu, Jul 19, 2012 at 11:41 PM, Paolo Bonzini wrote: > Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: >> On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: >>> > pull? >> I have been basing work off this series. I'm sending a rebased and >> retested version which applies to current qemu.git

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Paolo Bonzini
Il 19/07/2012 17:40, Stefan Hajnoczi ha scritto: > On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: >> > pull? > I have been basing work off this series. I'm sending a rebased and > retested version which applies to current qemu.git/master. We need to coordinate between this series and Laszlo

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-07-19 Thread Stefan Hajnoczi
On Sun, Jun 24, 2012 at 4:11 PM, Zhi Yong Wu wrote: > pull? I have been basing work off this series. I'm sending a rebased and retested version which applies to current qemu.git/master. Stefan

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-06-24 Thread Zhi Yong Wu
pull? On Thu, Jun 21, 2012 at 9:14 PM, Stefan Hajnoczi wrote: > On Wed, Jun 20, 2012 at 10:42 AM,   wrote: >> From: Zhi Yong Wu >> >> All comments have been addressed and stefan has completed one more reviewing. >> >> For this patchset, my git repo: >> >> g...@github.com:wuzhy/qemu.git for-antho

Re: [Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-06-21 Thread Stefan Hajnoczi
On Wed, Jun 20, 2012 at 10:42 AM, wrote: > From: Zhi Yong Wu > > All comments have been addressed and stefan has completed one more reviewing. > > For this patchset, my git repo: > > g...@github.com:wuzhy/qemu.git for-anthony > > Changelog from v5: >  1.) cleanup VLANState in other targets files

[Qemu-devel] [PATCH v6 00/17] hub-based networking patchset

2012-06-20 Thread zwu . kernel
From: Zhi Yong Wu All comments have been addressed and stefan has completed one more reviewing. For this patchset, my git repo: g...@github.com:wuzhy/qemu.git for-anthony Changelog from v5: 1.) cleanup VLANState in other targets files [anthony] v5: 1.) roll back qdev_prop_vlan [stefanha] v