aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* Delete flask tools build target and add to .hgignore.kfraser@localhost.localdomain2007-09-061-0/+1
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Fix handling of auto-generated file xsm.py.kfraser@localhost.localdomain2007-08-311-0/+1
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Cleanups after XSM checkin.kfraser@localhost.localdomain2007-08-311-0/+1
| | | | | | | | | | | Signed-off-by: Keir Fraser <keir@xensource.com> --HG-- rename : xen/include/public/acm.h => xen/include/public/xsm/acm.h rename : xen/include/public/acm_ops.h => xen/include/public/xsm/acm_ops.h rename : xen/include/acm/acm_core.h => xen/include/xsm/acm/acm_core.h rename : xen/include/acm/acm_endian.h => xen/include/xsm/acm/acm_endian.h rename : xen/include/acm/acm_hooks.h => xen/include/xsm/acm/acm_hooks.h
* Build updates for building upstream trees.Ian Campbell2007-07-191-5/+2
| | | | | | | | | | | * Merge the guts of the various upstream branch buildconfigs into a single mk.linux-2.6 which they include. * Add support for the -git snapshot branch. * Update .hgignore to ignore all these new trees. * Update buildconfigs/enable-xen-config to make the upstream defconfig compile without questions. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* merge with xen-unstable.hgAlex Williamson2007-07-101-0/+4
|\
| * Add support for building -mm, -tip and -rc upstream trees.Ian Campbell2007-07-091-0/+3
| | | | | | | | | | | | | | | | (note that not all of those contains Xen support just yet and that a native kernel will be silently built in that case.) Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
| * [XEN][POWERPC] Merge with xen-unstable.hg.Hollis Blanchard2007-07-061-0/+1
| |\ | | | | | | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
| | * [POWERPC][XEN] ingore firmware debugging imageJimi Xenidis2007-06-031-0/+1
| | | | | | | | | | | | Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
* | | [IA64] Add ia64 ignoresAlex Williamson2007-07-021-0/+8
|/ / | | | | | | | | | | These files are created or modified during the build. Signed-off-by: Aron Griffis <aron@hp.com>
* / Factor out sparse tree makefile fragments and introduce hg-clone andIan Campbell2007-05-251-0/+1
|/ | | | | | | | | | | | | tarball methods in preparation for migrating away from the sparse tree layout. This re-introduces 14883:6568c1882af5 and 14862:98efd2e410ae plus further fixes. Also add makefile fragments to support building the paravirt ops tree (make linux-2.6-paravirt-build). Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Ignore the libxenapi tarball temp directory.ewan@localhost.localdomain2007-04-211-0/+1
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update .hgignore so it doesn't ignore buildconfigs/* only build-*Ian Campbell2007-04-131-1/+1
| | | | Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Update hgignore list for Module.symverskfraser@localhost.localdomain2007-04-051-0/+1
|
* Added asynchronous event notification through the Xen-API. Added a new command,Ewan Mellor2007-03-291-0/+1
| | | | | | | xm event-monitor, a new test program for the C bindings, and new bindings themselves. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Ignore .pc (quilt patch queues).Ewan Mellor2007-03-261-0/+1
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add example xen-detect.c code for detecting application execution inKeir Fraser2007-02-081-0/+1
| | | | | Xen PV or HVM contexts, using the Xen CPUID extensions. Signed-off-by: Keir Fraser <keir@xensource.com>
* Update .hgignore listKeir Fraser2007-02-071-0/+1
|
* Update hgignore listkaf24@localhost.localdomain2007-01-261-0/+2
|
* [MINIOS] Clean up final link stage of the build.kaf24@firebug.cl.cam.ac.uk2007-01-151-1/+1
| | | | | | | | | | | | | Allow extra application objects to be linked against a partial link of minios with non-global names localised. For now we assume that global names ill be assigned a xenos_ prefix in due course. We may decide to choose a different prefix. Those who wish to finish the link from an external Makefile can link their own objects against mini-os.o (which must be first in link order!) and specify the appropriate architecture linker script. Signed-off-by: Keir Fraser <keir@xensource.com>
* Extend emulator testing.kfraser@localhost.localdomain2007-01-121-0/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Update .hgignorekfraser@localhost.localdomain2007-01-081-0/+1
|
* [linux build] Build Linux kernels with output files in a separate directory.Christian Limpach2007-01-081-0/+1
| | | | | | | | | | Use a single source tree (linux-2.6-xen) and use Linux' O= option to make the build put output files in a build-linux-$(LINUX_VER)-$(EXTRAVERSION)_$(XEN_TARGET_ARCH) directory, making it possible to build both x86_32 and x86_64 kernels in the same tree. Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* VNC pasword authentication support for the paravirt framebuffer server.kfraser@localhost.localdomain2006-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The rules for configuring the password are equivalent of those used for HVM, but the actual guest config option is a little different as a result of the recent refactoring of the PVFB config file syntax. - If the 'vfb' option in the guest config has a 'vncpasswd' parameter specified - If the passwd is not zero length, use that - Else run with no authentication (important as it enables override of next rule) - Else-if the xend-config.sxp has a password specified use that - Else run with no authentication Example configuration: - To set an explicit guest password: vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd=123456"] - To disable authentication, overriding any XenD configured default password vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd="] - To run with default XenD configured password (if any) vfb = [ "type=vnc,vncunused=1,vnclisten=0.0.0.0"] Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Update ignores.Steven Hand2006-12-131-3/+3
| | | | Signed-off-by: Steven Hand <steven@xensource.com>
* [POWERPC] Merge with xen-unstable.hg.Hollis Blanchard2006-12-121-0/+2
|\ | | | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
| * Update hgignore list.kfraser@localhost.localdomain2006-12-011-0/+2
| |
* | [POWERPC][XEN] Escape dots in .hgignore.Hollis Blanchard2006-10-051-2/+2
| | | | | | | | | | | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> --HG-- extra : transplant_source : %F9c%1D%8C%3E%3C8%CDa%80%03H%7E%5B%D2%1BJ%0A%CB%5D
* | [POWERPC][XEN] Builtin cmdline dependency ruleHollis Blanchard2006-10-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | Rebuild cmdline.o when the user changes the CMDLINE=X argument passed to the make invocation. I couldn't find an example of another project that handles this case properly, so I came up with this. Signed-off-by: Amos Waterland <apw@us.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> --HG-- extra : transplant_source : %1D0%5E%9CslQ%E7E%CC%8FS%B8%E1%E5%C5i%ED%F1%BE
* | [POWERPC][XEN] Remove boot wrapper, and extensive Makefile simplifications.Hollis Blanchard2006-10-041-1/+1
|/ | | | | | | | | | | Instead of embedding the 64-bit Xen image inside a 32-bit "boot wrapper", we can just use objcopy. This combines boot32.S and start.S, and removes the boot/ subdirectory entirely. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> --HG-- rename : xen/arch/powerpc/boot/start.S => xen/arch/powerpc/start.S extra : transplant_source : %85P%AE%9D%12bgc5zR%A1%AA%0Fh%2A%2A%82%B2%90
* Update hgignore listkaf24@localhost.localdomain2006-11-261-1/+0
|
* Added test_bindings to the ignore list.Ewan Mellor2006-11-081-0/+1
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update .hgignorekfraser@localhost.localdomain2006-10-311-1/+1
|
* Ignore more build-time files for xm-test.Ewan Mellor2006-10-241-1/+2
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Ignore generated .test files.Ewan Mellor2006-10-231-0/+1
| | | | | Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
* Update .hgignore to remove artifacts of ramdisk build.Ewan Mellor2006-10-231-0/+9
| | | | Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
* Ignore tags and cscope from different tools versions, plus .config.kfraser@localhost.localdomain2006-10-171-0/+3
| | | | Signed-off-by: John Levon <john.levon@sun.com>
* Update vnet kernel module to handle architectures withoutkfraser@localhost.localdomain2006-09-231-0/+3
| | | | | | | socketcall(), for example Itanium, and some small changes to be compatible with changed kernel interfaces. Signed-off-by: Mike Wray <mike.wray@hp.com>
* [XEN][POWERPC] show symbols in backtraceJimi Xenidis2006-08-231-0/+2
| | | | | | | This was already there, just had to hook it up. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* [TOOLS] Add a simple tool to display the Xen specific ELF notes.Ian Campbell2006-08-231-0/+1
| | | | Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* Update hgignore list for PV-on-HVM drivers.kfraser@localhost.localdomain2006-08-171-0/+4
| | | | | Signed-off-by: Steven Smith <ssmith@xensource.com>
* Rename two xentrace tools to make it obvious that setmask and setsize are ↵kfraser@localhost.localdomain2006-08-161-2/+2
| | | | | | | | | xen related. Based on a patch from Rob Gardner <rob.gardner@hp.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* [POWERPC] Update .hgignorekfraser@localhost.localdomain2006-08-151-2/+3
| | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* merge with xen-unstable.hgHollis Blanchard2006-08-071-0/+1
|\
| * [TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod.kfraser@localhost.localdomain2006-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | This utility permits developers and administrators to manually change the permissions on arbitrary locations in XenStore from the command line. This is often helpful if you're trying to debug an application that relies on XenStore and is encountering difficulties with permissions. Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil>
* | [powerpc] update ignores for the new name changeJimi Xenidis2006-07-271-4/+4
|/
* [powerpc] add PowerPC files to .hgignorekaf24@firebug.cl.cam.ac.uk2006-07-141-0/+4
| | | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* Update ignores after blktap checkin (-unstable cset 10677:2937703f0ed0)shand@kneesaa.uk.xensource.com2006-07-131-21/+7
| | | | | Signed-off-by: Steven Hand <steven@xensource.com>
* Add qemu 0.8.1 based ioemu.chris@kneesaa.uk.xensource.com2006-07-121-6/+12
| | | | | | Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
* Add linux config update script and native linux build.ack@localhost.localdomain2006-07-121-0/+1
| | | | | | | Update script generates linux config files from others, reducing the burden of maintaining multiple parallel files. Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
* Update .hgignore list for rombios changes.kaf24@firebug.cl.cam.ac.uk2006-05-311-3/+3
|