All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
@ 2010-03-22 18:12 Juergen Lock
  2010-03-23 19:45 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Lock @ 2010-03-22 18:12 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>

--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -759,6 +759,10 @@ int main(int argc, char **argv)
     }
 
     cpu_model = NULL;
+#if defined(cpudef_setup)
+    cpudef_setup(); /* parse cpu definitions in target config file (TBD) */
+#endif
+
     optind = 1;
     for(;;) {
         if (optind >= argc)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48
  2010-03-22 18:12 [Qemu-devel] [PATCH] Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 Juergen Lock
@ 2010-03-23 19:45 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2010-03-23 19:45 UTC (permalink / raw)
  To: Juergen Lock; +Cc: qemu-devel

Thanks, applied.

On 3/22/10, Juergen Lock <nox@jelal.kn-bremen.de> wrote:
> Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>
>
>  --- a/bsd-user/main.c
>  +++ b/bsd-user/main.c
>  @@ -759,6 +759,10 @@ int main(int argc, char **argv)
>      }
>
>      cpu_model = NULL;
>  +#if defined(cpudef_setup)
>  +    cpudef_setup(); /* parse cpu definitions in target config file (TBD) */
>  +#endif
>  +
>      optind = 1;
>      for(;;) {
>          if (optind >= argc)
>
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-23 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-22 18:12 [Qemu-devel] [PATCH] Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 Juergen Lock
2010-03-23 19:45 ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.