qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/4] Add device tree machine


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 2/4] Add device tree machine
Date: Wed, 10 Jun 2009 21:30:51 +0300

On 6/10/09, Paul Brook <address@hidden> wrote:
> FDT based machine creation.
>  When -M foo is specified look for and use foo.fdb.
>  Build and ship board configs.

Cool.

>   if test "$preadv" = "yes" ; then
>  -  echo "#define HAVE_PREADV 1" >> $config_h
>  +  echo "#defne HAVE_PREADV 1" >> $config_h

#defne?

>  +    buf = qemu_mallocz(strlen(name) + 5);
>  +    sprintf(buf, "%s.dtb", name);

snprintf?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]