Displaying 7 results from an estimated 7 matches for "xmexample2".
Did you mean:
xmexample
2006 May 15
0
[PATCH] Document UUID option in example domU configs
...a
new UUID
+# on each call to ''xm create''.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
# List of which CPUS this domain is allowed to use, default Xen picks
#cpus = "" # leave to Xen to pick
diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample2
--- a/tools/examples/xmexample2 Mon May 15 06:51:07 2006
+++ b/tools/examples/xmexample2 Mon May 15 17:00:51 2006
@@ -54,6 +54,10 @@
# A name for the new domain. All domains have to have different names,
# so we use the vmid to create a name.
name = "VM%d" % vmid
+
+# 128-bit UUID f...
2008 Nov 13
1
Error while creating Guest Domain - Please help
...7 i686 i686 i386 GNU/Linux
[root@xenserver xen]#
[root@xenserver xen]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 930 2 r----- 138.2
[root@xenserver xen]#
[root@xenserver xen]# xm create -c /etc/xen/xmexample2 vmid=1
Using config file "/etc/xen/xmexample2".
Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')
[root@xenserver xen]#
[root@xenserver xen]# ls -l "/boot/vmlinuz-2.6.23.1-42.fc8"
-rw-r--r-- 1 root root 1978656 2007-10-30 2...
2012 Mar 02
2
[PATCH v2] tools/examples: Move examples to $(DOC_DIR)/examples
2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
I''ve put together two patches. The first introduces a new dom0_op,
set_max_vcpus, which with an associated variable and a check in the
VCPUOP handler fixes [1]bug 288. Also included is a new VCPUOP,
VCPUOP_create, which handles all of the vcpu creation tasks and leaves
initialization and unpausing to VCPUOP_initialize. The separation
allows for build-time allocation of vcpus which
2005 Jun 30
0
[PATCH] Device model path cleanup
...install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)"
diff -r 6d7608e00eb8 -r 5bde59907bba tools/examples/Makefile
--- a/tools/examples/Makefile Thu Jun 30 18:41:11 2005
+++ b/tools/examples/Makefile Thu Jun 30 18:59:08 2005
@@ -13,8 +13,6 @@
XEN_CONFIGS += xmexample1
XEN_CONFIGS += xmexample2
XEN_CONFIGS += xmexample.vmx
-XEN_CONFIGS += mem-map.sxp
-XEN_CONFIGS += bochsrc
# Xen script dir and scripts to go there.
XEN_SCRIPT_DIR = /etc/xen/scripts
@@ -23,10 +21,13 @@
XEN_SCRIPTS += block-file
XEN_SCRIPTS += block-enbd
+XEN_BOOT_DIR = /usr/lib/xen/boot
+XEN_BOOT = mem-map.sxp
+...
2009 Aug 27
8
cannot boot PV guest
...m
F11.install xend-pci-permissive.sxp xmexample.hvm-stubdom
qemu-ifup xend-pci-quirks.sxp xmexample.nbd
README xm-config.xml xmexample.pv-grub
README.incompatibilities xmexample1 xmexample.vti
scripts xmexample2
vm xmexample3
[root@HPCNL-SR-2 vm]# ls
initrd.img.1 vmlinuz.1
[root@HPCNL-SR-2 xen]# xm create F11.install
Using config file "./F11.install".
Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load images built for the g...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*