qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into Bloc


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend
Date: Mon, 22 Sep 2014 15:58:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

On 16.09.2014 20:12, Markus Armbruster wrote:
Move device model attachment / detachment and the BlockDevOps device
model callbacks and their wrappers from BlockDriverState to
BlockBackend.

Signed-off-by: Markus Armbruster <address@hidden>
---
  block.c                        | 126 ++++------------------------------
  block/block-backend.c          | 151 ++++++++++++++++++++++++++++++++++++++---
  block/qapi.c                   |   8 +--
  blockdev.c                     |   8 +--
  include/block/block.h          |  45 ------------
  include/block/block_int.h      |  12 ++--
  include/sysemu/block-backend.h |  35 ++++++++++
  7 files changed, 203 insertions(+), 182 deletions(-)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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