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

Re: [Xen-devel] Problems with VNC with upstream Qemu

To: Wei Liu <liuw@xxxxxxxxx>
Subject: Re: [Xen-devel] Problems with VNC with upstream Qemu
From: Daniel Castro <evil.dani@xxxxxxxxx>
Date: Mon, 13 Jun 2011 18:08:53 +0900
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 13 Jun 2011 02:09:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KC3aRGAIfn9cck2fCplM4Fs/Ew9ag7ZUMuNdTQwiHeY=; b=K23p1OmP+j/FGE1ZkYQ4iTzi/l2sJ7VKtkMTO+6+2sMRwBy3d7r+LrqT09y+wpNsRW RqlcJ2+7zk5SYrYimaXduz8Ywf9VppZJErm6H6Y/x//sp8cISZVtJzOtL7wTlBIthuPt grcD+j1O36zbjskrWrTLHc/lDoAVsxmE5wAWk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Wuokh0lpyeeuYtg80eaDvQveE9BkcY0JvdwXA4yRLRTUTLWfLqT26dZL+Fv2W5ape7 g3iW6xLlUEZwVCKUi9ihDDg6lfyAQfSK1HXW+dqhPz1IpPcNibIlIF44xGOKZlImQD0U A40ixXPbKEkldyLRQ8EHZOKAF+sbKraYSuENo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1307955991.5604.9.camel@limbo>
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>
References: <BANLkTi=EDqN_s3jQxUyoy813JM-PDoXajA@xxxxxxxxxxxxxx> <1307944979.5604.1.camel@limbo> <BANLkTi=KyyVFtgR3dc-jRPFJkh0G_uw8Tw@xxxxxxxxxxxxxx> <BANLkTik66gkpBJQzTciMAYqba76kPov4JA@xxxxxxxxxxxxxx> <BANLkTi=VdD0FT4M7pr6Sy-PFE=jUF-+G4Q@xxxxxxxxxxxxxx> <1307954775.5604.5.camel@limbo> <BANLkTikvpMJgTuCk0QGmm82wTC27qA=q4g@xxxxxxxxxxxxxx> <1307955991.5604.9.camel@limbo>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, Jun 13, 2011 at 6:06 PM, Wei Liu <liuw@xxxxxxxxx> wrote:
> On Mon, 2011-06-13 at 17:54 +0900, Daniel Castro wrote:
>> > No qemu process found?
>> >
>> > Is your hvm guest running? Please also check /var/log/xen for qemu's
>> > log.
>> Here is the creation process:
>> daniel@dani-ubuntu-xen:/var/xen$ sudo xl create winxp2.cfg
>> Parsing config file winxp2.cfg
>> xc: info: VIRTUAL MEMORY ARRANGEMENT:
>>   Loader:        0000000000100000->0000000000199aac
>>   TOTAL:         0000000000000000->000000001f800000
>>   ENTRY ADDRESS: 0000000000100000
>> xc: info: PHYSICAL MEMORY ALLOCATION:
>>   4KB PAGES: 0x0000000000000200
>>   2MB PAGES: 0x00000000000000fb
>>   1GB PAGES: 0x0000000000000000
>> Daemon running with PID 5176
>> daniel@dani-ubuntu-xen:/var/xen$ tail /var/log/xen/xl-test.log
>> Waiting for domain test (domid 4) to die [pid 5180]
>> daniel@dani-ubuntu-xen:/var/xen$ tail /var/log/xen/qemu-dm-test.log
>> EFER=0000000000000000
>> FCW=037f FSW=0000 [ST=0] FTW=00 MXCSR=00001f80
>> FPR0=0000000000000000 0000 FPR1=0000000000000000 0000
>> FPR2=0000000000000000 0000 FPR3=0000000000000000 0000
>> FPR4=0000000000000000 0000 FPR5=0000000000000000 0000
>> FPR6=0000000000000000 0000 FPR7=0000000000000000 0000
>> XMM00=00000000000000000000000000000000 XMM01=00000000000000000000000000000000
>> XMM02=00000000000000000000000000000000 XMM03=00000000000000000000000000000000
>> XMM04=00000000000000000000000000000000 XMM05=00000000000000000000000000000000
>> XMM06=00000000000000000000000000000000 XMM07=00000000000000000000000000000000
>>
>> The VM is up:
>> Name                                        ID   Mem VCPUs    State   Time(s)
>> Domain-0                                     0  2300     4     r-----   
>>  2757.4
>> test                                         4   512     1     ------       
>> 0.0
>> Yet time is allways 0.0 and there is no qemu-xen process running...
>> What could it be? A bug or problem in xl maybe? If I call qemu-xen
>> directly it will open qemu normally.
>>
>>
>
> The guest is waiting for qemu backend. It's not running. Your qemu dies
> early.
>
> I use Anthony's qemu as device model, it's working.
>
> git://xenbits.xensource.com/people/aperard/qemu-dm.git

I need to use the same qemu upstream and use that same repository! :(

>
> Wei.
>
>> >
>> > And, please always use "reply to all" when you're replying back. So that
>> > you can post to all people (including the list).
>> >
>> > Wei.
>> >
>> >
>> >
>>
>>
>>
>
>
>



-- 
+-=====---------------------------+
| +---------------------------------+ | This space intentionally blank
for notetaking.
| |   | Daniel Castro,                |
| |   | Consultant/Programmer.|
| |   | U Andes                         |
+-------------------------------------+

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