search for: 0255f48b757f

Displaying 3 results from an estimated 3 matches for "0255f48b757f".

2005 Dec 07
5
[PATCH] Arch-neutral balloon driver
...look ma, no #ifdef''s!). Please apply to xen-unstable. One change should be eyeballed, line 257 in balloon.c, because phys_to_machine_mapping[pfn] is not identical to pfn_to_mfn (different by sign bit, should be OK?) Signed-off by: Dan Magenheimer <dan.magenheimer@hp.com> diff -r 0255f48b757f linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c --- a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c Sun Dec 4 19:12:00 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c Tue Dec 6 16:25:53 2005 @@ -192,8 +192,8 @@ page = balloon_retrieve(); BUG_ON(page == NULL); - pfn =...
2005 Dec 19
0
RE: [PATCH]Allow different config file for xenlinux on samearch
...ult >configure file for their archs. > >Configuration file is not attached here. If this approach is an agreed >approach to solve such requirement, we will check in the config file in >another mail. > >Signed-off-by Zhang Xiantao <xiantao.zhang@intel.com> > >diff -r 0255f48b757f Makefile >--- a/Makefile Sun Dec 4 19:12:00 2005 >+++ b/Makefile Wed Dec 14 17:35:04 2005 >@@ -10,7 +10,7 @@ > # Export target architecture overrides to Xen and Linux sub-trees. > ifneq ($(XEN_TARGET_ARCH),) > SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH)) >-export XEN_TAR...
2005 Dec 13
0
[PATCH] name the xencons driver
...esults in an "unknown" driver when you cat /proc/tty/drivers. We might was well give it a name. I have no attachment to "xencons" if you''d like to change it to something else. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@hp.com> --- diff -r 0255f48b757f linux-2.6-xen-sparse/drivers/xen/console/console.c --- a/linux-2.6-xen-sparse/drivers/xen/console/console.c Sun Dec 4 19:12:00 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/console/console.c Tue Dec 13 15:05:01 2005 @@ -628,6 +630,7 @@ if (xencons_driver == NULL)...