From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dulKW-0004nv-MY for qemu-devel@nongnu.org; Wed, 20 Sep 2017 16:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dulKV-0005MS-MP for qemu-devel@nongnu.org; Wed, 20 Sep 2017 16:10:44 -0400 References: <20170920114310.13080-1-el13635@mail.ntua.gr> <20170920114310.13080-3-el13635@mail.ntua.gr> From: John Snow Message-ID: Date: Wed, 20 Sep 2017 16:10:36 -0400 MIME-Version: 1.0 In-Reply-To: <20170920114310.13080-3-el13635@mail.ntua.gr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] block/block-backend.c: remove blk_pread_unthrottled() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manos Pitsidianakis , qemu-devel Cc: Kevin Wolf , qemu-block , Max Reitz On 09/20/2017 07:43 AM, Manos Pitsidianakis wrote: > blk_pread_unthrottled was used to bypass I/O throttling on the BlockBackend in > the case of async I/O. This is not needed anymore and we can just call > blk_pread() directly. > > Signed-off-by: Manos Pitsidianakis > --- > include/sysemu/block-backend.h | 2 -- > block/block-backend.c | 16 ---------------- > hw/block/hd-geometry.c | 7 +------ > 3 files changed, 1 insertion(+), 24 deletions(-) > Acked-by: John Snow