All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] blktap: various clean up and ia64 support
@ 2006-11-02  6:00 Isaku Yamahata
  2006-11-02 23:08 ` [Xen-ia64-devel] " Aron Griffis
  2006-11-06 21:21 ` Aron Griffis
  0 siblings, 2 replies; 4+ messages in thread
From: Isaku Yamahata @ 2006-11-02  6:00 UTC (permalink / raw)
  To: xen-devel; +Cc: Isaku Yamahata, xen-ia64-devel


Hi. This patch set is for blktap support on IA64.
I'm aware of zap_page_range() discussion, but I didn't
address it at this time.

Xen/IA64 adopts VP (Virtual Physical) model(i.e. it fully virtualize MMU)
so that GNTMAP_application_map and GNTMAP_contains_pte doesn't make sense.
Instead, blktap driver calls vm_insert_pages() and zap_page_range().
I used "if (xen_feature(XENFEAT_auto_translated_physmap))" instead of
"#ifdef __ia64__" like blkback, netback.

[PATCH 1/3] blktap various clean up
[PATCH 2/3] blktap mb fixes
[PATCH 3/3] blktap ia64 support


Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-06 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02  6:00 [PATCH 0/3] blktap: various clean up and ia64 support Isaku Yamahata
2006-11-02 23:08 ` [Xen-ia64-devel] " Aron Griffis
2006-11-06 21:21 ` Aron Griffis
2006-11-06 22:17   ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.