qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: About: QEMUMenu.bat
       [not found] <1287735350374964045@unknownmsgid>
@ 2004-11-17  2:52 ` Garth Dahlstrom
  2004-11-21 10:34 ` [Qemu-devel] QEMUMenu v20041121 is out & GUI thoughts Garth Dahlstrom
  1 sibling, 0 replies; 2+ messages in thread
From: Garth Dahlstrom @ 2004-11-17  2:52 UTC (permalink / raw)
  To: qemu-devel

Ronald wrote:
> I have (quickly) modified QEMUMenu.bat to use qemu-img.exe instead of
> mkqemuimage.exe, just like this:
> REM mkqemuimage.exe -s %QEMU_IMG_FileSize% "%QEMU_IMG_FileName%"
> qemu-img.exe create -f raw "%QEMU_IMG_FileName%" %QEMU_IMG_FileSize%
> That's the right way to do?
> mkqemuimage.exe is now in the misc directory
> The lastest installer for cvs on freeoszoo, has this new layout (20041116a).

qemu-img.exe create -f raw "%QEMU_IMG_FileName%" %QEMU_IMG_FileSize%
will make very small images :-)

qemu-img.exe create -f raw "%QEMU_IMG_FileName%" "%QEMU_IMG_FileSize%M"

Doc says adding M for MB should do it for now... 

I'll add a submenu for the other disk image types when I get to it in a bit.

-Garth

-- 
Northern.CA ===--
http://www.northern.ca/
Canada's Search Engine

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

* [Qemu-devel] QEMUMenu v20041121 is out & GUI thoughts
       [not found] <1287735350374964045@unknownmsgid>
  2004-11-17  2:52 ` [Qemu-devel] Re: About: QEMUMenu.bat Garth Dahlstrom
@ 2004-11-21 10:34 ` Garth Dahlstrom
  1 sibling, 0 replies; 2+ messages in thread
From: Garth Dahlstrom @ 2004-11-21 10:34 UTC (permalink / raw)
  To: qemu-devel

QEMUMenu v20041121 is now available at http://stacktrace.org/

qemu-img replaces mkqemuimage, Network Options sub menu
Fixed:

    * Fixed problem with ! in directories
    * Replaced mkqemuimage with qemu-img
    * Validate Max memory setting less then 4096MB

Enhancements:

    * Added Network Settings sub menu
    * Displays a message if there are no disk images
    * Changed main menu key layout for network settings

-
There is some menuing there for the other disk image types, but it
seems 0.6.1 on Win32 is not capable of loading any other format other
then 'raw' right now... so the other options are hidden.

There is new networking menu... I'm not too sure what options actually
work under Win32 host for networking, so I've just put in port
redirection "-redir"...

I'm also starting to think about a doing a proper gui for qemu... any
thoughts whether QEMU could be made to embed it's SDL layer in a form?

Perhaps embed python into qemu and then invoke it passing the handle
to the SDL layer, like
http://wiki.wxpython.org/index.cgi/IntegratingPyGame ??   comments?

Cheers,

-Garth

-- 
Northern.CA ===--
http://www.northern.ca/
Canada's Search Engine

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

end of thread, other threads:[~2004-11-21 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1287735350374964045@unknownmsgid>
2004-11-17  2:52 ` [Qemu-devel] Re: About: QEMUMenu.bat Garth Dahlstrom
2004-11-21 10:34 ` [Qemu-devel] QEMUMenu v20041121 is out & GUI thoughts Garth Dahlstrom

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