From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH 6/6] xl/libxl: implement QDISK libxl_device_disk_local_attach Date: Tue, 27 Mar 2012 18:20:58 +0100 Message-ID: <20337.63226.633651.340221@mariner.uk.xensource.com> References: <1332856772-30292-6-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1332856772-30292-6-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" , Ian Campbell List-Id: xen-devel@lists.xenproject.org Stefano Stabellini writes ("[PATCH 6/6] xl/libxl: implement QDISK libxl_device_disk_local_attach"): > - Spawn a QEMU instance at boot time to handle disk local attach > requests. This is a bit strange. Why does this need to be a single daemon ? Can't we have one qemu per disk ? > - Implement libxl_device_disk_local_attach for QDISKs in terms of a > regular disk attach with the frontend and backend running in the same > domain. ... > + LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "libxl__alloc_vdev failed\n"); Too many long lines for me to comfortably read I'm afraid. Ian.