qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] bug in qemu last win32 snapshot (12132007)
@ 2008-01-02  0:04 Sebastien WILLEMIJNS
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien WILLEMIJNS @ 2008-01-02  0:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: t-takeda

(cc to the windows dev port)

hello,

happy new year

C:\qemu4windows\qemu-0.9.0-windows>if exist
..\qemusave\kqemu-1.3.0pre11.tar.gz
qemu -kernel-kqemu -soundhw all -m 256 -L
\qemu4windows\qemu-0.9.0-windows -cdro
m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139
-net use
r,vlan=0,hostname=foo
qemu: could not open disk image ..toto.img



"-hda ..\toto.img" does not works
moving toto.img to the directory and modify commandline to "-hda
toto.img" works !


config: XP SP2 French 100% patched.



--- 
 
  Sébastien WILLEMIJNS
              

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

* [Qemu-devel] bug in qemu last win32 snapshot (12132007)
@ 2008-01-02  0:05 Sebastien WILLEMIJNS
  2008-01-02  0:30 ` Sebastien WILLEMIJNS
  2008-01-02  8:09 ` c.w. Betts
  0 siblings, 2 replies; 8+ messages in thread
From: Sebastien WILLEMIJNS @ 2008-01-02  0:05 UTC (permalink / raw)
  To: qemu-devel

(cc to the windows dev port)

hello,

happy new year

C:\qemu4windows\qemu-0.9.0-windows>if exist
..\qemusave\kqemu-1.3.0pre11.tar.gz
qemu -kernel-kqemu -soundhw all -m 256 -L
\qemu4windows\qemu-0.9.0-windows -cdro
m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139
-net use
r,vlan=0,hostname=foo
qemu: could not open disk image ..toto.img



"-hda ..\toto.img" does not works
moving toto.img to the directory and modify commandline to "-hda
toto.img" works !


config: XP SP2 French 100% patched.

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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
  2008-01-02  0:05 Sebastien WILLEMIJNS
@ 2008-01-02  0:30 ` Sebastien WILLEMIJNS
  2008-01-02  8:09 ` c.w. Betts
  1 sibling, 0 replies; 8+ messages in thread
From: Sebastien WILLEMIJNS @ 2008-01-02  0:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: t-takeda

i complete my last message to write "qemu-0.9.0-windows" directory
contains of course latest build ;)
--- 
 
  Sébastien WILLEMIJNS
              

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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
  2008-01-02  0:05 Sebastien WILLEMIJNS
  2008-01-02  0:30 ` Sebastien WILLEMIJNS
@ 2008-01-02  8:09 ` c.w. Betts
  2008-01-02  9:00   ` Sebastien WILLEMIJNS
  1 sibling, 1 reply; 8+ messages in thread
From: c.w. Betts @ 2008-01-02  8:09 UTC (permalink / raw)
  To: qemu-devel

You have to use double slashes, like "\\".  On POSIX systems, the "\" 
basically says to use a special character (i.e. \n is a new line \t is a 
tab).  However, on DOS systems, it is used to show a directory.  Using two 
of those slashes, you will be passing to qemu that you want to use a 
directory, and not a special character
----- Original Message ----- 
From: "Sebastien WILLEMIJNS" <sebastien@willemijns.com>
To: <qemu-devel@nongnu.org>
Sent: Tuesday, January 01, 2008 5:05 PM
Subject: [Qemu-devel] bug in qemu last win32 snapshot (12132007)


> (cc to the windows dev port)
>
> hello,
>
> happy new year
>
> C:\qemu4windows\qemu-0.9.0-windows>if exist
> ..\qemusave\kqemu-1.3.0pre11.tar.gz
> qemu -kernel-kqemu -soundhw all -m 256 -L
> \qemu4windows\qemu-0.9.0-windows -cdro
> m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139
> -net use
> r,vlan=0,hostname=foo
> qemu: could not open disk image ..toto.img
>
>
>
> "-hda ..\toto.img" does not works
> moving toto.img to the directory and modify commandline to "-hda
> toto.img" works !
>
>
> config: XP SP2 French 100% patched.
>
>
>
>
>
> 

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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
  2008-01-02  8:09 ` c.w. Betts
@ 2008-01-02  9:00   ` Sebastien WILLEMIJNS
  2008-01-03 19:42     ` Sergey Bychkov
  0 siblings, 1 reply; 8+ messages in thread
