From patchwork Tue Jul 24 07:41:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 172797 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5B7B02C008C for ; Tue, 24 Jul 2012 17:42:10 +1000 (EST) Received: from localhost ([::1]:54048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StZku-0003NC-CV for incoming@patchwork.ozlabs.org; Tue, 24 Jul 2012 03:42:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StZkk-0003Mt-G9 for qemu-devel@nongnu.org; Tue, 24 Jul 2012 03:41:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StZke-0007Iv-JL for qemu-devel@nongnu.org; Tue, 24 Jul 2012 03:41:58 -0400 Received: from mail-gh0-f173.google.com ([209.85.160.173]:35164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StZke-0007Io-Fx for qemu-devel@nongnu.org; Tue, 24 Jul 2012 03:41:52 -0400 Received: by ghrr14 with SMTP id r14so6444553ghr.4 for ; Tue, 24 Jul 2012 00:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer; bh=EP1spTDgEQ2X338gHNSnUxzXu5coOPbdFsQtg1lEI7M=; b=WiIsGaR4AVvvqKZxyT0LmdZElLdkQYkBr4bVXdUGkOkOCHF9neQCEnR1oLcWzfj5aS t83Bvp+so9XOyGKJmGXIIlWNYstxq+9keNR6ri6d/zxaJUsKo4xvtXYngXCbQbGkvrKo ILeSUmgce7CdLImPUOouQoP0ighg8GEFt5TFf5kaO2HAUBPh4EGYip5Cc41pWw+nPbbC exPh8UfuhNuFXuBsWGSGWTc0LjfeJnE5ShAl3KlYVChWHewj/jQkgKpb3Sw7O2CA1n22 md98EVSkXGGCMnrV+cVDaN+wJrHWHjFNHlWqn6gGn5As+JQVLhIDrjy2XAiuuQLqGazL GgOQ== Received: by 10.42.39.17 with SMTP id f17mr13084953ice.3.1343115711128; Tue, 24 Jul 2012 00:41:51 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-189-113.ip51.fastwebnet.it. [93.34.189.113]) by mx.google.com with ESMTPS id k5sm1473308igq.12.2012.07.24.00.41.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jul 2012 00:41:49 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 24 Jul 2012 09:41:37 +0200 Message-Id: <1343115699-26377-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.10.4 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.173 Subject: [Qemu-devel] [PULL 0/2] NBD changes for 2012-07-24 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org A small change, introducing the --cache and --aio options I needed while playing with block device mirroring. The following changes since commit a21143486b9c6d7a50b7b62877c02b3c686943cb: Merge remote-tracking branch 'stefanha/net' into staging (2012-07-23 13:15:34 -0500) are available in the git repository at: git://github.com/bonzini/qemu.git nbd-next for you to fetch changes up to 39a5235cd7f367cce7be7b3f4d258452452e38e3: qemu-nbd: add --cache and --aio options (2012-07-24 09:31:53 +0200) ---------------------------------------------------------------- Paolo Bonzini (2): qemu-nbd: reorganize help message qemu-nbd: add --cache and --aio options qemu-nbd.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 62 insertions(+), 13 deletions(-)