Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Michael S. Tsirkin
On Mon, May 19, 2014 at 05:40:36PM +0200, Andreas Färber wrote: > Am 19.05.2014 17:10, schrieb Michael S. Tsirkin: > > On Mon, May 19, 2014 at 02:02:39PM +0200, Alexander Graf wrote: > >> > >> On 19.05.14 10:38, Greg Kurz wrote: > >>> Hi, > >>> > >>> This patch set tries to address comments from th

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Michael S. Tsirkin
On Mon, May 19, 2014 at 05:36:38PM +0200, Alexander Graf wrote: > > On 19.05.14 17:10, Michael S. Tsirkin wrote: > >On Mon, May 19, 2014 at 02:02:39PM +0200, Alexander Graf wrote: > >>On 19.05.14 10:38, Greg Kurz wrote: > >>>Hi, > >>> > >>>This patch set tries to address comments from the initial

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Andreas Färber
Am 19.05.2014 17:10, schrieb Michael S. Tsirkin: > On Mon, May 19, 2014 at 02:02:39PM +0200, Alexander Graf wrote: >> >> On 19.05.14 10:38, Greg Kurz wrote: >>> Hi, >>> >>> This patch set tries to address comments from the initial >>> review. For this round, I have focused on two changes: >>> - as

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Alexander Graf
On 19.05.14 17:10, Michael S. Tsirkin wrote: On Mon, May 19, 2014 at 02:02:39PM +0200, Alexander Graf wrote: On 19.05.14 10:38, Greg Kurz wrote: Hi, This patch set tries to address comments from the initial review. For this round, I have focused on two changes: - as suggested by Andreas, we n

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Michael S. Tsirkin
On Mon, May 19, 2014 at 02:02:39PM +0200, Alexander Graf wrote: > > On 19.05.14 10:38, Greg Kurz wrote: > >Hi, > > > >This patch set tries to address comments from the initial > >review. For this round, I have focused on two changes: > >- as suggested by Andreas, we now call the device specific >

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Alexander Graf
On 19.05.14 14:45, Greg Kurz wrote: On Mon, 19 May 2014 14:02:39 +0200 Alexander Graf wrote: On 19.05.14 10:38, Greg Kurz wrote: Hi, This patch set tries to address comments from the initial review. For this round, I have focused on two changes: - as suggested by Andreas, we now call the de

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Greg Kurz
On Mon, 19 May 2014 14:02:39 +0200 Alexander Graf wrote: > > On 19.05.14 10:38, Greg Kurz wrote: > > Hi, > > > > This patch set tries to address comments from the initial > > review. For this round, I have focused on two changes: > > - as suggested by Andreas, we now call the device specific > >

Re: [Qemu-devel] [PATCH RFC V2 0/8] virtio: migrate new properties

2014-05-19 Thread Alexander Graf
On 19.05.14 10:38, Greg Kurz wrote: Hi, This patch set tries to address comments from the initial review. For this round, I have focused on two changes: - as suggested by Andreas, we now call the device specific code from the generic code to ease the implementation of future devices. This