From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvSob-00039h-KV for qemu-devel@nongnu.org; Tue, 24 Dec 2013 09:18:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvSoT-0003in-6K for qemu-devel@nongnu.org; Tue, 24 Dec 2013 09:18:33 -0500 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:46752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvSoS-0003ie-Vu for qemu-devel@nongnu.org; Tue, 24 Dec 2013 09:18:25 -0500 Received: by mail-ea0-f177.google.com with SMTP id n15so2912309ead.8 for ; Tue, 24 Dec 2013 06:18:23 -0800 (PST) Date: Tue, 24 Dec 2013 15:18:14 +0100 From: Hani Benhabiles Message-ID: <20131224141814.GA3402@Inspiron-3521> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] examples or tutorial/docs for writing block drivers for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasiliy Tolstov Cc: qemu-devel@nongnu.org Hi Vasiliy, On Mon, Dec 23, 2013 at 01:58:12PM +0400, Vasiliy Tolstov wrote: > Hi all. I need to write some qemu block driver (like sheepdog or ceph). > Where i can find some docs/tips/tutorials what functions i need to implement? > Thank you. I haven't taken the time to look at it yet, but there is a talk from this year's KVM Forum (Implementing New Block Drivers: A QEMU Developer Primer - Jeff Cody) that could help you. Cheers, Hani.