From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Msfyo-00078f-5L for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:55:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Msfyh-00074q-OG for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:55:07 -0400 Received: from [199.232.76.173] (port=47542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msfyh-00074h-HT for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:55:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Msfyg-0001aB-K7 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 12:55:02 -0400 Date: Tue, 29 Sep 2009 18:53:00 +0200 From: "Michael S. Tsirkin" Message-ID: <20090929165300.GA14365@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCHv4 0/2] qemu: target page size cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl , Anthony Liguori , qemu-devel@nongnu.org This includes minor cleanups related to target page size handling Michael S. Tsirkin (2): fix comment on cpu_register_physical_memory_offset qemu: clean up target page usage in msix exec.c | 5 +++-- hw/msix.c | 49 ++++++++++++++++++++++++------------------------- hw/msix.h | 5 ++--- hw/pci.h | 6 ------ hw/virtio-pci.c | 3 +-- 5 files changed, 30 insertions(+), 38 deletions(-)