From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsNZ8-0008Tr-CD for qemu-devel@nongnu.org; Mon, 28 Sep 2009 17:15:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsNZ3-0008TO-GD for qemu-devel@nongnu.org; Mon, 28 Sep 2009 17:15:25 -0400 Received: from [199.232.76.173] (port=49501 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsNZ3-0008TL-B6 for qemu-devel@nongnu.org; Mon, 28 Sep 2009 17:15:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55808) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsNZ2-0001wK-SO for qemu-devel@nongnu.org; Mon, 28 Sep 2009 17:15:21 -0400 From: Glauber Costa Date: Mon, 28 Sep 2009 18:15:11 -0300 Message-Id: <1254172517-28216-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] in kernel irqchip support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi people, This (sent with my correct e-mail address) is a port from qemu-kvm.git of the in-kernel irqchip support. Right now, I am not providing any way to disable it. I am ready to advocate that it should be the default, whenever available. I plan to, however, provide a patch that disables it whenever this gets merged. I gave it basic testing, specially with reboot scenarios (due to the load/save) functions, and all seems to be working well. But I have only tested linux guests so far. Anthony, I believe it is, although not perfect, in inclusion state.