Re: [Qemu-devel] [PATCH] qdev: Fix Open Firmware comment

2012-07-24 Thread Stefan Weil
Am 23.07.2012 23:46, schrieb Peter Maydell: On 23 July 2012 19:49, Blue Swirl wrote: On Fri, Jul 20, 2012 at 9:04 PM, Stefan Weil wrote: +/* + * This callback is used to create Open Firmware device path in accordance + * with OF spec http://forthworks.com/standards/of1275.pdf. Ind

Re: [Qemu-devel] [PATCH] qdev: Fix Open Firmware comment

2012-07-23 Thread Peter Maydell
On 23 July 2012 19:49, Blue Swirl wrote: > On Fri, Jul 20, 2012 at 9:04 PM, Stefan Weil wrote: >> +/* >> + * This callback is used to create Open Firmware device path in >> accordance >> + * with OF spec http://forthworks.com/standards/of1275.pdf. Individual >> bus >> + * bindin

Re: [Qemu-devel] [PATCH] qdev: Fix Open Firmware comment

2012-07-23 Thread Blue Swirl
On Fri, Jul 20, 2012 at 9:04 PM, Stefan Weil wrote: > Commit 0d936928ef87ca1bb7b41b5b89c400c699a7691c removed code, > but left the related comment at a location where it no longer > belongs to. > > The patch moves the comment to the correct callback and improves the text. > > Signed-off-by: Stefan

Re: [Qemu-devel] [PATCH] qdev: Fix Open Firmware comment

2012-07-21 Thread Stefan Hajnoczi
On Fri, Jul 20, 2012 at 11:04:49PM +0200, Stefan Weil wrote: > Commit 0d936928ef87ca1bb7b41b5b89c400c699a7691c removed code, > but left the related comment at a location where it no longer > belongs to. > > The patch moves the comment to the correct callback and improves the text. > > Signed-off-

[Qemu-devel] [PATCH] qdev: Fix Open Firmware comment

2012-07-20 Thread Stefan Weil
Commit 0d936928ef87ca1bb7b41b5b89c400c699a7691c removed code, but left the related comment at a location where it no longer belongs to. The patch moves the comment to the correct callback and improves the text. Signed-off-by: Stefan Weil --- hw/qdev.h | 11 +-- 1 file changed, 5 inser