qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 01/24] block: Move initialisation of BlockLim


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 01/24] block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Date: Sat, 11 Jan 2014 23:24:04 +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:
This function separates filling the BlockLimits from bdrv_open(), which
allows it to call it from other operations which may change the limits
(e.g. modifications to the backing file chain or bdrv_reopen)

Signed-off-by: Kevin Wolf <address@hidden>
---
  block.c                   | 19 +++++++++++++++++++
  block/iscsi.c             | 46 +++++++++++++++++++++++++++++-----------------
  block/qcow2.c             | 11 ++++++++++-
  block/qed.c               | 11 ++++++++++-
  block/vmdk.c              | 22 ++++++++++++++++++----
  include/block/block_int.h |  2 ++
  6 files changed, 88 insertions(+), 23 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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