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-devel

[Xen-devel] [Patch][RFC] xend config list

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [Patch][RFC] xend config list
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Fri, 14 Sep 2007 16:27:40 +0900
Delivery-date: Fri, 14 Sep 2007 00:28:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, all

I made the patch to show xoptions.
We can get infomation of xend configuration with my patch.
How about this?

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

# xm list --x
config_default                          :  /etc/xen/xend-config.sxp
xoptions.config_path                    :  /etc/xen/xend-config.sxp
xoptions.config_var                     :  XEND_CONFIG
xoptions.dom0_min_mem_default           :  0
dom0_vcpus_default                      :  0
external_migration_tool_default         :  
logfile_default                         :  /var/log/xen/xend.log
loglevel_default                        :  DEBUG
netback_type                            :  netfront
network_script_dir                      :  /etc/xen/scripts
vif_script                              :  vif-bridge
vncpasswd_default                       :  None
xen_api_server_default                  :  [['unix']]
xend_address_default                    :  
xend_domains_path_default               :  /var/lib/xend/domains
xend_http_server_default                :  no
xend_port_default                       :  8000
xend_relocation_address_default         :  
xend_relocation_hosts_allow_default     :  
xend_relocation_port_default            :  8002
xend_relocation_server_default          :  no
xend_state_path_default                 :  /var/lib/xend/state
xend_storage_path_default               :  /var/lib/xend/storage
xend_tcp_xmlrpc_server_address_default  :  localhost
xend_tcp_xmlrpc_server_default          :  no
xend_tcp_xmlrpc_server_port_default     :  8006
xend_unix_path_default                  :  /var/lib/xend/xend-socket
xend_unix_server_default                :  no
xend_unix_xmlrpc_server_default         :  yes
xend_vnc_listen_default                 :  127.0.0.1
config:
     xend-config
     ['loglevel', 'DEBUG']
     ['xen-api-server', [['9363', 'pam']]]
     ['xend-relocation-server', 'yes']
     ['xend-relocation-hosts-allow', '^localhost$ ^localhost\\.localdomain$']
     ['network-script', 'network-bridge']
     ['vif-script', 'vif-bridge']
     ['dom0-min-mem', '196']
     ['dom0-cpus', '0']
     ['enable-dump', 'yes']
     ['vnc-listen', '0.0.0.0']
     ['vncpasswd', '']


Best Regards,

Akio Takebe

Attachment: xend_config_list.patch
Description: Binary data

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