WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] hvm: buffered_ioreq

To: Keir Fraser <keir.fraser@xxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfield
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Thu, 06 Dec 2007 09:32:28 -0700
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 06 Dec 2007 08:38:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200712061518.lB6FIPdD020785@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: HP OSLO R&D
References: <200712061518.lB6FIPdD020785@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2007-12-06 at 15:18 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser 
> # Date 1196954268 0
> # Node ID 381781af1d5ab454dd618039295cbbaea38ca592
> # Parent  baf90ee3c1dab65f4a386521be6e108920622866
> hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfield
> padding to ioreq and buf_ioreq structs.
> Signed-off-by: Keir Fraser 

Hi Keir,

   This affects ia64 as well.  Please add the patch below.  Thanks,

        Alex

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

diff -r cfdbdca5b831 xen/arch/ia64/vmx/mmio.c
--- a/xen/arch/ia64/vmx/mmio.c  Thu Dec 06 15:36:07 2007 +0000
+++ b/xen/arch/ia64/vmx/mmio.c  Thu Dec 06 09:16:16 2007 -0700
@@ -82,7 +82,6 @@ static int hvm_buffered_io_intercept(ior
 
     bp.type = p->type;
     bp.dir = p->dir;
-    bp.df = p->df;
     switch (p->size) {
     case 1:
         bp.size = 0;



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfield, Alex Williamson <=