From: Thiemo Seufer <ths@networkno.de>
To: Hotmail <computers57@hotmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] another patch against head
Date: Sun, 2 Dec 2007 17:49:37 +0000 [thread overview]
Message-ID: <20071202174937.GF617@networkno.de> (raw)
In-Reply-To: <BAY133-DAV637B7F780E49F1E79CD89B9710@phx.gbl>
Hotmail wrote:
[snip]
> Index: Makefile
> ===================================================================
> RCS file: /sources/qemu/qemu/Makefile,v
> retrieving revision 1.136
> diff -u -r1.136 Makefile
> --- Makefile 24 Nov 2007 23:35:07 -0000 1.136
> +++ Makefile 30 Nov 2007 15:29:08 -0000
> @@ -15,7 +15,11 @@
>
> CPPFLAGS += -I. -I$(SRC_PATH) -MMD -MP
> CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> +ifdef CONFIG_WIN32
> +LIBS= -lmingw32 -mno-cygwin
This should be done in the configure script via OS_LDFLAGS.
> +else
> LIBS=
> +endif
> ifdef CONFIG_STATIC
> BASE_LDFLAGS += -static
> endif
> Index: cocoa.m
> ===================================================================
> RCS file: /sources/qemu/qemu/cocoa.m,v
> retrieving revision 1.14
> diff -u -r1.14 cocoa.m
> --- cocoa.m 17 Nov 2007 17:14:37 -0000 1.14
> +++ cocoa.m 30 Nov 2007 15:29:09 -0000
> @@ -751,7 +751,7 @@
>
> [op setMessage:@"Select the disk image you want to boot.\n\nHit the \"Cancel\" button to quit"];
>
> - [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",@"dmg",@"qcow",@"cow",@"cloop",@"vmdk",nil]
> + [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",@"dmg",@"qcow",@"qcow2",@"cow",@"cloop",@"vmdk",nil]
That's still incomplete WT to object formats supported, I leave that out
until somebody actually completed and tested it.
> modalForWindow:window modalDelegate:self
> didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:) contextInfo:NULL];
> }
> Index: monitor.c
> ===================================================================
> RCS file: /sources/qemu/qemu/monitor.c,v
> retrieving revision 1.87
> diff -u -r1.87 monitor.c
> --- monitor.c 18 Nov 2007 01:44:35 -0000 1.87
> +++ monitor.c 30 Nov 2007 15:29:10 -0000
> @@ -29,6 +29,7 @@
> #include "gdbstub.h"
> #include "net.h"
> #include "qemu-char.h"
> +#include "qemu-timer.h"
I don't see where the monitor would use a timer.
Can you post the compiler error message which is solved by this include?
> #include "sysemu.h"
> #include "console.h"
> #include "block.h"
> Index: hw/adlib.c
> ===================================================================
> RCS file: /sources/qemu/qemu/hw/adlib.c,v
> retrieving revision 1.8
> diff -u -r1.8 adlib.c
> --- hw/adlib.c 17 Nov 2007 17:14:40 -0000 1.8
> +++ hw/adlib.c 30 Nov 2007 15:29:10 -0000
> @@ -23,7 +23,9 @@
> */
> #include <assert.h>
> #include "hw.h"
> +#include "audio/audio.h"
Added.
> #include "audiodev.h"
> +#include "qemu-timer.h"
Only needed for #define DEBUG, I added a variant which takes this
into account.
Thiemo
next prev parent reply other threads:[~2007-12-02 17:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-28 17:28 Re : [Qemu-devel] another patch against head Sylvain Petreolle
2007-11-30 15:35 ` Hotmail
2007-12-02 17:49 ` Thiemo Seufer [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-27 19:17 Hotmail
2007-11-28 12:49 ` Johannes Schindelin
2007-11-28 13:39 ` Samuel Thibault
2007-11-28 14:01 ` Johannes Schindelin
2007-11-28 14:09 ` Samuel Thibault
2007-11-28 14:34 ` Johannes Schindelin
2007-11-28 16:16 ` Hotmail
2007-11-28 16:35 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071202174937.GF617@networkno.de \
--to=ths@networkno.de \
--cc=computers57@hotmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).