From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrA2u-00028E-ME for qemu-devel@nongnu.org; Sat, 28 Jan 2012 10:18:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrA2s-0001x7-0G for qemu-devel@nongnu.org; Sat, 28 Jan 2012 10:18:28 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:37036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrA2r-0001wr-Pq for qemu-devel@nongnu.org; Sat, 28 Jan 2012 10:18:25 -0500 From: Stefan Weil Date: Sat, 28 Jan 2012 16:18:15 +0100 Message-Id: <1327763899-13354-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH 0/4] malta: Code updates for BIOS memory (flash) and LED array List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Here are some Malta patches from my local repository. The first three patches try to clean the code for the flash based BIOS memory. I wrote them because my local Malta test environment runs the Malta emulation with a -kernel parameter, and testing of flash code was not possible. Patch 4 is independant of the other patches. Regards, Stefan [PATCH 1/4] malta: Clean allocation of bios region alias [PATCH 2/4] malta: Always allocate flash memory [PATCH 3/4] malta: Use symbolic hardware addresses [PATCH 4/4] malta: Fix display for LED array