From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXdAS-00030D-Vj for qemu-devel@nongnu.org; Mon, 25 Jun 2018 21:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXdAP-0007TP-EN for qemu-devel@nongnu.org; Mon, 25 Jun 2018 21:53:17 -0400 Date: Mon, 25 Jun 2018 19:56:24 -0600 From: Keith Busch Message-ID: <20180626015624.GD4106@localhost.localdomain> References: <20180626014452.GA1858@bogon.didichuxing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180626014452.GA1858@bogon.didichuxing.com> Subject: Re: [Qemu-devel] [Qemu-block][RFC PATCH] hw/block/nvme: add optional parameter num_queues for nvme device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Weiping Zhang Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org On Tue, Jun 26, 2018 at 09:44:56AM +0800, Weiping Zhang wrote: > Add an optional paramter num_queues for device, and set it > to 64 by default. > > Signed-off-by: Weiping Zhang Looks good to me. Acked-by: Keith Busch