* VMX status report 11568:8c29bf7ede67
@ 2006-09-22 7:05 Yu, Ping Y
2006-09-22 7:01 ` Keir Fraser
2006-09-22 7:18 ` Steven Hand
0 siblings, 2 replies; 5+ messages in thread
From: Yu, Ping Y @ 2006-09-22 7:05 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 11280 bytes --]
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Three platforms(32/PAE/32E) test all are based on SMP, It means that we
boot up SMP guest OS in VMX.
Here is the test summary:
Issues:
1).IA32: Build linux 2.6.16 kernel in IA32 non-pae SMP VMX domain
succeed about 30% of the time.
2).Create four VMX domains simultaneously, usually, not all four VMX
domains can start successfully. only part of them can start, but two or
one will failed with the following messages " Error: Device 768 (vbd)
could not be connected. Hotplug scripts not working." or "Error: Device
5632 (vbd) could not be connected. Hotplug scripts not working."or "
Error: Device 0 (vif) could not be connected. Hotplug scripts not
working.".
I use following script to create four VMX domains simultaneously:
#!/bin/bash
xm cr config.vmx2 &
xm cr config.vmx3 &
xm cr config.vmx4 &
xm cr config.vmx5 &
Details;
IA32:
+ Build&Boot SMP xen0 without problem
+ Can bootup unmodified IA32 SMP 2.6 linux Guest OS in VMX
+ Can bootup unmodified IA32 UP WindowsXP SP1/SP2 Guest OS in VMX
+ Can bootup unmodified IA32 UP Windows2003 Guest OS in VMX
+ Can bootup IA32 SMP Guest OS in VMX & XenU with different memory size
(VMX:64MB,128MB,196MB,256MB,512MB.XenU:256MB)
+ A selected subset of xm-test runs well
+ A selected subset of LTP runs well in IA32 SMP Guest OS in VMX
+ Can build base kernel 2.6.16 in IA32 SMP Guest OS in VMX(about 30% of
chance build success)
+ Can startX in Dom0
+ Can bootup IA32 SMP 2.6 linux Guest OS in VMX with acpi enable
+ Can startX in IA32 SMP Guest OS in VMX
+ Network is OK in IA32 SMP Guest OS in VMX
PAE:
+ Build&Boot PAE SMP xen0 without problem
+ Can bootup unmodified IA32 nonpae SMP 2.6 linux guest OS in VMX
+ Can bootup unmodified PAE SMP 2.6 linux guest OS in VMX
+ Can bootup unmodified IA32 UP WindowXP SP1/SP2 in VMX
+ Can bootup unmodified PAE UP Windows2003 Guest OS in VMX
+ Can bootup PAE SMP 2.6 linux guest OS in VMX & XenU with different
memory size
(VMX:64MB,128MB,196MB,256MB,512MB,1500MB.XenU:256MB)
+ A selected subset of xm-test runs well
+ A selected subset of LTP runs well in PAE SMP 2.6 linux guest OS in
VMX.
+ Can build base kenerl 2.6.16 in PAE SMP guest OS in VMX.
+ Can startX in Dom0
+ Can bootup PAE SMP 2.6 linux in VMX with acpi enable
+ Can startX in PAE SMP guest OS in VMX
+ Network is OK in PAE SMP guest OS in VMX
IA32E:
+ Build&Boot IA32E SMP xen0 without problem
+ Can bootup unmodified IA32 nonpae SMP 2.6 linux guest OS in VMX
+ Can bootup unmodified PAE SMP 2.6 linux guest OS in VMX
+ Can bootup unmodified IA32E SMP 2.6 linux in VMX
+ Can bootup unmodified IA32 UP WindowXP SP1/SP2 in VMX
+ Can bootup unmodified PAE UP Windows 2003 in VMX
+ Can bootup IA32E SMP Guest OS in VMX & xenU with different memory
size.
(VMX:128MB,256MB,384MB,512MB,1024M,4096MB.XenU:256MB)
+ A selected subset of xm-test runs well
+ A selected subset of LTP runs well in IA32E SMP 2.6 linux Guest OS in
VMX
+ Can build base kenerl 2.6.16 in IA32E SMP guest OS in VMX.
+ Can startX in Dom0
+ Can bootup IA32E 2.6 linux Guest OS in VMX with acpi enable
+ Can startX in Ia32E SMP guest OS in VMX
+ Network is OK in IA32E SMP Guest OS in VMX
For details
------------------------------------------------------------
Platform: IA32
Service OS: FC5, IA32, SMP
Hardware: Grandstale
Default guest OS: IA32,SMP, 2.6 kernel
1, one IA32 nonpae SMP VMX domain with memory 512M PASS
2, one xenU domain with memory 256M
PASS
3, Two IA32 nonpae SMP VMX domains and 2 xenU domains coexist PASS
4, four IA32 nonpae SMP VMX domains coexist(64M,128M,196M,256M) PASS
5, network in IA32 nonpae SMP VMX domain
PASS
6, network in XenU domain
PASS
7, one IA32 UP Windows 2003 in VMX domain
PASS
8, 1 IA32 UP xpsp1 and 1 IA32 UP xpsp2 Windows VMX domains coexist
PASS
10,subset LTP test in IA32 nonpae SMP VMX domain
PASS
11,one VMX boot with IA32 nonpae SMP base kernel(2.6.16)
PASS
12,xm-test
PASS
14,StartX in Dom0
PASS
15,one IA32 nonpae SMP VMX domain with acpi enable
PASS
16,Build base kernel in IA32 nonpae SMP VMX domain
FAIL(about 30% chance of build success )
Xm test on IA32:
=============================
Xm-test execution summary:
PASS: 44
FAIL: 4
XPASS: 0
XFAIL: 3
Details:
XFAIL: 02_network_local_ping_pos
ping loopback failed for size 65507. ping eth0 failed for size
1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos
Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096
4192 32767 65507.
XFAIL: 11_network_domU_ping_pos
Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767
65507.
FAIL: 01_sedf_multi_pos
[0] xm sedf returned invalid 256 != 0
LTP test on IA32:
============================
Summary Test Report of Last Session
==================================================================
= Total Pass Fail NoResult Crash
==================================================================
=ltp 194 194 0 0 0
==================================================================
=ltp 194 194 0 0 0
mm 21 21 0 0 0
dio 28 28 0 0 0
nptl 1 1 0 0 0
math 10 10 0 0 0
ipc 8 8 0 0 0
pty 3 3 0 0 0
quickhit 120 120 0 0 0
sched 3 3 0 0 0
==================================================================
=Total 194 194 0 0 0
Platform: PAE
Service OS: RHEL4U1, PAE, SMP
Hardware: Grandstal
Default guest OS: PAE,SMP, 2.6 kernel
0, one IA32 nonpae SMP 2.6 VMX domain with memory 256M PASS
1, one PAE SMP VMX domain with memory 512M PASS
2, one PAE SMP VMX domain with memory 1500M PASS
3, one xenU domain with memory 256M
PASS
4, 2 PAE SMP VMX domains and 2 xenU domains coexist PASS
5, 2 IA32 nonpae SMP VMX domains and 2 PAE SMP VMX domains
coexist(64m,128m,196m,256m) PASS
6, network in PAE SMP vmx domain
PASS
7, network in xenu domain
PASS
8, one PAE UP Windows 2003 vmx domain PASS
8, 1 IA32 UP xpsp1 and 1 IA32 UP xpsp2 windows vmx domains coexist
PASS
9, xm-test
PASS
11,one vmx boot with PAE SMP base kernel(2.6.16)
PASS
12,startx in dom0
PASS
13,one PAE SMP vmx domain with acpi enable
PASS
14,build linux 2.6.16 base kernel in PAE SMP vmx domain PASS
Xm test on PAE:
================================
Xm-test execution summary:
PASS: 44
FAIL: 4
XPASS: 0
XFAIL: 3
Details:
XFAIL: 02_network_local_ping_pos
ping loopback failed for size 65507. ping eth0 failed for size
1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos
Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096
4192 32767 65507.
XFAIL: 11_network_domU_ping_pos
Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767
65507.
FAIL: 01_sedf_multi_pos
[0] xm sedf returned invalid 256 != 0
LTP test on PAE:
================================
Summary Test Report of Last Session
==================================================================
= Total Pass Fail NoResult Crash
==================================================================
=ltp 194 194 0 0 0
===================================================================
=ltp 194 194 0 0 0
mm 21 21 0 0 0
dio 28 28 0 0 0
nptl 1 1 0 0 0
math 10 10 0 0 0
ipc 8 8 0 0 0
pty 3 3 0 0 0
quickhit 120 120 0 0 0
sched 3 3 0 0 0
===================================================================
=Total 194 194 0 0 0
platform: IA32E
service os: rhel4u2, IA32E, SMP
hardware: paxville
default guest os: IA32E,SMP, 2.6 kernel
0, one IA32 nonpae SMP 2.6 VMX domain with memory 256M PASS
1, one IA32E SMP VMX domain with memory 512M PASS
2, one xenU domain with memory 256M
PASS
3, 2 IA32E SMP VMX domains and 2 xenU VMX domains coexist
PASS
4, 2 IA32E SMP VMX domains and 2 PAE SMP VMX domains
coexist(64m,128m,196m,256m) PASS
5, network in IA32E SMP VMX domain
PASS
6, network in XenU domain
PASS
8, one PAE SMP VMX domain with 1500M PASS
11, subset LTP in IA32E guest OS in VMX PASS
12, one PAE UP Windows 2003 VMX domain PASS
13, 1 IA32 UP xpsp1 and 1 IA32 UP xpsp2 Windows domains coexist PASS
14, xm-test
PASS
15,one VMX boot with IA32E SMP base kernel(2.6.16)
PASS
16,Build base kernel in IA32E VMX domain
PASS
17,StartX in Dom0
PASS
18,one IA32E SMP VMX domain with acpi enable
PASS
Xm test on IA32E:
=========================
Xm-test execution summary:
PASS: 44
FAIL: 4
XPASS: 0
XFAIL: 3
Details:
XFAIL: 02_network_local_ping_pos
ping loopback failed for size 65507. ping eth0 failed for size
1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos
Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096
4192 32767 65507.
XFAIL: 11_network_domU_ping_pos
Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767
65507.
FAIL: 01_sedf_multi_pos
[0] xm sedf returned invalid 256 != 0
LTP test on IA32E:
=========================
Summary Test Report of Last Session
==================================================================
= Total Pass Fail NoResult Crash
==================================================================
=ltp 194 194 0 0 0
==================================================================
=ltp 194 194 0 0 0
mm 21 21 0 0 0
dio 28 28 0 0 0
nptl 1 1 0 0 0
math 10 10 0 0 0
ipc 8 8 0 0 0
pty 3 3 0 0 0
quickhit 120 120 0 0 0
sched 3 3 0 0 0
==================================================================
=Total 194 194 0 0 0
[-- Attachment #2: xm-test-ia32.passfail --]
[-- Type: application/octet-stream, Size: 5616 bytes --]
REASON: Block-attach not supported for HVM domains
SKIP: 01_block_attach_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 02_block_attach_file_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 04_block_attach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 06_block_attach_baddomain_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 07_block_attach_baddevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 08_block_attach_bad_filedevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 09_block_attach_and_dettach_device_check_data_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 11_block_attach_shared_dom0.test
REASON: Block-attach not supported for HVM domains
SKIP: 12_block_attach_shared_domU.test
REASON: Block-list not supported for HVM domains
SKIP: 01_block-list_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 02_block-list_attachbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 03_block-list_anotherbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 04_block-list_nodb_pos.test
PASS: 05_block-list_nonexist_neg.test
REASON: Block-list not supported for HVM domains
SKIP: 06_block-list_checkremove_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 01_block-destroy_btblock_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 02_block-destroy_rtblock_pos.test
PASS: 03_block-destroy_nonexist_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 04_block-destroy_nonattached_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 05_block-destroy_byname_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 06_block-destroy_check_list_pos.test
PASS: 01_console_badopt_neg.test
PASS: 02_console_baddom_neg.test
PASS: 01_destroy_basic_pos.test
PASS: 02_destroy_noparm_neg.test
PASS: 03_destroy_nonexist_neg.test
PASS: 04_destroy_badparm_neg.test
PASS: 05_destroy_byid_pos.test
PASS: 06_destroy_dom0_neg.test
PASS: 07_destroy_stale_pos.test
PASS: 01_dmesg_basic_pos.test
PASS: 02_dmesg_basic_neg.test
PASS: 01_domid_basic_pos.test
PASS: 02_domid_basic_neg.test
PASS: 01_domname_basic_pos.test
PASS: 02_domname_basic_neg.test
PASS: 01_help_basic_pos.test
PASS: 02_help_basic_neg.test
PASS: 03_help_badparm_neg.test
PASS: 04_help_long_pos.test
PASS: 05_help_nonroot_pos.test
PASS: 06_help_allcmds.test
PASS: 01_info_basic_pos.test
PASS: 02_info_compiledata_pos.test
PASS: 01_list_basic_pos.test
PASS: 02_list_badparm_neg.test
PASS: 03_list_nonexist_neg.test
PASS: 04_list_goodparm_pos.test
PASS: 05_list_long_pos.test
PASS: 06_list_nonroot.test
REASON: Mem-max not supported for HVM domains
SKIP: 01_memmax_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 01_memset_basic_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 02_memset_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 03_memset_random_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 04_memset_smallmem_pos.test
REASON: ping loopback failed for size 65507. ping eth0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 02_network_local_ping_pos.test
REASON: Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos.test
REASON: Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 11_network_domU_ping_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 01_network_attach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 02_network_attach_detach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 03_network_attach_detach_multiple_pos.test
PASS: 04_network_attach_baddomain_neg.test
PASS: 01_pause_basic_pos.test
PASS: 02_pause_badopt_neg.test
PASS: 03_pause_badname_neg.test
PASS: 04_pause_badid_neg.test
PASS: 01_reboot_basic_pos.test
PASS: 02_reboot_badopt_neg.test
PASS: 03_reboot_badname_neg.test
REASON: [0] xm sedf returned invalid 256 != 0
FAIL: 01_sedf_multi_pos.test
PASS: 01_shutdown_basic_pos.test
PASS: 02_shutdown_badparm_neg.test
PASS: 03_shutdown_nonexist_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 01_sysrq_basic_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 02_sysrq_sync_pos.test
REASON: Sysrq not supported for HVM domains
SKIP: 03_sysrq_withreboot_pos.test
PASS: 01_unpause_basic_pos.test
REASON: vcpu-pin is supported for HVM domains
SKIP: 01_vcpu-pin_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 01_save_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 02_save_badparm_neg.test
REASON: Save currently not supported for HVM domains
SKIP: 03_save_bogusfile_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 01_restore_basic_pos.test
REASON: Restore currently not supported for HVM domains
SKIP: 02_restore_badparm_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 03_restore_badfilename_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 04_restore_withdevices_pos.test
REASON: Migrate currently not supported for HVM domains
SKIP: 01_migrate_localhost_pos.test
[-- Attachment #3: xm-test-ia32e.passfail --]
[-- Type: application/octet-stream, Size: 5616 bytes --]
REASON: Block-attach not supported for HVM domains
SKIP: 01_block_attach_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 02_block_attach_file_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 04_block_attach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 06_block_attach_baddomain_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 07_block_attach_baddevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 08_block_attach_bad_filedevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 09_block_attach_and_dettach_device_check_data_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 11_block_attach_shared_dom0.test
REASON: Block-attach not supported for HVM domains
SKIP: 12_block_attach_shared_domU.test
REASON: Block-list not supported for HVM domains
SKIP: 01_block-list_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 02_block-list_attachbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 03_block-list_anotherbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 04_block-list_nodb_pos.test
PASS: 05_block-list_nonexist_neg.test
REASON: Block-list not supported for HVM domains
SKIP: 06_block-list_checkremove_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 01_block-destroy_btblock_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 02_block-destroy_rtblock_pos.test
PASS: 03_block-destroy_nonexist_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 04_block-destroy_nonattached_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 05_block-destroy_byname_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 06_block-destroy_check_list_pos.test
PASS: 01_console_badopt_neg.test
PASS: 02_console_baddom_neg.test
PASS: 01_destroy_basic_pos.test
PASS: 02_destroy_noparm_neg.test
PASS: 03_destroy_nonexist_neg.test
PASS: 04_destroy_badparm_neg.test
PASS: 05_destroy_byid_pos.test
PASS: 06_destroy_dom0_neg.test
PASS: 07_destroy_stale_pos.test
PASS: 01_dmesg_basic_pos.test
PASS: 02_dmesg_basic_neg.test
PASS: 01_domid_basic_pos.test
PASS: 02_domid_basic_neg.test
PASS: 01_domname_basic_pos.test
PASS: 02_domname_basic_neg.test
PASS: 01_help_basic_pos.test
PASS: 02_help_basic_neg.test
PASS: 03_help_badparm_neg.test
PASS: 04_help_long_pos.test
PASS: 05_help_nonroot_pos.test
PASS: 06_help_allcmds.test
PASS: 01_info_basic_pos.test
PASS: 02_info_compiledata_pos.test
PASS: 01_list_basic_pos.test
PASS: 02_list_badparm_neg.test
PASS: 03_list_nonexist_neg.test
PASS: 04_list_goodparm_pos.test
PASS: 05_list_long_pos.test
PASS: 06_list_nonroot.test
REASON: Mem-max not supported for HVM domains
SKIP: 01_memmax_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 01_memset_basic_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 02_memset_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 03_memset_random_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 04_memset_smallmem_pos.test
REASON: ping loopback failed for size 65507. ping eth0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 02_network_local_ping_pos.test
REASON: Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos.test
REASON: Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 11_network_domU_ping_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 01_network_attach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 02_network_attach_detach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 03_network_attach_detach_multiple_pos.test
PASS: 04_network_attach_baddomain_neg.test
PASS: 01_pause_basic_pos.test
PASS: 02_pause_badopt_neg.test
PASS: 03_pause_badname_neg.test
PASS: 04_pause_badid_neg.test
PASS: 01_reboot_basic_pos.test
PASS: 02_reboot_badopt_neg.test
PASS: 03_reboot_badname_neg.test
REASON: [0] xm sedf returned invalid 256 != 0
FAIL: 01_sedf_multi_pos.test
PASS: 01_shutdown_basic_pos.test
PASS: 02_shutdown_badparm_neg.test
PASS: 03_shutdown_nonexist_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 01_sysrq_basic_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 02_sysrq_sync_pos.test
REASON: Sysrq not supported for HVM domains
SKIP: 03_sysrq_withreboot_pos.test
PASS: 01_unpause_basic_pos.test
REASON: vcpu-pin is supported for HVM domains
SKIP: 01_vcpu-pin_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 01_save_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 02_save_badparm_neg.test
REASON: Save currently not supported for HVM domains
SKIP: 03_save_bogusfile_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 01_restore_basic_pos.test
REASON: Restore currently not supported for HVM domains
SKIP: 02_restore_badparm_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 03_restore_badfilename_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 04_restore_withdevices_pos.test
REASON: Migrate currently not supported for HVM domains
SKIP: 01_migrate_localhost_pos.test
[-- Attachment #4: xm-test-pae.passfail --]
[-- Type: application/octet-stream, Size: 5616 bytes --]
REASON: Block-attach not supported for HVM domains
SKIP: 01_block_attach_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 02_block_attach_file_device_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 04_block_attach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 06_block_attach_baddomain_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 07_block_attach_baddevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 08_block_attach_bad_filedevice_neg.test
REASON: Block-attach not supported for HVM domains
SKIP: 09_block_attach_and_dettach_device_check_data_pos.test
REASON: Block-attach not supported for HVM domains
SKIP: 11_block_attach_shared_dom0.test
REASON: Block-attach not supported for HVM domains
SKIP: 12_block_attach_shared_domU.test
REASON: Block-list not supported for HVM domains
SKIP: 01_block-list_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 02_block-list_attachbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 03_block-list_anotherbd_pos.test
REASON: Block-list not supported for HVM domains
SKIP: 04_block-list_nodb_pos.test
PASS: 05_block-list_nonexist_neg.test
REASON: Block-list not supported for HVM domains
SKIP: 06_block-list_checkremove_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 01_block-destroy_btblock_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 02_block-destroy_rtblock_pos.test
PASS: 03_block-destroy_nonexist_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 04_block-destroy_nonattached_neg.test
REASON: Block-detach not supported for HVM domains
SKIP: 05_block-destroy_byname_pos.test
REASON: Block-detach not supported for HVM domains
SKIP: 06_block-destroy_check_list_pos.test
PASS: 01_console_badopt_neg.test
PASS: 02_console_baddom_neg.test
PASS: 01_destroy_basic_pos.test
PASS: 02_destroy_noparm_neg.test
PASS: 03_destroy_nonexist_neg.test
PASS: 04_destroy_badparm_neg.test
PASS: 05_destroy_byid_pos.test
PASS: 06_destroy_dom0_neg.test
PASS: 07_destroy_stale_pos.test
PASS: 01_dmesg_basic_pos.test
PASS: 02_dmesg_basic_neg.test
PASS: 01_domid_basic_pos.test
PASS: 02_domid_basic_neg.test
PASS: 01_domname_basic_pos.test
PASS: 02_domname_basic_neg.test
PASS: 01_help_basic_pos.test
PASS: 02_help_basic_neg.test
PASS: 03_help_badparm_neg.test
PASS: 04_help_long_pos.test
PASS: 05_help_nonroot_pos.test
PASS: 06_help_allcmds.test
PASS: 01_info_basic_pos.test
PASS: 02_info_compiledata_pos.test
PASS: 01_list_basic_pos.test
PASS: 02_list_badparm_neg.test
PASS: 03_list_nonexist_neg.test
PASS: 04_list_goodparm_pos.test
PASS: 05_list_long_pos.test
PASS: 06_list_nonroot.test
REASON: Mem-max not supported for HVM domains
SKIP: 01_memmax_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 01_memset_basic_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 02_memset_badparm_neg.test
REASON: Mem-set not supported for HVM domains
SKIP: 03_memset_random_pos.test
REASON: Mem-set not supported for HVM domains
SKIP: 04_memset_smallmem_pos.test
REASON: ping loopback failed for size 65507. ping eth0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 02_network_local_ping_pos.test
REASON: Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 05_network_dom0_ping_pos.test
REASON: Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
XFAIL: 11_network_domU_ping_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 01_network_attach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 02_network_attach_detach_pos.test
REASON: Network-attach not supported for HVM domains
SKIP: 03_network_attach_detach_multiple_pos.test
PASS: 04_network_attach_baddomain_neg.test
PASS: 01_pause_basic_pos.test
PASS: 02_pause_badopt_neg.test
PASS: 03_pause_badname_neg.test
PASS: 04_pause_badid_neg.test
PASS: 01_reboot_basic_pos.test
PASS: 02_reboot_badopt_neg.test
PASS: 03_reboot_badname_neg.test
REASON: [0] xm sedf returned invalid 256 != 0
FAIL: 01_sedf_multi_pos.test
PASS: 01_shutdown_basic_pos.test
PASS: 02_shutdown_badparm_neg.test
PASS: 03_shutdown_nonexist_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 01_sysrq_basic_neg.test
REASON: Sysrq not supported for HVM domains
SKIP: 02_sysrq_sync_pos.test
REASON: Sysrq not supported for HVM domains
SKIP: 03_sysrq_withreboot_pos.test
PASS: 01_unpause_basic_pos.test
REASON: vcpu-pin is supported for HVM domains
SKIP: 01_vcpu-pin_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 01_save_basic_pos.test
REASON: Save currently not supported for HVM domains
SKIP: 02_save_badparm_neg.test
REASON: Save currently not supported for HVM domains
SKIP: 03_save_bogusfile_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 01_restore_basic_pos.test
REASON: Restore currently not supported for HVM domains
SKIP: 02_restore_badparm_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 03_restore_badfilename_neg.test
REASON: Restore currently not supported for HVM domains
SKIP: 04_restore_withdevices_pos.test
REASON: Migrate currently not supported for HVM domains
SKIP: 01_migrate_localhost_pos.test
[-- Attachment #5: vbd --]
[-- Type: application/octet-stream, Size: 40852 bytes --]
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Kernel 2.6.16.13-xen0 on an x86_64
vt-px5 login: AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
Password: Login timed out after 60 seconds
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Kernel 2.6.16.13-xen0 on an x86_64
vt-px5 login: (XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) vmx_do_launch(): GUEST_CR3<=003f37a0, HOST_CR3<=2305df000
(XEN) (GUEST: 48) HVM Loader
(XEN) (GUEST: 48) Detected Xen v3.0-unstable
(XEN) (GUEST: 48) Loading ROMBIOS ...
(XEN) (GUEST: 48) Creating MP tables ...
(XEN) (GUEST: 48) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 48) Loading ACPI ...
(XEN) (GUEST: 48) Writing SMBIOS tables ...
(XEN) (GUEST: 48) Loading VMXAssist ...
(XEN) (GUEST: 48) VMX go ...
(XEN) (GUEST: 48) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 48) Memory size 256 MB
(XEN) (GUEST: 48) E820 map:
(XEN) (GUEST: 48) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 48) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 48) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 48) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 48) 0000000000100000 - 000000000FFF0000 (RAM)
(XEN) (GUEST: 48) 000000000FFF0000 - 000000000FFFA000 (ACPI Data)
(XEN) (GUEST: 48) 000000000FFFA000 - 000000000FFFD000 (ACPI NVS)
(XEN) (GUEST: 48) 000000000FFFD000 - 000000000FFFE000 (Type 19)
(XEN) (GUEST: 48) 000000000FFFE000 - 000000000FFFF000 (Type 18)
(XEN) vmx_do_launch(): GUEST_CR3<=00f957a0, HOST_CR3<=1f196f000
(XEN) (GUEST: 48) 000000000FFFF000 - 0000000010000000 (Type 17)
(XEN) (GUEST: 47) HVM Loader
(XEN) (GUEST: 47) Detected Xen v3.0-unstable
(XEN) (GUEST: 48) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 48)
(XEN) (GUEST: 47) Loading ROMBIOS ...
(XEN) (GUEST: 48) Start BIOS ...
(XEN) (GUEST: 47) Creating MP tables ...
(XEN) (GUEST: 47) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 48) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 47) Loading ACPI ...
(XEN) (GUEST: 47) Writing SMBIOS tables ...
(XEN) (GUEST: 47) Loading VMXAssist ...
(XEN) (GUEST: 47) VMX go ...
(XEN) (GUEST: 47) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 47) Memory size 192 MB
(XEN) (GUEST: 47) E820 map:
(XEN) (GUEST: 48) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 47) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 47) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 47) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 47) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 47) 0000000000100000 - 000000000BFF0000 (RAM)
(XEN) (GUEST: 47) 000000000BFF0000 - 000000000BFFA000 (ACPI Data)
(XEN) (GUEST: 47) 000000000BFFA000 - 000000000BFFD000 (ACPI NVS)
(XEN) (GUEST: 47) 000000000BFFD000 - 000000000BFFE000 (Type 19)
(XEN) (GUEST: 47) 000000000BFFE000 - 000000000BFFF000 (Type 18)
(XEN) (GUEST: 47) 000000000BFFF000 - 000000000C000000 (Type 17)
(XEN) (GUEST: 47) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 47)
(XEN) (GUEST: 47) Start BIOS ...
(XEN) (GUEST: 47) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 47) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) vmx_do_launch(): GUEST_CR3<=0039f7a0, HOST_CR3<=af4cb000
(XEN) (GUEST: 46) HVM Loader
(XEN) (GUEST: 46) Detected Xen v3.0-unstable
(XEN) (GUEST: 46) Loading ROMBIOS ...
(XEN) vmx_do_launch(): GUEST_CR3<=0035b7a0, HOST_CR3<=22b497000
(XEN) (GUEST: 52) HVM Loader
(XEN) (GUEST: 46) Creating MP tables ...
(XEN) (GUEST: 52) Detected Xen v3.0-unstable
(XEN) (GUEST: 52) Loading ROMBIOS ...
(XEN) (GUEST: 46) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 52) Creating MP tables ...
(XEN) (GUEST: 46) Loading ACPI ...
(XEN) (GUEST: 52) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 46) Writing SMBIOS tables ...
(XEN) (GUEST: 52) Loading ACPI ...
(XEN) (GUEST: 46) Loading VMXAssist ...
(XEN) (GUEST: 52) Writing SMBIOS tables ...
(XEN) (GUEST: 46) VMX go ...
(XEN) (GUEST: 52) Loading VMXAssist ...
(XEN) (GUEST: 46) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 52) VMX go ...
(XEN) (GUEST: 46) Memory size 64 MB
(XEN) (GUEST: 46) E820 map:
(XEN) (GUEST: 52) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 52) Memory size 128 MB
(XEN) (GUEST: 52) E820 map:
(XEN) (GUEST: 46) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 46) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 52) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 46) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 46) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 52) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 46) 0000000000100000 - 0000000003FF0000 (RAM)
(XEN) (GUEST: 46) 0000000003FF0000 - 0000000003FFA000 (ACPI Data)
(XEN) (GUEST: 52) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 46) 0000000003FFA000 - 0000000003FFD000 (ACPI NVS)
(XEN) (GUEST: 52) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 46) 0000000003FFD000 - 0000000003FFE000 (Type 19)
(XEN) (GUEST: 52) 0000000000100000 - 0000000007FF0000 (RAM)
(XEN) (GUEST: 46) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 52) 0000000007FF0000 - 0000000007FFA000 (ACPI Data)
(XEN) (GUEST: 46) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 52) 0000000007FFA000 - 0000000007FFD000 (ACPI NVS)
(XEN) (GUEST: 52) 0000000007FFD000 - 0000000007FFE000 (Type 19)
(XEN) (GUEST: 46) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 46)
(XEN) (GUEST: 52) 0000000007FFE000 - 0000000007FFF000 (Type 18)
(XEN) (GUEST: 46) Start BIOS ...
(XEN) (GUEST: 52) 0000000007FFF000 - 0000000008000000 (Type 17)
(XEN) vmx_do_launch(): GUEST_CR3<=003c17a0, HOST_CR3<=23c183000
(XEN) (GUEST: 49) HVM Loader
(XEN) (GUEST: 52) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 46) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 52)
(XEN) (GUEST: 49) Detected Xen v3.0-unstable
(XEN) (GUEST: 52) Start BIOS ...
(XEN) (GUEST: 49) Loading ROMBIOS ...
(XEN) (GUEST: 49) Creating MP tables ...
(XEN) (GUEST: 52) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 49) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 49) Loading ACPI ...
(XEN) (GUEST: 49) Writing SMBIOS tables ...
(XEN) (GUEST: 49) Loading VMXAssist ...
(XEN) (GUEST: 49) VMX go ...
(XEN) (GUEST: 46) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 52) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 49) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 49) Memory size 128 MB
(XEN) (GUEST: 49) E820 map:
(XEN) (GUEST: 49) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 49) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 49) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 49) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 49) 0000000000100000 - 0000000007FF0000 (RAM)
(XEN) (GUEST: 49) 0000000007FF0000 - 0000000007FFA000 (ACPI Data)
(XEN) vmx_do_launch(): GUEST_CR3<=00f3f7a0, HOST_CR3<=1f1533000
(XEN) (GUEST: 50) HVM Loader
(XEN) (GUEST: 49) 0000000007FFA000 - 0000000007FFD000 (ACPI NVS)
(XEN) (GUEST: 50) Detected Xen v3.0-unstable
(XEN) (GUEST: 50) Loading ROMBIOS ...
(XEN) vmx_do_launch(): GUEST_CR3<=003297a0, HOST_CR3<=1f285f000
(XEN) (GUEST: 53) HVM Loader
(XEN) (GUEST: 50) Creating MP tables ...
(XEN) (GUEST: 49) 0000000007FFD000 - 0000000007FFE000 (Type 19)
(XEN) (GUEST: 50) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 53) Detected Xen v3.0-unstable
(XEN) (GUEST: 50) Loading ACPI ...
(XEN) (GUEST: 49) 0000000007FFE000 - 0000000007FFF000 (Type 18)
(XEN) (GUEST: 53) Loading ROMBIOS ...
(XEN) (GUEST: 50) Writing SMBIOS tables ...
(XEN) (GUEST: 53) Creating MP tables ...
(XEN) (GUEST: 50) Loading VMXAssist ...
(XEN) (GUEST: 49) 0000000007FFF000 - 0000000008000000 (Type 17)
(XEN) (GUEST: 50) VMX go ...
(XEN) (GUEST: 50) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 49) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 49)
(XEN) (GUEST: 50) Memory size 128 MB
(XEN) (GUEST: 49) Start BIOS ...
(XEN) (GUEST: 50) E820 map:
(XEN) (GUEST: 53) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 53) Loading ACPI ...
(XEN) (GUEST: 50) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 49) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 53) Writing SMBIOS tables ...
(XEN) (GUEST: 53) Loading VMXAssist ...
(XEN) (GUEST: 53) VMX go ...
(XEN) (GUEST: 50) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 53) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 50) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 53) Memory size 64 MB
(XEN) (GUEST: 53) E820 map:
(XEN) (GUEST: 50) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 49) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 53) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 50) 0000000000100000 - 0000000007FF0000 (RAM)
(XEN) (GUEST: 53) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 53) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 50) 0000000007FF0000 - 0000000007FFA000 (ACPI Data)
(XEN) (GUEST: 53) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 50) 0000000007FFA000 - 0000000007FFD000 (ACPI NVS)
(XEN) (GUEST: 53) 0000000000100000 - 0000000003FF0000 (RAM)
(XEN) (GUEST: 50) 0000000007FFD000 - 0000000007FFE000 (Type 19)
(XEN) (GUEST: 53) 0000000003FF0000 - 0000000003FFA000 (ACPI Data)
(XEN) (GUEST: 50) 0000000007FFE000 - 0000000007FFF000 (Type 18)
(XEN) (GUEST: 53) 0000000003FFA000 - 0000000003FFD000 (ACPI NVS)
(XEN) (GUEST: 50) 0000000007FFF000 - 0000000008000000 (Type 17)
(XEN) (GUEST: 53) 0000000003FFD000 - 0000000003FFE000 (Type 19)
(XEN) (GUEST: 50) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 50)
(XEN) (GUEST: 50) Start BIOS ...
(XEN) (GUEST: 53) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 53) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 50) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 53) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 53)
(XEN) (GUEST: 53) Start BIOS ...
(XEN) (GUEST: 53) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 50) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 53) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) vmx_do_launch(): GUEST_CR3<=00f0d7a0, HOST_CR3<=1ff0d7000
(XEN) (GUEST: 51) HVM Loader
(XEN) (GUEST: 51) Detected Xen v3.0-unstable
(XEN) (GUEST: 51) Loading ROMBIOS ...
(XEN) (GUEST: 51) Creating MP tables ...
(XEN) (GUEST: 51) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 51) Loading ACPI ...
(XEN) (GUEST: 51) Writing SMBIOS tables ...
(XEN) (GUEST: 51) Loading VMXAssist ...
(XEN) (GUEST: 51) VMX go ...
(XEN) (GUEST: 51) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 51) Memory size 128 MB
(XEN) (GUEST: 51) E820 map:
(XEN) (GUEST: 51) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 51) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 51) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 51) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 51) 0000000000100000 - 0000000007FF0000 (RAM)
(XEN) (GUEST: 51) 0000000007FF0000 - 0000000007FFA000 (ACPI Data)
(XEN) (GUEST: 51) 0000000007FFA000 - 0000000007FFD000 (ACPI NVS)
(XEN) (GUEST: 51) 0000000007FFD000 - 0000000007FFE000 (Type 19)
(XEN) (GUEST: 51) 0000000007FFE000 - 0000000007FFF000 (Type 18)
(XEN) (GUEST: 51) 0000000007FFF000 - 0000000008000000 (Type 17)
(XEN) (GUEST: 51) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 51)
(XEN) (GUEST: 51) Start BIOS ...
(XEN) (GUEST: 51) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 51) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 48) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 48) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 48) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 47) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 47) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 47) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 52) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 52) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 52) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 48) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 48)
(XEN) (GUEST: 48) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 47) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 47)
(XEN) (GUEST: 47) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 46) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 46) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 48) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 46) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 47) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 49) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 49) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 49) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 50) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 50) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 50) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 53) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 53) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 53) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 52) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 52)
(XEN) (GUEST: 52) ata0-0: PCHS=2133/16/63 translation=lba LCHS=533/64/63
(XEN) (GUEST: 52) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (1050 MBytes)
(XEN) (GUEST: 49) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 49)
(XEN) (GUEST: 49) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 50) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 50)
(XEN) (GUEST: 49) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 50) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 46) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 46)
(XEN) (GUEST: 50) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 46) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 53) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 53)
(XEN) (GUEST: 53) ata0-0: PCHS=2133/16/63 translation=lba LCHS=533/64/63
(XEN) (GUEST: 46) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 48) ata0 slave: Unknown device
(XEN) (GUEST: 53) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (1050 MBytes)
(XEN) (GUEST: 51) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 51) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 51) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 52) ata0 slave: Unknown device
(XEN) (GUEST: 49) ata0 slave: Unknown device
(XEN) (GUEST: 50) ata0 slave: Unknown device
(XEN) (GUEST: 47) ata0 slave: Unknown device
(XEN) (GUEST: 51) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 51)
(XEN) (GUEST: 51) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 48) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 51) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 53) ata0 slave: Unknown device
(XEN) (GUEST: 46) ata0 slave: Unknown device
(XEN) (GUEST: 52) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 49) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 50) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 47) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 48) ata1 slave: Unknown device
(XEN) (GUEST: 48)
(XEN) (GUEST: 48) Booting from Hard Disk...
(XEN) (GUEST: 51) ata0 slave: Unknown device
(XEN) (GUEST: 53) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 46) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 49) ata1 slave: Unknown device
(XEN) (GUEST: 49)
(XEN) (GUEST: 52) ata1 slave: Unknown device
(XEN) (GUEST: 52)
(XEN) (GUEST: 49) Booting from Hard Disk...
(XEN) (GUEST: 52) Booting from Hard Disk...
(XEN) (GUEST: 47) ata1 slave: Unknown device
(XEN) (GUEST: 48) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 47)
(XEN) (GUEST: 48) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 51) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 50) ata1 slave: Unknown device
(XEN) (GUEST: 47) Booting from Hard Disk...
(XEN) (GUEST: 48) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 50)
(XEN) (GUEST: 50) Booting from Hard Disk...
(XEN) (GUEST: 53) ata1 slave: Unknown device
(XEN) (GUEST: 53)
(XEN) (GUEST: 53) Booting from Hard Disk...
(XEN) (GUEST: 52) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 52) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 52) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 49) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 46) ata1 slave: Unknown device
(XEN) (GUEST: 46)
(XEN) (GUEST: 49) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 46) Booting from Hard Disk...
(XEN) (GUEST: 49) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 53) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 50) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 53) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 50) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 53) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 50) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 51) ata1 slave: Unknown device
(XEN) (GUEST: 51)
(XEN) (GUEST: 51) Booting from Hard Disk...
(XEN) (GUEST: 47) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 46) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 47) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 46) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 47) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 46) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 51) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 51) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 51) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 49) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 49) KBD: unsupported int 16h function 03
(XEN) (GUEST: 49) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 49) *** int 15h function AX=E980, BX=E6F5 not yet supported!
(XEN) (GUEST: 48) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 48) KBD: unsupported int 16h function 03
(XEN) (GUEST: 49) int13_harddisk: function 02, unmapped device for ELDL=81
(XEN) (GUEST: 48) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 49) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 46) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 46) KBD: unsupported int 16h function 03
(XEN) (GUEST: 46) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 52) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 52) *** int 15h function AX=EC00, BX=0002 not yet supported!
(XEN) (GUEST: 52) KBD: unsupported int 16h function 03
(XEN) (GUEST: 52) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 53) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 53) *** int 15h function AX=EC00, BX=0002 not yet supported!
(XEN) (GUEST: 53) KBD: unsupported int 16h function 03
(XEN) (GUEST: 53) int13_harddisk: function 15, unmapped device for ELDL=81
peth0: received packet with own address as source address
peth0: received packet with own address as source address
Password: (XEN) (GUEST: 50) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 50) KBD: unsupported int 16h function 03
(XEN) (GUEST: 50) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 47) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 47) KBD: unsupported int 16h function 03
(XEN) (GUEST: 47) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 51) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 51) KBD: unsupported int 16h function 03
(XEN) (GUEST: 51) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 51) *** int 15h function AX=E980, BX=E6F5 not yet supported!
(XEN) (GUEST: 51) int13_harddisk: function 02, unmapped device for ELDL=81
(XEN) (GUEST: 51) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003277a0, HOST_CR3<=1f2844000
(XEN) (GUEST: 53) Start AP 1 from 00006000 ...
(XEN) (GUEST: 53) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003257a0, HOST_CR3<=1f2841000
(XEN) (GUEST: 53) Start AP 2 from 00006000 ...
(XEN) (GUEST: 53) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) Local APIC Write to read-only register
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003597a0, HOST_CR3<=22b473000
(XEN) (GUEST: 52) Start AP 1 from 00006000 ...
(XEN) (GUEST: 52) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003237a0, HOST_CR3<=1f283d000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f6f7a0, HOST_CR3<=23c160000
(XEN) (GUEST: 53) Start AP 3 from 00006000 ...
(XEN) (GUEST: 49) Start AP 1 from 00003000 ...
(XEN) (GUEST: 53) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) (GUEST: 49) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003577a0, HOST_CR3<=22b472000
peth0: received packet with own address as source address
(XEN) (GUEST: 52) Start AP 2 from 00006000 ...
(XEN) (GUEST: 52) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003557a0, HOST_CR3<=22b472000
(XEN) (GUEST: 52) Start AP 3 from 00006000 ...
(XEN) (GUEST: 52) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f6d7a0, HOST_CR3<=23c15d000
(XEN) (GUEST: 49) Start AP 2 from 00003000 ...
(XEN) (GUEST: 49) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f6b7a0, HOST_CR3<=23c15b000
(XEN) (GUEST: 49) Start AP 3 from 00003000 ...
(XEN) (GUEST: 49) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f0b7a0, HOST_CR3<=1ff0b0000
(XEN) (GUEST: 51) Start AP 1 from 00003000 ...
(XEN) (GUEST: 51) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) Local APIC Write to read-only register
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f097a0, HOST_CR3<=1ff0ad000
(XEN) (GUEST: 51) Start AP 2 from 00003000 ...
(XEN) (GUEST: 51) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=0039d7a0, HOST_CR3<=8bec2000
(XEN) (GUEST: 46) Start AP 1 from 00002000 ...
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003f17a0, HOST_CR3<=2305d6000
(XEN) (GUEST: 46) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) (GUEST: 48) Start AP 1 from 00002000 ...
(XEN) (GUEST: 48) Starting emulated 16-bit real-mode: ip=0200:0000
peth0: received packet with own address as source address
peth0: received packet with own address as source address
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f077a0, HOST_CR3<=1ff0ab000
(XEN) (GUEST: 51) Start AP 3 from 00003000 ...
(XEN) (GUEST: 51) Starting emulated 16-bit real-mode: ip=0300:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003df7a0, HOST_CR3<=2305ba000
(XEN) (GUEST: 48) Start AP 2 from 00002000 ...
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=0039b7a0, HOST_CR3<=22d24a000
(XEN) (GUEST: 48) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) (GUEST: 46) Start AP 2 from 00002000 ...
(XEN) (GUEST: 46) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f3d7a0, HOST_CR3<=1f1526000
(XEN) (GUEST: 50) Start AP 1 from 00002000 ...
(XEN) (GUEST: 50) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f937a0, HOST_CR3<=1f1966000
(XEN) (GUEST: 47) Start AP 1 from 00002000 ...
(XEN) (GUEST: 47) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003dd7a0, HOST_CR3<=2305b8000
(XEN) (GUEST: 48) Start AP 3 from 00002000 ...
(XEN) (GUEST: 48) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003997a0, HOST_CR3<=22d248000
(XEN) (GUEST: 46) Start AP 3 from 00002000 ...
(XEN) (GUEST: 46) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f3b7a0, HOST_CR3<=1f150a000
(XEN) (GUEST: 50) Start AP 2 from 00002000 ...
(XEN) (GUEST: 50) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f917a0, HOST_CR3<=1f194a000
(XEN) (GUEST: 47) Start AP 2 from 00002000 ...
(XEN) (GUEST: 47) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f397a0, HOST_CR3<=1f1508000
(XEN) (GUEST: 50) Start AP 3 from 00002000 ...
(XEN) (GUEST: 50) Starting emulated 16-bit real-mode: ip=0200:0000
Login incorrect
login: (XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=00f8f7a0, HOST_CR3<=1f1948000
(XEN) (GUEST: 47) Start AP 3 from 00002000 ...
(XEN) (GUEST: 47) Starting emulated 16-bit real-mode: ip=0200:0000
peth0: received packet with own address as source address
peth0: received packet with own address as source address
Password: peth0: received packet with own address as source address
Login incorrect
login: (XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) sh_update_paging_modes: postponing determination of shadow mode
(XEN) vmx_do_launch(): GUEST_CR3<=0039f7a0, HOST_CR3<=238c7b000
(XEN) (GUEST: 54) HVM Loader
(XEN) (GUEST: 54) Detected Xen v3.0-unstable
(XEN) (GUEST: 54) Loading ROMBIOS ...
(XEN) (GUEST: 54) Creating MP tables ...
(XEN) (GUEST: 54) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 54) Loading ACPI ...
(XEN) (GUEST: 54) Writing SMBIOS tables ...
(XEN) (GUEST: 54) Loading VMXAssist ...
(XEN) (GUEST: 54) VMX go ...
(XEN) (GUEST: 54) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 54) Memory size 128 MB
(XEN) (GUEST: 54) E820 map:
(XEN) (GUEST: 54) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 54) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 54) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 54) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 54) 0000000000100000 - 0000000007FF0000 (RAM)
(XEN) (GUEST: 54) 0000000007FF0000 - 0000000007FFA000 (ACPI Data)
(XEN) (GUEST: 54) 0000000007FFA000 - 0000000007FFD000 (ACPI NVS)
(XEN) (GUEST: 54) 0000000007FFD000 - 0000000007FFE000 (Type 19)
(XEN) (GUEST: 54) 0000000007FFE000 - 0000000007FFF000 (Type 18)
(XEN) (GUEST: 54) 0000000007FFF000 - 0000000008000000 (Type 17)
(XEN) (GUEST: 54) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 54)
(XEN) (GUEST: 54) Start BIOS ...
(XEN) (GUEST: 54) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 54) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 54) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 54) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 54) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 54) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 54)
(XEN) (GUEST: 54) ata0-0: PCHS=2133/16/63 translation=lba LCHS=533/64/63
(XEN) (GUEST: 54) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (1050 MBytes)
(XEN) vmx_do_launch(): GUEST_CR3<=003b57a0, HOST_CR3<=23007b000
(XEN) (GUEST: 55) HVM Loader
(XEN) (GUEST: 55) Detected Xen v3.0-unstable
(XEN) (GUEST: 55) Loading ROMBIOS ...
(XEN) (GUEST: 55) Creating MP tables ...
(XEN) (GUEST: 55) Loading Cirrus VGABIOS ...
(XEN) (GUEST: 55) Loading ACPI ...
(XEN) (GUEST: 55) Writing SMBIOS tables ...
(XEN) (GUEST: 55) Loading VMXAssist ...
(XEN) (GUEST: 55) VMX go ...
(XEN) (GUEST: 55) VMXAssist (Sep 19 2006)
(XEN) (GUEST: 55) Memory size 64 MB
(XEN) (GUEST: 55) E820 map:
(XEN) (GUEST: 55) 0000000000000000 - 000000000009F000 (RAM)
(XEN) (GUEST: 55) 000000000009F000 - 00000000000A0000 (Reserved)
(XEN) (GUEST: 55) 00000000000A0000 - 00000000000C0000 (Type 16)
(XEN) (GUEST: 55) 00000000000F0000 - 0000000000100000 (Reserved)
(XEN) (GUEST: 55) 0000000000100000 - 0000000003FF0000 (RAM)
(XEN) (GUEST: 55) 0000000003FF0000 - 0000000003FFA000 (ACPI Data)
(XEN) (GUEST: 55) 0000000003FFA000 - 0000000003FFD000 (ACPI NVS)
(XEN) (GUEST: 55) 0000000003FFD000 - 0000000003FFE000 (Type 19)
(XEN) (GUEST: 55) 0000000003FFE000 - 0000000003FFF000 (Type 18)
(XEN) (GUEST: 55) 0000000003FFF000 - 0000000004000000 (Type 17)
(XEN) (GUEST: 55) 00000000FEC00000 - 0000000100000000 (Type 16)
(XEN) (GUEST: 55)
(XEN) (GUEST: 55) Start BIOS ...
(XEN) (GUEST: 55) Starting emulated 16-bit real-mode: ip=F000:FFF0
(XEN) (GUEST: 55) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $
(XEN) (GUEST: 54) ata0 slave: Unknown device
Login timed out after 60 seconds
(XEN) (GUEST: 54) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Kernel 2.6.16.13-xen0 on an x86_64
vt-px5 login: (XEN) (GUEST: 55) Remapping master: ICW2 0x8 -> 0x20
(XEN) (GUEST: 55) Remapping slave: ICW2 0x70 -> 0x28
(XEN) (GUEST: 54) ata1 slave: Unknown device
(XEN) (GUEST: 54)
(XEN) (GUEST: 55) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $
(XEN) (GUEST: 54) Booting from Hard Disk...
(XEN) (GUEST: 54) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 54) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 54) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 55) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $
(XEN) (GUEST: 55)
(XEN) (GUEST: 55) ata0-0: PCHS=770/16/63 translation=none LCHS=770/16/63
(XEN) (GUEST: 55) ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (379 MBytes)
(XEN) (GUEST: 55) ata0 slave: Unknown device
(XEN) (GUEST: 55) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom
(XEN) (GUEST: 55) ata1 slave: Unknown device
(XEN) (GUEST: 55)
(XEN) (GUEST: 55) Booting from Hard Disk...
(XEN) (GUEST: 55) int13_harddisk: function 41, unmapped device for ELDL=81
(XEN) (GUEST: 55) int13_harddisk: function 08, unmapped device for ELDL=81
(XEN) (GUEST: 55) *** int 15h function AX=00C0, BX=0000 not yet supported!
(XEN) (GUEST: 54) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 54) *** int 15h function AX=EC00, BX=0002 not yet supported!
(XEN) (GUEST: 54) KBD: unsupported int 16h function 03
(XEN) (GUEST: 54) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=0039d7a0, HOST_CR3<=aebab000
(XEN) (GUEST: 54) Start AP 1 from 00006000 ...
(XEN) (GUEST: 54) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=0039b7a0, HOST_CR3<=aebaa000
(XEN) (GUEST: 54) Start AP 2 from 00006000 ...
(XEN) (GUEST: 54) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003997a0, HOST_CR3<=aebaa000
(XEN) (GUEST: 54) Start AP 3 from 00006000 ...
(XEN) (GUEST: 54) Starting emulated 16-bit real-mode: ip=0600:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) (GUEST: 55) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) (GUEST: 55) KBD: unsupported int 16h function 03
(XEN) (GUEST: 55) int13_harddisk: function 15, unmapped device for ELDL=81
(XEN) Local APIC Write to read-only register
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 1 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003b37a0, HOST_CR3<=230072000
(XEN) (GUEST: 55) Start AP 1 from 00002000 ...
(XEN) (GUEST: 55) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 2 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003b17a0, HOST_CR3<=230056000
(XEN) (GUEST: 55) Start AP 2 from 00002000 ...
(XEN) (GUEST: 55) Starting emulated 16-bit real-mode: ip=0200:0000
(XEN) This hvm_vlapic is for P4, no work for De-assert init
(XEN) AP 3 bringup suceeded.
(XEN) vmx_do_launch(): GUEST_CR3<=003af7a0, HOST_CR3<=230054000
(XEN) (GUEST: 55) Start AP 3 from 00002000 ...
(XEN) (GUEST: 55) Starting emulated 16-bit real-mode: ip=0200:0000
:wq
Login incorrect
login:
[-- Attachment #6: xend.log --]
[-- Type: application/octet-stream, Size: 29355 bytes --]
[2006-09-19 11:13:41 xend 5102] DEBUG (blkif:24) exception looking up device number for hdc: [Errno 2] No such file or directory: '/dev/hdc'
[2006-09-19 11:13:41 xend 5102] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/59/5632'} to /local/domain/59/device/vbd/5632.
[2006-09-19 11:13:41 xend 5102] DEBUG (DevController:112) DevController: writing {'domain': 'v3_115704', 'frontend': '/local/domain/59/device/vbd/5632', 'dev': 'hdc', 'state': '1', 'params': '', 'mode': 'r', 'online': '1', 'frontend-id': '59', 'type': ''} to /local/domain/0/backend/vbd/59/5632.
[2006-09-19 11:13:42 xend 5102] DEBUG (DevController:110) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/59/0'} to /local/domain/59/device/vif/0.
[2006-09-19 11:13:42 xend 5102] DEBUG (DevController:112) DevController: writing {'bridge': 'xenbr0', 'domain': 'v3_115704', 'handle': '0', 'script': '/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend': '/local/domain/59/device/vif/0', 'mac': '00:16:3e:1d:c7:8c', 'online': '1', 'frontend-id': '59', 'type': 'ioemu'} to /local/domain/0/backend/vif/59/0.
[2006-09-19 11:13:43 xend 5102] INFO (image:379) spawning device models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d', '59', '-m', '128', '-boot', 'c', '-serial', 'pty', '-vcpus', '4', '-acpi', '-domain-name', 'v3_115704', '-net', 'nic,vlan=1,macaddr=00:16:3e:46:72:fb,model=rtl8139', '-net', 'tap,vlan=1,bridge=xenbr0']
[2006-09-19 11:13:43 xend 5102] INFO (image:381) device model pid: 10267
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:710) Storing VM details: {'shadow_memory': '8', 'uuid': '459783df-7a93-16ac-3d1a-6d6714d4ce96', 'on_reboot': 'restart', 'start_time': '1158635623.17', 'on_poweroff': 'destroy', 'name': 'v3_115704', 'xend/restart_count': '0', 'vcpus': '4', 'vcpu_avail': '15', 'memory': '128', 'on_crash': 'restart', 'image': '(hvm (kernel /usr/lib/xen/boot/hvmloader) (device_model /usr/lib64/xen/bin/qemu-dm) (pae 1) (vcpus 4) (boot c) (serial pty) (vncunused 1) (sdl 1) (display :1.0) (acpi 1) (apic 1) (xauthority /root/.Xauthority))', 'maxmem': '128'}
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:745) Storing domain details: {'console/port': '2', 'cpu/3/availability': 'online', 'name': 'v3_115704', 'console/limit': '1048576', 'cpu/2/availability': 'online', 'vm': '/vm/459783df-7a93-16ac-3d1a-6d6714d4ce96', 'domid': '59', 'cpu/0/availability': 'online', 'memory/target': '131072', 'store/ring-ref': '2314633', 'cpu/1/availability': 'online', 'store/port': '1'}
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:190) XendDomainInfo.create(['vm', ['name', 'v4_1156382524'], ['memory', 192], ['shadow_memory', 8], ['vcpus', 4], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx4'], ['dev', 'hda'], ['mode', 'w']]], ['device', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']]]])
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:296) parseConfig: config is ['vm', ['name', 'v4_1156382524'], ['memory', 192], ['shadow_memory', 8], ['vcpus', 4], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx4'], ['dev', 'hda'], ['mode', 'w']]], ['device', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']]]]
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:395) parseConfig: result is {'shadow_memory': 8, 'uuid': None, 'on_crash': None, 'on_reboot': None, 'localtime': None, 'image': ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']], 'on_poweroff': None, 'bootloader_args': None, 'cpus': None, 'name': 'v4_1156382524', 'backend': [], 'vcpus': 4, 'cpu_weight': None, 'features': None, 'vcpu_avail': None, 'memory': 192, 'device': [('vbd', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx4'], ['dev', 'hda'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]), ('vif', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']])], 'bootloader': None, 'cpu': None, 'maxmem': None}
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1243) XendDomainInfo.construct: None
[2006-09-19 11:13:43 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1275) XendDomainInfo.initDomain: 60 1.0
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: boot, val: c
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: fda, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: fdb, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: soundhw, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: localtime, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: serial, val: pty
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: std-vga, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: isa, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: vcpus, val: 4
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: acpi, val: 1
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: usb, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (image:314) args: usbdevice, val: None
[2006-09-19 11:13:43 xend 5102] DEBUG (balloon:127) Balloon: 6350796 KiB free; need 217552; done.
[2006-09-19 11:13:43 xend 5102] INFO (image:136) buildDomain os=hvm dom=60 vcpus=4
[2006-09-19 11:13:43 xend 5102] DEBUG (image:273) dom = 60
[2006-09-19 11:13:43 xend 5102] DEBUG (image:274) image = /usr/lib/xen/boot/hvmloader
[2006-09-19 11:13:43 xend 5102] DEBUG (image:275) store_evtchn = 1
[2006-09-19 11:13:43 xend 5102] DEBUG (image:276) memsize = 192
[2006-09-19 11:13:43 xend 5102] DEBUG (image:277) vcpus = 4
[2006-09-19 11:13:43 xend 5102] DEBUG (image:278) pae = 0
[2006-09-19 11:13:43 xend 5102] DEBUG (image:279) acpi = 1
[2006-09-19 11:13:43 xend 5102] DEBUG (image:280) apic = 1
[2006-09-19 11:13:43 xend 5102] DEBUG (image:396) hvm shutdown watch registered
[2006-09-19 11:13:43 xend 5102] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/60/768'} to /local/domain/60/device/vbd/768.
[2006-09-19 11:13:43 xend 5102] DEBUG (DevController:112) DevController: writing {'domain': 'v4_1156382524', 'frontend': '/local/domain/60/device/vbd/768', 'dev': 'hda', 'state': '1', 'params': '/share/xvs/var/four_VMX_ia32/img.vmx4', 'mode': 'w', 'online': '1', 'frontend-id': '60', 'type': 'file'} to /local/domain/0/backend/vbd/60/768.
[2006-09-19 11:13:43 xend 5102] DEBUG (blkif:24) exception looking up device number for hdc: [Errno 2] No such file or directory: '/dev/hdc'
[2006-09-19 11:13:43 xend 5102] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/60/5632'} to /local/domain/60/device/vbd/5632.
[2006-09-19 11:13:43 xend 5102] DEBUG (DevController:112) DevController: writing {'domain': 'v4_1156382524', 'frontend': '/local/domain/60/device/vbd/5632', 'dev': 'hdc', 'state': '1', 'params': '', 'mode': 'r', 'online': '1', 'frontend-id': '60', 'type': ''} to /local/domain/0/backend/vbd/60/5632.
[2006-09-19 11:13:44 xend 5102] DEBUG (DevController:110) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/60/0'} to /local/domain/60/device/vif/0.
[2006-09-19 11:13:44 xend 5102] DEBUG (DevController:112) DevController: writing {'bridge': 'xenbr0', 'domain': 'v4_1156382524', 'handle': '0', 'script': '/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend': '/local/domain/60/device/vif/0', 'mac': '00:16:3e:37:e1:f6', 'online': '1', 'frontend-id': '60', 'type': 'ioemu'} to /local/domain/0/backend/vif/60/0.
[2006-09-19 11:13:45 xend 5102] INFO (image:379) spawning device models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d', '60', '-m', '192', '-boot', 'c', '-serial', 'pty', '-vcpus', '4', '-acpi', '-domain-name', 'v4_1156382524', '-net', 'nic,vlan=1,macaddr=00:16:3e:55:0c:95,model=rtl8139', '-net', 'tap,vlan=1,bridge=xenbr0']
[2006-09-19 11:13:46 xend 5102] INFO (image:381) device model pid: 11257
[2006-09-19 11:13:46 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:710) Storing VM details: {'shadow_memory': '8', 'uuid': '709edf3f-ef26-3d75-5db9-87f2c2a635bd', 'on_reboot': 'restart', 'start_time': '1158635626.12', 'on_poweroff': 'destroy', 'name': 'v4_1156382524', 'xend/restart_count': '0', 'vcpus': '4', 'vcpu_avail': '15', 'memory': '192', 'on_crash': 'restart', 'image': '(hvm (kernel /usr/lib/xen/boot/hvmloader) (device_model /usr/lib64/xen/bin/qemu-dm) (vcpus 4) (boot c) (serial pty) (vncunused 1) (sdl 1) (display :1.0) (acpi 1) (apic 1) (xauthority /root/.Xauthority))', 'maxmem': '192'}
[2006-09-19 11:13:47 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:745) Storing domain details: {'console/port': '2', 'cpu/3/availability': 'online', 'name': 'v4_1156382524', 'console/limit': '1048576', 'cpu/2/availability': 'online', 'vm': '/vm/709edf3f-ef26-3d75-5db9-87f2c2a635bd', 'domid': '60', 'cpu/0/availability': 'online', 'memory/target': '196608', 'store/ring-ref': '2190652', 'cpu/1/availability': 'online', 'store/port': '1'}
[2006-09-19 11:13:47 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:190) XendDomainInfo.create(['vm', ['name', 'v2_5224'], ['memory', 128], ['shadow_memory', 8], ['vcpus', 4], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['pae', 1], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx2_pae'], ['dev', 'hda'], ['mode', 'w']]], ['device', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']]]])
[2006-09-19 11:13:47 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:296) parseConfig: config is ['vm', ['name', 'v2_5224'], ['memory', 128], ['shadow_memory', 8], ['vcpus', 4], ['image', ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['pae', 1], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']]], ['device', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx2_pae'], ['dev', 'hda'], ['mode', 'w']]], ['device', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]], ['device', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']]]]
[2006-09-19 11:13:47 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:395) parseConfig: result is {'shadow_memory': 8, 'uuid': None, 'on_crash': None, 'on_reboot': None, 'localtime': None, 'image': ['hvm', ['kernel', '/usr/lib/xen/boot/hvmloader'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['pae', 1], ['vcpus', 4], ['boot', 'c'], ['serial', 'pty'], ['vncunused', 1], ['sdl', 1], ['display', ':1.0'], ['acpi', 1], ['apic', 1], ['xauthority', '/root/.Xauthority']], 'on_poweroff': None, 'bootloader_args': None, 'cpus': None, 'name': 'v2_5224', 'backend': [], 'vcpus': 4, 'cpu_weight': None, 'features': None, 'vcpu_avail': None, 'memory': 128, 'device': [('vbd', ['vbd', ['uname', 'file:/share/xvs/var/four_VMX_ia32/img.vmx2_pae'], ['dev', 'hda'], ['mode', 'w']]), ('vbd', ['vbd', ['uname', ''], ['dev', 'hdc:cdrom'], ['mode', 'r']]), ('vif', ['vif', ['bridge', 'xenbr0'], ['type', 'ioemu']])], 'bootloader': None, 'cpu': None, 'maxmem': None}
[2006-09-19 11:13:47 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1243) XendDomainInfo.construct: None
[2006-09-19 11:13:47 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:48 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1275) XendDomainInfo.initDomain: 61 1.0
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: boot, val: c
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: fda, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: fdb, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: soundhw, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: localtime, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: serial, val: pty
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: std-vga, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: isa, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: vcpus, val: 4
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: acpi, val: 1
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: usb, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (image:314) args: usbdevice, val: None
[2006-09-19 11:13:48 xend 5102] DEBUG (balloon:127) Balloon: 6141436 KiB free; need 151860; done.
[2006-09-19 11:13:48 xend 5102] INFO (image:136) buildDomain os=hvm dom=61 vcpus=4
[2006-09-19 11:13:48 xend 5102] DEBUG (image:273) dom = 61
[2006-09-19 11:13:48 xend 5102] DEBUG (image:274) image = /usr/lib/xen/boot/hvmloader
[2006-09-19 11:13:48 xend 5102] DEBUG (image:275) store_evtchn = 1
[2006-09-19 11:13:48 xend 5102] DEBUG (image:276) memsize = 128
[2006-09-19 11:13:48 xend 5102] DEBUG (image:277) vcpus = 4
[2006-09-19 11:13:48 xend 5102] DEBUG (image:278) pae = 1
[2006-09-19 11:13:48 xend 5102] DEBUG (image:279) acpi = 1
[2006-09-19 11:13:48 xend 5102] DEBUG (image:280) apic = 1
[2006-09-19 11:13:48 xend 5102] DEBUG (image:396) hvm shutdown watch registered
[2006-09-19 11:13:48 xend 5102] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '768', 'device-type': 'disk', 'state': '1', 'backend': '/local/domain/0/backend/vbd/61/768'} to /local/domain/61/device/vbd/768.
[2006-09-19 11:13:48 xend 5102] DEBUG (DevController:112) DevController: writing {'domain': 'v2_5224', 'frontend': '/local/domain/61/device/vbd/768', 'dev': 'hda', 'state': '1', 'params': '/share/xvs/var/four_VMX_ia32/img.vmx2_pae', 'mode': 'w', 'online': '1', 'frontend-id': '61', 'type': 'file'} to /local/domain/0/backend/vbd/61/768.
[2006-09-19 11:13:50 xend 5102] DEBUG (blkif:24) exception looking up device number for hdc: [Errno 2] No such file or directory: '/dev/hdc'
[2006-09-19 11:13:51 xend 5102] DEBUG (DevController:110) DevController: writing {'backend-id': '0', 'virtual-device': '5632', 'device-type': 'cdrom', 'state': '1', 'backend': '/local/domain/0/backend/vbd/61/5632'} to /local/domain/61/device/vbd/5632.
[2006-09-19 11:13:51 xend 5102] DEBUG (DevController:112) DevController: writing {'domain': 'v2_5224', 'frontend': '/local/domain/61/device/vbd/5632', 'dev': 'hdc', 'state': '1', 'params': '', 'mode': 'r', 'online': '1', 'frontend-id': '61', 'type': ''} to /local/domain/0/backend/vbd/61/5632.
[2006-09-19 11:13:51 xend 5102] DEBUG (DevController:110) DevController: writing {'state': '1', 'backend-id': '0', 'backend': '/local/domain/0/backend/vif/61/0'} to /local/domain/61/device/vif/0.
[2006-09-19 11:13:51 xend 5102] DEBUG (DevController:112) DevController: writing {'bridge': 'xenbr0', 'domain': 'v2_5224', 'handle': '0', 'script': '/etc/xen/scripts/vif-bridge', 'state': '1', 'frontend': '/local/domain/61/device/vif/0', 'mac': '00:16:3e:11:c1:50', 'online': '1', 'frontend-id': '61', 'type': 'ioemu'} to /local/domain/0/backend/vif/61/0.
[2006-09-19 11:13:52 xend 5102] INFO (image:379) spawning device models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d', '61', '-m', '128', '-boot', 'c', '-serial', 'pty', '-vcpus', '4', '-acpi', '-domain-name', 'v2_5224', '-net', 'nic,vlan=1,macaddr=00:16:3e:4d:44:0f,model=rtl8139', '-net', 'tap,vlan=1,bridge=xenbr0']
[2006-09-19 11:13:52 xend 5102] INFO (image:381) device model pid: 13716
[2006-09-19 11:13:52 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:710) Storing VM details: {'shadow_memory': '8', 'uuid': 'a71dd219-17a3-d785-9474-8a2af5c6117c', 'on_reboot': 'restart', 'start_time': '1158635632.69', 'on_poweroff': 'destroy', 'name': 'v2_5224', 'xend/restart_count': '0', 'vcpus': '4', 'vcpu_avail': '15', 'memory': '128', 'on_crash': 'restart', 'image': '(hvm (kernel /usr/lib/xen/boot/hvmloader) (device_model /usr/lib64/xen/bin/qemu-dm) (pae 1) (vcpus 4) (boot c) (serial pty) (vncunused 1) (sdl 1) (display :1.0) (acpi 1) (apic 1) (xauthority /root/.Xauthority))', 'maxmem': '128'}
[2006-09-19 11:13:52 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:745) Storing domain details: {'console/port': '2', 'cpu/3/availability': 'online', 'name': 'v2_5224', 'console/limit': '1048576', 'cpu/2/availability': 'online', 'vm': '/vm/a71dd219-17a3-d785-9474-8a2af5c6117c', 'domid': '61', 'cpu/0/availability': 'online', 'memory/target': '131072', 'store/ring-ref': '2351304', 'cpu/1/availability': 'online', 'store/port': '1'}
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:53 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:53 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices vif.
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:149) Waiting for 0.
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (image:419) hvm_shutdown fired, shutdown reason=None
[2006-09-19 11:13:56 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:931) XendDomainInfo.handleShutdownWatch
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/55/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/58/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/60/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/57/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/56/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/54/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/59/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices usb.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/61/0/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices usb.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices usb.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices vbd.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices vbd.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:149) Waiting for 768.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/54/768/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:149) Waiting for 768.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices usb.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/59/768/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices vbd.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:149) Waiting for 768.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/60/768/hotplug-status.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:143) Waiting for devices vbd.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:149) Waiting for 768.
[2006-09-19 11:13:56 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/61/768/hotplug-status.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/54/768/hotplug-status.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:149) Waiting for 5632.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/54/5632/hotplug-status.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/54/5632/hotplug-status.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:143) Waiting for devices irq.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:143) Waiting for devices pci.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:143) Waiting for devices ioports.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:143) Waiting for devices tap.
[2006-09-19 11:13:59 xend 5102] DEBUG (DevController:143) Waiting for devices vtpm.
[2006-09-19 11:13:59 xend 5102] INFO (XendDomain:370) Domain v3_1156468792 (54) unpaused.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/55/0/hotplug-status.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices usb.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices vbd.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:149) Waiting for 768.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/55/768/hotplug-status.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:149) Waiting for 5632.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/55/5632/hotplug-status.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices irq.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices pci.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices ioports.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices tap.
[2006-09-19 11:14:02 xend 5102] DEBUG (DevController:143) Waiting for devices vtpm.
[2006-09-19 11:14:02 xend 5102] INFO (XendDomain:370) Domain v2_182524 (55) unpaused.
[2006-09-19 11:14:03 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=58
[2006-09-19 11:14:04 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=57
[2006-09-19 11:14:04 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(58)
[2006-09-19 11:14:04 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(57)
[2006-09-19 11:14:04 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:04 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:06 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/60/768/hotplug-status.
[2006-09-19 11:14:06 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=56
[2006-09-19 11:14:06 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[2006-09-19 11:14:06 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/57/0/hotplug-status.
[2006-09-19 11:14:07 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/57/0/hotplug-status.
[2006-09-19 11:14:07 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(56)
[2006-09-19 11:14:09 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=61
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=60
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1439) XendDomainInfo.destroy: domid=59
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(61)
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(60)
[2006-09-19 11:14:10 xend.XendDomainInfo 5102] DEBUG (XendDomainInfo:1447) XendDomainInfo.destroyDomain(59)
[2006-09-19 11:14:10 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:10 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:11 xend 5102] DEBUG (image:408) hvm shutdown watch unregistered
[2006-09-19 11:14:20 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/56/0/hotplug-status.
[2006-09-19 11:14:20 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/56/0/hotplug-status.
[2006-09-19 11:14:20 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/59/768/hotplug-status.
[2006-09-19 11:14:20 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 2.
[2006-09-19 11:14:21 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/58/0/hotplug-status.
[2006-09-19 11:14:21 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vif/58/0/hotplug-status.
[2006-09-19 11:14:23 xend 5102] DEBUG (DevController:464) hotplugStatusCallback /local/domain/0/backend/vbd/61/768/hotplug-status.
[2006-09-19 11:14:23 xend 5102] DEBUG (DevController:478) hotplugStatusCallback 1.
[-- Attachment #7: xen-hotplug.log --]
[-- Type: application/octet-stream, Size: 561 bytes --]
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
SIOCGIFFLAGS: No such device
xenstore-read: couldn't read path backend/vbd/56/5632/params
xenstore-read: couldn't read path backend/vbd/59/768/node
SIOCGIFFLAGS: No such device
SIOCGIFFLAGS: No such device
xenstore-read: couldn't read path backend/vbd/57/5632/params
xenstore-read: couldn't read path backend/vbd/59/768/params
[-- Attachment #8: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: VMX status report 11568:8c29bf7ede67
2006-09-22 7:05 VMX status report 11568:8c29bf7ede67 Yu, Ping Y
@ 2006-09-22 7:01 ` Keir Fraser
2006-09-22 7:18 ` Steven Hand
1 sibling, 0 replies; 5+ messages in thread
From: Keir Fraser @ 2006-09-22 7:01 UTC (permalink / raw)
To: Yu, Ping Y, xen-devel
On 22/9/06 8:05 am, "Yu, Ping Y" <ping.y.yu@intel.com> wrote:
> We have tested the latest xen on VT platform with Intel 915/E8500
> chipset.
It's a shame you just missed out on testing 11569.
> Issues:
> 1).IA32: Build linux 2.6.16 kernel in IA32 non-pae SMP VMX domain
> succeed about 30% of the time.
Changeset 11569 fixes this.
-- Keir
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: VMX status report 11568:8c29bf7ede67
2006-09-22 7:05 VMX status report 11568:8c29bf7ede67 Yu, Ping Y
2006-09-22 7:01 ` Keir Fraser
@ 2006-09-22 7:18 ` Steven Hand
1 sibling, 0 replies; 5+ messages in thread
From: Steven Hand @ 2006-09-22 7:18 UTC (permalink / raw)
To: Yu, Ping Y, xen-devel; +Cc: steven
>1).IA32: Build linux 2.6.16 kernel in IA32 non-pae SMP VMX domain
>succeed about 30% of the time.
This should be fixed by the next -unstable cset (11569:6e3223a69461).
Please let us know if not.
>2).Create four VMX domains simultaneously, usually, not all four VMX
>domains can start successfully. only part of them can start, but two or
>one will failed with the following messages " Error: Device 768 (vbd)
>could not be connected. Hotplug scripts not working." or "Error: Device
>5632 (vbd) could not be connected. Hotplug scripts not working."or "
>Error: Device 0 (vif) could not be connected. Hotplug scripts not
>working.".
Hmm - we're working on a fix for this; indeed, I thought that unstable cset
11554: 39aaa54756db which extends some timeouts would avoid this issue.
We can look into this some more today.
cheers,
S.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: VMX status report 11568:8c29bf7ede67
@ 2006-09-22 7:30 Yu, Ping Y
0 siblings, 0 replies; 5+ messages in thread
From: Yu, Ping Y @ 2006-09-22 7:30 UTC (permalink / raw)
To: Steven Hand, xen-devel; +Cc: steven
Thanks, we will be happy to test next nightly testing. :-)
Ping
>
>
>>1).IA32: Build linux 2.6.16 kernel in IA32 non-pae SMP VMX domain
>>succeed about 30% of the time.
>
>This should be fixed by the next -unstable cset (11569:6e3223a69461).
>Please let us know if not.
>
>>2).Create four VMX domains simultaneously, usually, not all four VMX
>>domains can start successfully. only part of them can start, but two
or
>>one will failed with the following messages " Error: Device 768 (vbd)
>>could not be connected. Hotplug scripts not working." or "Error:
Device
>>5632 (vbd) could not be connected. Hotplug scripts not working."or "
>>Error: Device 0 (vif) could not be connected. Hotplug scripts not
>>working.".
>
>Hmm - we're working on a fix for this; indeed, I thought that unstable
cset
>11554: 39aaa54756db which extends some timeouts would avoid this issue.
>We can look into this some more today.
>
>
>cheers,
>
>S.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: VMX status report 11568:8c29bf7ede67
@ 2006-09-22 8:48 Yu, Ping Y
0 siblings, 0 replies; 5+ messages in thread
From: Yu, Ping Y @ 2006-09-22 8:48 UTC (permalink / raw)
To: Steven Hand, xen-devel; +Cc: steven
>
>
>>1).IA32: Build linux 2.6.16 kernel in IA32 non-pae SMP VMX domain
>>succeed about 30% of the time.
Verified in cset 11569, and kernel build can pass 100% now for multiple
testing
>
>This should be fixed by the next -unstable cset (11569:6e3223a69461).
>Please let us know if not.
>
>>2).Create four VMX domains simultaneously, usually, not all four VMX
>>domains can start successfully. only part of them can start, but two
or
>>one will failed with the following messages " Error: Device 768 (vbd)
>>could not be connected. Hotplug scripts not working." or "Error:
Device
>>5632 (vbd) could not be connected. Hotplug scripts not working."or "
>>Error: Device 0 (vif) could not be connected. Hotplug scripts not
>>working.".
>
>Hmm - we're working on a fix for this; indeed, I thought that unstable
cset
>11554: 39aaa54756db which extends some timeouts would avoid this issue.
>We can look into this some more today.
>
>
>cheers,
>
>S.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-09-22 8:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-22 7:05 VMX status report 11568:8c29bf7ede67 Yu, Ping Y
2006-09-22 7:01 ` Keir Fraser
2006-09-22 7:18 ` Steven Hand
-- strict thread matches above, loose matches on Subject: below --
2006-09-22 7:30 Yu, Ping Y
2006-09-22 8:48 Yu, Ping Y
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.