All of lore.kernel.org
 help / color / mirror / Atom feed
* No suspend in xendomains (4.0.1-rc2-pre)
@ 2009-06-17 18:22 Fabian Zimmermann
  0 siblings, 0 replies; only message in thread
From: Fabian Zimmermann @ 2009-06-17 18:22 UTC (permalink / raw)
  To: xen-devel

Hi,

today I tried to save my running domains with "xendomains stop" and 
wondered, why no domain was found. I was able to find the bug and here 
is my patch. Maybe someone could include this into Xen?

---

--- xendomains.old    2009-06-17 20:03:35.000000000 +0200
+++ xendomains    2009-06-17 20:17:42.000000000 +0200
@@ -182,11 +182,11 @@
 
 parseln()
 {
-    if [[ "$1" =~ "\(domain" ]]; then
+    if [[ "$1" =~ '(domain' ]]; then
         name=;id=
-    else if [[ "$1" =~ "\(name" ]]; then
+    else if [[ "$1" =~ '(name' ]]; then
         name=$(echo $1 | sed -e 's/^.*(name \(.*\))$/\1/')
-    else if [[ "$1" =~ "\(domid" ]]; then
+    else if [[ "$1" =~ '(domid' ]]; then
         id=$(echo $1 | sed -e 's/^.*(domid \(.*\))$/\1/')
     fi; fi; fi
 
---
red:/etc/init.d# xm info
host                   : red
release                : 2.6.29.4-xen
version                : #1 SMP Tue Jun 9 21:32:38 CEST 2009
machine                : x86_64
nr_cpus                : 2
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 1
cpu_mhz                : 1989
hw_caps                : 
178bf3ff:ebd3fbff:00000000:00000010:00002001:00000000:0000001f:00000000
virt_caps              : hvm
total_memory           : 4095
free_memory            : 2002
node_to_cpu            : node0:0-1
node_to_memory         : node0:2002
xen_major              : 3
xen_minor              : 4
xen_extra              : .1-rc2-pre
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : Fri Jun 05 09:44:05 2009 +0100 19645:a24e16539384
cc_compiler            : gcc version 4.3.2 (Debian 4.3.2-1.1)

Thanks,
Fabian

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-17 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 18:22 No suspend in xendomains (4.0.1-rc2-pre) Fabian Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.