[libvirt] [PATCH] [libvirt-test-API] modify test dir and log dir path in autotest.

2012-06-18 Thread Lin Qing
In autotest,test dir match test class name,which should be 'libvirt_test_api' for libvirt-test-api test suit.And the default tar extract is 'src'.So we should modify the autotest_testdir as 'tests/libvirt_test_api',and autotetst log dir as

[libvirt] libvirtd can not start up

2012-06-15 Thread Lin Qing
2012-06-15 06:35:04.230+: 16193: error : virStateInitialize:781 : Initialization of NWFilter state driver failed 2012-06-15 06:35:05.079+: 16193: error : daemonRunStateInit:752 : Driver state initialization failed anybody konws what 's going on ? Thanks Lin Qing. -- libvir-list mailing

Re: [libvirt] libvirtd can not start up

2012-06-15 Thread Lin Qing
environment is fedora 17 i386. On 06/15/2012 02:37 PM, Lin Qing wrote: Hi all: I met a issue during boot libvirtd.When I use libvirtd --daemon , libvirtd didn't start up. And I am using the latest libvirt source code . Here is the libvirtd.log /usr/local/var/log/libvirt/libvirtd.log

Re: [libvirt] libvirtd can not start up

2012-06-15 Thread Lin Qing
On 06/15/2012 03:25 PM, Gao feng wrote: 于 2012年06月15日 14:37, Lin Qing 写道: Hi all: I met a issue during boot libvirtd.When I use libvirtd --daemon , libvirtd didn't start up. And I am using the latest libvirt source code . Here is the libvirtd.log /usr/local/var/log/libvirt

[libvirt] [PATCH] [libvirt-test-API] Add machine option to supprot choose machine type in more architectures

2012-05-08 Thread Lin Qing
1.With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. 2.Fix some indent issue in ksiso.sh. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com --- cases/consumption_cpu_topology.conf|2 +

[libvirt] [PATCH] [libvirt-test-API] Use YABOOT instead of ISOLINUX to create bootable ISO.

2012-05-03 Thread Lin Qing
Yaboot is the bootloader of PowerPC (ISOLINUX on AMD64/x86 systems, yaboot on PowerPC), so should change the yaboot.conf firstly,then use mkiso command to create bootable ISO. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com --- utils/ksiso.sh | 57