qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mike Kronenberg <mike.kronenberg@kberg.ch>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] news on the OS X cocoa port
Date: Sun, 14 Aug 2005 21:18:12 +0200	[thread overview]
Message-ID: <42FF98F4.3070004@kberg.ch> (raw)
In-Reply-To: <42F1C589.40608@kberg.ch>

I have implemented .qvm as a test in Q.

Here is a sample configuration.plist and some additions to my initial 
proposal:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>About</key>
    <dict>
        <key>Author</key>
        <string>Q</string>
        <key>Copyright</key>
        <string>none</string>
        <key>Date</key>
        <date>2005-08-07T19:25:41Z</date>
        <key>Description</key>
        <string>Converted guest PC from cocoaqemu.plist</string>
    </dict>
    <key>Arguments</key>
    <dict>
        <key>-boot</key>
        <string>c</string>
        <key>-cdrom</key>
        <string>/dev/cdrom</string>
        <key>-hda</key>
        <string>harddisk_1.img</string>
        <key>-localtime</key>
        <true/>
        <key>-m</key>
        <integer>16</integer>
        <key>-user-net</key>
        <true/>
    </dict>
    <key>PC Data</key>
    <dict>
        <key>architecture</key>
        <string>x86</string>
        <key>name</key>
        <string>Freedos</string>
        <key>state</key>
        <string>shutdown</string>
    </dict>
    <key>Temporary</key>
    <dict>
        <key>-cocoapath</key>
        <string>/Users/mike/Documents/QEMU/Freedos.qvm</string>
    </dict>
    <key>Version</key>
    <string>0.1.0.Q</string>
</dict>
</plist>

Changes:
    - the type <integer> for integer values:
        <key>-m</key>
        <integer>16</integer>
    - diskimages can have a relative path (to the .qvm root) or a 
absolute path, to an image outside the package:
        <key>-hda</key>
        <string>harddisk_1.img</string>
    - the key "architecture" for the used CPU
        <key>architecture</key>
        <string>x86</string>
    - the key "state" can take the following values:
        <key>state</key>
        <string>shutdown</string>
        <string>running</string>
        <string>saved</string>

On OS X, if you have Q installed, .qvm packages show as a single file 
and you can start QEMU by doubleclicking a .qvm package.
See the info.plist in Q.app/Contents for the Document definition.

Greetings
Mike

  parent reply	other threads:[~2005-08-14 19:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-21  9:44 [Qemu-devel] news on the OS X cocoa port Mike Kronenberg
2005-07-21 10:12 ` Hetz Ben Hamo
2005-07-21 12:33   ` Mike Kronenberg
2005-07-21 13:46     ` Hetz Ben Hamo
2005-07-21 17:33       ` Stealth Dave
2005-07-21 18:21         ` Natalia Portillo
2005-07-22  9:58       ` Pierre d'Herbemont
2005-07-22 11:28         ` Mike Kronenberg
2005-07-21 14:00     ` René Korthaus
2005-07-21 15:20       ` Jim C. Brown
2005-07-22  7:51         ` Mike Kronenberg
2005-07-22  8:44           ` René Korthaus
2005-07-22  9:42             ` Mike Kronenberg
2005-08-04  7:36     ` Mike Kronenberg
2005-08-04 18:39       ` Natalia Portillo
2005-08-05 11:45         ` Mike Kronenberg
2005-08-14 19:18       ` Mike Kronenberg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-07-22  2:05 Joshua Root
2005-07-22  7:28 ` Mike Kronenberg

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=42FF98F4.3070004@kberg.ch \
    --to=mike.kronenberg@kberg.ch \
    --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).