Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Erik Rull
> On November 27, 2013 at 11:38 AM Paolo Bonzini wrote: > > > Il 27/11/2013 11:24, Erik Rull ha scritto: > > no I have no libusbx installed. I just downloaded the tar.bz2, unpacked it, > > configure'd it and called make. > > I think your patch wouldn't be enough to actually run QEMU, because the >

Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Erik Rull
> On November 27, 2013 at 11:38 AM Paolo Bonzini wrote: > > > Il 27/11/2013 11:24, Erik Rull ha scritto: > > no I have no libusbx installed. I just downloaded the tar.bz2, unpacked it, > > configure'd it and called make. > > I think your patch wouldn't be enough to actually run QEMU, because the >

Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Paolo Bonzini
Il 27/11/2013 11:24, Erik Rull ha scritto: > no I have no libusbx installed. I just downloaded the tar.bz2, unpacked it, > configure'd it and called make. I think your patch wouldn't be enough to actually run QEMU, because the path to libusbx.so is not in LD_LIBRARY_PATH (and if you can change LD_

Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Daniel P. Berrange
On Wed, Nov 27, 2013 at 11:09:19AM +0100, Erik Rull wrote: > Hi all, > > I don't have libusbx installed on my system but the source package is > available > and compiled for development. > This may also help other users to enable the libusbx support without having it > actually installed on the c

Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Erik Rull
> On November 27, 2013 at 11:14 AM Paolo Bonzini wrote: > > > Il 27/11/2013 11:09, Erik Rull ha scritto: > > I don't have libusbx installed on my system but the source package is > > available > > and compiled for development. > > This may also help other users to enable the libusbx support withou

Re: [Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Paolo Bonzini
Il 27/11/2013 11:09, Erik Rull ha scritto: > I don't have libusbx installed on my system but the source package is > available > and compiled for development. > This may also help other users to enable the libusbx support without having it > actually installed on the compile machine. > > It's a f

[Qemu-devel] [RFC] allow special paths for libusbx

2013-11-27 Thread Erik Rull
Hi all, I don't have libusbx installed on my system but the source package is available and compiled for development. This may also help other users to enable the libusbx support without having it actually installed on the compile machine. It's a first attempt, feel free to optimize it. I would b