|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-ia64-devel] [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer
Hi, Markus
This is a patch for work PV frame buffer on IA64.
We also prepare the patch for FC6 and RHEL5B2 and its confirmed working
on IA64 and x86.
In this patch code,
#ifdef __ia64__ exists, but it does not need.
The purpose is avoid the unnecessary error handling for x86.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Signed-off-by: Masami Watanabe <masami.watanabe@xxxxxxxxxxxxxx>
Signed-off-by: Atsushi SAKAI <sakaia@xxxxxxxxxxxxxx>
>From seeing your patches policy,
We do memory address translation in Dom0 application side.
Thanks
Atsushi SAKAI
>PV framebuffer backend. Derived from http://hg.codemonkey.ws/vncfb
>
>Extensive changes based on feedback from xen-devel.
>
>Signed-off-by: Markus Armbruster <armbru@xxxxxxxxxx>
>---
> tools/Makefile | 1
> tools/python/xen/xend/XendDevices.py | 4
> tools/python/xen/xend/server/vfbif.py | 29 +
> tools/python/xen/xm/create.py | 17
> tools/xenfb/Makefile | 33 +
> tools/xenfb/sdlfb.c | 337 ++++++++++++++++++
> tools/xenfb/vncfb.c | 396 +++++++++++++++++++++
> tools/xenfb/xenfb.c | 619
> ++++++++++++++++++++++++++++++++++
> tools/xenfb/xenfb.h | 34 +
> 9 files changed, 1469 insertions(+), 1 deletion(-)
>
pvfb-ia64-support.patch
Description: Binary data
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|