xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: xen-devel@lists.xensource.com
Cc: Ruslan Nikolaev <nruslan_devel@yahoo.com>,
	Jeremy Fitzhardinge <jeremy@goop.org>
Subject: Re: HVM hypercalls
Date: Thu, 5 Aug 2010 09:25:11 +0200	[thread overview]
Message-ID: <201008050925.11924.Christoph.Egger@amd.com> (raw)
In-Reply-To: <779375.40829.qm@web113612.mail.gq1.yahoo.com>

On Wednesday 04 August 2010 19:41:20 Ruslan Nikolaev wrote:
> Yes, I tried this but it does not seem to work. BTW in paravirtualized mode
> it works fine, the problem is only with HVM.
>
> I tried to specify root=/dev/xvda (my disk image has no partitions, entire
> disk image is a single file system).
>
> My config is (I also tried to comment out device model but it does not
> help):

You can simplify your guest config file:


> import os, re
> arch = os.uname()[4]
> if re.search('64', arch):
>     arch_libdir = 'lib64'
> else:
>     arch_libdir = 'lib'

Remove this part.

> kernel = "/usr/lib/xen/boot/hvmloader"

kernel = "hvmloader"

> builder='hvm'
>
> vcpus=1
>
> memory = 1024
> shadow_memory = 8
> name = "xenhvm1"
> disk = [ 'file:/home/ruslan/fs1.img,xvda,w' ]
> device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'

device_model = "qemu-dm"

> # boot on floppy (a), hard disk (c) or CD-ROM (d)
> # default: hard disk, cd-rom, floppy
> boot="c"
>
> sdl=1
> vnc=0
> vncviewer=0
> vncpasswd=''
> stdvga=1
> serial='pty'
> usbdevice='tablet'


Christoph



-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

  reply	other threads:[~2010-08-05  7:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-28 19:22 HVM hypercalls Ruslan Nikolaev
2010-07-29  1:05 ` Dan Magenheimer
2010-07-29  7:30 ` Juergen Gross
2010-07-29 18:55   ` Ruslan Nikolaev
2010-07-29 19:47     ` Jeremy Fitzhardinge
2010-07-30 16:06       ` Ruslan Nikolaev
2010-07-31  0:07         ` Jeremy Fitzhardinge
2010-08-03 19:48           ` Ruslan Nikolaev
2010-08-03 21:40             ` Jeremy Fitzhardinge
2010-08-04 17:41               ` Ruslan Nikolaev
2010-08-05  7:25                 ` Christoph Egger [this message]
2010-08-05 10:31                 ` Stefano Stabellini
2011-05-23  7:48   ` veeruyours
2011-05-23  8:22     ` Ian Campbell
2011-05-23 13:52       ` veerasena reddy
2011-05-24 12:06         ` Ian Campbell
2011-05-24 13:58           ` veeruyours
2011-05-24 14:09             ` Ian Campbell
2011-05-25  7:38               ` veeruyours
2011-05-25  8:13                 ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2010-08-06 21:58 Ruslan Nikolaev
2010-08-09  9:41 ` Stefano Stabellini
2010-08-03 20:30 Ruslan Nikolaev
2010-08-02  0:32 Ruslan Nikolaev
2008-08-19 14:38 HVM Hypercalls Kumar, Venkat
2008-08-19 14:53 ` Keir Fraser
2008-08-20 11:48   ` Kumar, Venkat
2008-08-20 12:11     ` Keir Fraser
2006-12-15 18:46 HVM hypercalls Ky Srinivasan
2006-12-15 19:54 ` Keir Fraser

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=201008050925.11924.Christoph.Egger@amd.com \
    --to=christoph.egger@amd.com \
    --cc=jeremy@goop.org \
    --cc=nruslan_devel@yahoo.com \
    --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 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).