|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] qemu usb not working after restore
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@xxxxxxxxxxxxx> wrote:
> Keir Fraser wrote:
>
>> On 11/02/2009 22:44, "James Harper" <james.harper@xxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|