From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5occ-0007Qj-D5 for qemu-devel@nongnu.org; Sat, 12 Jul 2014 00:09:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5ocU-00085u-QF for qemu-devel@nongnu.org; Sat, 12 Jul 2014 00:09:14 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:38849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5ocU-00085Q-LY for qemu-devel@nongnu.org; Sat, 12 Jul 2014 00:09:06 -0400 Received: by mail-pd0-f175.google.com with SMTP id v10so2395335pde.34 for ; Fri, 11 Jul 2014 21:09:05 -0700 (PDT) From: Ming Lei Date: Sat, 12 Jul 2014 12:08:51 +0800 Message-Id: <1405138133-27045-1-git-send-email-ming.lei@canonical.com> Subject: [Qemu-devel] [PATCH v1 resend 0/2] virtio-blk: dataplane: one fix plus one optimization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Paolo Bonzini , Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , "Michael S. Tsirkin" Hi, The first one fixes one problem introduced recently. The second one suppresses notifications to guest a lot. V1: - use BH to suppress notifications to guest as suggested by Paolo Thanks, -- Ming Lei