All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir.fraser@eu.citrix.com>
To: venkatesh k <venkatesh7venkatesh@gmail.com>,
	Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Cc: James Harper <james.harper@bendigoit.com.au>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: qemu usb not working after restore
Date: Thu, 12 Feb 2009 10:40:43 +0000	[thread overview]
Message-ID: <C5B9AD2B.2954%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <c4d259900902120236v220e9b31k4084bec3f6c874e7@mail.gmail.com>

Your backtrace doesn't seem very pertinent to this thread. Looks like you
don't have the mercurial package installed on your build system.

 -- Keir

On 12/02/2009 10:36, "venkatesh k" <venkatesh7venkatesh@gmail.com> wrote:

> make -f buildconfigs/mk.linux-2.6-xen build
> make[2]: Entering directory `/home/mamce/Desktop/xen-3.3.1'
> set -e ; \
> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
>    __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \
>    if [ -d ${__repo} ] ; then \
>        echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \
>        ln -s ${__repo} linux-2.6.18-xen.hg ; \
>    else \
>        echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \
>        hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \
>    fi ; \
> else \
>    __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \
>    echo "Pulling changes from ${__parent} into linux-2.6.18-xen.hg." ; \
>    hg -R linux-2.6.18-xen.hg pull ${__parent} ; \
> fi
> select-repository: Searching `.:..' for linux-2.6.18-xen.hg
> select-repository: Ignoring `.'
> Unable to determine path to Linux source tree.
> Falling back to linux-2.6.18-xen Mercurial repository.
> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to
> linux-2.6.18-xen.hg.
> /bin/sh: hg: not found
> make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 127
> make[2]: Leaving directory `/home/mamce/Desktop/xen-3.3.1'
> make[1]: *** [linux-2.6-xen-install] Error 2
> make[1]: Leaving directory `/home/mamce/Desktop/xen-3.3.1'
> make: *** [install-kernels] Error 1
> 
> 
> On 2/12/09, Stefano Stabellini <stefano.stabellini@eu.citrix.com> wrote:
>> Keir Fraser wrote:
>> 
>>> On 11/02/2009 22:44, "James Harper" <james.harper@bendigoit.com.au> wrote:
>>> 
>>>>> Is this a known bug anywhere? If not, any suggestions as to where to
>>>>> start looking would be greatly appreciated!
>>>>> 
>>>> After a quick look, I can see that the _save and _load code in
>>>> usb_uhci.c is "#if 0"'d out. Stefano Stabellini posted a patch on Oct 15
>>>> to enable it again, but I can't see it anywhere... maybe I'm just using
>>>> a bad tree?
>>> 
>>> That's a question for Stefano and Ian Jackson. If we're not backporting
>>> sufficient stabiliation patches from the unstable git repo, that's quite a
>>> problem.
>>> 
>> 
>> I can see that my patch was not backported to the 3.3 testing tree.
>> Ian, can you please backport commit
>> 5f8914edc785ddbd3cae769aa8309c80609c3601 on qemu-xen-unstable?
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>> 

  parent reply	other threads:[~2009-02-12 10:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-11 22:32 qemu usb not working after restore James Harper
2009-02-11 22:44 ` James Harper
2009-02-12  8:46   ` Keir Fraser
2009-02-12 10:17     ` Stefano Stabellini
2009-02-12 10:36       ` venkatesh k
2009-02-12 10:33         ` Stefano Stabellini
2009-02-12 10:40         ` Keir Fraser [this message]
2009-02-12 10:51       ` Ian Jackson
2009-02-12 12:01 ` Ian Jackson
2009-02-12 12:06   ` James Harper

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=C5B9AD2B.2954%keir.fraser@eu.citrix.com \
    --to=keir.fraser@eu.citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=james.harper@bendigoit.com.au \
    --cc=venkatesh7venkatesh@gmail.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 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.