WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xl create fails to create hvm guest with stubdom

To: Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Subject: [Xen-devel] xl create fails to create hvm guest with stubdom
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Fri, 30 Apr 2010 15:59:13 -0700
Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 30 Apr 2010 16:00:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4
When I try to create a win7 domain with stubdom, I get:

[root@lilith ~]# xl create /etc/xen/win7-ctxs 
Parsing config file /etc/xen/win7-ctxs
VIRTUAL MEMORY ARRANGEMENT:
  Loader:        0000000000100000->0000000000171404
  TOTAL:         0000000000000000->000000003f800000
  ENTRY ADDRESS: 0000000000100000
PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0000000000028400
  2MB PAGES: 0x00000000000000ba
  1GB PAGES: 0x0000000000000000


[0] libxl_device.c:460:libxl_wait_for_device_model: Device Model not ready
xl: fatal error: xl.c:953, rc=-1: libxl_create_device_model(&ctx, &dm_info, 
disks, num_disks, vifs, num_vifs, &dm_starting)
[root@lilith ~]# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
(null)                                       0  2217     4        r--    583.0
f13pv64                                      1   488     1        r--    201.4
win7-ctxs                                    5  1015     1        -p-      0.0
win7-ctxs-dm                                 6    32     1        -p-      0.0


I haven't tried non-stubdom yet, but I can start PV domains with no problem.

    J

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xl create fails to create hvm guest with stubdom, Jeremy Fitzhardinge <=