qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 17/24] block: Generalise and optimise COR ser


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 17/24] block: Generalise and optimise COR serialisation
Date: Sat, 11 Jan 2014 23:28:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 13.12.2013 14:22, Kevin Wolf wrote:
Change the API so that specific requests can be marked serialising. Only
these requests are checked for overlaps then.

This means that during a Copy on Read operation, not all requests
overlapping other requests are serialised any more, but only those that
actually overlap with the specific COR request.

Also remove COR from function and variable names because this
functionality can be useful in other contexts.

Signed-off-by: Kevin Wolf <address@hidden>
---
  block.c                   | 48 ++++++++++++++++++++++++++++-------------------
  include/block/block_int.h |  5 +++--
  2 files changed, 32 insertions(+), 21 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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