|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Re: [Xen-staging] [xen-unstable] hvm: buffered_ioreq
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 <=
|
|
|
|
|