|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 0/2] ia64/pv_ops documentation and pv checker
Here is .S paravirtualization checker and the draft of
the ia64/pv_ops documentation. These patches doesn't change kernel binary.
[PATCH 1/2] ia64/pv_ops: paravirtualized istruction checker.
[PATCH 2/2] ia64/pv_ops: documentation on ia64/pv_ops
The pv checker patch is to show my idea. CPP trick doesn't work because
some instructions includes "."(dot) which CPP doesn't handle well.
So I resorted to use sed in Makefile. Presumably the sed script should
be moved into a separated file.
Although the pv checker doesn't cover all the cases, I expect it can
detect most cases.
thanks,
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 15/17] ia64/pv_ops: add hooks, pv_iosapic_ops, to paravirtualize iosapic., (continued)
- [Xen-ia64-devel] [PATCH 15/17] ia64/pv_ops: add hooks, pv_iosapic_ops, to paravirtualize iosapic., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/17] ia64/pv_ops: preparation for paravirtulization of hand written assembly code., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/17] ia64/pv_ops: paravirtualize ivt.S, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/17] ia64/pv_ops: introduce pv_cpu_ops to paravirtualize privileged instructions., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/17] ia64/pv_ops: define paravirtualized instructions for native., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/17] ia64/pv_ops: add hooks, pv_irq_ops, to paravirtualized irq related operations., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/17] ia64/pv_ops: add to hooks, pv_time_ops, for steal time accounting., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/17] ia64/pv_ops: paravirtualize minstate.h., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/17] ia64: preparation: remove extern in irq_ia64.c, Isaku Yamahata
- [Xen-ia64-devel] RE: [PATCH 00/17] ia64/pv_ops take 6, Luck, Tony
- [Xen-ia64-devel] [PATCH 1/2] ia64/pv_ops: paravirtualized istruction checker., Isaku Yamahata
- [Xen-ia64-devel] Re: [PATCH 00/17] ia64/pv_ops take 6, Isaku Yamahata
|
|
|
|
|