Displaying 2 results from an estimated 2 matches for "hvmconfig".
Did you mean:
vmconfig
2008 Feb 19
6
stubdom questions
...ou give some lights on following questions:
1. I use default vnclisten. Does it matter?
2. Seems qemu in stubdom has some issue and couldn''t update the ''vnc-port'' in
xenstore. Or the stubdom didn''t run at all. How can I debug it?
3. "Create /etc/xen/stubdom-hvmconfig" in readme -- seems "hvmconfig" should
match the domain name rather than config file.
Thanks,
=================== running error =============================
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0...
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
...0,9 @@ of video memory for the HVM domain, you
of video memory for the HVM domain, you need to avoid the need for ballooning,
by using the hypervisor dom0_mem= option for instance.
+
+There is a sample configuration set in xmexample.hvm-stubdom and
+xmexample.hvm-dm
In your HVM config "hvmconfig",
diff -r c9b516a77927 stubdom/stubdom-dm
--- a/stubdom/stubdom-dm Mon Aug 04 11:29:45 2008 +0100
+++ b/stubdom/stubdom-dm Mon Aug 04 12:51:31 2008 +0100
@@ -55,7 +55,7 @@ term() {
kill %1
(
[ -n "$vncpid" ] && kill -9 $vncpid
- xm destroy stubdom-$domname
+ xm...