[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH][qemu] fix ia64


  • To: "Alex Williamson" <alex.williamson@xxxxxx>
  • From: "Christian Limpach" <christian.limpach@xxxxxxxxx>
  • Date: Sat, 29 Jul 2006 13:07:03 +0100
  • Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>, xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Sat, 29 Jul 2006 05:07:26 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S1o1yn1JYewg7j/xe+Vi7Rso879xVnJUVwU19OcWmVTqkm3HjGWAaTBFZ9FfKEZjUJEaBs27hrc5wlhqMPqXKw1mmSo67LJhEt7MnDvGIjYSiiwpIfjD01auKtvP/8KtqTlKzzULQQk2ZD+b0XXl1Ijl49zKZnjtLpO5VBXiDHc=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

On 7/28/06, Alex Williamson <alex.williamson@xxxxxx> wrote:
Hi Christian,

   This patch adds back changes lost from xen-ia64 cset
10570:8dc4af3f192c7c1ef3cd6921196997b903d25add with the new qemu tree.
This is necessary for ia64 VTi support.  Thanks,

Applied.

   christian


        Alex

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---

diff -r 7ee2c02c6db0 tools/ioemu/vl.c
--- a/tools/ioemu/vl.c  Fri Jul 28 11:10:08 2006 +0100
+++ b/tools/ioemu/vl.c  Fri Jul 28 06:32:50 2006 -0600
@@ -5792,7 +5792,7 @@ int main(int argc, char **argv)
     }

     if (xc_ia64_get_pfn_list(xc_handle, domid, page_array,
-                             nr_pages + (GFW_SIZE >> PAGE_SHIFT), 1)!= 1){
+                             IO_PAGE_START >> PAGE_SHIFT, 1) != 1) {
         fprintf(logfile, "xc_ia64_get_pfn_list returned error %d\n", errno);
         exit(-1);
     }
@@ -5801,7 +5801,7 @@ int main(int argc, char **argv)
                                        PROT_READ|PROT_WRITE,
                                        page_array[0]);

-    fprintf(logfile, "shared page at pfn:%lx, mfn: %l016x\n",
+    fprintf(logfile, "shared page at pfn:%lx, mfn: %016lx\n",
             IO_PAGE_START >> PAGE_SHIFT, page_array[0]);
 #endif
 #else  /* !CONFIG_DM */



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.