Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-09-07 Thread Jan Kiszka
On 2011-09-07 12:34, Gleb Natapov wrote: > On Wed, Sep 07, 2011 at 12:27:23PM +0200, Jan Kiszka wrote: >> On 2011-09-07 11:50, Gleb Natapov wrote: >>> On Wed, Aug 31, 2011 at 08:31:26PM +0200, Jan Kiszka wrote: On 2011-08-29 23:19, Anthony Liguori wrote: > On 08/29/2011 03:56 PM, Jan Kiszk

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-09-07 Thread Gleb Natapov
On Wed, Sep 07, 2011 at 12:27:23PM +0200, Jan Kiszka wrote: > On 2011-09-07 11:50, Gleb Natapov wrote: > > On Wed, Aug 31, 2011 at 08:31:26PM +0200, Jan Kiszka wrote: > >> On 2011-08-29 23:19, Anthony Liguori wrote: > >>> On 08/29/2011 03:56 PM, Jan Kiszka wrote: > On 2011-08-29 21:23, Anthony

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-09-07 Thread Jan Kiszka
On 2011-09-07 11:50, Gleb Natapov wrote: > On Wed, Aug 31, 2011 at 08:31:26PM +0200, Jan Kiszka wrote: >> On 2011-08-29 23:19, Anthony Liguori wrote: >>> On 08/29/2011 03:56 PM, Jan Kiszka wrote: On 2011-08-29 21:23, Anthony Liguori wrote: > On 08/26/2011 09:48 AM, Jan Kiszka wrote: >>

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-09-07 Thread Gleb Natapov
On Wed, Aug 31, 2011 at 08:31:26PM +0200, Jan Kiszka wrote: > On 2011-08-29 23:19, Anthony Liguori wrote: > > On 08/29/2011 03:56 PM, Jan Kiszka wrote: > >> On 2011-08-29 21:23, Anthony Liguori wrote: > >>> On 08/26/2011 09:48 AM, Jan Kiszka wrote: > In order to address devices for that the us

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-08-31 Thread Jan Kiszka
On 2011-08-29 23:19, Anthony Liguori wrote: > On 08/29/2011 03:56 PM, Jan Kiszka wrote: >> On 2011-08-29 21:23, Anthony Liguori wrote: >>> On 08/26/2011 09:48 AM, Jan Kiszka wrote: In order to address devices for that the user forgot or is even unable (no_user) to provide an ID, assign an

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-08-29 Thread Anthony Liguori
On 08/29/2011 03:56 PM, Jan Kiszka wrote: On 2011-08-29 21:23, Anthony Liguori wrote: On 08/26/2011 09:48 AM, Jan Kiszka wrote: In order to address devices for that the user forgot or is even unable (no_user) to provide an ID, assign an automatically generated one. Such IDs have the format #, t

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-08-29 Thread Jan Kiszka
On 2011-08-29 21:23, Anthony Liguori wrote: > On 08/26/2011 09:48 AM, Jan Kiszka wrote: >> In order to address devices for that the user forgot or is even unable >> (no_user) to provide an ID, assign an automatically generated one. Such >> IDs have the format #, thus are outside the name space avai

Re: [Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-08-29 Thread Anthony Liguori
On 08/26/2011 09:48 AM, Jan Kiszka wrote: In order to address devices for that the user forgot or is even unable (no_user) to provide an ID, assign an automatically generated one. Such IDs have the format #, thus are outside the name space availing to users. Don't use them for bus naming to avoid

[Qemu-devel] [PATCH 6/6] qdev: Generate IDs for anonymous devices

2011-08-26 Thread Jan Kiszka
In order to address devices for that the user forgot or is even unable (no_user) to provide an ID, assign an automatically generated one. Such IDs have the format #, thus are outside the name space availing to users. Don't use them for bus naming to avoid any other user-visible change. CC: Markus