xen-ia64-devel
[Xen-ia64-devel] Re: [kvm-ia64-devel] [PATCH 13/28] ia64/xen: introduce
On Tue, Feb 26, 2008 at 02:36:51AM +0800, Dong, Eddie wrote:
>
> > IA64 pv_ops frame work doesn't exist yet so that xen code does
> > in order to boot on both native and xen for now.
> > I expect those check will be eliminated during developing ia64 pv_ops.
>
> Qing He & I am working on the pv_ops framework, hopefully we can get
> a draft soon :)
Great!
What I am aware of at this moment is,
(some of the following can be covered by machine vector, though.)
- early setup before start_kernel()
Currently early_xen_setup() is directly called.
Eventually extending ia64 boot protocol would be necessary, though.
- Initialization hooks
struct pv_init_ops?
void (*arch_setup_early)(void)
void (*banner);
void (*pre_pasing_init)(void);
void (*post_pasing_init)(void);
void (*post_allocator_init)(void);
- irq hooks
struct pv_irq_ops
- init_IRQ(), irq_init()
- registering chip type
register_intr()
- assign_irq_vector()
- free_irq_vector()
- register_percpu_irq()
- send_ipi()
- resend_irq()
- IOSAPIC hooks
struct pv_iosapic_ops
- iosapic_init()
- iosapic_read()
- iosapic_write()
--
yamahata
_______________________________________________
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 07/28] ia64/xen: detect xen environment at early boot time and do minimal initialization., (continued)
[Xen-ia64-devel] [PATCH 16/28] ia64/xen: basic helper routines for xen/ia64., yamahata
[Xen-ia64-devel] [PATCH 21/28] ia64/xen: define xen related address conversion helper functions for domU, yamahata
[Xen-ia64-devel] [PATCH 18/28] ia64/xen: iosapic paravirtualization, yamahata
[Xen-ia64-devel] [PATCH 22/28] ia64/xen: mca paravirtualization, yamahata
[Xen-ia64-devel] [PATCH 20/28] ia64/xen: domU xen machine vector without dma api., yamahata
[Xen-ia64-devel] [PATCH 10/28] RFC: ia64/xen: introduce xen paravirtualized intrinsic operations for privileged instruction., yamahata
[Xen-ia64-devel] [PATCH 17/28] ia64/xen: domU initialization code., yamahata
[Xen-ia64-devel] [PATCH 26/28] ia64/xen: fsys paravirtualization., yamahata
[Xen-ia64-devel] [PATCH 25/28] ia64/xen: gate page paravirtualization, yamahata
[Xen-ia64-devel] [PATCH 27/28] ia64/xen: update Kconfig to allow xen domU Linux, yamahata
|
|
|