Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-16 Thread Markus Armbruster
Andreas Färber writes: > Am 29.11.2013 10:43, schrieb arm...@redhat.com: >> From: Markus Armbruster >> >> Pointer properties can be set only by code, not by device_add. A >> device with a pointer property can't work with device_add only unless >> the property may remain null. cannot_instantia

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-16 Thread Marcel Apfelbaum
On Sun, 2013-12-15 at 21:51 +0100, Andreas Färber wrote: > Am 02.12.2013 09:52, schrieb Marcel Apfelbaum: > > On Sun, 2013-12-01 at 16:14 +0100, Andreas Färber wrote: > >> The alternative BTW is dropping all those pointer properties and > >> replacing them with link<> properties. Paolo tried that f

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-15 Thread Andreas Färber
Am 29.11.2013 10:43, schrieb arm...@redhat.com: > From: Markus Armbruster > > Pointer properties can be set only by code, not by device_add. A > device with a pointer property can't work with device_add only unless > the property may remain null. cannot_instantiate_with_device_add_yet > needs t

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-15 Thread Andreas Färber
Am 02.12.2013 09:52, schrieb Marcel Apfelbaum: > On Sun, 2013-12-01 at 16:14 +0100, Andreas Färber wrote: >> The alternative BTW is dropping all those pointer properties and >> replacing them with link<> properties. Paolo tried that for the OMAP >> timers once but I fear that series was never picke

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-02 Thread Marcel Apfelbaum
On Mon, 2013-12-02 at 08:30 +0100, Markus Armbruster wrote: > Andreas Färber writes: > > > Am 01.12.2013 14:13, schrieb Marcel Apfelbaum: > >> On Fri, 2013-11-29 at 10:43 +0100, arm...@redhat.com wrote: > >>> From: Markus Armbruster > >>> > >>> Pointer properties can be set only by code, not by

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-02 Thread Marcel Apfelbaum
On Sun, 2013-12-01 at 16:14 +0100, Andreas Färber wrote: > Am 01.12.2013 14:13, schrieb Marcel Apfelbaum: > > On Fri, 2013-11-29 at 10:43 +0100, arm...@redhat.com wrote: > >> From: Markus Armbruster > >> > >> Pointer properties can be set only by code, not by device_add. A > >> device with a poin

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-01 Thread Markus Armbruster
Andreas Färber writes: > Am 01.12.2013 14:13, schrieb Marcel Apfelbaum: >> On Fri, 2013-11-29 at 10:43 +0100, arm...@redhat.com wrote: >>> From: Markus Armbruster >>> >>> Pointer properties can be set only by code, not by device_add. A >>> device with a pointer property can't work with device_a

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-01 Thread Andreas Färber
Am 01.12.2013 14:13, schrieb Marcel Apfelbaum: > On Fri, 2013-11-29 at 10:43 +0100, arm...@redhat.com wrote: >> From: Markus Armbruster >> >> Pointer properties can be set only by code, not by device_add. A >> device with a pointer property can't work with device_add only unless >> the property m

Re: [Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-12-01 Thread Marcel Apfelbaum
On Fri, 2013-11-29 at 10:43 +0100, arm...@redhat.com wrote: > From: Markus Armbruster > > Pointer properties can be set only by code, not by device_add. A > device with a pointer property can't work with device_add only unless > the property may remain null. cannot_instantiate_with_device_add_y

[Qemu-devel] [PATCH 0/2] Pointer properties and device_add

2013-11-29 Thread armbru
From: Markus Armbruster Pointer properties can be set only by code, not by device_add. A device with a pointer property can't work with device_add only unless the property may remain null. cannot_instantiate_with_device_add_yet needs to be set then. PATCH 1/2 sets it when needed and else docum