Re: [Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom property

2014-09-09 Thread Gonglei (Arei)
Hi, > > Subject: Re: [Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom > > property > > > > On Fri, Sep 05, 2014 at 04:37:16PM +0800, arei.gong...@huawei.com wrote: > > > From: Gonglei > > > > > > Add a qom property with the same

Re: [Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom property

2014-09-08 Thread Gonglei
> Subject: Re: [Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom > property > > On Fri, Sep 05, 2014 at 04:37:16PM +0800, arei.gong...@huawei.com wrote: > > From: Gonglei > > > > Add a qom property with the same name 'bootindex', > > whe

Re: [Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom property

2014-09-05 Thread Eduardo Habkost
On Fri, Sep 05, 2014 at 04:37:16PM +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > Add a qom property with the same name 'bootindex', > when we remove it form qdev property, things will > continue to work just fine, and we can use qom features > which are not supported by qdev property.

[Qemu-devel] [PATCH v7 08/28] virtio-net: add bootindex to qom property

2014-09-05 Thread arei.gonglei
From: Gonglei Add a qom property with the same name 'bootindex', when we remove it form qdev property, things will continue to work just fine, and we can use qom features which are not supported by qdev property. Signed-off-by: Gonglei --- hw/net/virtio-net.c| 3 +++ hw/virtio/virtio-pci.