qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c


From: Dong Xu Wang
Subject: Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
Date: Mon, 22 Oct 2012 16:24:18 +0800

On Mon, Oct 22, 2012 at 4:22 PM, Stefan Hajnoczi <address@hidden> wrote:
> On Thu, Oct 18, 2012 at 05:51:33PM +0800, Dong Xu Wang wrote:
>> diff --git a/block/qcow2.h b/block/qcow2.h
>> index b4eb654..cb6fd7a 100644
>> --- a/block/qcow2.h
>> +++ b/block/qcow2.h
>> @@ -27,6 +27,7 @@
>>
>>  #include "aes.h"
>>  #include "qemu-coroutine.h"
>> +#include "block-cache.h"
>>
>
> Since block-cache.h is being included from qcow2.h you can drop the
> block-cache.h includes you added to qcow2-cluster.c and
> qcow2-refcount.c.
>
Okay, thank you Stefan.

> Stefan
>



reply via email to

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