qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v3
Date: Wed, 18 Mar 2009 10:15:23 +0000
User-agent: KMail/1.9.9

On Wednesday 18 March 2009, Avi Kivity wrote:
> Paul Brook wrote:
> >> This version uses a C tool to parse the options file instead of Perl
> >> script. I also added HXCOMM for comment purposes.
> >>
> >> Does this work on Windows?
> >
> > I'm pretty sure it doesn't work in cross environments.
>
> Just have qemu-user run the thing.

That's not going to work for several reasons:
- You might not be building qemu-user.
- qemu-user only supports a very small subset of systems. e.g. it's no use for 
linux->windows cross builds, which I expect to be the most common case
- The necessary runtime libraries might not be installed. Even if they are, 
qemu probably doesn't know where to find them.

Paul




reply via email to

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