Re: [Qemu-devel] [PATCH] hw/arm_sysctl: Drop legacy init function

2012-02-09 Thread Andreas Färber
Am 09.02.2012 07:59, schrieb Peter Maydell: > Drop the legacy init function arm_sysctl_init(), since it has no > users left any more. This allows us to drop the awkward '1' from > the actual device init function. > > Signed-off-by: Peter Maydell No other occurrences in the code, Acked-by: Andre

[Qemu-devel] [PATCH] hw/arm_sysctl: Drop legacy init function

2012-02-08 Thread Peter Maydell
Drop the legacy init function arm_sysctl_init(), since it has no users left any more. This allows us to drop the awkward '1' from the actual device init function. Signed-off-by: Peter Maydell --- The legacy function also had the 'set property after init' bug (in fact this is the original source f