Re: [Qemu-devel] [PATCH 10/10] Compile virtio-blk only once

2010-03-26 Thread Blue Swirl
On 3/26/10, Anthony Liguori wrote: > On 03/26/2010 02:04 PM, Blue Swirl wrote: > > > Replace access macros with direct accesses. > > > > Signed-off-by: Blue Swirl > > --- > > Makefile.objs |3 ++- > > Makefile.target |2 +- > > hw/virtio-blk.c |6 +++--- > > 3 files changed, 6 inser

Re: [Qemu-devel] [PATCH 10/10] Compile virtio-blk only once

2010-03-26 Thread Anthony Liguori
On 03/26/2010 02:04 PM, Blue Swirl wrote: Replace access macros with direct accesses. Signed-off-by: Blue Swirl --- Makefile.objs |3 ++- Makefile.target |2 +- hw/virtio-blk.c |6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile.objs b/Makefile.o

[Qemu-devel] [PATCH 10/10] Compile virtio-blk only once

2010-03-26 Thread Blue Swirl
Replace access macros with direct accesses. Signed-off-by: Blue Swirl --- Makefile.objs |3 ++- Makefile.target |2 +- hw/virtio-blk.c |6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index cad6490..5612ec2 100644 --- a/Makefil