Re: [PATCH] qemu-kvm: configure script fixups after qemu-kvm reorg

2009-04-26 Thread Michael S. Tsirkin
> Also > for me running ./configure --kerneldir=/path/to/kernel at top dir works. > (/path/to/kernel should be absolute though, otherwise kernel include path > is incorrect). Ah, I didn't realise kvm/cofigure is obsolete. -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in t

Re: [PATCH] qemu-kvm: configure script fixups after qemu-kvm reorg

2009-04-26 Thread Michael S. Tsirkin
On Sun, Apr 26, 2009 at 10:48:20AM +0300, Gleb Natapov wrote: > On Sun, Apr 26, 2009 at 10:38:39AM +0300, Michael S. Tsirkin wrote: > > Make kvm configure script and Makefile work again after things have been > > moved around, so that you can do 'cd kvm && ./configure' to get a > > kvm-enabled qemu

Re: [PATCH] qemu-kvm: configure script fixups after qemu-kvm reorg

2009-04-26 Thread Gleb Natapov
On Sun, Apr 26, 2009 at 10:38:39AM +0300, Michael S. Tsirkin wrote: > Make kvm configure script and Makefile work again after things have been > moved around, so that you can do 'cd kvm && ./configure' to get a > kvm-enabled qemu. > > Also, guard against infinite recursion in case of 'cd' commands

[PATCH] qemu-kvm: configure script fixups after qemu-kvm reorg

2009-04-26 Thread Michael S. Tsirkin
Make kvm configure script and Makefile work again after things have been moved around, so that you can do 'cd kvm && ./configure' to get a kvm-enabled qemu. Also, guard against infinite recursion in case of 'cd' commands failing. Signed-off-by: Michael S. Tsirkin -- On Thu, Apr 23, 2009 at 06: