From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: libxl: default behavior when libxl fail to map an IRQ Date: Wed, 14 May 2014 17:34:03 +0100 Message-ID: <53739AFB.3020909@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Ian Jackson , Stefano Stabellini , xen-devel List-Id: xen-devel@lists.xenproject.org Hello all, It seems that libxl continue to create the domain even when the function domcreate_launch (tools/libxl/libxl_create.c) fails to map an IRQ to a domain. I looked at the code and libxl only prints an error message when an error occurred. It's the same thing for MMIO and ioport. Shouldn't we stop to create the domain when something is failing? Regards, -- Julien Grall