Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-20 Thread Jan Kiszka
On 2011-09-19 16:24, Kevin Wolf wrote: > Am 19.09.2011 16:05, schrieb Anthony Liguori: >> On 09/19/2011 02:26 AM, Jan Kiszka wrote: >>> On 2011-09-16 20:03, Anthony Liguori wrote: So this is a simplification that I plan on running with. For now, I think this series is the right nex

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-19 Thread Kevin Wolf
Am 19.09.2011 16:05, schrieb Anthony Liguori: > On 09/19/2011 02:26 AM, Jan Kiszka wrote: >> On 2011-09-16 20:03, Anthony Liguori wrote: >>> So this is a simplification that I plan on running with. For now, I think >>> this >>> series is the right next step because it gives us a path name for the

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-19 Thread Anthony Liguori
On 09/19/2011 02:26 AM, Jan Kiszka wrote: On 2011-09-16 20:03, Anthony Liguori wrote: So this is a simplification that I plan on running with. For now, I think this series is the right next step because it gives us a path name for the name (although different syntax) and let's us enforce that a

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-19 Thread Kevin Wolf
Am 16.09.2011 20:03, schrieb Anthony Liguori: > On 09/16/2011 12:11 PM, Kevin Wolf wrote: >> Am 16.09.2011 18:54, schrieb Anthony Liguori: >>> This series just asks the device model developer to come up with a unique >>> *when* >>> they're doing device composition. Even with a totally path based

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-19 Thread Jan Kiszka
On 2011-09-16 20:21, Anthony Liguori wrote: > On 09/16/2011 11:48 AM, Jan Kiszka wrote: >> On 2011-09-16 18:00, Anthony Liguori wrote: >>> This series introduces an infrastructure to remove anonymous devices from >>> qdev. >>> Anonymous devices are one of the big gaps between qdev and QOM so remov

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-19 Thread Jan Kiszka
On 2011-09-16 20:03, Anthony Liguori wrote: > On 09/16/2011 12:11 PM, Kevin Wolf wrote: >> Am 16.09.2011 18:54, schrieb Anthony Liguori: >>> This series just asks the device model developer to come up with a unique >>> *when* >>> they're doing device composition. Even with a totally path based in

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-17 Thread Blue Swirl
On Fri, Sep 16, 2011 at 4:00 PM, Anthony Liguori wrote: > This series introduces an infrastructure to remove anonymous devices from > qdev. > Anonymous devices are one of the big gaps between qdev and QOM so removing is > a prerequisite to incrementally merging QOM. > > Besides the infrastructure

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
On 09/16/2011 11:48 AM, Jan Kiszka wrote: On 2011-09-16 18:00, Anthony Liguori wrote: This series introduces an infrastructure to remove anonymous devices from qdev. Anonymous devices are one of the big gaps between qdev and QOM so removing is a prerequisite to incrementally merging QOM. Beside

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
On 09/16/2011 12:03 PM, Jan Kiszka wrote: On 2011-09-16 18:54, Anthony Liguori wrote: On 09/16/2011 11:48 AM, Jan Kiszka wrote: On 2011-09-16 18:00, Anthony Liguori wrote: This series introduces an infrastructure to remove anonymous devices from qdev. Anonymous devices are one of the big gaps

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
On 09/16/2011 12:11 PM, Kevin Wolf wrote: Am 16.09.2011 18:54, schrieb Anthony Liguori: This series just asks the device model developer to come up with a unique *when* they're doing device composition. Even with a totally path based interface, this is always going to be a firm requirement. I

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Kevin Wolf
Am 16.09.2011 18:54, schrieb Anthony Liguori: > On 09/16/2011 11:48 AM, Jan Kiszka wrote: >> On 2011-09-16 18:00, Anthony Liguori wrote: >>> This series introduces an infrastructure to remove anonymous devices from >>> qdev. >>> Anonymous devices are one of the big gaps between qdev and QOM so rem

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Jan Kiszka
On 2011-09-16 18:54, Anthony Liguori wrote: > On 09/16/2011 11:48 AM, Jan Kiszka wrote: >> On 2011-09-16 18:00, Anthony Liguori wrote: >>> This series introduces an infrastructure to remove anonymous devices from >>> qdev. >>> Anonymous devices are one of the big gaps between qdev and QOM so remov

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
On 09/16/2011 11:48 AM, Jan Kiszka wrote: On 2011-09-16 18:00, Anthony Liguori wrote: This series introduces an infrastructure to remove anonymous devices from qdev. Anonymous devices are one of the big gaps between qdev and QOM so removing is a prerequisite to incrementally merging QOM. Beside

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Jan Kiszka
On 2011-09-16 18:00, Anthony Liguori wrote: > This series introduces an infrastructure to remove anonymous devices from > qdev. > Anonymous devices are one of the big gaps between qdev and QOM so removing is > a prerequisite to incrementally merging QOM. > > Besides the infrastructure, I also con

[Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
This series introduces an infrastructure to remove anonymous devices from qdev. Anonymous devices are one of the big gaps between qdev and QOM so removing is a prerequisite to incrementally merging QOM. Besides the infrastructure, I also converted almost all of the possible PC devices to have uniq

Re: [Qemu-devel] [PATCH 00/14] qdev: assign unique names to all devices (part 1)

2011-09-16 Thread Anthony Liguori
On 09/16/2011 11:00 AM, Anthony Liguori wrote: This series introduces an infrastructure to remove anonymous devices from qdev. Anonymous devices are one of the big gaps between qdev and QOM so removing is a prerequisite to incrementally merging QOM. Besides the infrastructure, I also converted a