Re: [Qemu-devel] [PATCH] hw/escc: Drop duplicate definition of 'disabled' property

2012-07-28 Thread Blue Swirl
Thanks, applied. On Tue, Jul 24, 2012 at 2:10 PM, Peter Maydell wrote: > Drop a duplicate definition of the 'disabled' property from > the escc qdev property list: this redefinition is currently > effectively ignored but will become an error. (The duplication > was inadvertently introduced in 200

Re: [Qemu-devel] [PATCH] hw/escc: Drop duplicate definition of 'disabled' property

2012-07-24 Thread Andreas Färber
Am 24.07.2012 16:10, schrieb Peter Maydell: > Drop a duplicate definition of the 'disabled' property from > the escc qdev property list: this redefinition is currently > effectively ignored but will become an error. (The duplication > was inadvertently introduced in 2009 in commit ec02f7dec2.) > >

[Qemu-devel] [PATCH] hw/escc: Drop duplicate definition of 'disabled' property

2012-07-24 Thread Peter Maydell
Drop a duplicate definition of the 'disabled' property from the escc qdev property list: this redefinition is currently effectively ignored but will become an error. (The duplication was inadvertently introduced in 2009 in commit ec02f7dec2.) Signed-off-by: Peter Maydell --- Other than the armv7m