From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQDoK-0005aM-O6 for qemu-devel@nongnu.org; Mon, 13 Jul 2009 01:10:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQDoE-0005Uz-GU for qemu-devel@nongnu.org; Mon, 13 Jul 2009 01:10:42 -0400 Received: from [199.232.76.173] (port=49430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQDoD-0005UZ-NH for qemu-devel@nongnu.org; Mon, 13 Jul 2009 01:10:37 -0400 Received: from smtp.srv.ualberta.ca ([129.128.5.19]:56065 helo=mail4.srv.ualberta.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQDoD-0003L6-4d for qemu-devel@nongnu.org; Mon, 13 Jul 2009 01:10:37 -0400 From: Logan Gunthorpe Date: Sun, 12 Jul 2009 23:10:18 -0600 Message-Id: <1247461821-20621-1-git-send-email-logang@ece.ualberta.ca> Subject: [Qemu-devel] [PATCH 0/3] Small patches related to Stelaris/ARMv7 support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Logan Gunthorpe Hi, I've created three small independent patches to improve the support for the stelaris microcontroller. The first patch fixes a couple of minor items in the Arm Interrupt Control$ the second two patches are improvements to the Stelaris peripherals. Thanks, Logan Logan Gunthorpe (3): Minor bugfixes/improvements to arm_gic. Fixes two bugs with the Stelaris ADC. Stelaris 16-bit timer mode. hw/arm_gic.c | 12 ++++++++++++ hw/stellaris.c | 39 +++++++++++++++++++++++++++------------ 2 files changed, 39 insertions(+), 12 deletions(-)