qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 05/17] garbage collector: introduced for supp


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v1 05/17] garbage collector: introduced for support of bypass coroutine
Date: Tue, 05 Aug 2014 06:43:48 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

On 08/04/2014 09:33 PM, Ming Lei wrote:
> In case of bypass coroutine, some buffers in stack have to convert
> to survive in the whole I/O submit & completion cycle.
> 
> Garbase collector is one of the best data structure for this purpose,

s/Garbase/A garbage/

> as I thought of.
> 
> Signed-off-by: Ming Lei <address@hidden>
> ---
>  include/qemu/gc.h |   56 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)
>  create mode 100644 include/qemu/gc.h
> 
> diff --git a/include/qemu/gc.h b/include/qemu/gc.h
> new file mode 100644
> index 0000000..b9a3f6e
> --- /dev/null
> +++ b/include/qemu/gc.h
> @@ -0,0 +1,56 @@
> +#ifndef QEMU_GC_HEADER
> +#define QEMU_GC_HEADER

Missing copyright boilerplate.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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