From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKWSc-0005mz-Ix for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKWSb-0003rW-Hc for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:34:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKWSb-0003rJ-9C for qemu-devel@nongnu.org; Sun, 30 Oct 2011 10:34:05 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9UEY3Vf012180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 30 Oct 2011 10:34:04 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p9UEY3Hc028981 for ; Sun, 30 Oct 2011 10:34:03 -0400 From: Avi Kivity Date: Sun, 30 Oct 2011 16:33:37 +0200 Message-Id: <1319985234-32371-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 00/17] Memory API conversions, batch 13 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org If you expect anything interesting here, you're looking at the wrong place. Nevertheless, please review. Avi Kivity (17): tosa: convert to memory API versatilepb: convert to memory API vexpress: convert to memory API virtex_ml507: convert to memory API shix: convert to memory API jazz_led: convert to memory API parallel: convert to memory API zaurus: convert to memory API pl011: convert to memory API pl022: convert to memory API pl031: convert to memory API pl050: convert to memory API pl061: convert to memory API pl080: convert to memory API pl110: convert to memory API pl181: convert to memory API pl190: convert to memory API hw/jazz_led.c | 25 ++++++++++--------------- hw/mips.h | 4 +++- hw/mips_jazz.c | 5 +++-- hw/parallel.c | 27 ++++++++++++--------------- hw/pc.h | 3 ++- hw/pl011.c | 27 ++++++++++----------------- hw/pl022.c | 29 +++++++++++------------------ hw/pl031.c | 30 ++++++++++-------------------- hw/pl050.c | 27 ++++++++++----------------- hw/pl061.c | 27 ++++++++++----------------- hw/pl080.c | 27 ++++++++++----------------- hw/pl110.c | 27 ++++++++++----------------- hw/pl181.c | 26 ++++++++++---------------- hw/pl190.c | 28 +++++++++++----------------- hw/shix.c | 14 +++++++++++--- hw/tosa.c | 6 ++++-- hw/versatilepb.c | 35 +++++++++++++++-------------------- hw/vexpress.c | 31 +++++++++++++++++-------------- hw/virtex_ml507.c | 6 +++--- hw/zaurus.c | 26 +++++++++++--------------- 20 files changed, 183 insertions(+), 247 deletions(-) -- 1.7.6.3