On Mon, Jan 30, 2012 at 12:36:40PM +0100, Andreas Färber wrote: > Am 29.01.2012 21:36, schrieb Grant Likely: > > On Sun, Jan 29, 2012 at 07:13:55PM +0000, Peter Maydell wrote: > >> On 29 January 2012 16:01, Grant Likely <grant.lik...@secretlab.ca> wrote: > >>> +DEF("dtb", HAS_ARG, QEMU_OPTION_dtb, \ > >>> + "-dtb file use 'file' as a device tree image\n", QEMU_ARCH_ARM) > >> > >> Needs more spaces to make it line up right in -help output: > >> Linux/Multiboot boot specific: > >> -kernel bzImage use 'bzImage' as kernel image > >> -append cmdline use 'cmdline' as kernel command line > >> -initrd file use 'file' as initial ram disk > >> -dtb file use 'file' as a device tree image > > > > Fixed. > > > > New patch below... > > > > --- > > diff --git a/Makefile.target b/Makefile.target > > index 68481a3..5e465ec 100644 > > --- a/Makefile.target > > +++ b/Makefile.target > [snip] > > Please always post patches using git-send-email and indicate the version > number as [PATCH vX] (opinions are divided whether as reply or as > top-level). The changes should be described below the commit message (or > in a cover letter). > > http://wiki.qemu.org/Contribute/SubmitAPatch > > Andreas
I was really only including the new versions in my replies to shorten up the review cycle. I'll repost correctly when it looks like all comments are resolved. g.