From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdnFg-0003xh-J5 for qemu-devel@nongnu.org; Thu, 22 Dec 2011 13:20:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdnFe-0001F7-TW for qemu-devel@nongnu.org; Thu, 22 Dec 2011 13:20:24 -0500 Received: from smtp201.dfw.emailsrvr.com ([67.192.241.201]:40401) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdnFe-0001Es-IX for qemu-devel@nongnu.org; Thu, 22 Dec 2011 13:20:22 -0500 From: Mark Langsdorf Date: Thu, 22 Dec 2011 12:20:05 -0600 Message-Id: <1324578014-24746-1-git-send-email-mark.langsdorf@calxeda.com> Subject: [Qemu-devel] [PATCH v2 0/9] various ARM fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, paul@codesourcery.com This is a collection of fixes and additions to the models for various ARM devices. These changes are needed to support the forthcoming Calxeda Highbank SoC model. Makefile.target | 2 + hw/a9mpcore.c | 36 ++++- hw/arm_gic.c | 6 + hw/arm_l2x0.c | 173 +++++++++++++++++++++ hw/arm_timer.c | 26 +++- hw/ide/ahci.c | 49 +++++- hw/ide/ich.c | 4 +- hw/xgmac.c | 418 +++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 1 + target-arm/helper.c | 14 ++ 10 files changed, 712 insertions(+), 17 deletions(-)