From owner-freebsd-xen@FreeBSD.ORG Fri Oct 24 08:00:39 2008 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422B3106567A for ; Fri, 24 Oct 2008 08:00:39 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 17AD78FC19 for ; Fri, 24 Oct 2008 08:00:38 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id g9so1994247rvb.2 for ; Fri, 24 Oct 2008 01:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=1q5zyZQ++W0nQZT1wIDwxh0LB3123jNXmOJOpIguB7A=; b=sZQeHROXWLmrwl+luRrWg8r5nZKdRgmNibKZA4vmLH4y+A8JNBjAyQ9cxeEBi6EE1H g13LjFkXaG7JPB8O4anC48sVFYy5xf01XqJ68qF0VgUSXkqrpSa5gfe+uKOu16M66LWP cZkTOHZUAsqZSjY5lsQqJnD1KNlXEkebvCLmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=nzeD+sel1oo53WlGrOK1Is33wt0AFaIOS/LpzVmbCythQa9D/uF+VIHHu2nitsj2cW Js0Hyd0sddWhPjbfSUDHSTfbdFBFzfhd6t0c0zT0MnuoFX4Hf0oHl1oUirMDHygQf4Hi 5qKUhvidKTiJUay+oD4MsaBAOLm97RZBjF1f8= Received: by 10.141.177.2 with SMTP id e2mr970927rvp.268.1224835238635; Fri, 24 Oct 2008 01:00:38 -0700 (PDT) Received: by 10.140.157.8 with HTTP; Fri, 24 Oct 2008 01:00:38 -0700 (PDT) Message-ID: <3c1674c90810240100h5d415deal50cd72bd760d237f@mail.gmail.com> Date: Fri, 24 Oct 2008 08:00:38 +0000 From: "Kip Macy" Sender: mat.macy@gmail.com To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 68d20d619edba8b7 Subject: SMP support now in HEAD X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 08:00:39 -0000 There are some bits that still need attending to, but we can now boot with vcpus > 1. Cheers, Kip Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-CURRENT #292: Fri Oct 24 00:47:44 PDT 2008 kmacy@delirium.fsmware.com:/usr/home/kmacy/devel/objdir/i386/usr/home/kmacy/devel/svn_checkouts/HEAD_xen/sys/XEN WARNING: WITNESS option enabled, expect reduced performance. Xen reported: 2394.000 MHz processor. Timecounter "ixen" frequency 1000000000 Hz quality 0 CPU: Intel(R) Xeon(R) CPU X3220 @ 2.40GHz (2394.00-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 4 Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries 1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size 1st-level data cache: 32 KB, 8-way set associative, 64 byte line size L2 cache: 4096 kbytes, 16-way associative, 64 bytes/line real memory = 134217728 (128 MB) Physical memory chunk(s): 0x00000000005fb000 - 0x0000000007d7dfff, 125317120 bytes (30595 pages) avail memory = 123691008 (117 MB) APIC: Using the MPTable enumerator. SMP: Added CPU 0 (BSP) SMP: Added CPU 1 (AP) gdtpfn=ae57 pdptpfn=446e INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 <...> demo# uname -a FreeBSD demo.freebsd.org 8.0-CURRENT FreeBSD 8.0-CURRENT #292: Fri Oct 24 00:47:44 PDT 2008 kmacy@delirium.fsmware.com:/usr/home/kmacy/devel/objdir/i386/usr/home/kmacy/devel/svn_checkouts/HEAD_xen/sys/XEN i386 demo# sysctl hw.ncpu hw.ncpu: 2