Am considering a new laptop, and I wonder if anyone here can share their Xen experiences with the newest Core 2 Duo CPUs, ref http://www.intel.com/products/processor/core2duo/specifications.htm The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors doesn''t include any Core 2 Duos. Does that mean that people have had problems, or is the wiki just not up to date? I gather VT is not available on the T5500 (similar to issues with anything less than the T2300 on Core Duo CPUs). Does the T5600 work OK, or do people here recommend customizing a system with the T7200/T7400/T7600 CPUs? Thanks, Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 31, 2006 at 02:38:44PM -0700, MJang wrote:> Am considering a new laptop, and I wonder if anyone here can share their > Xen experiences with the newest Core 2 Duo CPUs, ref > http://www.intel.com/products/processor/core2duo/specifications.htmI have Dell Latitude D820 with T2400 Core Duo and works without problems. Dell had (or has) some problems with custumers in China, where it sold Latitude notebooks with T2x00E CPU''s without Intel VT (suffix E). VT must be enabled in BIOS (POST behavior / virtualization or so). bobek:~# xm dmesg ... (XEN) Initializing CPU#0 (XEN) Detected 1828.777 MHz processor. (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 0 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#0. (XEN) CPU0: Intel Genuine Intel(R) CPU T2400 @ 1.83GHz stepping 08 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 1 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#1. (XEN) CPU1: Intel Genuine Intel(R) CPU T2400 @ 1.83GHz stepping 08 (XEN) Total of 2 processors activated. ... bobek:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Genuine Intel(R) CPU T2400 @ 1.83GHz stepping : 8 cpu MHz : 1833.000 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr bogomips : 3659.53 processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 14 model name : Genuine Intel(R) CPU T2400 @ 1.83GHz stepping : 8 cpu MHz : 1833.000 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr bogomips : 3659.53 I think, that `vmx'' flag is Intel VT. I installed and activated OEM Windows XP from Dell into LVM without problem. My box is Debian Sarge, but I have my kernel with unstable xen hg10868. bobek:~# uname -a Linux bobek 2.6.16xen-hg10868 #1 SMP Wed Aug 30 14:31:38 CEST 2006 i686 GNU/Linux Networking setup is NAT & I run DHCP server myself to configure domUs. Notebook can be offline or on different networks, so local segment & NAT is ok for this. I''m using notebook network autoconfiguration with guessnet (i had problems with laptop-net & xen). Guessnet uses information from /etc/network/interfaces and so compatibility with ifupdown is better (xen scripts magicks with network interfaces uses ifup & ifdown). I have one static bridge in /etc/network/interfaces: auto xenbr0 iface xenbr0 inet static address 172.31.0.128 broadcast 172.31.0.255 netmask 255.255.255.0 # bridge_ports dummy0 bridge_ports none In dhcpd configuration file /etc/dhcp3/dhcpd.conf: subnet 172.31.0.0 netmask 255.255.255.0 { option routers 172.31.0.128; option broadcast-address 172.31.0.255; range 172.31.0.1 172.31.0.127; } In /etc/default/dhcp3-server, there is no specific interface for listenning on, but maybe xenbr0 can be ok. There are uncomented network options in /etc/xen/xend-config.sxp: (network-script network-nat) (vif-script vif-nat) -- Zito _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I don''t know how to get this reply attached to the thread "Re: [Xen-users] Core 2 Duo". I am browsing at the archives and there is no help about how to do thread "linked" reply in the mailing list. Anyways I have a m7680n (E6400 2M Cache) from HP. It does have VMX support in bios, even though there is no "option" of turning it on in the bios, its enabled. It uses Award/Phoenix bios and the MB is Asus Broadwater version 3.01 bios by hp. I can''t find any info on this MB yet. all i865/ICH8 chipset like broadwater is from P5W deluxe, but the MB is a bit different, the name is p5Wla or something, check hp website. The SATA DVD drives is not supported properly with the linux-2.6.16.13 kernel that xen uses. but works fine with the 2.6.17 (or mm4)...but I can''t patch that to work with xen... so no SATA dvd rom for me yet. ata3: translated ATA stat/err 0x51/20 to SCSI SK/ASC/ASCQ 0x3/11/04 ata3: no sense translation for error 0x20 ata3: no sense translation for status: 0x51 After you compile the kernel with I think P4 support, you will see the vmx flag in the cpuinfo. then I get the mercurial to get the unstable hg. output from xm dmesg Xen version 3.0-unstable (root@[unknown]) (gcc version 4.1.2 20060814 (prerelea se) (Debian 4.1.1-11)) Thu Aug 31 12:06:50 EDT 2006 Latest ChangeSet: Mon Aug 21 17:05:11 2006 -0400 11218:f681ffc9b01a (XEN) Command line: /boot/xen-3.0-unstable.gz (XEN) Physical RAM map: (XEN) 0000000000000000 - 000000000009d800 (usable) (XEN) 000000000009d800 - 00000000000a0000 (reserved) (XEN) 00000000000f0000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 000000007fedf800 (usable) (XEN) 000000007fedf800 - 000000007fee0000 (reserved) (XEN) 000000007fee0000 - 000000007fee3000 (ACPI NVS) (XEN) 000000007fee3000 - 000000007fef0000 (ACPI data) (XEN) 000000007fef0000 - 000000007ff0000(XEN) 00000000f0000000 - 00000000f4000000 (reserved) (XEN) 00000000fec00000 - 0000000100000000 (reserved) (XEN) System RAM: 2046MB (2095600kB) (XEN) Xen heap: 10MB (10404kB) (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) PAE disabled. (XEN) found SMP MP-table at 000f5f90 (XEN) DMI present. (XEN) Using APIC driver default (XEN) ACPI: RSDP (v000 HP-CPC ) @ 0x000f7cf0 (XEN) ACPI: RSDT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee3040 (XEN) ACPI: FADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee30c0 (XEN) ACPI: MCFG (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee77c0 (XEN) ACPI: MADT (v001 HP-CPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x7fee76c0 (XEN) ACPI: SSDT (v001 HP-CPC Cpu0Ist 0x00003000 INTL 0x20040311) @ 0x7fee7840 (XEN) ACPI: SSDT (v001 HP-CPC CpuPm 0x00003000 INTL 0x20040311) @ 0x7fee7cd0 (XEN) ACPI: DSDT (v001 HP-CPC AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000 (XEN) ACPI: Local APIC address 0xfee00000 (XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) (XEN) Processor #0 6:15 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) (XEN) Processor #1 6:15 APIC version 20 (XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) 0 (reserved) (XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) (XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) (XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) (XEN) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0]) (XEN) IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23 (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) (XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) (XEN) ACPI: IRQ0 used by override. (XEN) ACPI: IRQ2 used by override. (XEN) ACPI: IRQ9 used by override. (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs (XEN) Using ACPI (MADT) for SMP configuration information (XEN) Initializing CPU#0 (XEN) Detected 2133.445 MHz processor. (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 0 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#0. (XEN) CPU0: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz stepping 06 (XEN) Booting processor 1/1 eip 90000 (XEN) Initializing CPU#1 (XEN) CPU: L1 I cache: 32K, L1 D cache: 32K (XEN) CPU: L2 cache: 2048K (XEN) CPU: Physical Processor ID: 0 (XEN) CPU: Processor Core ID: 1 (XEN) VMXON is done (XEN) Intel machine check architecture supported. (XEN) Intel machine check reporting enabled on CPU#1. (XEN) CPU1: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz stepping 06 (XEN) Total of 2 processors activated. (XEN) ENABLING IO-APIC IRQs (XEN) -> Using new ACK method (XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1 (XEN) checking TSC synchronization across 2 CPUs: passed. (XEN) Platform timer is 1.193MHz PIT (XEN) Brought up 2 CPUs (XEN) Machine check exception polling timer started. (XEN) *** LOADING DOMAIN 0 *** (XEN) Domain 0 kernel supports features = { 0000001f }. (XEN) Domain 0 kernel requires features = { 00000000 }. (XEN) PHYSICAL MEMORY ARRANGEMENT: (XEN) Dom0 alloc.: 7e000000->7f000000 (480434 pages to be allocated) (XEN) VIRTUAL MEMORY ARRANGEMENT: (XEN) Loaded kernel: c0100000->c05ae2c8 (XEN) Init. ramdisk: c05af000->c05af000 (XEN) Phys-Mach map: c05af000->c07882c8 (XEN) Start info: c0789000->c0789470 (XEN) Page tables: c078a000->c078e000 (XEN) Boot stack: c078e000->c078f000 (XEN) TOTAL: c0000000->c0c00000 (XEN) ENTRY ADDRESS: c0100000 (XEN) Dom0 has maximum 2 VCPUs (XEN) Scrubbing Free RAM: .....................done. (XEN) Xen trace buffers: disabled (XEN) Xen is relinquishing VGA console. (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen ). (XEN) xenoprof: operation 0 failed for dom 0 (status : -19) (XEN) sh2_update_paging_modes: postponing determination of shadow2 mode (XEN) vmx_do_launch(): GUEST_CR3<=4a8f8000, HOST_CR3<=4a8f9000 (XEN) (GUEST: 1) HVM Loader (XEN) (GUEST: 1) Loading ROMBIOS ... (XEN) (GUEST: 1) Loading Cirrus VGABIOS ... (XEN) (GUEST: 1) Loading ACPI ... ..etc The VMXON tells you that unmodified guest is supported. Getting the CDROM ISO to work was not easy because of changes in the configuration files that is not updated in the user manual. Its all now placed in "disk" section. (so just comment/delete the "cdrom" section) disk = [ ''file:/root/w/w.img,ioemu:hda,w'',''file:/root/w/i.iso,hdc:cdrom,r'' ] The networking part is so diffuclt, I still can''t get online on the vm.. I am connected with wlan0 (no eth0.. the xen always thinks eth0.. (house is completely wireless...) and I don''t know what file to change to force it not load it). Now I don''t want to use bridging, but xen forces me to??, (even with rtl8139 (with the vif=''ioemu''... reply if you need more info/interested) and vif-nat doesn''t work for me (yet?), I will post a reply if I can get it to work. I tried also with pciback unbinds, etc but it doesen''t work, the winxp doesn''t detect the card. I think its for linux domU guests only. I am using xen unstable, __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I have a IBM/Lenovo Thinkpad T60p with a core-duo, it works great. There is an option in the BIOS to enable or disable the VT extension. The machine is really great, I switched from a Dell Inspiron 8200, a piece of S**t, after having my motherboard changed 4 times, video card 2 times, DVD-CDRW changed once, HD changed once, power supplies changed once, modem changed once, and finally they had to change the case because it broke from having opened it so many times.... Anyways, the Thinkpad construct and quality is really good. I recommend it, I had expected it to cost a lot but it cost the same price as my Dell did. I have a 2GHz T2500. Gabriel MJang wrote:> Am considering a new laptop, and I wonder if anyone here can share their > Xen experiences with the newest Core 2 Duo CPUs, ref > http://www.intel.com/products/processor/core2duo/specifications.htm > > The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors > doesn''t include any Core 2 Duos. Does that mean that people have had > problems, or is the wiki just not up to date? > > I gather VT is not available on the T5500 (similar to issues with > anything less than the T2300 on Core Duo CPUs). Does the T5600 work OK, > or do people here recommend customizing a system with the > T7200/T7400/T7600 CPUs? > > Thanks, > Mike > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The processors that support the VT depend on the procssor model. From the intel website the following are supported: T7600 - Does T7400 - Does T7200 - Does T5600 - Does T5500 - Doesn''t T2700 - Does T2600 - Does T2500 - Does T2400 - Does T2300 - Does T2300E - Doesn''t L2400 - Does L2300 - Does U2500 - Does T1400 - Doesn''t T1300 - Doesn''t U1400 - Does U1300 - Does Hope this helps. W From: Gabriel Rossetti To: MJang CC: xen-users@lists.xensource.com Subject: Re: [Xen-users] Core 2 Duo Date: Tue, 05 Sep 2006 19:02:20 +0200 MIME-Version: 1.0 Received: from lists.xensource.com ([217.147.82.229]) by bay0-mc6-f16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 5 Sep 2006 10:03:22 -0700 Received: from localhost ([127.0.0.1] helo=lists.xensource.com)by host-192-168-0-1-bcn-london with esmtp (Exim 4.50)id 1GKeNC-0005W2-JZ; Tue, 05 Sep 2006 17:06:06 +0000 Received: from [192.168.0.10] (helo=lists.xensource.com)by host-192-168-0-1-bcn-london with esmtp (Exim 4.50)id 1GKeMv-0005PF-O6for xen-users@lists.xensource.com; Tue, 05 Sep 2006 17:05:49 +0000 Received: from smtp.datacomm.ch ([212.40.5.52])by lists.xensource.com with esmtp (Exim 4.50) id 1GKeOo-0002D9-GXfor xen-users@lists.xensource.com; Tue, 05 Sep 2006 17:07:49 +0000 Received: from [192.168.1.4] (bas-flu-adsl-dynip-208-137.vtx.ch[83.228.208.137])by smtp.datacomm.ch (8.11.7/8.11.7) with ESMTP id k85H2ku19208;Tue, 5 Sep 2006 19:02:47 +0200 >Hi, I have a IBM/Lenovo Thinkpad T60p with a core-duo, it works great. >There is an option in the BIOS >to enable or disable the VT extension. The machine is really great, I >switched from a Dell Inspiron 8200, >a piece of S**t, after having my motherboard changed 4 times, video card >2 times, DVD-CDRW changed once, >HD changed once, power supplies changed once, modem changed once, and >finally they had to change the case >because it broke from having opened it so many times.... Anyways, the >Thinkpad construct and quality is really >good. I recommend it, I had expected it to cost a lot but it cost the >same price as my Dell did. I have a 2GHz >T2500. > >Gabriel > >MJang wrote: > > Am considering a new laptop, and I wonder if anyone here can share their > > Xen experiences with the newest Core 2 Duo CPUs, ref > > http://www.intel.com/products/processor/core2duo/specifications.htm > > > > The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors > > doesn''t include any Core 2 Duos. Does that mean that people have had > > problems, or is the wiki just not up to date? > > > > I gather VT is not available on the T5500 (similar to issues with > > anything less than the T2300 on Core Duo CPUs). Does the T5600 work OK, > > or do people here recommend customizing a system with the > > T7200/T7400/T7600 CPUs? > > > > Thanks, > > Mike > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > > > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, 2006-09-06 at 09:37 +0000, William Man wrote:> The processors that support the VT depend on the procssor model. From > the intel website the following are supported:Folks, I''m familiar with this list from the Wiki. Unfortunately, some manufacturers specifically disable VT even in Laptops with the noted CPUs. For example, I got these replies from HP pre-sales support. "I have gone through the database with the information you have provided and see that the VT option is not enabled in Intel Core Duo and Core 2 Duo processors." "Well Michael, I regret to inform you that this option(enable/disable) is not available in BIOS for HP pavilion notebook." I''ve also talked to some Dell people who seem sensitive to the issue, and how they were burned after confusion w/r/t the T2300E (apparently they used to say that it was the same as the T2300), and now direct people looking for VT to the T2400 CPU (and above). I appreciate the recommendation for the T60 Lenovo. At least in the configuration that I''m looking for, it seems significantly more expensive than a comparable Dell, even after purchasing a 3 yr warranty. Thanks, Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
And, Vaio Notebooks from SZ Serie are small and and have a greate Display with Intel® Core Duo Prozessor T2500 are too not have the option(enable/disable) for VT :-( it''s only 1 bit that we need... Thomas> -----Ursprüngliche Nachricht----- > Von: xen-users-bounces@lists.xensource.com [mailto:xen-users- > bounces@lists.xensource.com] Im Auftrag von MJang > Gesendet: Mittwoch, 6. September 2006 19:26 > An: xen-users@lists.xensource.com > Betreff: Re: [Xen-users] Core 2 Duo > > On Wed, 2006-09-06 at 09:37 +0000, William Man wrote: > > The processors that support the VT depend on the procssor model. From > > the intel website the following are supported: > > Folks, > > I''m familiar with this list from the Wiki. Unfortunately, some > manufacturers specifically disable VT even in Laptops with the noted > CPUs. For example, I got these replies from HP pre-sales support. > > "I have gone through the database with the information you have provided > and see that the VT option is not enabled in Intel Core Duo and Core 2 > Duo processors." > "Well Michael, I regret to inform you that this option(enable/disable) > is not available in BIOS for HP pavilion notebook." > > I''ve also talked to some Dell people who seem sensitive to the issue, > and how they were burned after confusion w/r/t the T2300E (apparently > they used to say that it was the same as the T2300), and now direct > people looking for VT to the T2400 CPU (and above). > > I appreciate the recommendation for the T60 Lenovo. At least in the > configuration that I''m looking for, it seems significantly more > expensive than a comparable Dell, even after purchasing a 3 yr > warranty. > > Thanks, > Mike > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.405 / Virus Database: 268.11.7/438 - Release Date: 05.09.2006_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I have a IBM/Lenovo Thinkpad T60p with a core-duo, it works great. There is an option in the BIOS to enable or disable the VT extension. The machine is really great, I switched from a Dell Inspiron 8200, a piece of S**t, after having my motherboard changed 4 times, video card 2 times, DVD-CDRW changed once, HD changed once, power supplies changed once, modem changed once, and finally they had to change the case because it broke from having opened it so many times.... Anyways, the Thinkpad construct and quality is really good. I recommend it, I had expected it to cost a lot but it cost the same price as my Dell did. I have a 2GHz T2500. MJang wrote:> Am considering a new laptop, and I wonder if anyone here can share their > Xen experiences with the newest Core 2 Duo CPUs, ref > http://www.intel.com/products/processor/core2duo/specifications.htm > > The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors > doesn''t include any Core 2 Duos. Does that mean that people have had > problems, or is the wiki just not up to date? > > I gather VT is not available on the T5500 (similar to issues with > anything less than the T2300 on Core Duo CPUs). Does the T5600 work OK, > or do people here recommend customizing a system with the > T7200/T7400/T7600 CPUs? > > Thanks, > Mike > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users