qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] block: Do not export bdrv_first


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 1/2] block: Do not export bdrv_first
Date: Fri, 09 Apr 2010 18:50:14 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

Am 09.04.2010 16:22, schrieb Stefan Hajnoczi:
> The bdrv_first linked list of BlockDriverStates is currently extern so
> that block migration can iterate the list.  However, since there is
> already a bdrv_iterate() function there is no need to expose bdrv_first.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>

Looks good. Applied to the block branch.

Kevin




reply via email to

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