qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1][ 03/23] error-propagation: build qemu with w


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH v1][ 03/23] error-propagation: build qemu with with error-propagation bits
Date: Wed, 18 May 2011 10:53:21 -0300

On Tue, 17 May 2011 19:51:50 -0500
Michael Roth <address@hidden> wrote:

> 
> Signed-off-by: Michael Roth <address@hidden>
> ---
>  Makefile.objs |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile.objs b/Makefile.objs
> index c49e44c..0803297 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -15,6 +15,7 @@ oslib-obj-$(CONFIG_POSIX) += oslib-posix.o 
> qemu-thread-posix.o
>  
>  block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o 
> async.o
>  block-obj-y += nbd.o block.o aio.o aes.o qemu-config.o qemu-progress.o 
> qemu-sockets.o
> +block-obj-y += error.o
>  block-obj-$(CONFIG_POSIX) += posix-aio-compat.o
>  block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o

This should be squashed in the previous patch, but it won't build as it
depends on a change in qerror.c. I got this problem too, but (I hope that I)
fixed it properly.

I also made two small changes and am working on unit-tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]