Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-05 Thread Aneesh Kumar K.V
Andreas Färber writes: > Am 04.03.2014 00:36, schrieb Serge E. Hallyn: >> Quoting Aneesh Kumar K.V (aneesh.ku...@linux.vnet.ibm.com): >>> commit 01041f5df94ff19988cbadd7bd3eefcc9d964e4e >>> Author: Aneesh Kumar K.V >>> Date: Tue Mar 4 00:35:32 2014 +0530 >>> >>> hw/9pfs: Include virtio-9p-

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-05 Thread Andreas Färber
Am 04.03.2014 00:36, schrieb Serge E. Hallyn: > Quoting Aneesh Kumar K.V (aneesh.ku...@linux.vnet.ibm.com): >> commit 01041f5df94ff19988cbadd7bd3eefcc9d964e4e >> Author: Aneesh Kumar K.V >> Date: Tue Mar 4 00:35:32 2014 +0530 >> >> hw/9pfs: Include virtio-9p-device.o in build >> >>

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-05 Thread Paolo Bonzini
Il 05/03/2014 16:50, Andreas Färber ha scritto: Am 03.03.2014 20:13, schrieb Paolo Bonzini: Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: From: "Aneesh Kumar K.V" After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including hw/Makefile.objs directly from Makefile.target. Hence w

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-05 Thread Andreas Färber
Am 03.03.2014 20:13, schrieb Paolo Bonzini: > Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: >> From: "Aneesh Kumar K.V" >> >> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including >> hw/Makefile.objs directly from Makefile.target. Hence we need to define >> the config in Makef

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Peter Maydell
On 3 March 2014 20:32, Aneesh Kumar K.V wrote: > BTW where do i find docs for land/lnot etc ? Best we have is the comments in rules.mak where they're defined... thanks -- PMM

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Serge E. Hallyn
Quoting Aneesh Kumar K.V (aneesh.ku...@linux.vnet.ibm.com): > Paolo Bonzini writes: > > > Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: > >> From: "Aneesh Kumar K.V" > >> > >> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including > >> hw/Makefile.objs directly from Makefile.

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Aneesh Kumar K.V
Paolo Bonzini writes: > Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: >> From: "Aneesh Kumar K.V" >> >> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including >> hw/Makefile.objs directly from Makefile.target. Hence we need to define >> the config in Makefile.target too to in

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Aneesh Kumar K.V
"Aneesh Kumar K.V" writes: > Paolo Bonzini writes: > >> Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: >>> From: "Aneesh Kumar K.V" >>> >>> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including >>> hw/Makefile.objs directly from Makefile.target. Hence we need to define >>> t

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Aneesh Kumar K.V
Paolo Bonzini writes: > Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: >> From: "Aneesh Kumar K.V" >> >> After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including >> hw/Makefile.objs directly from Makefile.target. Hence we need to define >> the config in Makefile.target too to in

Re: [Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Paolo Bonzini
Il 03/03/2014 20:08, Aneesh Kumar K.V ha scritto: From: "Aneesh Kumar K.V" After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including hw/Makefile.objs directly from Makefile.target. Hence we need to define the config in Makefile.target too to include virtio-9p-device.o in the build

[Qemu-devel] [PATCH] hw/9pfs: Include virtio-9p-device.o in build

2014-03-03 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" After commit ba1183da9a10b94611cad88c44a5c6df005f9b55 we are including hw/Makefile.objs directly from Makefile.target. Hence we need to define the config in Makefile.target too to include virtio-9p-device.o in the build Signed-off-by: Aneesh Kumar K.V --- Makefile.targ