From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYGTE-0000oJ-En for qemu-devel@nongnu.org; Mon, 30 Jan 2017 13:14:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYGTA-0001S7-Em for qemu-devel@nongnu.org; Mon, 30 Jan 2017 13:14:28 -0500 From: Christoph Hellwig Date: Mon, 30 Jan 2017 19:13:50 +0100 Message-Id: <1485800032-24404-1-git-send-email-hch@lst.de> Subject: [Qemu-devel] [PATCH 0/2] two more NVMe commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: keith.busch@intel.com, qemu-block@nongnu.org Hi all, this series implements two more NVMe commands: DSM and Write Zeroes. Both trace their lineage to Keith's qemu-nvme.git repository, and while the Write Zeroes one is taken from there almost literally the DSM one has seen a major rewrite to not block the main thread as well as various other small improvements.