qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Kazu" <kazoo@r3.dion.ne.jp>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Default BIOS path for win32
Date: Wed, 10 Aug 2005 18:02:10 +0900	[thread overview]
Message-ID: <002001c59d8a$314d14b0$0464a8c0@athlon> (raw)
In-Reply-To: yf9zmrt522u.fsf@mc.pp.se

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

Hi,

A default BIOS path isn't set properly for win32 when a slash is used to set
a drive letter. Attached patch is a workaround for it. It's OK when a path
is set manually by -L option.

Regards,
Kazu

[-- Attachment #2: qemu-0.7.1-bios.patch --]
[-- Type: application/octet-stream, Size: 381 bytes --]

--- qemu-0.7.1.orig/configure	Mon Jul 25 03:52:08 2005
+++ qemu/configure	Tue Aug  2 19:15:34 2005
@@ -356,10 +356,10 @@
 
 if test "$mingw32" = "yes" ; then
 if test -z "$prefix" ; then
-    prefix="/c/Program Files/Qemu"
+    prefix="c:/Program Files/Qemu"
 fi
 mandir="$prefix"
-datadir="$prefix"
+datadir="$prefix/bios"
 docdir="$prefix"
 bindir="$prefix"
 else

      reply	other threads:[~2005-08-10  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-07 13:06 [Qemu-devel] [PATCH] Fix broken fp comparison on PPC host Marcus Comstedt
2005-08-10  9:02 ` Kazu [this message]

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='002001c59d8a$314d14b0$0464a8c0@athlon' \
    --to=kazoo@r3.dion.ne.jp \
    --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).