From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qym6K-0001om-4C for qemu-devel@nongnu.org; Wed, 31 Aug 2011 10:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qym6I-0000lP-V4 for qemu-devel@nongnu.org; Wed, 31 Aug 2011 10:49:12 -0400 Received: from mail.serverraum.org ([78.47.150.89]:50475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qym6I-0000kz-MH for qemu-devel@nongnu.org; Wed, 31 Aug 2011 10:49:10 -0400 From: Michael Walle Date: Wed, 31 Aug 2011 16:48:38 +0200 Message-Id: <1314802127-13202-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] [PATCH 0/9] Memory API conversion for milkymist models List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Walle , Avi Kivity This patchset converts the remaining milkymist models to the new memory API. Additionally, it fixes a minor naming issue. This patches are againts avi's memory/master branch, for inclusion into his memory queue. Michael Walle (9): milkymist-ac97: convert to memory API milkymist-hpdmc: convert to memory API milkymist-memcard: convert to memory API milkymist-pfpu: convert to memory API milkymist-sysctl: convert to memory API milkymist-tmu2: convert to memory API milkymist-uart: convert to memory API milkymist-vgafb: convert to memory API milkymist-{minimac2,softusb}: rename memory names hw/milkymist-ac97.c | 32 ++++++++++++++++---------------- hw/milkymist-hpdmc.c | 32 ++++++++++++++++---------------- hw/milkymist-memcard.c | 32 ++++++++++++++++---------------- hw/milkymist-minimac2.c | 4 ++-- hw/milkymist-pfpu.c | 33 ++++++++++++++++----------------- hw/milkymist-softusb.c | 4 ++-- hw/milkymist-sysctl.c | 32 ++++++++++++++++---------------- hw/milkymist-tmu2.c | 32 ++++++++++++++++---------------- hw/milkymist-uart.c | 33 +++++++++++++++++---------------- hw/milkymist-vgafb.c | 33 ++++++++++++++++----------------- 10 files changed, 133 insertions(+), 134 deletions(-) -- 1.7.2.5