From: Sebastien WILLEMIJNS @ 2008-01-02  9:00 UTC (permalink / raw)
  To: qemu-devel


On Wed, 2 Jan 2008 01:09:09 -0700, "c.w. Betts"

<computers57@hotmail.com> said:

> You have to use double slashes, like "\\".  

> ----- Original Message ----- 
> > "-hda ..\toto.img" does not works
> > moving toto.img to the directory and modify commandline to "-hda
> > toto.img" works !

hello, 
thanks of your answer. it works well...

... but it is a new information to write inside win documentation
because if i use qemu-0.9.0 windows stable build
"\\" is not mandatory...
--- 
 
  Sébastien WILLEMIJNS
              

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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
  2008-01-02  9:00   ` Sebastien WILLEMIJNS
@ 2008-01-03 19:42     ` Sergey Bychkov
  0 siblings, 0 replies; 8+ messages in thread
From: Sergey Bychkov @ 2008-01-03 19:42 UTC (permalink / raw)
  To: qemu-devel

----- Original Message ----- 
From: "Sebastien WILLEMIJNS" <persoseb@willemijns.com>
To: <qemu-devel@nongnu.org>
Sent: 2.01.2008 11:00
Subject: Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)


>... but it is a new information to write inside win documentation
>because if i use qemu-0.9.0 windows stable build
>"\\" is not mandatory...

Looks like result of patch posted by "Cd-MaN" 30.12.2007 12:01 EEST

Sergey Bychkow
ICQ: 21014758
FTN: 2:450/118.55

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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
@ 2008-01-04  7:45 Balazs Attila-Mihaly (Cd-MaN)
  2008-01-04 13:05 ` Sebastien WILLEMIJNS
  0 siblings, 1 reply; 8+ messages in thread
From: Balazs Attila-Mihaly (Cd-MaN) @ 2008-01-04  7:45 UTC (permalink / raw)
  To: qemu-devel

I didn't see any messages indicating that my patch was committed to CVS. Maybe I missed it. I someone could confirm that this is indeed the case, I can look at it Monday on a Windows system...

----- Original Message ----
From: Sergey Bychkov <sergb@unichrom.com>
To: qemu-devel@nongnu.org
Sent: Thursday, 3 January, 2008 9:42:18 PM
Subject: Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)

----- Original Message ----- 
From: "Sebastien WILLEMIJNS" <persoseb@willemijns.com>
To: <qemu-devel@nongnu.org>
Sent: 2.01.2008 11:00
Subject: Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)


>... but it is a new information to write inside win documentation
>because if i use qemu-0.9.0 windows stable build
>"\\" is not mandatory...

Looks like result of patch posted by "Cd-MaN" 30.12.2007 12:01 EEST

Sergey Bychkow
ICQ: 21014758
FTN: 2:450/118.55







      __________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com


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

* Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)
  2008-01-04  7:45 Balazs Attila-Mihaly (Cd-MaN)
@ 2008-01-04 13:05 ` Sebastien WILLEMIJNS
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastien WILLEMIJNS @ 2008-01-04 13:05 UTC (permalink / raw)
  To: qemu-devel


On Thu, 3 Jan 2008 23:45:11 -0800 (PST), "Balazs Attila-Mihaly (Cd-MaN)"
<x_at_y_or_z@yahoo.com> said:

> Looks like result of patch posted by "Cd-MaN" 30.12.2007 12:01 EEST

I do not know how to compile QEMU windows ;) 
--- 
 
  Sébastien WILLEMIJNS
              

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

end of thread, other threads:[~2008-01-04 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-02  0:04 [Qemu-devel] bug in qemu last win32 snapshot (12132007) Sebastien WILLEMIJNS
  -- strict thread matches above, loose matches on Subject: below --
2008-01-02  0:05 Sebastien WILLEMIJNS
2008-01-02  0:30 ` Sebastien WILLEMIJNS
2008-01-02  8:09 ` c.w. Betts
2008-01-02  9:00   ` Sebastien WILLEMIJNS
2008-01-03 19:42     ` Sergey Bychkov
2008-01-04  7:45 Balazs Attila-Mihaly (Cd-MaN)
2008-01-04 13:05 ` Sebastien WILLEMIJNS

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).