Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-11 Thread Peter Maydell
On 10 August 2012 18:15, Andreas Färber wrote: > Am 02.08.2012 15:48, schrieb Peter Maydell: >> On 2 August 2012 02:16, Andreas Färber wrote: >>> +hw-obj-$(CONFIG_STELLARIS_ENET) += stellaris_enet.o >> >> Why just this stellaris device and not the others? > > So, turns out there was an actual rea

Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-10 Thread Andreas Färber
Am 02.08.2012 15:48, schrieb Peter Maydell: > On 2 August 2012 02:16, Andreas Färber wrote: >> +hw-obj-$(CONFIG_STELLARIS_ENET) += stellaris_enet.o > > Why just this stellaris device and not the others? So, turns out there was an actual reason: CClibhw64/hw/stellaris.o In file included fr

Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-02 Thread Andreas Färber
Am 02.08.2012 17:01, schrieb Peter Maydell: > On 2 August 2012 15:53, Andreas Färber wrote: >> In practice, it seemed that usage of these devices is rather fragmented >> (not all boards use all PLxxx devices) so that per-device config names >> as in master allow for fine-grained control of which d

Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-02 Thread Peter Maydell
On 2 August 2012 15:53, Andreas Färber wrote: > Am 02.08.2012 15:48, schrieb Peter Maydell: >> On 2 August 2012 02:16, Andreas Färber wrote: >>> Signed-off-by: Andreas Färber >>> --- >>> Hello Peter, here's my current draft for subjecting more arm devices to the >>> stricter device checks in l

Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-02 Thread Andreas Färber
Am 02.08.2012 15:48, schrieb Peter Maydell: > On 2 August 2012 02:16, Andreas Färber wrote: >> Signed-off-by: Andreas Färber >> --- >> Hello Peter, here's my current draft for subjecting more arm devices to the >> stricter device checks in libhwX. Please review desired granularity (here: >> fi

Re: [Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-02 Thread Peter Maydell
On 2 August 2012 02:16, Andreas Färber wrote: > Signed-off-by: Andreas Färber > --- > Hello Peter, here's my current draft for subjecting more arm devices to the > stricter device checks in libhwX. Please review desired granularity (here: > fine-grained) and naming (e.g., PL310 vs. l2x0). > S

[Qemu-devel] [PATCH RFC for-1.2] arm: Move some ARM devices into libhw

2012-08-01 Thread Andreas Färber
Signed-off-by: Andreas Färber --- Hello Peter, here's my current draft for subjecting more arm devices to the stricter device checks in libhwX. Please review desired granularity (here: fine-grained) and naming (e.g., PL310 vs. l2x0). Since this is preparing for a future armeb-softmmu, Anthony'