WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

RE: [Xen-ia64-devel] [Patch] Remove created symlinks on clean

To: "Horms" <horms@xxxxxxxxxxxx>, <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-ia64-devel] [Patch] Remove created symlinks on clean
From: "Magenheimer, Dan (HP Labs Fort Collins)" <dan.magenheimer@xxxxxx>
Date: Fri, 13 Jan 2006 08:48:53 -0800
Cc: Leendert Van Doorn <leendert@xxxxxxxxxx>
Delivery-date: Fri, 13 Jan 2006 16:55:35 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcYX+pfDM52swpTFSFq7oea9EXhRGQAZcVsQ
Thread-topic: [Xen-ia64-devel] [Patch] Remove created symlinks on clean
Agree that this is needed but since this is patching a hack...

Could someone with knowledge and ability to test VTI and VTx
and Xen/ia64 and Xen/x86 submit a patch to xen-devel to move
these files to a common location (e.g. xen/common/vmx/vmx_ioapic.c
and xen/include/xen/vmx/vmx_vpic.h etc.), change all the
necessary #include lines in various files, and remove the
creation of the symbolic links from the ia64 Makefile?

I don't know if any of these files are affected by the HVM
work, but it might be good to get Leendert's input also
to anticipate and avoid possible objections from Keir.

Thanks,
Dan 

> -----Original Message-----
> From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Horms
> Sent: Thursday, January 12, 2006 9:34 PM
> To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-ia64-devel] [Patch] Remove created symlinks on clean
> 
> Remove created symlinks on clean
> 
> I noticed some weirdness when copying trees around because
> these links weren't removed on a clean. This fix seems 
> correct to me, and at worst harmless.
> 
> Signed-Off-By: Horms <horms@xxxxxxxxxxxx>
> 
> diff -r 0e4958eff781 -r 8c7770e5d673 xen/arch/ia64/Makefile
> --- a/xen/arch/ia64/Makefile  Fri Jan 13 02:55:50 2006
> +++ b/xen/arch/ia64/Makefile  Fri Jan 13 04:31:22 2006
> @@ -137,5 +137,10 @@
>       rm -f *.o *~ core  xen.lds.s 
> $(BASEDIR)/include/asm-ia64/.offsets.h.stamp asm-offsets.s map.out
>       rm -f asm-xsi-offsets.s 
> $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
>       rm -f linux/lib/*.o
> +     rm -f $(BASEDIR)/include/linux $(BASEDIR)/include/asm-ia64/xen \
> +             $(BASEDIR)/include/asm-ia64/vmx_vpic.h \
> +             $(BASEDIR)/include/asm-ia64/vmx_vioapic.h \
> +             $(BASEDIR)/arch/ia64/vmx/vmx_vioapic.c \
> +             $(BASEDIR)/arch/ia64/vmx/vmx_vioapic
>  
>  .PHONY: default clean
> 
> 
> _______________________________________________
> Xen-ia64-devel mailing list
> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ia64-devel
> 

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>