Re: [Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library

2011-06-08 Thread Stefan Hajnoczi
On Tue, Jun 07, 2011 at 05:55:01PM +0200, Jan Kiszka wrote: > On 2011-05-15 00:44, Aurelien Jarno wrote: > > On Tue, Apr 26, 2011 at 01:32:08PM +0200, Jan Kiszka wrote: > >> This module has no target dependencies (except for target_phys_addr_t > >> size) and can thus be built as part of libhw. > >>

Re: [Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library

2011-06-07 Thread Jan Kiszka
On 2011-05-15 00:44, Aurelien Jarno wrote: > On Tue, Apr 26, 2011 at 01:32:08PM +0200, Jan Kiszka wrote: >> This module has no target dependencies (except for target_phys_addr_t >> size) and can thus be built as part of libhw. >> >> Signed-off-by: Jan Kiszka >> --- >> Makefile.objs |1 + >>

Re: [Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library

2011-05-14 Thread Aurelien Jarno
On Tue, Apr 26, 2011 at 01:32:08PM +0200, Jan Kiszka wrote: > This module has no target dependencies (except for target_phys_addr_t > size) and can thus be built as part of libhw. > > Signed-off-by: Jan Kiszka > --- > Makefile.objs |1 + > Makefile.target |1 - > 2 files changed, 1 ins

[Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library

2011-04-26 Thread Jan Kiszka
This module has no target dependencies (except for target_phys_addr_t size) and can thus be built as part of libhw. Signed-off-by: Jan Kiszka --- Makefile.objs |1 + Makefile.target |1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index