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] Make arguments to x86_emulate_memop() into a single

To: "Xen devel list" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Make arguments to x86_emulate_memop() into a single argument.
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 18 May 2006 18:04:45 +0200
Delivery-date: Thu, 18 May 2006 09:05:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZ6lMhuC2My2eLqQ/Gyb2uJGiwjDg==
Thread-topic: [PATCH] Make arguments to x86_emulate_memop() into a single argument.
Attached is the first step towards moving x86_emulate_memop() into QEMU,
and let it handle the decoding of instructions to handle page-faulting
writes to hardware devices (such as VGA screen). 

I changed the name from x86_emulator_args into x86_emulate as you
suggested - I'm not particularly keen on the _args bit myself either.
And I fixed up the indentation for the struct - I hope that's what you
meant. 

Signed off by: Mats Petersson <mats.petersson@xxxxxxx>

--
Mats

Attachment: single_struct_arg.patch
Description: single_struct_arg.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Make arguments to x86_emulate_memop() into a single argument., Petersson, Mats <=