Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

2014-09-09 Thread Gonglei (Arei)
Hi, > From: Eduardo Habkost [mailto:ehabk...@redhat.com] > > > > Subject: Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom > > > property > > > > > > > > On Fri, Sep 05, 2014 at 04:37:32PM +0800, arei.gong...@huawei.com > wrote: >

Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

2014-09-09 Thread Eduardo Habkost
On Tue, Sep 09, 2014 at 07:51:49AM +, Gonglei (Arei) wrote: > Hi, > > > Subject: RE: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom > > property > > > > > Subject: Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom > > property &g

Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

2014-09-09 Thread Gonglei (Arei)
Hi, > Subject: RE: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property > > > Subject: Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom > property > > > > On Fri, Sep 05, 2014 at 04:37:32PM +0800, arei.gong...@huawei.com wrote: > > >

Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

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

Re: [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

2014-09-05 Thread Eduardo Habkost
On Fri, Sep 05, 2014 at 04:37:32PM +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 24/28] ide: 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/ide/qdev.c | 14 ++ 1 file changed, 14