qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
@ 2009-03-27 20:03 Blue Swirl
  2009-03-27 20:27 ` [Qemu-devel] " Consul
  2009-03-27 20:33 ` Consul
  0 siblings, 2 replies; 6+ messages in thread
From: Blue Swirl @ 2009-03-27 20:03 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Hi,

In this version only the script invocation has been changed.

I still wonder if this is OK for Windows, please test.

[-- Attachment #2: option_system.diff.bz2 --]
[-- Type: application/x-bzip2, Size: 22325 bytes --]

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

* [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
  2009-03-27 20:03 [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6 Blue Swirl
@ 2009-03-27 20:27 ` Consul
  2009-03-27 20:52   ` Blue Swirl
  2009-03-27 20:33 ` Consul
  1 sibling, 1 reply; 6+ messages in thread
From: Consul @ 2009-03-27 20:27 UTC (permalink / raw)
  To: qemu-devel

Blue Swirl wrote:
> Hi,
> 
> In this version only the script invocation has been changed.
> 
> I still wonder if this is OK for Windows, please test.
No.
c:/test/qemu/vl.c: In function `main':
c:/test/qemu/vl.c:4663: error: `QEMU_OPTION_k' undeclared (first use in this function)
c:/test/qemu/vl.c:4663: error: (Each undeclared identifier is reported only once
c:/test/qemu/vl.c:4663: error: for each function it appears in.)
c:/test/qemu/vl.c:4842: error: `QEMU_OPTION_daemonize' undeclared (first use in this function)
c:/test/qemu/vl.c:4933: error: `QEMU_OPTION_chroot' undeclared (first use in this function)
c:/test/qemu/vl.c:4936: error: `QEMU_OPTION_runas' undeclared (first use in this function)
c:/test/qemu/vl.c:5146: warning: implicit declaration of function `dma_helper_init'
c:/test/qemu/vl.c:4269: warning: unused variable `pwd'
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/c/test/qemu/i386-softmmu'
make: *** [subdir-i386-softmmu] Error 2

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

* [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
  2009-03-27 20:03 [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6 Blue Swirl
  2009-03-27 20:27 ` [Qemu-devel] " Consul
@ 2009-03-27 20:33 ` Consul
  1 sibling, 0 replies; 6+ messages in thread
From: Consul @ 2009-03-27 20:33 UTC (permalink / raw)
  To: qemu-devel

Blue Swirl wrote:
> Hi,
> 
> In this version only the script invocation has been changed.
> 
> I still wonder if this is OK for Windows, please test.
No.
c:/test/qemu/vl.c: In function `main':
c:/test/qemu/vl.c:4663: error: `QEMU_OPTION_k' undeclared (first use in this function)
c:/test/qemu/vl.c:4663: error: (Each undeclared identifier is reported only once
c:/test/qemu/vl.c:4663: error: for each function it appears in.)
c:/test/qemu/vl.c:4842: error: `QEMU_OPTION_daemonize' undeclared (first use in this function)
c:/test/qemu/vl.c:4933: error: `QEMU_OPTION_chroot' undeclared (first use in this function)
c:/test/qemu/vl.c:4936: error: `QEMU_OPTION_runas' undeclared (first use in this function)
c:/test/qemu/vl.c:5146: warning: implicit declaration of function `dma_helper_init'
c:/test/qemu/vl.c:4269: warning: unused variable `pwd'
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/c/test/qemu/i386-softmmu'
make: *** [subdir-i386-softmmu] Error 2

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

* Re: [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
  2009-03-27 20:27 ` [Qemu-devel] " Consul
@ 2009-03-27 20:52   ` Blue Swirl
  2009-03-27 21:11     ` Consul
  0 siblings, 1 reply; 6+ messages in thread
From: Blue Swirl @ 2009-03-27 20:52 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

On 3/27/09, Consul <void@aleksoft.net> wrote:
> Blue Swirl wrote:
>
> > Hi,
> >
> > In this version only the script invocation has been changed.
> >
> > I still wonder if this is OK for Windows, please test.
> >
>  No.
>  c:/test/qemu/vl.c: In function `main':
>  c:/test/qemu/vl.c:4663: error: `QEMU_OPTION_k' undeclared (first use in
> this function)
>  c:/test/qemu/vl.c:4663: error: (Each undeclared identifier is reported only
> once
>  c:/test/qemu/vl.c:4663: error: for each function it appears in.)
>  c:/test/qemu/vl.c:4842: error: `QEMU_OPTION_daemonize' undeclared (first
> use in this function)
>  c:/test/qemu/vl.c:4933: error: `QEMU_OPTION_chroot' undeclared (first use
> in this function)
>  c:/test/qemu/vl.c:4936: error: `QEMU_OPTION_runas' undeclared (first use in
> this function)
>  c:/test/qemu/vl.c:5146: warning: implicit declaration of function
> `dma_helper_init'
>  c:/test/qemu/vl.c:4269: warning: unused variable `pwd'
>  make[1]: *** [vl.o] Error 1
>  make[1]: Leaving directory `/c/test/qemu/i386-softmmu'
>  make: *** [subdir-i386-softmmu] Error 2

Some #ifdefs are needed, but hxtool seems to work. How about this version?

[-- Attachment #2: option_system.diff.bz2 --]
[-- Type: application/x-bzip2, Size: 22475 bytes --]

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

* [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
  2009-03-27 20:52   ` Blue Swirl
@ 2009-03-27 21:11     ` Consul
  2009-03-28  6:23       ` Blue Swirl
  0 siblings, 1 reply; 6+ messages in thread
From: Consul @ 2009-03-27 21:11 UTC (permalink / raw)
  To: qemu-devel

Blue Swirl wrote:
> 
> Some #ifdefs are needed, but hxtool seems to work. How about this version?

ACK
Compiles ok and appears to run fine.

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

* Re: [Qemu-devel] Re: [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6
  2009-03-27 21:11     ` Consul
@ 2009-03-28  6:23       ` Blue Swirl
  0 siblings, 0 replies; 6+ messages in thread
From: Blue Swirl @ 2009-03-28  6:23 UTC (permalink / raw)
  To: qemu-devel

On 3/27/09, Consul <void@aleksoft.net> wrote:
> Blue Swirl wrote:
>
> >
> > Some #ifdefs are needed, but hxtool seems to work. How about this version?
> >
>
>  ACK
>  Compiles ok and appears to run fine.

Thank you for testing.

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

end of thread, other threads:[~2009-03-28  6:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 20:03 [Qemu-devel] [PATCH] [RFC] Syncing documentation vs. -help vs. qemu_options table v6 Blue Swirl
2009-03-27 20:27 ` [Qemu-devel] " Consul
2009-03-27 20:52   ` Blue Swirl
2009-03-27 21:11     ` Consul
2009-03-28  6:23       ` Blue Swirl
2009-03-27 20:33 ` Consul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).