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] Xen PV driver: Hunged up then "modprobe xenbus".

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xen PV driver: Hunged up then "modprobe xenbus".
From: TAIRA Hajime <htaira-fdr@xxxxxxxxxxx>
Date: Mon, 9 Apr 2007 23:01:29 +0900
Delivery-date: Mon, 09 Apr 2007 07:00:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, there.

I am running CentOS 4.4 on HVM Domain.
And I tried Para-virtual driver for HVM Domain.
Hunged up then "modprobe xenbus".

My Domain-0 information:
OS: CentOS 4.4
xen: 3.0.4.1
kernel: 2.6.16.33-xen_3.0.4.1

My HVM Domain information:
OS: CentOS 4.4
Kernel: 2.6.9-42.0.10.EL
PV Drv: xen-unstable.hg

I traced the source code. I think problem at line:132 in xenbus_xs.c.
It stopped after call wait_event(). Is it bug?

static void *read_reply(enum xsd_sockmsg_type *type, unsigned int *len)
{
        struct xs_stored_msg *msg;
        char *body;

        spin_lock(&xs_state.reply_lock);

        while (list_empty(&xs_state.reply_list)) {
                spin_unlock(&xs_state.reply_lock);
                /* XXX FIXME: Avoid synchronous wait for response here. */
here-->              wait_event(xs_state.reply_waitq,
                           !list_empty(&xs_state.reply_list));


Thanks.

.::.:... .::....: .::...:: .::.:.:: .::..:.: .:::..:.
TAIRA Hajime <htaira-fdr@xxxxxxxxxxx>
             web: http://pantora.net/


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Xen PV driver: Hunged up then "modprobe xenbus"., TAIRA Hajime <=