From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew3xx-0006xP-2n for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew3xu-0000DY-2O for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:49:05 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:57532 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ew3xt-0000Co-Tr for qemu-devel@nongnu.org; Wed, 14 Mar 2018 06:49:01 -0400 References: <6067bc3c91c9ee629a35723dfb474ef168ff4ebf.1520867955.git.x1917x@gmail.com> From: Paolo Bonzini Message-ID: <406abf99-4311-f08d-9f61-df72a9a3ef05@redhat.com> Date: Wed, 14 Mar 2018 11:48:46 +0100 MIME-Version: 1.0 In-Reply-To: <6067bc3c91c9ee629a35723dfb474ef168ff4ebf.1520867955.git.x1917x@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 13/30] pc/xen: Xen Q35 support: provide IRQ handling for PCI devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Gerasimenko , xen-devel@lists.xenproject.org Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Marcel Apfelbaum , Richard Henderson , Eduardo Habkost , Stefano Stabellini , Anthony Perard On 12/03/2018 19:33, Alexey Gerasimenko wrote: > xen_pci_slot_get_pirq --> xen_cmn_pci_slot_get_pirq > xen_piix3_set_irq --> xen_cmn_set_irq Don't abbrvt names, xen_hvm_ is a better prefix. > > + fprintf(stderr, "WARNING: guest domain attempted to use PIRQ%c " > + "routing which is not supported for Xen/Q35 currently\n", > + (char)(address - ICH9_LPC_PIRQE_ROUT + 'E')); Use error_report instead. Paolo