From: Christoph Egger <Christoph_Egger@gmx.de>
To: Michael Litchard <michael@schmong.org>
Cc: port-xen@netbsd.org, xen-devel@lists.xensource.com
Subject: Re: Error report from attempt to run an HVM instance
Date: Sat, 23 Aug 2008 22:12:14 +0200 [thread overview]
Message-ID: <48B06F1E.7040709@gmx.de> (raw)
In-Reply-To: <3dc350d00808231122m573b081ck33eaa8a4040ba3d5@mail.gmail.com>
Michael Litchard wrote:
> Tried to run an HVM instance, here's the error report I got.
>
[...]
> kernel = "/usr/pkg/lib/xen/boot/hvmloader"
>
> builder='hvm'
>
> # Initial memory allocation (in megabytes) for the new domain.
> memory = 256
>
> # A name for your domain. All domains must have different names.
> name = "hvm-netbsd"
>
> #Network interface. By default emules a realtek 8139. For a NetBSD guest you
> # have to disable re(4) and let rtk attach to use it.
> # ne2k_pci emulates a pci ne2000 clone; this his cpu-hungry in dom0
> # pcnet emulates a AMD PCnet-PCI controller; but it corrupts packets with
> # pcn(4) under NetBSD.
> #vif = [ 'mac=00:16:3e:00:00:13, bridge=bridge0, type=ioemu, model=ne2k_pci' ]
> #vif = [ 'mac=00:16:3e:00:00:13, bridge=bridge0, type=ioemu, model=pcnet' ]
> vif = [ 'mac=00:16:3e:00:00:13, bridge=bridge0, type=ioemu' ]
>
> #----------------------------------------------------------------------------
> # device model to use: only qemu-dm available for now
> device_model = '/usr/pkg/libexec/qemu-dm'
>
> # Define the disk devices you want the domain to have access to, and
> # what you want them accessible as.
> # Each disk entry is of the form phy:UNAME,DEV,MODE
> # where UNAME is the device, DEV is the device name the domain will see,
> # and MODE is r for read-only, w for read-write.
> # For hvm domains you can only use hda to hdd. You can set extra types
> # (e.g. cdrom)
>
> disk = [ 'file:/sys/domains/domU3/amd64cd.iso,ioemu:hdc:cdrom,r' ]
>
> disk = ['phy:/dev/wd0i,ioemu:hdb,w']
Replace these two disk lines by this:
disk = [ 'phy:/dev/wd0i,ioemu:hdb,w',
'file:/sys/domains/domU3/amd64cd.iso,ioemu:hdc:cdrom,r' ]
Christoph
next prev parent reply other threads:[~2008-08-23 20:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-23 18:22 Error report from attempt to run an HVM instance Michael Litchard
2008-08-23 18:41 ` Manuel Bouyer
2008-08-23 18:53 ` Michael Litchard
2008-08-23 19:18 ` Manuel Bouyer
2008-08-23 20:12 ` Christoph Egger [this message]
2008-08-24 7:43 ` Michael Litchard
2008-08-24 10:31 ` Manuel Bouyer
2008-08-26 13:40 ` Ian Jackson
2008-08-26 18:17 ` [Xen-devel] " Michael Litchard
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=48B06F1E.7040709@gmx.de \
--to=christoph_egger@gmx.de \
--cc=michael@schmong.org \
--cc=port-xen@netbsd.org \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.