From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 11:06:54 2013 Return-Path: Delivered-To: freebsd-virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 43F0BA03 for ; Mon, 13 May 2013 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 31D5385E for ; Mon, 13 May 2013 11:06:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4DB6sXl076059 for ; Mon, 13 May 2013 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4DB6r8H076057 for freebsd-virtualization@FreeBSD.org; Mon, 13 May 2013 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 May 2013 11:06:53 GMT Message-Id: <201305131106.r4DB6r8H076057@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-virtualization@FreeBSD.org Subject: Current problem reports assigned to freebsd-virtualization@FreeBSD.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 11:06:54 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170096 virtualization[vimage] Dynamically-attached network interface will c o kern/169991 virtualization[run] [vimage] panic after device plugged in o kern/165252 virtualization[vimage] [pf] [panic] kernel panics with VIMAGE and PF o kern/161094 virtualization[vimage] [pf] [panic] kernel panic with pf + VIMAGE wh o kern/160541 virtualization[vimage][pf][patch] panic: userret: Returning on td 0x o kern/160496 virtualization[vimage] [pf] [patch] kernel panic with pf + VIMAGE o kern/148155 virtualization[vimage] [pf] Kernel panic with PF + VIMAGE kernel opt a kern/147950 virtualization[vimage] [carp] VIMAGE + CARP = kernel crash s kern/143808 virtualization[pf] pf does not work inside jail a kern/141696 virtualization[rum] [vimage] [panic] rum(4)+ vimage = kernel panic 10 problems total. From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 18:33:00 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37B2456F; Mon, 13 May 2013 18:33:00 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) by mx1.freebsd.org (Postfix) with ESMTP id A838EE9; Mon, 13 May 2013 18:32:59 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,552,1363132800"; d="scan'208";a="4515670" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 13 May 2013 18:23:52 +0000 Received: from Roger-2.local (10.30.249.38) by LONPMAILMX01.citrite.net (10.30.203.162) with Microsoft SMTP Server id 8.3.298.1; Mon, 13 May 2013 19:32:57 +0100 Message-ID: <519131D8.9010307@citrix.com> Date: Mon, 13 May 2013 20:32:56 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: "freebsd-xen@freebsd.org" Subject: FreeBSD PVHVM call for testing Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "xen-users@lists.xen.org" , "freebsd-virtualization@freebsd.org" , xen-devel X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 18:33:00 -0000 Hello, Recently Justin T Gibbs, Will Andrews and myself have been working on improving the Xen support in FreeBSD. The main goal of this was to bring full PVHVM support to FreeBSD, right now FreeBSD is only using PV interfaces for disk and network interfaces when running as a HVM guest. The main benefits of this changes are that Xen virtual interrupts (event channels) are now delivered to the guest using a vector callback injection, that is a per-cpu mechanism that allows each vCPU to have different interrupts assigned, so for example network and disk interrupts are delivered to different vCPUs in order to improve performance. With this changes FreeBSD also uses PV timers when running as an HVM guest, which should provide better time keeping and reduce the virtualization overhead, since emulated timers are no longer used. PV IPIs can also be used inside a HVM guest, but this will be implemented later. Right now the code is in a state where it can be tested by users, so we would like to encourage FreeBSD and Xen users to test it and provide feedback. The code is available in the following git repository, under the branch pvhvm_v5: http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=summary Also, I've created a wiki page that explains how to set up a FreeBSD PVHVM for testing: http://wiki.xen.org/wiki/Testing_FreeBSD_PVHVM From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 18:52:54 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0CFDAE41 for ; Mon, 13 May 2013 18:52:54 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id CEDC11DE for ; Mon, 13 May 2013 18:52:53 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id va2so1577174obc.13 for ; Mon, 13 May 2013 11:52:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=VsOMcBEuU4NBJfMj37TO5W4JvOgTPCWunWAjbXkheGQ=; b=OzerAC36W7ED7+yB/6grLC95VX50fWbRr9CfchQs9OVpVTAaStP4RQzzHbkqmokANt gcPi3CUnTPFEGL2nuzAweprlImmm9bnPYlnwh7WoCP2KRj1csxTIlcZDhPfRZeDeWCYC PJriCbBWftjapjhdeLWGPNuMnyM78lTO5IcH9wE3Jb6AGIUNTvvWv8PwxhgHwi9NkfVa iz/Ap2OdPnqzVcjJGJIjZeVr+yHgMwZJvQ91aIEKv/lr3pOjYHsMGdaPogGksHjJoYW7 2wVfIHIHTJBXnB6MUP1gdJ8VE4KWAyH+0cqANJbtmrft057OPLS0h60l/VlVa3wXbzFm etdg== MIME-Version: 1.0 X-Received: by 10.60.137.198 with SMTP id qk6mr13734947oeb.18.1368471173412; Mon, 13 May 2013 11:52:53 -0700 (PDT) Received: by 10.60.46.167 with HTTP; Mon, 13 May 2013 11:52:53 -0700 (PDT) In-Reply-To: <519131D8.9010307@citrix.com> References: <519131D8.9010307@citrix.com> Date: Mon, 13 May 2013 11:52:53 -0700 Message-ID: Subject: Re: FreeBSD PVHVM call for testing From: Michael Sierchio To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= X-Gm-Message-State: ALoCoQkKIoSKC7lNDYL2DSLW+1fK2rd6SugMPrgh5PFCuLdpp/Ux1D2Yo0shU5KDOVQpK8ddxGeo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 18:52:54 -0000 On Mon, May 13, 2013 at 11:32 AM, Roger Pau Monn=E9 wrote: > Hello, > > Recently Justin T Gibbs, Will Andrews and myself have been working on > improving the Xen support in FreeBSD. The main goal of this was to bring > full PVHVM support to FreeBSD, right now FreeBSD is only using PV > interfaces for disk and network interfaces when running as a HVM guest. .= .. I think should be encouraged. We're eagerly awaiting the ability to run FreeBSD in AWS in something other than t1.micro or cluster compute instances. Should we keep holding out hope, or will AWS make HVM available for all instance types before this happens? - M From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 18:59:52 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45DA2441 for ; Mon, 13 May 2013 18:59:52 +0000 (UTC) (envelope-from bounces+73574-9b34-freebsd-virtualization=freebsd.org@sendgrid.me) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) by mx1.freebsd.org (Postfix) with SMTP id DEBF4231 for ; Mon, 13 May 2013 18:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpapi; bh=tWMQhirOTQvd7c8r6dAVMf ZKEnk=; b=e82EdR71SqFM5U7469Kn0acxHssrS9uqHueMtz5ct6Q42s0G+M/1R3 zOWkke+AbXfT3eBX5KIX8suL1MCPQ3wZqayjem560rDnBfXsvNuxtzSdWK1qk97e +Y4sBi8O8PBBY69oyfHNZ04oicuy7r6IGaL3NtavVe+/37pX5H8yQ= Received: by 10.42.80.109 with SMTP id filter-043.26150.519138262 Mon, 13 May 2013 18:59:50 +0000 (UTC) Received: from mail.tarsnap.com (unknown [10.60.208.15]) by mi12 (SG) with ESMTP id 51913826.2782.18fe1d5 for ; Mon, 13 May 2013 13:59:50 -0500 (CST) Received: (qmail 45035 invoked from network); 13 May 2013 18:59:49 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 13 May 2013 18:59:49 -0000 Received: (qmail 55390 invoked from network); 13 May 2013 18:59:45 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 13 May 2013 18:59:45 -0000 Message-ID: <51913821.4040104@freebsd.org> Date: Mon, 13 May 2013 11:59:45 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: Michael Sierchio Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SG-EID: 5BcF9P+ypITprUjXJktHhsiUBkkeW691hQUndAFAEhADTHpMuO2yZVPB1LkeEe7rJ5AiEKTnnSSi26zoTV5SUOkMcfHaUDqFBqBAMabCWdC74Wb0TKz/jwQFlyyOnpvQzXm9CHfUT1gB5b+jWU2UpA== Cc: "freebsd-xen@freebsd.org" , "xen-users@lists.xen.org" , xen-devel , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 18:59:52 -0000 On 05/13/13 11:52, Michael Sierchio wrote: > I think should be encouraged. We're eagerly awaiting the ability to run > FreeBSD in AWS in something other than t1.micro or cluster compute > instances. Should we keep holding out hope, or will AWS make HVM available > for all instance types before this happens? Err... my AMIs run on all EC2 instance types. On some you have to pay the Windows rate, that's all. -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 19:08:44 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00ABD96E for ; Mon, 13 May 2013 19:08:43 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) by mx1.freebsd.org (Postfix) with ESMTP id C1955296 for ; Mon, 13 May 2013 19:08:43 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id i10so8074291oag.15 for ; Mon, 13 May 2013 12:08:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=BkyAbS4BQuyEvoRuFbsSIq8yjtumsXXWqVAtFeWdSW8=; b=bylmqsECr3oyPJUwmorkdQ52V816Im9/XBTEfkxVwOexUq2SDIRI1gG7l3nuF3PifZ vGom/06Acku7qxX8wsfT+V3otkP7TqmnqYFxbx4xhpSTHz9LA0bs77djuaveU82RXcde QMJu6M0LBhggLJUQIrMSjyhqA36dfxAEOrT2sKW21a4BCE22/N9qnhUh1QVEr1qKngg+ VZeaQG7okmwRDkqXYBI9BRn+3sDAnoaoBgVEE4g3aW9dHFpvATAOfSHIq4ktnemmNY6a x+IztOGRoNJB6dN1nMiZ7+V6cDW4bbG5+VOOhkvyoxCpRQz4IW+9/7APirqxK/DMMaZN eI5w== MIME-Version: 1.0 X-Received: by 10.60.41.136 with SMTP id f8mr13723559oel.11.1368472116935; Mon, 13 May 2013 12:08:36 -0700 (PDT) Received: by 10.60.46.167 with HTTP; Mon, 13 May 2013 12:08:36 -0700 (PDT) In-Reply-To: <51913821.4040104@freebsd.org> References: <519131D8.9010307@citrix.com> <51913821.4040104@freebsd.org> Date: Mon, 13 May 2013 12:08:36 -0700 Message-ID: Subject: Re: FreeBSD PVHVM call for testing From: Michael Sierchio To: Colin Percival X-Gm-Message-State: ALoCoQkBK+csSpa6IdjpKzN11R2KCpAJ0Y/uUqqmj10uG5j/ZnDg0a3kcyJ9ETWalfu04o6pnyfm Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-xen@freebsd.org" , "xen-users@lists.xen.org" , xen-devel , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 19:08:44 -0000 The Windoze tax is unacceptable for a number of reasons - the primary reason is that I'm not running Windows. I don't think the licensing scheme is unfair for those actually running Windows, mind you. At the AWS Summit, an assertion was made that HVM support might be coming soon for all instance types for *NIX OSes. I hope that's true. - M On Mon, May 13, 2013 at 11:59 AM, Colin Percival wrote: > On 05/13/13 11:52, Michael Sierchio wrote: > > I think should be encouraged. We're eagerly awaiting the ability to run > > FreeBSD in AWS in something other than t1.micro or cluster compute > > instances. Should we keep holding out hope, or will AWS make HVM > available > > for all instance types before this happens? > > Err... my AMIs run on all EC2 instance types. On some you have to pay the > Windows rate, that's all. > > -- > Colin Percival > Security Officer Emeritus, FreeBSD | The power to serve > Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid > From owner-freebsd-virtualization@FreeBSD.ORG Mon May 13 19:13:53 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6ECB7CBB for ; Mon, 13 May 2013 19:13:53 +0000 (UTC) (envelope-from bounces+73574-9b34-freebsd-virtualization=freebsd.org@sendgrid.me) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) by mx1.freebsd.org (Postfix) with SMTP id 0727E2FE for ; Mon, 13 May 2013 19:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpapi; bh=J/j23ylGEW4tJJsVHqGeUo Fnp48=; b=VrDiCJRR8fjGSIKaIMqVl935imLqB2pcYckcj+uaCrkMyckv2i37nI XGMscIWRc0+GfgGdK+e451qR8V78JEm+CQtjPuA1Pb2tNChPQmBff1sN5SnCndko Kv4JtbGoMp2aoucnGSsEUZiT2kBS95NAjv9ya1tM/fyewS5ku6p1U= Received: by 10.36.109.142 with SMTP id mf35.29377.51913B704 Mon, 13 May 2013 19:13:52 +0000 (UTC) Received: from mail.tarsnap.com (unknown [10.60.208.17]) by mi1 (SG) with ESMTP id 51913b70.7735.1b6370e for ; Mon, 13 May 2013 14:13:52 -0500 (CST) Received: (qmail 45538 invoked from network); 13 May 2013 19:13:51 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 13 May 2013 19:13:51 -0000 Received: (qmail 55444 invoked from network); 13 May 2013 19:13:46 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 13 May 2013 19:13:46 -0000 Message-ID: <51913B6A.9040701@freebsd.org> Date: Mon, 13 May 2013 12:13:46 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: Michael Sierchio Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> <51913821.4040104@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SG-EID: 5BcF9P+ypITprUjXJktHhsiUBkkeW691hQUndAFAEhADTHpMuO2yZVPB1LkeEe7rR5+SdGQlFlhsTM3NxuQ/ypc7jMBAh+6fjonnjTCyaqaBg+7EfnH6Y6RaRBaitSTteoABZqGrwru/vC5deNWCGA== Cc: "freebsd-xen@freebsd.org" , "xen-users@lists.xen.org" , xen-devel , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 19:13:53 -0000 On 05/13/13 12:08, Michael Sierchio wrote: > The Windoze tax is unacceptable for a number of reasons - the primary reason is > that I'm not running Windows. I don't think the licensing scheme is unfair for > those actually running Windows, mind you. Right, it's definitely annoying having to pay more -- I just wanted to point out that the ability does exist, if you're willing to pay the price. > At the AWS Summit, an assertion was made that HVM support might be coming soon > for all instance types for *NIX OSes. I hope that's true. Was it indeed? I must not have been present for that... it certainly would be good news. Certainly all the new instance types they've released in the past few years have had UNIX HVM support. -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid From owner-freebsd-virtualization@FreeBSD.ORG Tue May 14 09:19:09 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6FDE5FEE; Tue, 14 May 2013 09:19:09 +0000 (UTC) (envelope-from dunlapg@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id D6962D03; Tue, 14 May 2013 09:19:08 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q57so266982wes.9 for ; Tue, 14 May 2013 02:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tvA+a/y7AhZgN60KScna64nMWLDIGCMctnpR9xGfaLU=; b=y3Tr2w+l0YysqT7VlWOF3K3ltePyVA0rHJwhEnCrTtbrI31slFLmkXadPRuNHgkdcy s+hd26e8mqxkVDSP4JGJcKNaUfN+QJT0aESBQ61/Ai+gaYRLfLlJEks5l8uIbPyopT7p 4r3xxv6mzUqe0A7kngPaUWs1LZ2FP92tamlwYATaLSY4of/Xmz8yUA2t+LR77AS0WHA/ ucM038UwmC0zSMK1g3QQCj/OZuwBILesQalAXB5HW9U4tc1wOABISrNGW2ltnNOis2C3 Wmb3R15lYhfXbeksgsHlfzB4OyQVBlo4UBzftdqAFUNPeyBeKXlRiPuAIjUSL4QbZSJr UruQ== MIME-Version: 1.0 X-Received: by 10.180.212.3 with SMTP id ng3mr4523119wic.22.1368523147955; Tue, 14 May 2013 02:19:07 -0700 (PDT) Sender: dunlapg@gmail.com Received: by 10.194.87.169 with HTTP; Tue, 14 May 2013 02:19:07 -0700 (PDT) In-Reply-To: <519131D8.9010307@citrix.com> References: <519131D8.9010307@citrix.com> Date: Tue, 14 May 2013 10:19:07 +0100 X-Google-Sender-Auth: ykJoY7i9i9rrxP1TTCmKnyRdfXU Message-ID: Subject: Re: [Xen-devel] FreeBSD PVHVM call for testing From: George Dunlap To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= , Dario Faggioli Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 09:19:09 -0000 On Mon, May 13, 2013 at 7:32 PM, Roger Pau Monn=E9 w= rote: > Hello, > > Recently Justin T Gibbs, Will Andrews and myself have been working on > improving the Xen support in FreeBSD. The main goal of this was to bring > full PVHVM support to FreeBSD, right now FreeBSD is only using PV > interfaces for disk and network interfaces when running as a HVM guest. > The main benefits of this changes are that Xen virtual interrupts (event > channels) are now delivered to the guest using a vector callback > injection, that is a per-cpu mechanism that allows each vCPU to have > different interrupts assigned, so for example network and disk > interrupts are delivered to different vCPUs in order to improve > performance. With this changes FreeBSD also uses PV timers when running > as an HVM guest, which should provide better time keeping and reduce the > virtualization overhead, since emulated timers are no longer used. PV > IPIs can also be used inside a HVM guest, but this will be implemented > later. > > Right now the code is in a state where it can be tested by users, so we > would like to encourage FreeBSD and Xen users to test it and provide > feedback. Is this something we should try to put on the Xen.org blog? -George From owner-freebsd-virtualization@FreeBSD.ORG Tue May 14 15:56:44 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5915E762; Tue, 14 May 2013 15:56:44 +0000 (UTC) (envelope-from dario.faggioli@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) by mx1.freebsd.org (Postfix) with ESMTP id BFEBF3DC; Tue, 14 May 2013 15:56:42 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,552,1363132800"; d="asc'?scan'208";a="4572063" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 14 May 2013 15:46:49 +0000 Received: from [127.0.0.1] (10.80.16.67) by smtprelay.citrix.com (10.30.203.162) with Microsoft SMTP Server id 8.3.298.1; Tue, 14 May 2013 16:56:34 +0100 Message-ID: <1368546978.3486.1.camel@Solace> Subject: Re: [Xen-devel] FreeBSD PVHVM call for testing From: Dario Faggioli To: George Dunlap Date: Tue, 14 May 2013 17:56:18 +0200 In-Reply-To: References: <519131D8.9010307@citrix.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SwPZjCVFYFx3+oeeQoty" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) MIME-Version: 1.0 Cc: "freebsd-xen@freebsd.org" , "xen-users@lists.xen.org" , xen-devel , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 15:56:44 -0000 --=-SwPZjCVFYFx3+oeeQoty Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On mar, 2013-05-14 at 10:19 +0100, George Dunlap wrote: > On Mon, May 13, 2013 at 7:32 PM, Roger Pau Monn=C3=A9 wrote: > > Hello, > > > > Recently Justin T Gibbs, Will Andrews and myself have been working on > > improving the Xen support in FreeBSD. The main goal of this was to brin= g > > full PVHVM support to FreeBSD, right now FreeBSD is only using PV > > interfaces for disk and network interfaces when running as a HVM guest. > > [..] > > > Right now the code is in a state where it can be tested by users, so we > > would like to encourage FreeBSD and Xen users to test it and provide > > feedback. >=20 Cool! :-) > Is this something we should try to put on the Xen.org blog? >=20 I think it definitely should... Whoever is up to write a blog post about it, please, get in touch to me. Soon we'll have the new mailing lists and all the stuff, but for now, just drop me a line, and I can put the post in the pipeline. Regards, Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) --=-SwPZjCVFYFx3+oeeQoty Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iEYEABECAAYFAlGSXqIACgkQk4XaBE3IOsQZhgCcDZ6wdTgVNQfKN4julFuFpcll jD4AnjKjt6xh013zGZfdtUS52b/dZK8Q =1TTP -----END PGP SIGNATURE----- --=-SwPZjCVFYFx3+oeeQoty-- From owner-freebsd-virtualization@FreeBSD.ORG Thu May 16 07:45:21 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8556B9D0 for ; Thu, 16 May 2013 07:45:21 +0000 (UTC) (envelope-from legumen@foxmail.com) Received: from smtpbg63.qq.com (smtpbg63.qq.com [103.7.29.150]) by mx1.freebsd.org (Postfix) with SMTP id 8F9A338B for ; Thu, 16 May 2013 07:45:19 +0000 (UTC) X-QQ-SSF: 000000000000004000000000000000Z X-HAS-ATTACH: no X-QQ-BUSINESS-ORIGIN: 2 X-Originating-IP: 124.207.182.128 X-QQ-STYLE: X-QQ-mid: webmail109t1368690310t806222 From: "=?ISO-8859-1?B?R2VtYUV2b3I=?=" To: "=?ISO-8859-1?B?ZnJlZWJzZC12aXJ0dWFsaXphdGlvbg==?=" Subject: KVM+FreeBSD+82599 10G NIC doesn't work. Mime-Version: 1.0 Date: Thu, 16 May 2013 15:45:10 +0800 X-Priority: 3 Message-ID: X-QQ-MIME: TCMime 1.0 by Tencent X-Mailer: QQMail 2.x X-QQ-Mailer: QQMail 2.x Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 07:45:21 -0000 SGkgZ3VydXM6DQoNCg0KSSdtIHdvcmtpbmcgb24gYSBGcmVlQlNEIHZpcnR1bGl6YWlvbiBw cm9qZWN0IHVuZGVyIEtWTS4NCkV2ZXJ5dGhpbmcgd29ya3MgZmluZSwgZXhjZXB0IHRoZSAx MEcgSW50ZWwgODI1OTkgU0ZQIE5JQy4NCg0KDQpJJ20gc3VyZSB0aGVyZSBhcmUgc29tZSBi b2R5IGVsc2Ugd2hvIGhhdmUgZW5jb3VudGVyZWQgdGhpcyBwcm9ibGVtIGJlZm9yZS4gU2Vl Og0KRnJlZUJTRCBndWVzdCB3aXRoIFZURCBOSUMgbm90IHBhc3NpbmcgdHJhZmZpYw0KaHR0 cDovL2NvbW1lbnRzLmdtYW5lLm9yZy9nbWFuZS5jb21wLmVtdWxhdG9ycy5rdm0uZGV2ZWwv ODM4MDYNClZULWQgbm90IHdvcmtpbmcgZm9yIEZyZWVCU0QgOS4wIGd1ZXN0DQpodHRwOi8v cGVybWFsaW5rLmdtYW5lLm9yZy9nbWFuZS5jb21wLmVtdWxhdG9ycy5rdm0uZGV2ZWwvOTEw NzQNCg0KDQpCdXQsIHVuZm9ydHVuYXRlbHksIG5vbmUgb2YgdGhlbSBzb2x2ZWQgaXQgb3Ig Z2F2ZSB0aGUgY2xlYXJseSB3YXkgdG8gc29sdmUgaXQuIDo8DQoNCg0KRmlyc3RseSwgbGV0 J3MgbWFrZSBpdCBjbGVhcmx5LiBUaGlzIHByb2JsZW0gY291bGQgbm90IGJlIHJlcHJvZHVj ZWQgd2l0aDoNCjEuIFhlbiBoeXBlcnZpc29yICsgRnJlZUJTRCBndWVzdCBvcw0KMi4gb3Ig S1ZNICsgTGludXggZ3Vlc3Qgb3MgKGUuZy4gRmVkb3JhIDEyKQ0KU28sIGl0IG11c3QgYmUg c29tZXRoaW5nIHdyb25nIHdpdGggS1ZNIG9yIEZyZWVCU0QuDQoNCg0KSGVyZSBpcyBteSBl bnZpcm9ubWVudDoNCkhvc3QgT1M6DQpPcGVuU1VTRSAxMi4yDQpMaW51eCBsaW51eC1rajJ1 IDMuNC42LTIuMTAtZGVza3RvcCAjMSBTTVAgUFJFRU1QVCBUaHUgSnVsIDI2IDA5OjM2OjI2 IFVUQyAyMDEyICg2NDFjMTk3KSB4ODZfNjQgeDg2XzY0IHg4Nl82NCBHTlUvTGludXgNClFF TVUgZW11bGF0b3IgdmVyc2lvbiAxLjEuMSAoa3ZtLTEuMS4xLTEuOC4xKSwgQ29weXJpZ2h0 IChjKSAyMDAzLTIwMDggRmFicmljZSBCZWxsYXJkDQoNCg0KR3Vlc3QgT1M6DQpGcmVlQlNE IDkuMSBhbWQ2NA0KDQoNCldoYXQgSSBkaWQ6DQoxLk1ha2UgdGhlIHBjaSBkZXZpY2Ugb2Yg ODI1OTlTRlAgYXNzaWduYWxlOg0KW0NPREVdDQowZDowMC4wIEV0aGVybmV0IGNvbnRyb2xs ZXI6IEludGVsIENvcnBvcmF0aW9uIDgyNTk5RUIgMTAtR2lnYWJpdCBTRkkvU0ZQKyBOZXR3 b3JrIENvbm5lY3Rpb24gKHJldiAwMSkNCiAgICAgICAgU3Vic3lzdGVtOiBRTG9naWMsIENv cnAuIERldmljZSAwMGU0DQogICAgICAgIEZsYWdzOiBmYXN0IGRldnNlbCwgSVJRIDI1DQog ICAgICAgIE1lbW9yeSBhdCBmOGZlMDAwMCAoNjQtYml0LCBwcmVmZXRjaGFibGUpIFtzaXpl PTEyOEtdDQogICAgICAgIEkvTyBwb3J0cyBhdCBjYzAwIFtzaXplPTMyXQ0KICAgICAgICBN ZW1vcnkgYXQgZjhmZGMwMDAgKDY0LWJpdCwgcHJlZmV0Y2hhYmxlKSBbc2l6ZT0xNktdDQog ICAgICAgIENhcGFiaWxpdGllczogWzQwXSBQb3dlciBNYW5hZ2VtZW50IHZlcnNpb24gMw0K ICAgICAgICBDYXBhYmlsaXRpZXM6IFs1MF0gTVNJOiBFbmFibGUtIENvdW50PTEvMSBNYXNr YWJsZSsgNjRiaXQrDQogICAgICAgIENhcGFiaWxpdGllczogWzcwXSBNU0ktWDogRW5hYmxl LSBDb3VudD02NCBNYXNrZWQtDQogICAgICAgIENhcGFiaWxpdGllczogW2EwXSBFeHByZXNz IEVuZHBvaW50LCBNU0kgMDANCiAgICAgICAgQ2FwYWJpbGl0aWVzOiBbZTBdIFZpdGFsIFBy b2R1Y3QgRGF0YQ0KICAgICAgICBDYXBhYmlsaXRpZXM6IFsxMDBdIEFkdmFuY2VkIEVycm9y IFJlcG9ydGluZw0KICAgICAgICBDYXBhYmlsaXRpZXM6IFsxNDBdIERldmljZSBTZXJpYWwg TnVtYmVyIDAwLTAwLTAwLWZmLWZmLTAwLTAwLTAwDQogICAgICAgIENhcGFiaWxpdGllczog WzE1MF0gQWx0ZXJuYXRpdmUgUm91dGluZy1JRCBJbnRlcnByZXRhdGlvbiAoQVJJKQ0KICAg ICAgICBDYXBhYmlsaXRpZXM6IFsxNjBdIFNpbmdsZSBSb290IEkvTyBWaXJ0dWFsaXphdGlv biAoU1ItSU9WKQ0KICAgICAgICBLZXJuZWwgZHJpdmVyIGluIHVzZTogcGNpLXN0dWINClsv Q09ERV0NCg0KDQoyLiBQYXNzdGhyb3VnaCBpdCB0byB0aGUgZ3Vlc3QgRnJlZUJTRCBvcy4g SGVyZSBpcyBteSB2bSBjb25maWd1cmF0aW9uIGZpbGUNCltGSUxFXQ0KPGRvbWFpbiB0eXBl PSdrdm0nPg0KICA8bmFtZT5GcmVlQlNEOS4xPC9uYW1lPg0KICA8dXVpZD40ZDU2NjEzZS00 MDBjLWYzN2QtMmE5YS1lMDMzMmQ4MWNhNjM8L3V1aWQ+DQogIDxtZW1vcnk+MjA5NzE1Mjwv bWVtb3J5Pg0KICA8Y3VycmVudE1lbW9yeT4yMDk3MTUyPC9jdXJyZW50TWVtb3J5Pg0KICA8 dmNwdT4yPC92Y3B1Pg0KICA8b3M+DQogICAgPHR5cGUgYXJjaD0neDg2XzY0JyBtYWNoaW5l PSdwYyc+aHZtPC90eXBlPg0KICAgIDxib290IGRldj0naGQnLz4NCiAgPC9vcz4NCiAgPGZl YXR1cmVzPg0KICAgIDxwYWUvPg0KICAgIDxhcGljLz4NCiAgICA8YWNwaS8+DQogIDwvZmVh dHVyZXM+DQogICAgPGNsb2NrIG9mZnNldD0ndXRjJz4NCiAgICA8L2Nsb2NrPg0KICAgIDxv bl9wb3dlcm9mZj5kZXN0cm95PC9vbl9wb3dlcm9mZj4NCiAgICA8b25fcmVib290PnJlc3Rh cnQ8L29uX3JlYm9vdD4NCiAgICA8b25fY3Jhc2g+ZGVzdHJveTwvb25fY3Jhc2g+DQogIDxk ZXZpY2VzPg0KICAgIDxlbXVsYXRvcj4vdXNyL2Jpbi9xZW11LWt2bTwvZW11bGF0b3I+DQog ICAgICA8ZGlzayB0eXBlPSdmaWxlJyBkZXZpY2U9J2Rpc2snPg0KICAgICAgPGRyaXZlciBu YW1lPSdxZW11JyB0eXBlPSdyYXcnIGNhY2hlPSdkZWZhdWx0Jy8+DQogICAgICA8c291cmNl IGZpbGU9Jy9ob21lL3ZtL0ZyZWVCU0Q5LjEvRnJlZUJTRDkuMS5yYXcnLz4NCiAgICAgIDx0 YXJnZXQgZGV2PSdoZGMnLz4NCiAgICA8L2Rpc2s+DQogICAgICA8aW50ZXJmYWNlIHR5cGU9 J2JyaWRnZSc+DQogICAgICAgIDxzb3VyY2UgYnJpZGdlPSdicjAnLz4NCiAgICAgICAgPG1h YyBhZGRyZXNzPSc1Mjo1NDowMDowZDo5Mjo2ZicvPg0KICAgICAgICA8bW9kZWwgdHlwZT0n cnRsODEzOScvPg0KICAgICAgPC9pbnRlcmZhY2U+DQogICAgPGhvc3RkZXYgbW9kZT0nc3Vi c3lzdGVtJyB0eXBlPSdwY2knIG1hbmFnZWQ9J3llcyc+DQogICAgICA8c291cmNlPg0KICAg ICAgICA8YWRkcmVzcyBkb21haW49JzB4MDAwMCcgYnVzPScweDBkJyBzbG90PScweDAwJyBm dW5jdGlvbj0nMHgwJy8+DQogICAgICA8L3NvdXJjZT4NCiAgICA8L2hvc3RkZXY+DQogICAg PGlucHV0IHR5cGU9J21vdXNlJyBidXM9J3BzMicvPg0KICAgIDxncmFwaGljcyB0eXBlPSd2 bmMnIHBvcnQ9Jy0xJyBhdXRvcG9ydD0neWVzJy8+DQogIA0KICA8L2RldmljZXM+DQo8L2Rv bWFpbj4NClsvRklMRV0NCg0KDQozLlRoZSBkZXZpY2UgY291bGQgYmUgcHJvYmVkIGFuZCBh dHRhY2hlZCBieSBGcmVlQlNEOg0KW0NPREVdDQppeDA6IDxJbnRlbChSKSBQUk8vMTBHYkUg UENJLUV4cHJlc3MgTmV0d29yayBEcml2ZXIsIFZlcnNpb24gLSAyLjQuOD4gcG9ydCAweGMw MjAtMHhjMDNmIG1lbSAweGZlMDAwMDAwLTB4ZmUwMWZmZmYsMHhmZTAyMDAwMC0weGZlMDIz ZmZmIGlycSAxMSBhdCBkZXZpY2UgNC4wIG9uIHBjaTANCml4MDogVXNpbmcgTVNJWCBpbnRl cnJ1cHRzIHdpdGggMiB2ZWN0b3JzDQppeDA6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjBjOmJk OjA1OjdkOjRhDQppeDA6IFBDSSBFeHByZXNzIEJ1czogU3BlZWQgNS4wR2IvcyBXaWR0aCB4 OA0KWy9DT0RFXQ0KDQoNCkJ1dCBubyBpbnRlcnJ1cHQgY291bGQgYmUgZm91bmQ6DQpbQ09E RV0NCmludGVycnVwdCAgICAgICAgICAgICAgICAgICAgICAgICAgdG90YWwgICAgICAgcmF0 ZQ0KaXJxMTogYXRrYmQwICAgICAgICAgICAgICAgICAgICAgICAgIDE0MyAgICAgICAgICAw DQppcnE0OiB1YXJ0MCAgICAgICAgICAgICAgICAgICAgICAgICAgMTc3ICAgICAgICAgIDEN CmlycTE1OiBhdGExICAgICAgICAgICAgICAgICAgICAgICAgIDE1OTMgICAgICAgICAxMA0K Y3B1MDp0aW1lciAgICAgICAgICAgICAgICAgICAgICAgICAgNzE0MCAgICAgICAgIDQ2DQpU b3RhbCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA5MDUzICAgICAgICAgNTgNClsv Q09ERV0NCg0KDQpBbmQgaXgwIGtlZXBzIHRvIGJlICJubyBjYXJyaWVyIiAoZXZlbiBpZiBJ IGNvbmZpZyBhbiBJUCBhZGRyZXNzIG9uIGl0IGFuZCBwaW5nKToNCltDT0RFXQ0KaXgwOiBm bGFncz04ODAyPEJST0FEQ0FTVCxTSU1QTEVYLE1VTFRJQ0FTVD4gbWV0cmljIDAgbXR1IDE1 MDANCglvcHRpb25zPTQwMWJiPFJYQ1NVTSxUWENTVU0sVkxBTl9NVFUsVkxBTl9IV1RBR0dJ TkcsSlVNQk9fTVRVLFZMQU5fSFdDU1VNLFRTTzQsVkxBTl9IV1RTTz4NCglldGhlciAwMDow YzpiZDowNTo3ZDo0YQ0KCW5kNiBvcHRpb25zPTI5PFBFUkZPUk1OVUQsSUZESVNBQkxFRCxB VVRPX0xJTktMT0NBTD4NCgltZWRpYTogRXRoZXJuZXQgYXV0b3NlbGVjdA0KCXN0YXR1czog bm8gY2Fycmllcg0KWy9DT0RFXQ0KDQoNCjQuSW4gdGhlIGhvc3Qgc2lkZSwga3ZtIGNvdWxk IHNlZSB0aGUgY2hhbmdlIG1hZGUgYnkgdGhlIGd1ZXN0IG9uIHRoZSBkZXZpY2UsIGJ1dCBu byBpcnE6DQpbQ09ERV0NCmxpbnV4LWtqMnU6fiAjIGNhdCAvcHJvYy9pbnRlcnJ1cHRzIA0K ICAgICAgICAgICAgQ1BVMCAgICAgICBDUFUxICAgICAgIENQVTIgICAgICAgQ1BVMyAgICAg ICBDUFU0ICAgICAgIENQVTUgICAgICAgQ1BVNiAgICAgICBDUFU3ICAgICAgIENQVTggICAg ICAgQ1BVOSAgICAgICBDUFUxMCAgICAgIENQVTExICAgICAgQ1BVMTIgICAgICBDUFUxMyAg ICAgIENQVTE0ICAgICAgQ1BVMTUgICAgICBDUFUxNiAgICAgIENQVTE3ICAgICAgQ1BVMTgg ICAgICBDUFUxOSAgICAgIENQVTIwICAgICAgQ1BVMjEgICAgICBDUFUyMiAgICAgIENQVTIz ICAgICAgDQogMjEwOiAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAg ICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAg ICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAg ICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAg ICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAg ICAgICAgMCAgIFBDSS1NU0ktZWRnZSAgICAgIGt2bTowMDAwOjBkOjAwLjANCiAyMTE6ICAg ICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAg ICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAg ICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAw ICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAg MCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgUENJLU1T SS1lZGdlICAgICAga3ZtOjAwMDA6MGQ6MDAuMA0KWy9DT0RFXQ0KDQoNCg0KDQoNCg0KU28s IGFueW9uZSB3aG8gaGFzIHRoZSBzYW1lIHByb2JsZW0gb3IgaGFzIGEgY2x1ZSB0byBzb2x2 ZSBpdCwgb3IgaGFzIHNvbWUgaWRlYXMgdG8gZG8gYSBkZWJ1ZyBqb2IsIHBsZWFzZSBoZWxw LiANCg0KDQpUaGFua3Mh From owner-freebsd-virtualization@FreeBSD.ORG Thu May 16 08:02:32 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AC9CAB90 for ; Thu, 16 May 2013 08:02:32 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 70F4062C for ; Thu, 16 May 2013 08:02:32 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id m1so2737469ves.16 for ; Thu, 16 May 2013 01:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=VhBXqem30W6+nGINdpjQDAbV6XbjMGWWy2HZuMkf22Q=; b=hV5lsUkXnLKh633GUHCX7/X8/tqeKJmyv8gw5UqZ0q3tyufoyJoObbUdYf/zQ/y3Bt 1KhRLxozS2pH4ruxpW2WfXTz2WJprAXwZhv3259XzOmYxOhg/TPGUSbhWn1pxyVpBLNf E8yv9+78gvP4j0a96zPkfWWdLcN5DjhdvpcvMIso9S9/eHqvWyn56U5B4vNGz85ZMzdG op9cevQgp7uNnyEJKx9OWI+ptQjllolKf/2jsigZLmeFsB/yFAQzUHxdstffJG9Ioqlt wfxzI4URnF9AjyZBHltPxShnvygoHuGsnYuYhoV1dweX0H4PcjZsJuPBihqT2GgIMzFD 0Atg== MIME-Version: 1.0 X-Received: by 10.220.223.202 with SMTP id il10mr27567761vcb.4.1368691351972; Thu, 16 May 2013 01:02:31 -0700 (PDT) Received: by 10.220.55.143 with HTTP; Thu, 16 May 2013 01:02:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 May 2013 01:02:31 -0700 Message-ID: Subject: Re: KVM+FreeBSD+82599 10G NIC doesn't work. From: Jack Vogel To: GemaEvor Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-virtualization X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 08:02:32 -0000 The environment that I tested in when the virtualization support was put into the driver was using SRIOV, not pass-through, we have never validated the latter, and whenever it crops up it seems to be having problems. I can put it into my queue to look into, but I can't say how quickly I can get to it, very busy here. Jack On Thu, May 16, 2013 at 12:45 AM, GemaEvor wrote: > Hi gurus: > > > I'm working on a FreeBSD virtulizaion project under KVM. > Everything works fine, except the 10G Intel 82599 SFP NIC. > > > I'm sure there are some body else who have encountered this problem > before. See: > FreeBSD guest with VTD NIC not passing traffic > http://comments.gmane.org/gmane.comp.emulators.kvm.devel/83806 > VT-d not working for FreeBSD 9.0 guest > http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/91074 > > > But, unfortunately, none of them solved it or gave the clearly way to > solve it. :< > > > Firstly, let's make it clearly. This problem could not be reproduced with: > 1. Xen hypervisor + FreeBSD guest os > 2. or KVM + Linux guest os (e.g. Fedora 12) > So, it must be something wrong with KVM or FreeBSD. > > > Here is my environment: > Host OS: > OpenSUSE 12.2 > Linux linux-kj2u 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC > 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux > QEMU emulator version 1.1.1 (kvm-1.1.1-1.8.1), Copyright (c) 2003-2008 > Fabrice Bellard > > > Guest OS: > FreeBSD 9.1 amd64 > > > What I did: > 1.Make the pci device of 82599SFP assignale: > [CODE] > 0d:00.0 Ethernet controller: Intel Corporation 82599EB 10-Gigabit SFI/SFP+ > Network Connection (rev 01) > Subsystem: QLogic, Corp. Device 00e4 > Flags: fast devsel, IRQ 25 > Memory at f8fe0000 (64-bit, prefetchable) [size=128K] > I/O ports at cc00 [size=32] > Memory at f8fdc000 (64-bit, prefetchable) [size=16K] > Capabilities: [40] Power Management version 3 > Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ > Capabilities: [70] MSI-X: Enable- Count=64 Masked- > Capabilities: [a0] Express Endpoint, MSI 00 > Capabilities: [e0] Vital Product Data > Capabilities: [100] Advanced Error Reporting > Capabilities: [140] Device Serial Number 00-00-00-ff-ff-00-00-00 > Capabilities: [150] Alternative Routing-ID Interpretation (ARI) > Capabilities: [160] Single Root I/O Virtualization (SR-IOV) > Kernel driver in use: pci-stub > [/CODE] > > > 2. Passthrough it to the guest FreeBSD os. Here is my vm configuration file > [FILE] > > FreeBSD9.1 > 4d56613e-400c-f37d-2a9a-e0332d81ca63 > 2097152 > 2097152 > 2 > > hvm > > > > > > > > > > destroy > restart > destroy > > /usr/bin/qemu-kvm > > > > > > > > > > > > >
> > > > > > > > [/FILE] > > > 3.The device could be probed and attached by FreeBSD: > [CODE] > ix0: port > 0xc020-0xc03f mem 0xfe000000-0xfe01ffff,0xfe020000-0xfe023fff irq 11 at > device 4.0 on pci0 > ix0: Using MSIX interrupts with 2 vectors > ix0: Ethernet address: 00:0c:bd:05:7d:4a > ix0: PCI Express Bus: Speed 5.0Gb/s Width x8 > [/CODE] > > > But no interrupt could be found: > [CODE] > interrupt total rate > irq1: atkbd0 143 0 > irq4: uart0 177 1 > irq15: ata1 1593 10 > cpu0:timer 7140 46 > Total 9053 58 > [/CODE] > > > And ix0 keeps to be "no carrier" (even if I config an IP address on it and > ping): > [CODE] > ix0: flags=8802 metric 0 mtu 1500 > > options=401bb > ether 00:0c:bd:05:7d:4a > nd6 options=29 > media: Ethernet autoselect > status: no carrier > [/CODE] > > > 4.In the host side, kvm could see the change made by the guest on the > device, but no irq: > [CODE] > linux-kj2u:~ # cat /proc/interrupts > CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 > CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 > CPU13 CPU14 CPU15 CPU16 CPU17 CPU18 > CPU19 CPU20 CPU21 CPU22 CPU23 > 210: 0 0 0 0 0 0 > 0 0 0 0 0 0 0 > 0 0 0 0 0 0 > 0 0 0 0 0 PCI-MSI-edge > kvm:0000:0d:00.0 > 211: 0 0 0 0 0 0 > 0 0 0 0 0 0 0 > 0 0 0 0 0 0 > 0 0 0 0 0 PCI-MSI-edge > kvm:0000:0d:00.0 > [/CODE] > > > > > > > So, anyone who has the same problem or has a clue to solve it, or has some > ideas to do a debug job, please help. > > > Thanks! > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " > freebsd-virtualization-unsubscribe@freebsd.org" > From owner-freebsd-virtualization@FreeBSD.ORG Thu May 16 18:55:52 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F398C7A for ; Thu, 16 May 2013 18:55:52 +0000 (UTC) (envelope-from bounces+73574-9b34-freebsd-virtualization=freebsd.org@sendgrid.me) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) by mx1.freebsd.org (Postfix) with SMTP id 0BB48AD8 for ; Thu, 16 May 2013 18:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpapi; bh=IBHV/f/Biwp+BfUg5WS0SU 1y6tA=; b=nSeb9Hojs2wuNaPbLzTfBgTExY63ipJmwPPGZRNJ3HuvY16E8KZMe0 P5ZdD5KPWnB+Ht69kvK57x4e0NZcwhOb7ilxQuuSrTBnfBg9qAEx4J1LAKuoQspA wrGHwhHr6PvbTgHZNXe2FSUmrPsd0UE4KqliSksfjQYhm3gg1Dw5I= Received: by 10.42.80.114 with SMTP id filter-048.24984.51952BB62 Thu, 16 May 2013 18:55:50 +0000 (UTC) Received: from mail.tarsnap.com (unknown [10.60.208.13]) by mi16 (SG) with ESMTP id 13eaeb2bf04.7629.15489f for ; Thu, 16 May 2013 13:55:50 -0500 (CST) Received: (qmail 90391 invoked from network); 16 May 2013 18:55:49 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 16 May 2013 18:55:49 -0000 Received: (qmail 2877 invoked from network); 16 May 2013 18:55:42 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 16 May 2013 18:55:42 -0000 Message-ID: <51952BAE.6010609@freebsd.org> Date: Thu, 16 May 2013 11:55:42 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> In-Reply-To: <519131D8.9010307@citrix.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 content-transfer-encoding: quoted-printable X-SG-EID: 5BcF9P+ypITprUjXJktHhsiUBkkeW691hQUndAFAEhADTHpMuO2yZVPB1LkeEe7riBO6BAQak1KdN0CUb2yr0b3xEDgxtAHPixscXQQFIpgQObKso4lrveOz1Iqe1jZ3cKEh9fqTCIFjkzxqd9fKYA== Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 18:55:52 -0000 On 05/13/13 11:32, Roger Pau Monn=E9 wrote:=0D > Right now the code is in a state where it can be tested by users, so we=0D > would like to encourage FreeBSD and Xen users to test it and provide=0D > feedback.=0D > =0D > The code is available in the following git repository, under the branch=0D > pvhvm_v5:=0D > =0D > http://xenbits.xen.org/gitweb/?p=3Dpeople/royger/freebsd.git;a=3Dsummary= =0D > =0D > Also, I've created a wiki page that explains how to set up a FreeBSD=0D > PVHVM for testing:=0D > =0D > http://wiki.xen.org/wiki/Testing_FreeBSD_PVHVM=0D =0D I built a XENHVM kernel with this code on EC2, and it hanged after=0D > xenbusb_front0: on xenstore0=0D =0D With a XENHVM kernel from FreeBSD HEAD the next line after that is=0D > xbd0: 10240MB at device/vbd/768 on xenbusb_front0= =0D =0D Any ideas?=0D =0D -- =0D Colin Percival=0D Security Officer Emeritus, FreeBSD | The power to serve=0D Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid= =0D From owner-freebsd-virtualization@FreeBSD.ORG Fri May 17 00:43:51 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0958AD78; Fri, 17 May 2013 00:43:51 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) by mx1.freebsd.org (Postfix) with ESMTP id 382E1939; Fri, 17 May 2013 00:43:49 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,687,1363132800"; d="scan'208";a="4689379" Received: from lonpex01cl02.citrite.net ([10.30.203.102]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA; 17 May 2013 00:43:49 +0000 Received: from Roger-2.local (10.30.203.1) by LONPEX01CL02.citrite.net (10.30.203.102) with Microsoft SMTP Server id 14.2.342.3; Fri, 17 May 2013 01:43:47 +0100 Message-ID: <51957D42.9060801@citrix.com> Date: Fri, 17 May 2013 01:43:46 +0100 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Colin Percival Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> <51952BAE.6010609@freebsd.org> In-Reply-To: <51952BAE.6010609@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.30.203.1] Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 00:43:51 -0000 On 16/05/13 19:55, Colin Percival wrote: > On 05/13/13 11:32, Roger Pau Monné wrote: >> Right now the code is in a state where it can be tested by users, so we >> would like to encourage FreeBSD and Xen users to test it and provide >> feedback. >> >> The code is available in the following git repository, under the branch >> pvhvm_v5: >> >> http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=summary >> >> Also, I've created a wiki page that explains how to set up a FreeBSD >> PVHVM for testing: >> >> http://wiki.xen.org/wiki/Testing_FreeBSD_PVHVM > > I built a XENHVM kernel with this code on EC2, and it hanged after >> xenbusb_front0: on xenstore0 > > With a XENHVM kernel from FreeBSD HEAD the next line after that is >> xbd0: 10240MB at device/vbd/768 on xenbusb_front0 > > Any ideas? Hello Colin, Thanks for testing this on EC2, could you post the full dmesg? So I can see the hypervisor version and if the PV timer is loaded or not. Roger. From owner-freebsd-virtualization@FreeBSD.ORG Fri May 17 03:01:48 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5116294F for ; Fri, 17 May 2013 03:01:48 +0000 (UTC) (envelope-from legumen@foxmail.com) Received: from smtpbg55.qq.com (smtpbg55.qq.com [64.71.138.44]) by mx1.freebsd.org (Postfix) with SMTP id 3F978F8B for ; Fri, 17 May 2013 03:01:47 +0000 (UTC) X-QQ-SSF: 000000000000004000000000000000Z X-HAS-ATTACH: no X-QQ-BUSINESS-ORIGIN: 2 X-Originating-IP: 124.207.182.128 X-QQ-STYLE: X-QQ-mid: webmail109t1368759696t7935586 From: "=?ISO-8859-1?B?R2VtYUV2b3I=?=" To: "=?ISO-8859-1?B?SmFjayBWb2dlbA==?=" Subject: Re: KVM+FreeBSD+82599 10G NIC doesn't work. Mime-Version: 1.0 Date: Fri, 17 May 2013 11:01:36 +0800 X-Priority: 3 Message-ID: X-QQ-MIME: TCMime 1.0 by Tencent X-Mailer: QQMail 2.x X-QQ-Mailer: QQMail 2.x X-QQ-ReplyHash: 3717447637 X-QQ-FName: 9E0AE12B0C884120A6692CCDA4C26BEA X-QQ-LocalIP: 58.250.134.100 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: =?ISO-8859-1?B?ZnJlZWJzZC12aXJ0dWFsaXphdGlvbg==?= X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 03:01:48 -0000 VGhhbmtzIGEgbG90IEphY2suDQpBY2NvcmRpbmcgdG8gbXkgdGVzdCwgU1JJT1Ygd29ya3Mg ZmluZSENCkl0J3Mgbm90IHRoZSB3YXkgd2Ugd2FudCwgYnV0IHRoaXMgc29sdXRpb24gcmVh bGx5IGhlbHBzLg0KDQoNClNvLCB3ZSdsbCBzcGVuZCBtb3JlIHRpbWUgdG8gc29sdmUgdGhl IHJlYWwgcHJvYmxlbSwgd2hpbGUgd2UgY2FuIHVzZSBTUklPViBhcyBhIHN1YnN0aXR1dGlv bi4NCg0KDQotLS0tLS0tLS0tLS0tLS0tLS0NCkJlc3Qgd2lzaGVzLg0KIEphc29uIFNoaQ0K DQoNCg0KDQoNCg0KLS0tLS0tLS0tLS0tLS0tLS0tIE9yaWdpbmFsIC0tLS0tLS0tLS0tLS0t LS0tLQ0KRnJvbTogICJKYWNrIFZvZ2VsIjxqZnZvZ2VsQGdtYWlsLmNvbT47DQpEYXRlOiAg VGh1LCBNYXkgMTYsIDIwMTMgMDQ6MDIgUE0NClRvOiAgIkdlbWFFdm9yIjxsZWd1bWVuQGZv eG1haWwuY29tPjsgDQpDYzogICJmcmVlYnNkLXZpcnR1YWxpemF0aW9uIjxmcmVlYnNkLXZp cnR1YWxpemF0aW9uQGZyZWVic2Qub3JnPjsgDQpTdWJqZWN0OiAgUmU6IEtWTStGcmVlQlNE KzgyNTk5IDEwRyBOSUMgZG9lc24ndCB3b3JrLg0KDQoNCg0KVGhlIGVudmlyb25tZW50IHRo YXQgSSB0ZXN0ZWQgaW4gd2hlbiB0aGUgdmlydHVhbGl6YXRpb24gc3VwcG9ydCB3YXMgcHV0 IGludG90aGUgZHJpdmVyIHdhcyB1c2luZyBTUklPViwgbm90IHBhc3MtdGhyb3VnaCwgd2Ug aGF2ZSBuZXZlciB2YWxpZGF0ZWQgdGhlDQpsYXR0ZXIsIGFuZCB3aGVuZXZlciBpdCBjcm9w cyB1cCBpdCBzZWVtcyB0byBiZSBoYXZpbmcgcHJvYmxlbXMuDQogDQoNCkkgY2FuIHB1dCBp dCBpbnRvIG15IHF1ZXVlIHRvIGxvb2sgaW50bywgYnV0IEkgY2FuJ3Qgc2F5IGhvdyBxdWlj a2x5IEkgY2FuIGdldA0KdG8gaXQsIHZlcnkgYnVzeSBoZXJlLiANCg0KDQpKYWNrDQoNCg0K DQogDQoNCk9uIFRodSwgTWF5IDE2LCAyMDEzIGF0IDEyOjQ1IEFNLCBHZW1hRXZvciA8bGVn dW1lbkBmb3htYWlsLmNvbT4gd3JvdGU6DQogSGkgZ3VydXM6DQogDQogDQogSSdtIHdvcmtp bmcgb24gYSBGcmVlQlNEIHZpcnR1bGl6YWlvbiBwcm9qZWN0IHVuZGVyIEtWTS4NCiBFdmVy eXRoaW5nIHdvcmtzIGZpbmUsIGV4Y2VwdCB0aGUgMTBHIEludGVsIDgyNTk5IFNGUCBOSUMu DQogDQogDQogSSdtIHN1cmUgdGhlcmUgYXJlIHNvbWUgYm9keSBlbHNlIHdobyBoYXZlIGVu Y291bnRlcmVkIHRoaXMgcHJvYmxlbSBiZWZvcmUuIFNlZToNCiBGcmVlQlNEIGd1ZXN0IHdp dGggVlREIE5JQyBub3QgcGFzc2luZyB0cmFmZmljDQogaHR0cDovL2NvbW1lbnRzLmdtYW5l Lm9yZy9nbWFuZS5jb21wLmVtdWxhdG9ycy5rdm0uZGV2ZWwvODM4MDYNCiBWVC1kIG5vdCB3 b3JraW5nIGZvciBGcmVlQlNEIDkuMCBndWVzdA0KIGh0dHA6Ly9wZXJtYWxpbmsuZ21hbmUu b3JnL2dtYW5lLmNvbXAuZW11bGF0b3JzLmt2bS5kZXZlbC85MTA3NA0KIA0KIA0KIEJ1dCwg dW5mb3J0dW5hdGVseSwgbm9uZSBvZiB0aGVtIHNvbHZlZCBpdCBvciBnYXZlIHRoZSBjbGVh cmx5IHdheSB0byBzb2x2ZSBpdC4gOjwNCiANCiANCiBGaXJzdGx5LCBsZXQncyBtYWtlIGl0 IGNsZWFybHkuIFRoaXMgcHJvYmxlbSBjb3VsZCBub3QgYmUgcmVwcm9kdWNlZCB3aXRoOg0K IDEuIFhlbiBoeXBlcnZpc29yICsgRnJlZUJTRCBndWVzdCBvcw0KIDIuIG9yIEtWTSArIExp bnV4IGd1ZXN0IG9zIChlLmcuIEZlZG9yYSAxMikNCiBTbywgaXQgbXVzdCBiZSBzb21ldGhp bmcgd3Jvbmcgd2l0aCBLVk0gb3IgRnJlZUJTRC4NCiANCiANCiBIZXJlIGlzIG15IGVudmly b25tZW50Og0KIEhvc3QgT1M6DQogT3BlblNVU0UgMTIuMg0KIExpbnV4IGxpbnV4LWtqMnUg My40LjYtMi4xMC1kZXNrdG9wICMxIFNNUCBQUkVFTVBUIFRodSBKdWwgMjYgMDk6MzY6MjYg VVRDIDIwMTIgKDY0MWMxOTcpIHg4Nl82NCB4ODZfNjQgeDg2XzY0IEdOVS9MaW51eA0KIFFF TVUgZW11bGF0b3IgdmVyc2lvbiAxLjEuMSAoa3ZtLTEuMS4xLTEuOC4xKSwgQ29weXJpZ2h0 IChjKSAyMDAzLTIwMDggRmFicmljZSBCZWxsYXJkDQogDQogDQogR3Vlc3QgT1M6DQogRnJl ZUJTRCA5LjEgYW1kNjQNCiANCiANCiBXaGF0IEkgZGlkOg0KIDEuTWFrZSB0aGUgcGNpIGRl dmljZSBvZiA4MjU5OVNGUCBhc3NpZ25hbGU6DQogW0NPREVdDQogMGQ6MDAuMCBFdGhlcm5l dCBjb250cm9sbGVyOiBJbnRlbCBDb3Jwb3JhdGlvbiA4MjU5OUVCIDEwLUdpZ2FiaXQgU0ZJ L1NGUCsgTmV0d29yayBDb25uZWN0aW9uIChyZXYgMDEpDQogICAgICAgICBTdWJzeXN0ZW06 IFFMb2dpYywgQ29ycC4gRGV2aWNlIDAwZTQNCiAgICAgICAgIEZsYWdzOiBmYXN0IGRldnNl bCwgSVJRIDI1DQogICAgICAgICBNZW1vcnkgYXQgZjhmZTAwMDAgKDY0LWJpdCwgcHJlZmV0 Y2hhYmxlKSBbc2l6ZT0xMjhLXQ0KICAgICAgICAgSS9PIHBvcnRzIGF0IGNjMDAgW3NpemU9 MzJdDQogICAgICAgICBNZW1vcnkgYXQgZjhmZGMwMDAgKDY0LWJpdCwgcHJlZmV0Y2hhYmxl KSBbc2l6ZT0xNktdDQogICAgICAgICBDYXBhYmlsaXRpZXM6IFs0MF0gUG93ZXIgTWFuYWdl bWVudCB2ZXJzaW9uIDMNCiAgICAgICAgIENhcGFiaWxpdGllczogWzUwXSBNU0k6IEVuYWJs ZS0gQ291bnQ9MS8xIE1hc2thYmxlKyA2NGJpdCsNCiAgICAgICAgIENhcGFiaWxpdGllczog WzcwXSBNU0ktWDogRW5hYmxlLSBDb3VudD02NCBNYXNrZWQtDQogICAgICAgICBDYXBhYmls aXRpZXM6IFthMF0gRXhwcmVzcyBFbmRwb2ludCwgTVNJIDAwDQogICAgICAgICBDYXBhYmls aXRpZXM6IFtlMF0gVml0YWwgUHJvZHVjdCBEYXRhDQogICAgICAgICBDYXBhYmlsaXRpZXM6 IFsxMDBdIEFkdmFuY2VkIEVycm9yIFJlcG9ydGluZw0KICAgICAgICAgQ2FwYWJpbGl0aWVz OiBbMTQwXSBEZXZpY2UgU2VyaWFsIE51bWJlciAwMC0wMC0wMC1mZi1mZi0wMC0wMC0wMA0K ICAgICAgICAgQ2FwYWJpbGl0aWVzOiBbMTUwXSBBbHRlcm5hdGl2ZSBSb3V0aW5nLUlEIElu dGVycHJldGF0aW9uIChBUkkpDQogICAgICAgICBDYXBhYmlsaXRpZXM6IFsxNjBdIFNpbmds ZSBSb290IEkvTyBWaXJ0dWFsaXphdGlvbiAoU1ItSU9WKQ0KICAgICAgICAgS2VybmVsIGRy aXZlciBpbiB1c2U6IHBjaS1zdHViDQogWy9DT0RFXQ0KIA0KIA0KIDIuIFBhc3N0aHJvdWdo IGl0IHRvIHRoZSBndWVzdCBGcmVlQlNEIG9zLiBIZXJlIGlzIG15IHZtIGNvbmZpZ3VyYXRp b24gZmlsZQ0KIFtGSUxFXQ0KIDxkb21haW4gdHlwZT0na3ZtJz4NCiAgIDxuYW1lPkZyZWVC U0Q5LjE8L25hbWU+DQogICA8dXVpZD40ZDU2NjEzZS00MDBjLWYzN2QtMmE5YS1lMDMzMmQ4 MWNhNjM8L3V1aWQ+DQogICA8bWVtb3J5PjIwOTcxNTI8L21lbW9yeT4NCiAgIDxjdXJyZW50 TWVtb3J5PjIwOTcxNTI8L2N1cnJlbnRNZW1vcnk+DQogICA8dmNwdT4yPC92Y3B1Pg0KICAg PG9zPg0KICAgICA8dHlwZSBhcmNoPSd4ODZfNjQnIG1hY2hpbmU9J3BjJz5odm08L3R5cGU+ DQogICAgIDxib290IGRldj0naGQnLz4NCiAgIDwvb3M+DQogICA8ZmVhdHVyZXM+DQogICAg IDxwYWUvPg0KICAgICA8YXBpYy8+DQogICAgIDxhY3BpLz4NCiAgIDwvZmVhdHVyZXM+DQog ICAgIDxjbG9jayBvZmZzZXQ9J3V0Yyc+DQogICAgIDwvY2xvY2s+DQogICAgIDxvbl9wb3dl cm9mZj5kZXN0cm95PC9vbl9wb3dlcm9mZj4NCiAgICAgPG9uX3JlYm9vdD5yZXN0YXJ0PC9v bl9yZWJvb3Q+DQogICAgIDxvbl9jcmFzaD5kZXN0cm95PC9vbl9jcmFzaD4NCiAgIDxkZXZp Y2VzPg0KICAgICA8ZW11bGF0b3I+L3Vzci9iaW4vcWVtdS1rdm08L2VtdWxhdG9yPg0KICAg ICAgIDxkaXNrIHR5cGU9J2ZpbGUnIGRldmljZT0nZGlzayc+DQogICAgICAgPGRyaXZlciBu YW1lPSdxZW11JyB0eXBlPSdyYXcnIGNhY2hlPSdkZWZhdWx0Jy8+DQogICAgICAgPHNvdXJj ZSBmaWxlPScvaG9tZS92bS9GcmVlQlNEOS4xL0ZyZWVCU0Q5LjEucmF3Jy8+DQogICAgICAg PHRhcmdldCBkZXY9J2hkYycvPg0KICAgICA8L2Rpc2s+DQogICAgICAgPGludGVyZmFjZSB0 eXBlPSdicmlkZ2UnPg0KICAgICAgICAgPHNvdXJjZSBicmlkZ2U9J2JyMCcvPg0KICAgICAg ICAgPG1hYyBhZGRyZXNzPSc1Mjo1NDowMDowZDo5Mjo2ZicvPg0KICAgICAgICAgPG1vZGVs IHR5cGU9J3J0bDgxMzknLz4NCiAgICAgICA8L2ludGVyZmFjZT4NCiAgICAgPGhvc3RkZXYg bW9kZT0nc3Vic3lzdGVtJyB0eXBlPSdwY2knIG1hbmFnZWQ9J3llcyc+DQogICAgICAgPHNv dXJjZT4NCiAgICAgICAgIDxhZGRyZXNzIGRvbWFpbj0nMHgwMDAwJyBidXM9JzB4MGQnIHNs b3Q9JzB4MDAnIGZ1bmN0aW9uPScweDAnLz4NCiAgICAgICA8L3NvdXJjZT4NCiAgICAgPC9o b3N0ZGV2Pg0KICAgICA8aW5wdXQgdHlwZT0nbW91c2UnIGJ1cz0ncHMyJy8+DQogICAgIDxn cmFwaGljcyB0eXBlPSd2bmMnIHBvcnQ9Jy0xJyBhdXRvcG9ydD0neWVzJy8+DQogDQogICA8 L2RldmljZXM+DQogPC9kb21haW4+DQogWy9GSUxFXQ0KIA0KIA0KIDMuVGhlIGRldmljZSBj b3VsZCBiZSBwcm9iZWQgYW5kIGF0dGFjaGVkIGJ5IEZyZWVCU0Q6DQogW0NPREVdDQogaXgw OiA8SW50ZWwoUikgUFJPLzEwR2JFIFBDSS1FeHByZXNzIE5ldHdvcmsgRHJpdmVyLCBWZXJz aW9uIC0gMi40Ljg+IHBvcnQgMHhjMDIwLTB4YzAzZiBtZW0gMHhmZTAwMDAwMC0weGZlMDFm ZmZmLDB4ZmUwMjAwMDAtMHhmZTAyM2ZmZiBpcnEgMTEgYXQgZGV2aWNlIDQuMCBvbiBwY2kw DQogaXgwOiBVc2luZyBNU0lYIGludGVycnVwdHMgd2l0aCAyIHZlY3RvcnMNCiBpeDA6IEV0 aGVybmV0IGFkZHJlc3M6IDAwOjBjOmJkOjA1OjdkOjRhDQogaXgwOiBQQ0kgRXhwcmVzcyBC dXM6IFNwZWVkIDUuMEdiL3MgV2lkdGggeDgNCiBbL0NPREVdDQogDQogDQogQnV0IG5vIGlu dGVycnVwdCBjb3VsZCBiZSBmb3VuZDoNCiBbQ09ERV0NCiBpbnRlcnJ1cHQgICAgICAgICAg ICAgICAgICAgICAgICAgIHRvdGFsICAgICAgIHJhdGUNCiBpcnExOiBhdGtiZDAgICAgICAg ICAgICAgICAgICAgICAgICAgMTQzICAgICAgICAgIDANCiBpcnE0OiB1YXJ0MCAgICAgICAg ICAgICAgICAgICAgICAgICAgMTc3ICAgICAgICAgIDENCiBpcnExNTogYXRhMSAgICAgICAg ICAgICAgICAgICAgICAgICAxNTkzICAgICAgICAgMTANCiBjcHUwOnRpbWVyICAgICAgICAg ICAgICAgICAgICAgICAgICA3MTQwICAgICAgICAgNDYNCiBUb3RhbCAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICA5MDUzICAgICAgICAgNTgNCiBbL0NPREVdDQogDQogDQogQW5k IGl4MCBrZWVwcyB0byBiZSAibm8gY2FycmllciIgKGV2ZW4gaWYgSSBjb25maWcgYW4gSVAg YWRkcmVzcyBvbiBpdCBhbmQgcGluZyk6DQogW0NPREVdDQogaXgwOiBmbGFncz04ODAyPEJS T0FEQ0FTVCxTSU1QTEVYLE1VTFRJQ0FTVD4gbWV0cmljIDAgbXR1IDE1MDANCiAgICAgICAg IG9wdGlvbnM9NDAxYmI8UlhDU1VNLFRYQ1NVTSxWTEFOX01UVSxWTEFOX0hXVEFHR0lORyxK VU1CT19NVFUsVkxBTl9IV0NTVU0sVFNPNCxWTEFOX0hXVFNPPg0KICAgICAgICAgZXRoZXIg MDA6MGM6YmQ6MDU6N2Q6NGENCiAgICAgICAgIG5kNiBvcHRpb25zPTI5PFBFUkZPUk1OVUQs SUZESVNBQkxFRCxBVVRPX0xJTktMT0NBTD4NCiAgICAgICAgIG1lZGlhOiBFdGhlcm5ldCBh dXRvc2VsZWN0DQogICAgICAgICBzdGF0dXM6IG5vIGNhcnJpZXINCiBbL0NPREVdDQogDQog DQogNC5JbiB0aGUgaG9zdCBzaWRlLCBrdm0gY291bGQgc2VlIHRoZSBjaGFuZ2UgbWFkZSBi eSB0aGUgZ3Vlc3Qgb24gdGhlIGRldmljZSwgYnV0IG5vIGlycToNCiBbQ09ERV0NCiBsaW51 eC1rajJ1On4gIyBjYXQgL3Byb2MvaW50ZXJydXB0cw0KICAgICAgICAgICAgIENQVTAgICAg ICAgQ1BVMSAgICAgICBDUFUyICAgICAgIENQVTMgICAgICAgQ1BVNCAgICAgICBDUFU1ICAg ICAgIENQVTYgICAgICAgQ1BVNyAgICAgICBDUFU4ICAgICAgIENQVTkgICAgICAgQ1BVMTAg ICAgICBDUFUxMSAgICAgIENQVTEyICAgICAgQ1BVMTMgICAgICBDUFUxNCAgICAgIENQVTE1 ICAgICAgQ1BVMTYgICAgICBDUFUxNyAgICAgIENQVTE4ICAgICAgQ1BVMTkgICAgICBDUFUy MCAgICAgIENQVTIxICAgICAgQ1BVMjIgICAgICBDUFUyMw0KICAyMTA6ICAgICAgICAgIDAg ICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAw ICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAg MCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAg IDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAg ICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgUENJLU1TSS1lZGdlICAg ICAga3ZtOjAwMDA6MGQ6MDAuMA0KICAyMTE6ICAgICAgICAgIDAgICAgICAgICAgMCAgICAg ICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAg ICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAg ICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAg ICAgICAgICAwICAgICAgICAgIDAgICAgICAgICAgMCAgICAgICAgICAwICAgICAgICAgIDAg ICAgICAgICAgMCAgICAgICAgICAwICAgUENJLU1TSS1lZGdlICAgICAga3ZtOjAwMDA6MGQ6 MDAuMA0KIFsvQ09ERV0NCiANCiANCiANCiANCiANCiANCiBTbywgYW55b25lIHdobyBoYXMg dGhlIHNhbWUgcHJvYmxlbSBvciBoYXMgYSBjbHVlIHRvIHNvbHZlIGl0LCBvciBoYXMgc29t ZSBpZGVhcyB0byBkbyBhIGRlYnVnIGpvYiwgcGxlYXNlIGhlbHAuDQogDQogDQogVGhhbmtz IQ0KIF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fDQog ZnJlZWJzZC12aXJ0dWFsaXphdGlvbkBmcmVlYnNkLm9yZyBtYWlsaW5nIGxpc3QNCiBodHRw Oi8vbGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLXZpcnR1YWxp emF0aW9uDQogVG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gImZyZWVic2Qtdmly dHVhbGl6YXRpb24tdW5zdWJzY3JpYmVAZnJlZWJzZC5vcmci From owner-freebsd-virtualization@FreeBSD.ORG Fri May 17 03:07:20 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E3A2A33 for ; Fri, 17 May 2013 03:07:20 +0000 (UTC) (envelope-from bounces+73574-9b34-freebsd-virtualization=freebsd.org@sendgrid.me) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) by mx1.freebsd.org (Postfix) with SMTP id B7F826A for ; Fri, 17 May 2013 03:07:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpapi; bh=gCssBpNOTain9ZvdiH46Nt kTPqg=; b=ROp5cw5Byfv4JF098H8HvQnIcdnhztwMvnZDGOtkfC85jsBdMrfAwf ND7Ilqpw/gcRgnKOZK9HIus+lAaM973hnqbZLSdtd9/U7iPI5u7ldjTGy+eXdWNz uBvNVqCyWORZTDGNHii6SWPHBi6D8C+jr4NdxzWJyAIWCgbP6KJHk= Received: by 10.42.80.49 with SMTP id filter-011.17728.51959EE64 Fri, 17 May 2013 03:07:18 +0000 (UTC) Received: from mail.tarsnap.com (unknown [10.60.208.17]) by mi4 (SG) with ESMTP id 13eb074b18f.17d0.f73a3 for ; Thu, 16 May 2013 22:07:17 -0500 (CST) Received: (qmail 6119 invoked from network); 17 May 2013 03:07:12 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 17 May 2013 03:07:12 -0000 Received: (qmail 17088 invoked from network); 17 May 2013 03:07:05 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 17 May 2013 03:07:05 -0000 Message-ID: <51959ED9.6040405@freebsd.org> Date: Thu, 16 May 2013 20:07:05 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> <51952BAE.6010609@freebsd.org> <51957D42.9060801@citrix.com> In-Reply-To: <51957D42.9060801@citrix.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 content-transfer-encoding: quoted-printable X-SG-EID: 5BcF9P+ypITprUjXJktHhsiUBkkeW691hQUndAFAEhADTHpMuO2yZVPB1LkeEe7rDEcME9WPpvQpZcr7QghwxmPtlvo2Bi0du36WMPEWN15fVXFHlICNJw43jxAtcn1Hmsa5uCSXkk1NEsFNKeQtCg== Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 03:07:20 -0000 On 05/16/13 17:43, Roger Pau Monn=E9 wrote:=0D > Thanks for testing this on EC2, could you post the full dmesg? So I can=0D > see the hypervisor version and if the PV timer is loaded or not.=0D =0D Here's what I get on a cc2.8xlarge with boot_verbose=3DYES:=0D =0D > Booting [/boot/kernel/kernel]... =0D > -\|/-\|GDB: no debug ports present=0D > KDB: debugger backends: ddb=0D > KDB: current backend: ddb=0D > SMAP type=3D01 base=3D0000000000000000 len=3D000000000009fc00=0D > SMAP type=3D02 base=3D000000000009fc00 len=3D0000000000000400=0D > SMAP type=3D02 base=3D00000000000e0000 len=3D0000000000020000=0D > SMAP type=3D01 base=3D0000000000100000 len=3D00000000bff00000=0D > SMAP type=3D02 base=3D00000000fc000000 len=3D0000000004000000=0D > SMAP type=3D01 base=3D0000000100000000 len=3D0000000e63000000=0D > Table 'FACP' at 0xfc005ee0=0D > Table 'APIC' at 0xfc005fe0=0D > APIC: Found table at 0xfc005fe0=0D > APIC: Using the MADT enumerator.=0D > MADT: Found CPU APIC ID 0 ACPI ID 0: enabled=0D > SMP: Added CPU 0 (AP)=0D > MADT: Found CPU APIC ID 2 ACPI ID 1: enabled=0D > SMP: Added CPU 2 (AP)=0D > MADT: Found CPU APIC ID 4 ACPI ID 2: enabled=0D > SMP: Added CPU 4 (AP)=0D > MADT: Found CPU APIC ID 6 ACPI ID 3: enabled=0D > SMP: Added CPU 6 (AP)=0D > MADT: Found CPU APIC ID 8 ACPI ID 4: enabled=0D > SMP: Added CPU 8 (AP)=0D > MADT: Found CPU APIC ID 10 ACPI ID 5: enabled=0D > SMP: Added CPU 10 (AP)=0D > MADT: Found CPU APIC ID 12 ACPI ID 6: enabled=0D > SMP: Added CPU 12 (AP)=0D > MADT: Found CPU APIC ID 14 ACPI ID 7: enabled=0D > SMP: Added CPU 14 (AP)=0D > MADT: Found CPU APIC ID 32 ACPI ID 8: enabled=0D > SMP: Added CPU 32 (AP)=0D > MADT: Found CPU APIC ID 34 ACPI ID 9: enabled=0D > SMP: Added CPU 34 (AP)=0D > MADT: Found CPU APIC ID 36 ACPI ID 10: enabled=0D > SMP: Added CPU 36 (AP)=0D > MADT: Found CPU APIC ID 38 ACPI ID 11: enabled=0D > SMP: Added CPU 38 (AP)=0D > MADT: Found CPU APIC ID 40 ACPI ID 12: enabled=0D > SMP: Added CPU 40 (AP)=0D > MADT: Found CPU APIC ID 42 ACPI ID 13: enabled=0D > SMP: Added CPU 42 (AP)=0D > MADT: Found CPU APIC ID 44 ACPI ID 14: enabled=0D > SMP: Added CPU 44 (AP)=0D > MADT: Found CPU APIC ID 46 ACPI ID 15: enabled=0D > SMP: Added CPU 46 (AP)=0D > MADT: Found CPU APIC ID 1 ACPI ID 16: enabled=0D > SMP: Added CPU 1 (AP)=0D > MADT: Found CPU APIC ID 3 ACPI ID 17: enabled=0D > SMP: Added CPU 3 (AP)=0D > MADT: Found CPU APIC ID 5 ACPI ID 18: enabled=0D > SMP: Added CPU 5 (AP)=0D > MADT: Found CPU APIC ID 7 ACPI ID 19: enabled=0D > SMP: Added CPU 7 (AP)=0D > MADT: Found CPU APIC ID 9 ACPI ID 20: enabled=0D > SMP: Added CPU 9 (AP)=0D > MADT: Found CPU APIC ID 11 ACPI ID 21: enabled=0D > SMP: Added CPU 11 (AP)=0D > MADT: Found CPU APIC ID 13 ACPI ID 22: enabled=0D > SMP: Added CPU 13 (AP)=0D > MADT: Found CPU APIC ID 15 ACPI ID 23: enabled=0D > SMP: Added CPU 15 (AP)=0D > MADT: Found CPU APIC ID 33 ACPI ID 24: enabled=0D > SMP: Added CPU 33 (AP)=0D > MADT: Found CPU APIC ID 35 ACPI ID 25: enabled=0D > SMP: Added CPU 35 (AP)=0D > MADT: Found CPU APIC ID 37 ACPI ID 26: enabled=0D > SMP: Added CPU 37 (AP)=0D > MADT: Found CPU APIC ID 39 ACPI ID 27: enabled=0D > SMP: Added CPU 39 (AP)=0D > MADT: Found CPU APIC ID 41 ACPI ID 28: enabled=0D > SMP: Added CPU 41 (AP)=0D > MADT: Found CPU APIC ID 43 ACPI ID 29: enabled=0D > SMP: Added CPU 43 (AP)=0D > MADT: Found CPU APIC ID 45 ACPI ID 30: enabled=0D > SMP: Added CPU 45 (AP)=0D > MADT: Found CPU APIC ID 47 ACPI ID 31: enabled=0D > SMP: Added CPU 47 (AP)=0D > Copyright (c) 1992-2013 The FreeBSD Project.=0D > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994= =0D > The Regents of the University of California. All rights reserved.=0D > FreeBSD is a registered trademark of The FreeBSD Foundation.=0D > FreeBSD 10.0-CURRENT #0 r+7c97e5b: Fri May 17 02:38:29 UTC 2013=0D > root@ip-10-148-212-216:/usr/obj/usr/src/sys/XENHVM amd64=0D > FreeBSD clang version 3.3 (trunk 178860) 20130405=0D > WARNING: WITNESS option enabled, expect reduced performance.=0D > XEN: Hypervisor version 3.4 detected.=0D > XEN: Disabling emulated block and network devices=0D > Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81912000.=0D > Hypervisor: Origin =3D "XenVMMXenVMM"=0D > Calibrating TSC clock ... TSC clock: 2593801200 Hz=0D > CPU: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (2593.80-MHz K8-class CPU)= =0D > Origin =3D "GenuineIntel" Id =3D 0x206d7 Family =3D 0x6 Model =3D 0x= 2d Stepping =3D 7=0D > Features=3D0x1781fbff=0D > Features2=3D0x9c982201=0D > AMD Features=3D0x20100800=0D > AMD Features2=3D0x1=0D > real memory =3D 65011712000 (62000 MB)=0D > Physical memory chunk(s):=0D > 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)=0D > 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)=0D > 0x0000000001972000 - 0x00000000bfffffff, 3194544128 bytes (779918 pages)= =0D > 0x0000000100000000 - 0x0000000efeb95fff, 60108136448 bytes (14674838 page= s)=0D > avail memory =3D 60563271680 (57757 MB)=0D > Event timer "LAPIC" quality 400=0D > ACPI APIC Table: =0D > INTR: Adding local APIC 1 as a target=0D > INTR: Adding local APIC 2 as a target=0D > INTR: Adding local APIC 3 as a target=0D > INTR: Adding local APIC 4 as a target=0D > INTR: Adding local APIC 5 as a target=0D > INTR: Adding local APIC 6 as a target=0D > INTR: Adding local APIC 7 as a target=0D > INTR: Adding local APIC 8 as a target=0D > INTR: Adding local APIC 9 as a target=0D > INTR: Adding local APIC 10 as a target=0D > INTR: Adding local APIC 11 as a target=0D > INTR: Adding local APIC 12 as a target=0D > INTR: Adding local APIC 13 as a target=0D > INTR: Adding local APIC 14 as a target=0D > INTR: Adding local APIC 15 as a target=0D > INTR: Adding local APIC 32 as a target=0D > INTR: Adding local APIC 33 as a target=0D > INTR: Adding local APIC 34 as a target=0D > INTR: Adding local APIC 35 as a target=0D > INTR: Adding local APIC 36 as a target=0D > INTR: Adding local APIC 37 as a target=0D > INTR: Adding local APIC 38 as a target=0D > INTR: Adding local APIC 39 as a target=0D > INTR: Adding local APIC 40 as a target=0D > INTR: Adding local APIC 41 as a target=0D > INTR: Adding local APIC 42 as a target=0D > INTR: Adding local APIC 43 as a target=0D > INTR: Adding local APIC 44 as a target=0D > INTR: Adding local APIC 45 as a target=0D > INTR: Adding local APIC 46 as a target=0D > INTR: Adding local APIC 47 as a target=0D > FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs=0D > FreeBSD/SMP: 2 package(s) x 8 core(s) x 2 SMT threads=0D > cpu0 (BSP): APIC ID: 0=0D > cpu1 (AP): APIC ID: 1=0D > cpu2 (AP): APIC ID: 2=0D > cpu3 (AP): APIC ID: 3=0D > cpu4 (AP): APIC ID: 4=0D > cpu5 (AP): APIC ID: 5=0D > cpu6 (AP): APIC ID: 6=0D > cpu7 (AP): APIC ID: 7=0D > cpu8 (AP): APIC ID: 8=0D > cpu9 (AP): APIC ID: 9=0D > cpu10 (AP): APIC ID: 10=0D > cpu11 (AP): APIC ID: 11=0D > cpu12 (AP): APIC ID: 12=0D > cpu13 (AP): APIC ID: 13=0D > cpu14 (AP): APIC ID: 14=0D > cpu15 (AP): APIC ID: 15=0D > cpu16 (AP): APIC ID: 32=0D > cpu17 (AP): APIC ID: 33=0D > cpu18 (AP): APIC ID: 34=0D > cpu19 (AP): APIC ID: 35=0D > cpu20 (AP): APIC ID: 36=0D > cpu21 (AP): APIC ID: 37=0D > cpu22 (AP): APIC ID: 38=0D > cpu23 (AP): APIC ID: 39=0D > cpu24 (AP): APIC ID: 40=0D > cpu25 (AP): APIC ID: 41=0D > cpu26 (AP): APIC ID: 42=0D > cpu27 (AP): APIC ID: 43=0D > cpu28 (AP): APIC ID: 44=0D > cpu29 (AP): APIC ID: 45=0D > cpu30 (AP): APIC ID: 46=0D > cpu31 (AP): APIC ID: 47=0D > x86bios: IVT 0x000000-0x0004ff at 0xfffffe0000000000=0D > x86bios: SSEG 0x001000-0x001fff at 0xffffff80003cc000=0D > x86bios: EBDA 0x09f000-0x09ffff at 0xfffffe000009f000=0D > x86bios: ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000=0D > APIC: CPU 0 has ACPI ID 0=0D > APIC: CPU 1 has ACPI ID 16=0D > APIC: CPU 2 has ACPI ID 1=0D > APIC: CPU 3 has ACPI ID 17=0D > APIC: CPU 4 has ACPI ID 2=0D > APIC: CPU 5 has ACPI ID 18=0D > APIC: CPU 6 has ACPI ID 3=0D > APIC: CPU 7 has ACPI ID 19=0D > APIC: CPU 8 has ACPI ID 4=0D > APIC: CPU 9 has ACPI ID 20=0D > APIC: CPU 10 has ACPI ID 5=0D > APIC: CPU 11 has ACPI ID 21=0D > APIC: CPU 12 has ACPI ID 6=0D > APIC: CPU 13 has ACPI ID 22=0D > APIC: CPU 14 has ACPI ID 7=0D > APIC: CPU 15 has ACPI ID 23=0D > APIC: CPU 16 has ACPI ID 8=0D > APIC: CPU 17 has ACPI ID 24=0D > APIC: CPU 18 has ACPI ID 9=0D > APIC: CPU 19 has ACPI ID 25=0D > APIC: CPU 20 has ACPI ID 10=0D > APIC: CPU 21 has ACPI ID 26=0D > APIC: CPU 22 has ACPI ID 11=0D > APIC: CPU 23 has ACPI ID 27 > APIC: CPU 24 has ACPI ID 12=0D > APIC: CPU 25 has ACPI ID 28=0D > APIC: CPU 26 has ACPI ID 13=0D > APIC: CPU 27 has ACPI ID 29=0D > APIC: CPU 28 has ACPI ID 14=0D > APIC: CPU 29 has ACPI ID 30=0D > APIC: CPU 30 has ACPI ID 15=0D > APIC: CPU 31 has ACPI ID 31=0D > random device not loaded; using insecure entropy=0D > ULE: setup cpu 0=0D > ULE: setup cpu 1=0D > ULE: setup cpu 2=0D > ULE: setup cpu 3=0D > ULE: setup cpu 4=0D > ULE: setup cpu 5=0D > ULE: setup cpu 6=0D > ULE: setup cpu 7=0D > ULE: setup cpu 8=0D > ULE: setup cpu 9=0D > ULE: setup cpu 10=0D > ULE: setup cpu 11=0D > ULE: setup cpu 12=0D > ULE: setup cpu 13=0D > ULE: setup cpu 14=0D > ULE: setup cpu 15=0D > ULE: setup cpu 16=0D > ULE: setup cpu 17=0D > ULE: setup cpu 18=0D > ULE: setup cpu 19=0D > ULE: setup cpu 20=0D > ULE: setup cpu 21=0D > ULE: setup cpu 22=0D > ULE: setup cpu 23=0D > ULE: setup cpu 24=0D > ULE: setup cpu 25=0D > ULE: setup cpu 26=0D > ULE: setup cpu 27=0D > ULE: setup cpu 28=0D > ULE: setup cpu 29=0D > ULE: setup cpu 30=0D > ULE: setup cpu 31=0D > ACPI: RSDP 0xea020 00024 (v02 Xen)=0D > ACPI: XSDT 0xfc006430 0004C (v01 Xen HVM 00000000 HVML 00000000)= =0D > ACPI: FACP 0xfc005ee0 000F4 (v04 Xen HVM 00000000 HVML 00000000)= =0D > ACPI: DSDT 0xfc002c40 0321F (v02 Xen HVM 00000000 INTL 20090220)= =0D > ACPI: FACS 0xfc002c00 00040=0D > ACPI: APIC 0xfc005fe0 00160 (v02 Xen HVM 00000000 HVML 00000000)= =0D > ACPI: SRAT 0xfc006140 00280 (v01 Xen HVM 00000000 HVML 00000000)= =0D > ACPI: SLIT 0xfc0063c0 00030 (v01 Xen HVM 00000000 HVML 00000000)= =0D > ACPI: HPET 0xfc0063f0 00038 (v01 Xen HVM 00000000 HVML 00000000)= =0D > MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000=0D > ioapic0: Changing APIC ID to 1=0D > ioapic0: Routing external 8259A's -> intpin 0=0D > MADT: Interrupt override: source 0, irq 2=0D > ioapic0: Routing IRQ 0 -> intpin 2=0D > MADT: Interrupt override: source 5, irq 5=0D > ioapic0: intpin 5 trigger: level=0D > ioapic0: intpin 5 polarity: low=0D > MADT: Interrupt override: source 10, irq 10=0D > ioapic0: intpin 10 trigger: level=0D > ioapic0: intpin 10 polarity: low=0D > MADT: Interrupt override: source 11, irq 11=0D > ioapic0: intpin 11 trigger: level=0D > ioapic0: intpin 11 polarity: low=0D > MADT: Forcing active-low polarity and level trigger for SCI=0D > ioapic0: intpin 9 polarity: low=0D > ioapic0: intpin 9 trigger: level=0D > ioapic0 irqs 0-47 on motherboard=0D > cpu0 BSP:=0D > ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff=0D > lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff=0D > timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400=0D > Event-channel device installed.=0D > snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff [= 1024]=0D > feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 feeder_= rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25=0D > wlan: <802.11 Link Layer>=0D > null: =0D > nfslock: pseudo-device=0D > random: =0D > VESA: INT 0x10 vector 0xc000:0x836e=0D > VESA: information block=0D > 0000 56 45 53 41 00 02 f5 82 00 c0 00 00 00 00 40 00=0D > 0010 00 02 40 00 00 01 f5 82 00 c0 f5 82 00 c0 0e 83=0D > 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0040 01 01 10 01 11 01 12 01 03 01 13 01 14 01 15 01=0D > 0050 05 01 16 01 17 01 18 01 07 01 19 01 1a 01 ff ff=0D > 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00=0D > VESA: 15 mode(s) found=0D > VESA: v2.0, 4096k memory, flags:0x0, mode table:0xffffff80003ff040 (20000= 40)=0D > VESA: VGABIOS Cirrus extension=0D > VESA: VGABIOS Cirrus extension VGABIOS Cirrus extension 1.0=0D > io: =0D > kbd: new array size 4=0D > kbd1 at kbdmux0=0D > mem: =0D > hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2=0D > hpt27xx: RocketRAID 27xx controller driver v1.0=0D > xen_et0: vector callbacks unavailable=0D > acpi0: on motherboard=0D > ACPI: All ACPI Tables successfully acquired=0D > ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48=0D > acpi0: Power Button (fixed)=0D > acpi0: reservation of 0, a0000 (3) failed=0D > cpu0: Processor \_PR_.PR00 (ACPI ID 0) -> APIC ID 0=0D > cpu0: on acpi0=0D > cpu0: switching to generic Cx mode=0D > cpu1: Processor \_PR_.PR01 (ACPI ID 1) -> APIC ID 2=0D > cpu1: on acpi0=0D > cpu2: Processor \_PR_.PR02 (ACPI ID 2) -> APIC ID 4=0D > cpu2: on acpi0=0D > cpu3: Processor \_PR_.PR03 (ACPI ID 3) -> APIC ID 6=0D > cpu3: on acpi0=0D > cpu4: Processor \_PR_.PR04 (ACPI ID 4) -> APIC ID 8=0D > cpu4: on acpi0=0D > cpu5: Processor \_PR_.PR05 (ACPI ID 5) -> APIC ID 10=0D > cpu5: on acpi0=0D > cpu6: Processor \_PR_.PR06 (ACPI ID 6) -> APIC ID 12=0D > cpu6: on acpi0=0D > cpu7: Processor \_PR_.PR07 (ACPI ID 7) -> APIC ID 14=0D > cpu7: on acpi0=0D > cpu8: Processor \_PR_.PR08 (ACPI ID 8) -> APIC ID 16=0D > cpu8: on acpi0=0D > cpu9: Processor \_PR_.PR09 (ACPI ID 9) -> APIC ID 18=0D > cpu9: on acpi0=0D > cpu10: Processor \_PR_.PR0A (ACPI ID 10) -> APIC ID 20=0D > cpu10: on acpi0=0D > cpu11: Processor \_PR_.PR0B (ACPI ID 11) -> APIC ID 22=0D > cpu11: on acpi0=0D > cpu12: Processor \_PR_.PR0C (ACPI ID 12) -> APIC ID 24=0D > cpu12: on acpi0=0D > cpu13: Processor \_PR_.PR0D (ACPI ID 13) -> APIC ID 26=0D > cpu13: on acpi0=0D > cpu14: Processor \_PR_.PR0E (ACPI ID 14) -> APIC ID 28=0D > cpu14: on acpi0=0D > hpet0: iomem 0xfed00000-0xfed003ff on acpi0= =0D > hpet0: vendor 0x8086, rev 0x1, 62500000Hz 64bit, 3 timers, legacy route=0D > hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic=0D > hpet0: t1: irqs 0x00f00000 (0), 64bit, periodic=0D > hpet0: t2: irqs 0x00f00000 (0), 64bit, periodic=0D > Timecounter "HPET" frequency 62500000 Hz quality 950=0D > attimer0: port 0x40-0x43 irq 0 on acpi0=0D > Timecounter "i8254" frequency 1193182 Hz quality 0=0D > ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49=0D > Event timer "i8254" frequency 1193182 Hz quality 100=0D > atrtc0: port 0x70-0x71 irq 8 on acpi0=0D > atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustme= nt 0.500000000s)=0D > ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50=0D > Event timer "RTC" frequency 32768 Hz quality 0=0D > ACPI timer: 1/7 1/5 1/8 1/9 1/7 1/7 1/7 1/7 1/19 1/8 -> 10=0D > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900=0D > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x1f48-0x1f4b on acpi0=0D > pci_link0: Index IRQ Rtd Ref IRQs=0D > Initial Probe 0 5 N 0 5 10 11=0D > Validation 0 5 N 0 5 10 11=0D > After Disable 0 255 N 0 5 10 11=0D > pci_link1: Index IRQ Rtd Ref IRQs=0D > Initial Probe 0 10 N 0 5 10 11=0D > Validation 0 10 N 0 5 10 11 > After Disable 0 255 N 0 5 10 11=0D > pci_link2: Index IRQ Rtd Ref IRQs=0D > Initial Probe 0 11 N 0 5 10 11=0D > Validation 0 11 N 0 5 10 11=0D > After Disable 0 255 N 0 5 10 11=0D > pci_link3: Index IRQ Rtd Ref IRQs=0D > Initial Probe 0 5 N 0 5 10 11=0D > Validation 0 5 N 0 5 10 11=0D > After Disable 0 255 N 0 5 10 11=0D > pcib0: port 0xcf8-0xcff on acpi0=0D > pcib0: decoding 4 range 0-0xcf7=0D > pcib0: decoding 4 range 0xd00-0xffff=0D > pcib0: decoding 3 range 0xa0000-0xbffff=0D > pcib0: decoding 3 range 0xc0000000-0xf4ffffff=0D > pci0: on pcib0=0D > pci0: domain=3D0, physical bus=3D0=0D > found-> vendor=3D0x8086, dev=3D0x1237, revid=3D0x02=0D > domain=3D0, bus=3D0, slot=3D0, func=3D0=0D > class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0=0D > cmdreg=3D0x0004, statreg=3D0x0000, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > found-> vendor=3D0x8086, dev=3D0x7000, revid=3D0x00=0D > domain=3D0, bus=3D0, slot=3D1, func=3D0=0D > class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1=0D > cmdreg=3D0x0007, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > found-> vendor=3D0x8086, dev=3D0x7010, revid=3D0x00=0D > domain=3D0, bus=3D0, slot=3D1, func=3D1=0D > class=3D01-01-80, hdrtype=3D0x00, mfdev=3D0=0D > cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:1:1=0D > pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:1:1=0D > pcib0: allocated type 4 (0x170-0x177) for rid 18 of pci0:0:1:1=0D > pcib0: allocated type 4 (0x376-0x376) for rid 1c of pci0:0:1:1=0D > map[20]: type I/O Port, range 32, base 0xc100, size 4, enabled=0D > pcib0: allocated type 4 (0xc100-0xc10f) for rid 20 of pci0:0:1:1=0D > found-> vendor=3D0x8086, dev=3D0x7113, revid=3D0x01=0D > domain=3D0, bus=3D0, slot=3D1, func=3D3=0D > class=3D06-80-00, hdrtype=3D0x00, mfdev=3D0=0D > cmdreg=3D0x0004, statreg=3D0x0000, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > intpin=3Da, irq=3D10=0D > pcib0: matched entry for 0.1.INTA=0D > pcib0: slot 1 INTA hardwired to IRQ 20=0D > found-> vendor=3D0x1013, dev=3D0x00b8, revid=3D0x00=0D > domain=3D0, bus=3D0, slot=3D2, func=3D0=0D > class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0=0D > cmdreg=3D0x0007, statreg=3D0x0000, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > map[10]: type Prefetchable Memory, range 32, base 0xc0000000, size 25, e= nabled=0D > pcib0: allocated type 3 (0xc0000000-0xc1ffffff) for rid 10 of pci0:0:2:0= =0D > map[14]: type Memory, range 32, base 0xc3000000, size 12, enabled=0D > pcib0: allocated type 3 (0xc3000000-0xc3000fff) for rid 14 of pci0:0:2:0= =0D > found-> vendor=3D0x5853, dev=3D0x0001, revid=3D0x01=0D > domain=3D0, bus=3D0, slot=3D3, func=3D0=0D > class=3Dff-80-00, hdrtype=3D0x00, mfdev=3D0=0D > cmdreg=3D0x0007, statreg=3D0x0000, cachelnsz=3D0 (dwords)=0D > lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0D > intpin=3Da, irq=3D5=0D > map[10]: type I/O Port, range 32, base 0xc000, size 8, enabled=0D > pcib0: allocated type 4 (0xc000-0xc0ff) for rid 10 of pci0:0:3:0=0D > map[14]: type Prefetchable Memory, range 32, base 0xc2000000, size 24, e= nabled=0D > pcib0: allocated type 3 (0xc2000000-0xc2ffffff) for rid 14 of pci0:0:3:0= =0D > pcib0: matched entry for 0.3.INTA=0D > pcib0: slot 3 INTA hardwired to IRQ 28=0D > isab0: at device 1.0 on pci0=0D > isa0: on isab0=0D > atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x17= 7,0x376,0xc100-0xc10f at device 1.1 on pci0=0D > ata0: at channel 0 on atapci0=0D > ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 51=0D > ata1: at channel 1 on atapci0=0D > ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 0 vector 52=0D > pci0: at device 1.3 (no driver attached)=0D > vgapci0: mem 0xc0000000-0xc1ffffff,0xc3000000-0x= c3000fff at device 2.0 on pci0=0D > xenpci0: port 0xc000-0xc0ff mem 0xc2000000-0xc2ffff= ff irq 28 at device 3.0 on pci0=0D > ioapic0: routing intpin 28 (PCI IRQ 28) to lapic 0 vector 53=0D > xenstore0: on xenpci0=0D > Grant table initialized=0D > psmcpnp0: irq 12 on acpi0=0D > atkbdc0: port 0x60,0x64 irq 1 on acpi0=0D > atkbd0: irq 1 on atkbdc0=0D > atkbd: the current kbd controller command byte 0061=0D > atkbd: keyboard ID 0x41ab (2)=0D > kbdc: RESET_KBD return code:00fa=0D > kbdc: RESET_KBD status:00aa=0D > kbd0 at atkbd0=0D > kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000=0D > ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 54=0D > atkbd0: [GIANT-LOCKED]=0D > psm0: current command byte:0061=0D > kbdc: TEST_AUX_PORT status:0000=0D > kbdc: RESET_AUX return code:00fa=0D > kbdc: RESET_AUX status:00aa=0D > kbdc: RESET_AUX ID:0000=0D > kbdc: RESET_AUX return code:00fa=0D > kbdc: RESET_AUX status:00aa=0D > kbdc: RESET_AUX ID:0000=0D > psm: status 00 02 64=0D > psm: status 00 00 64=0D > psm: status 00 03 64=0D > psm: status 00 03 64=0D > psm: data 08 00 00=0D > psm: status 00 02 64=0D > psm0: irq 12 on atkbdc0=0D > ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 55=0D > psm0: [GIANT-LOCKED]=0D > psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons=0D > psm0: config:00000000, flags:00000008, packet size:4=0D > psm0: syncmask:08, syncbits:00=0D > fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acp= i0=0D > fdc0: does not respond=0D > device_attach: fdc0 attach returned 6=0D > uart0: port 0x3f8-0x3ff irq 4= flags 0x10 on acpi0=0D > ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 56=0D > uart0: fast interrupt=0D > uart0: console (9600,n,8,1)=0D > ppc0: using extended I/O port range=0D > ACPI: Enabled 1 GPEs in block 00 to 1F=0D > acpi0: wakeup code va 0xffffff9096fb5000 pa 0x4000=0D > ex_isa_identify()=0D > pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 > pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0=0D > pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0=0D > ahc_isa_identify 0: ioport 0xc00 alloc failed=0D > ahc_isa_identify 1: ioport 0x1c00 alloc failed=0D > ahc_isa_identify 2: ioport 0x2c00 alloc failed=0D > ahc_isa_identify 3: ioport 0x3c00 alloc failed=0D > ahc_isa_identify 4: ioport 0x4c00 alloc failed=0D > ahc_isa_identify 5: ioport 0x5c00 alloc failed=0D > ahc_isa_identify 6: ioport 0x6c00 alloc failed=0D > ahc_isa_identify 7: ioport 0x7c00 alloc failed=0D > ahc_isa_identify 8: ioport 0x8c00 alloc failed=0D > ahc_isa_identify 9: ioport 0x9c00 alloc failed=0D > ahc_isa_identify 10: ioport 0xac00 alloc failed=0D > ahc_isa_identify 11: ioport 0xbc00 alloc failed=0D > ahc_isa_identify 12: ioport 0xcc00 alloc failed=0D > ahc_isa_identify 13: ioport 0xdc00 alloc failed=0D > ahc_isa_identify 14: ioport 0xec00 alloc failed=0D > isa_probe_children: disabling PnP devices=0D > atkbdc: atkbdc0 already exists; skipping it=0D > atrtc: atrtc0 already exists; skipping it=0D > attimer: attimer0 already exists; skipping it=0D > sc: sc0 already exists; skipping it=0D > uart: uart0 already exists; skipping it=0D > isa_probe_children: probing non-PnP devices=0D > sc0: at flags 0x100 on isa0=0D > sc0: VGA <16 virtual consoles, flags=3D0x100>=0D > sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)=0D > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0= =0D > pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0=0D > pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0=0D > fdc0: No FDOUT register!=0D > fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0=0D > ppc0: cannot reserve I/O port range=0D > ppc0 failed to probe at irq 7 on isa0=0D > pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1=0D > uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0=0D > wbwd0 failed to probe on isa0=0D > isa_probe_children: probing PnP devices=0D > Device configuration finished.=0D > procfs registered=0D > lapic: Divisor 2, Frequency 50000453 Hz=0D > Timecounters tick every 10.000 msec=0D > vlan: initialized, using hash tables with chaining=0D > tcp_init: net.inet.tcp.tcbhashsize auto tuned to 524288=0D > lo0: bpf attached=0D > hptrr: no controller detected.=0D > hpt27xx: no controller detected.=0D > xenbusb_front0: on xenstore0=0D > ata0: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D00=0D > ata0: stat0=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00=0D > ata0: stat1=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00=0D > ata0: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x0=0D > ata1: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D00=0D > ata1: stat0=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00=0D > ata1: stat1=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00=0D > ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x0=0D =0D -- =0D Colin Percival=0D Security Officer Emeritus, FreeBSD | The power to serve=0D Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid= =0D From owner-freebsd-virtualization@FreeBSD.ORG Sat May 18 06:06:39 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E13B9C7 for ; Sat, 18 May 2013 06:06:39 +0000 (UTC) (envelope-from vvm@tut.by) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 1460C23F for ; Sat, 18 May 2013 06:06:38 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id it19so2126577bkc.27 for ; Fri, 17 May 2013 23:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tut.by; s=google; h=x-received:message-id:from:to:cc:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; bh=JiWaWI7aUdgfYFB62ZjabxHXQhRjdl5PUZJyeBe7jsQ=; b=fMZa6R7heFaLp24W0yvx0Zcrb3lpyw8eBFMMLy4eKls17vxSmEqFsb2yqXlbZK/Unc QCP3EDVqU4E6w/cWy/G7Ka/8IFVEdLtWE1TUMbP1/DmBVf9pGuxot5vdpDenoVicKaOa Xwf6v8qWJhkn8iWyzfwCW0d3eo0HYU9e46Jj0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:from:to:cc:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole:x-gm-message-state; bh=JiWaWI7aUdgfYFB62ZjabxHXQhRjdl5PUZJyeBe7jsQ=; b=WKmVhTGpKxsnqnZcK0ybBkbz+rLHzewf/oeDp4uWCv3S0CQeaMsczsiT/IuwYYO8DY YNq1Rb6gGJmJiEis/rxem2ETxVDFYWFayV8u/FZhKqYk0E7XT/2Ku03rHFIcKWLoHjBz QzR5Kbg+S1UhAJHzISPzgHMOt3bK08jrOe9K8OxCunQi7s9wq1ZTwaX6yvbDN0UUAzC8 x1PEuGgP6Yq+lMzcX25lpKrVh4zHqgp17wZ/Br3bXBN14evIuEQ8Ejl97jpuXNm6paYK KYrGUdUgtD8YrXBQUN97td5v7g+68wyzMoPTYayOSRl+UWDmNj3Rzn+EnoP8XacfnD99 gqbQ== X-Received: by 10.204.226.136 with SMTP id iw8mr16523296bkb.135.1368857197512; Fri, 17 May 2013 23:06:37 -0700 (PDT) Received: from TSVVM2 (ns1.st.by. [217.23.123.90]) by mx.google.com with ESMTPSA id j8sm3660309bky.17.2013.05.17.23.06.35 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 17 May 2013 23:06:36 -0700 (PDT) Message-ID: <66FCF69B8536470EA8A680616DD6F098@local.st.by> From: "Victor Miasnikov" To: , "Alexander Motin" , Subject: Tmp. disable BlkVSC (paravirtual IDE) functional? Re: ATA controller and Hyper-V "synthetic storage driver" handle the IDE disks devices ( but not for the CD-ROM) Re: Hyper-V on FreeBSD Date: Sat, 18 May 2013 09:06:34 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.4548 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4913 X-Gm-Message-State: ALoCoQl5y5JmSfahH6CNh4ZU8UnkAhlJSXrzDiEAR//oYHcIG2TeMqgCAqsV/6n88l7jhl92qSHI Cc: larry.melia@ieee.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 06:06:39 -0000 Hi! Short: {{ L.M.>>> Removing our ATA patches, on the other hand, results in a huge L.M.>>> performance loss. This is because the root file system is managed by the L.M.>>> ATA driver, which is emulated under Hyper-V. VVM>> Place on IDE disk only "\boot" ( and bootloader), other on SCSI . + VVM>> Disable both primary and secondary ATA controller prevent use CD-ROM device in VM ( guest) VVM>> Because "synthetic storage driver" not handle CD-ROM devices May be temporary disable BlkVSC (paravirtual IDE) functional? And enable [imm.]after implement work on Hyper-V both CD-ROM and ATA disks == --- 000\hv_storvsc_drv_freebsd.c Wed Apr 10 06:18:58 2013 +++ hv_storvsc_drv_freebsd.c Wed May 08 11:59:06 2013 . . . * Using the type GUID, determine if this is a StorVSC (paravirtual * SCSI or BlkVSC (paravirtual IDE) device. . . . if (!memcmp(p, &gBlkVscDeviceType, sizeof(hv_guid))) { - return DRIVER_BLKVSC; + /* TODO: enable after implement work on Hyper-V both CD-ROM and ATA disks + * return DRIVER_BLKVSC; + */ + return (DRIVER_UNKNOWN); . . . == }} Full: > On Tue, May 7, 2013 at 12:40 AM, Victor Miasnikov wrote: L.M.>> == L.M.>> . . . L.M.>> On 23.04.2013 17:07, Larry Melia wrote: L.M.>> . . . L.M.>> L.M.>>> Removing our ATA patches, on the other hand, results in a huge L.M.>>> performance loss. This is because the root file system is managed by the L.M.>>> ATA driver, which is emulated under Hyper-V. L.M.>>> L.M.>> == VVM>> VVM>> Place on IDE disk only "\boot" ( and bootloader), other on SCSI . VVM>> >>> >>> prevent default OS driver from attaching to emulated ATA controller when Hyper-V >>> VVM>> VVM>> Disable both primary and secondary ATA controller prevent use CD-ROM device in VM ( guest) VVM>> VVM>> Because "synthetic storage driver" not handle CD-ROM devices VVM>> ( IMHO, even more: Hyper-V host work with CD-ROM only as "PCI bus" device) L.M.>Regarding the CD-ROM drive, there's a known problem with CD-ROM support and using our synthetic storage driver. L.M.>At the moment, it's not supported correctly on FreeBSD, L.M.>but . . . there's a workaround ( details skipped by VVM, {= not all simply , "long story" ) , L.M.>which we will try to get working on FreeBSD. L.M.>This will be addressed shortly, but . . . ( skipped by VVM ) . May be temporary disable BlkVSC (paravirtual IDE) functional? And enable after implement work on Hyper-V both CD-ROM and ATA disks == --- 000\hv_storvsc_drv_freebsd.c Wed Apr 10 06:18:58 2013 +++ hv_storvsc_drv_freebsd.c Wed May 08 11:59:06 2013 @@ -1449,22 +1449,25 @@ /** * @brief Determine type of storage device from GUID * * Using the type GUID, determine if this is a StorVSC (paravirtual * SCSI or BlkVSC (paravirtual IDE) device. * * @param dev a device * returns an enum */ static enum hv_storage_type storvsc_get_storage_type(device_t dev) { const char *p = vmbus_get_type(dev); if (!memcmp(p, &gBlkVscDeviceType, sizeof(hv_guid))) { - return DRIVER_BLKVSC; + /* TODO: enable after implement work on Hyper-V both CD-ROM and ATA disks + * return DRIVER_BLKVSC; + */ + return (DRIVER_UNKNOWN); } else if (!memcmp(p, &gStorVscDeviceType, sizeof(hv_guid))) { return DRIVER_STORVSC; } return (DRIVER_UNKNOWN); } == Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ P.S. Sorry, for code style -- is primary demo of _idea_ From owner-freebsd-virtualization@FreeBSD.ORG Sat May 18 09:50:13 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5FDC727C; Sat, 18 May 2013 09:50:13 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) by mx1.freebsd.org (Postfix) with ESMTP id A9CBD9DC; Sat, 18 May 2013 09:50:12 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,699,1363132800"; d="scan'208";a="4730943" Received: from lonpex01cl01.citrite.net ([10.30.203.101]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA; 18 May 2013 09:50:04 +0000 Received: from [192.168.1.30] (10.30.203.1) by LONPEX01CL01.citrite.net (10.30.203.101) with Microsoft SMTP Server id 14.2.342.3; Sat, 18 May 2013 10:50:02 +0100 Message-ID: <51974EC9.9030204@citrix.com> Date: Sat, 18 May 2013 11:50:01 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Colin Percival Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> <51952BAE.6010609@freebsd.org> <51957D42.9060801@citrix.com> <51959ED9.6040405@freebsd.org> In-Reply-To: <51959ED9.6040405@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.30.203.1] Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 09:50:13 -0000 On 17/05/13 05:07, Colin Percival wrote: > On 05/16/13 17:43, Roger Pau Monné wrote: >> Thanks for testing this on EC2, could you post the full dmesg? So I can >> see the hypervisor version and if the PV timer is loaded or not. > > Here's what I get on a cc2.8xlarge with boot_verbose=YES: I've pushed a new branch to my repository, pvhvm_v7 that should work, there was a bug with PCI event channel interrupt set up. I've tested with 3.4 and seems OK, but of course it doesn't support the vector callback injection. Regards, Roger. From owner-freebsd-virtualization@FreeBSD.ORG Sat May 18 15:45:01 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 158A2E1C for ; Sat, 18 May 2013 15:45:01 +0000 (UTC) (envelope-from bounces+73574-9b34-freebsd-virtualization=freebsd.org@sendgrid.me) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) by mx1.freebsd.org (Postfix) with SMTP id ADAA179B for ; Sat, 18 May 2013 15:45:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from :mime-version:to:cc:subject:references:in-reply-to:content-type; s=smtpapi; bh=Bs5sr+wOKzR0aa8hftkb0jw0aHE=; b=RxbiZRt8RxOxvG7Ny fpatCltllYlZPOj41+j5MqFyEsmqMlJeSZdU4cbR4ScdqtOG6raRCVGFY/z4ns99 U+9+Z1OTgMKKB4UTSjHbgejR1ocPDh24IWYluDFs9EWyCgL3raB+gC76GPvGHXP9 3oLO+dlIw68YoRok/qcHWCmUOY= Received: by 10.42.80.142 with SMTP id filter-076.7555.5197A1F61 Sat, 18 May 2013 15:44:54 +0000 (UTC) Received: from mail.tarsnap.com (unknown [10.60.208.13]) by mi5 (SG) with ESMTP id 13eb850a8c8.2e40.379e75 for ; Sat, 18 May 2013 10:44:53 -0500 (CST) Received: (qmail 79170 invoked from network); 18 May 2013 15:44:52 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 18 May 2013 15:44:52 -0000 Received: (qmail 2359 invoked from network); 18 May 2013 15:44:43 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 18 May 2013 15:44:43 -0000 Message-ID: <5197A1EA.2040404@freebsd.org> Date: Sat, 18 May 2013 08:44:42 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: FreeBSD PVHVM call for testing References: <519131D8.9010307@citrix.com> <51952BAE.6010609@freebsd.org> <51957D42.9060801@citrix.com> <51959ED9.6040405@freebsd.org> <51974EC9.9030204@citrix.com> In-Reply-To: <51974EC9.9030204@citrix.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/mixed; boundary="------------020702030504000604050707" X-SG-EID: 5BcF9P+ypITprUjXJktHhsiUBkkeW691hQUndAFAEhADTHpMuO2yZVPB1LkeEe7r034ZNMFlgP2p0U/umuUqOMuwrVEigS4/oGfMcCnZ+4UdcbqCBt0utSSrHPohTh5fK6E1TVm5eUbOOInsiQBlHQ== Cc: "freebsd-xen@freebsd.org" , xen-devel , "freebsd-virtualization@freebsd.org" , "xen-users@lists.xen.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 15:45:01 -0000 This is a multi-part message in MIME format. --------------020702030504000604050707 Content-Type: text/plain; charset=ISO-8859-1 content-transfer-encoding: quoted-printable On 05/18/13 02:50, Roger Pau Monn=E9 wrote:=0D > On 17/05/13 05:07, Colin Percival wrote:=0D >> On 05/16/13 17:43, Roger Pau Monn=E9 wrote:=0D >>> Thanks for testing this on EC2, could you post the full dmesg? So I can= =0D >>> see the hypervisor version and if the PV timer is loaded or not.=0D >>=0D >> Here's what I get on a cc2.8xlarge with boot_verbose=3DYES:=0D > =0D > I've pushed a new branch to my repository, pvhvm_v7 that should work,=0D > there was a bug with PCI event channel interrupt set up. I've tested=0D > with 3.4 and seems OK, but of course it doesn't support the vector=0D > callback injection.=0D =0D That seems to work. dmesg is attached. Are there any particular tests=0D you'd like me to run?=0D =0D If anyone else wants to play with this, you can launch ami-e75c358e in the= =0D EC2 us-east-1 region.=0D =0D -- =0D Colin Percival=0D Security Officer Emeritus, FreeBSD | The power to serve=0D Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid --------------020702030504000604050707 Content-Type: text/plain; charset=us-ascii; name="dmesg.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dmesg.log" Table 'FACP' at 0xfc005ee0 Table 'APIC' at 0xfc005fe0 APIC: Found table at 0xfc005fe0 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 0: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 2 ACPI ID 1: enabled SMP: Added CPU 2 (AP) MADT: Found CPU APIC ID 4 ACPI ID 2: enabled SMP: Added CPU 4 (AP) MADT: Found CPU APIC ID 6 ACPI ID 3: enabled SMP: Added CPU 6 (AP) MADT: Found CPU APIC ID 8 ACPI ID 4: enabled SMP: Added CPU 8 (AP) MADT: Found CPU APIC ID 10 ACPI ID 5: enabled SMP: Added CPU 10 (AP) MADT: Found CPU APIC ID 12 ACPI ID 6: enabled SMP: Added CPU 12 (AP) MADT: Found CPU APIC ID 14 ACPI ID 7: enabled SMP: Added CPU 14 (AP) MADT: Found CPU APIC ID 32 ACPI ID 8: enabled SMP: Added CPU 32 (AP) MADT: Found CPU APIC ID 34 ACPI ID 9: enabled SMP: Added CPU 34 (AP) MADT: Found CPU APIC ID 36 ACPI ID 10: enabled SMP: Added CPU 36 (AP) MADT: Found CPU APIC ID 38 ACPI ID 11: enabled SMP: Added CPU 38 (AP) MADT: Found CPU APIC ID 40 ACPI ID 12: enabled SMP: Added CPU 40 (AP) MADT: Found CPU APIC ID 42 ACPI ID 13: enabled SMP: Added CPU 42 (AP) MADT: Found CPU APIC ID 44 ACPI ID 14: enabled SMP: Added CPU 44 (AP) MADT: Found CPU APIC ID 46 ACPI ID 15: enabled SMP: Added CPU 46 (AP) MADT: Found CPU APIC ID 1 ACPI ID 16: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 3 ACPI ID 17: enabled SMP: Added CPU 3 (AP) MADT: Found CPU APIC ID 5 ACPI ID 18: enabled SMP: Added CPU 5 (AP) MADT: Found CPU APIC ID 7 ACPI ID 19: enabled SMP: Added CPU 7 (AP) MADT: Found CPU APIC ID 9 ACPI ID 20: enabled SMP: Added CPU 9 (AP) MADT: Found CPU APIC ID 11 ACPI ID 21: enabled SMP: Added CPU 11 (AP) MADT: Found CPU APIC ID 13 ACPI ID 22: enabled SMP: Added CPU 13 (AP) MADT: Found CPU APIC ID 15 ACPI ID 23: enabled SMP: Added CPU 15 (AP) MADT: Found CPU APIC ID 33 ACPI ID 24: enabled SMP: Added CPU 33 (AP) MADT: Found CPU APIC ID 35 ACPI ID 25: enabled SMP: Added CPU 35 (AP) MADT: Found CPU APIC ID 37 ACPI ID 26: enabled SMP: Added CPU 37 (AP) MADT: Found CPU APIC ID 39 ACPI ID 27: enabled SMP: Added CPU 39 (AP) MADT: Found CPU APIC ID 41 ACPI ID 28: enabled SMP: Added CPU 41 (AP) MADT: Found CPU APIC ID 43 ACPI ID 29: enabled SMP: Added CPU 43 (AP) MADT: Found CPU APIC ID 45 ACPI ID 30: enabled SMP: Added CPU 45 (AP) MADT: Found CPU APIC ID 47 ACPI ID 31: enabled SMP: Added CPU 47 (AP) Copyright (c) 1992-2013 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 10.0-CURRENT #0 r+9b25356: Sat May 18 14:46:16 UTC 2013 root@ip-10-140-132-115:/usr/obj/usr/src/sys/XENHVM amd64 FreeBSD clang version 3.3 (trunk 178860) 20130405 WARNING: WITNESS option enabled, expect reduced performance. XEN: Hypervisor version 3.4 detected. XEN: Disabling emulated block and network devices Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81912000. Hypervisor: Origin = "XenVMMXenVMM" Calibrating TSC clock ... TSC clock: 2593802768 Hz CPU: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (2593.80-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206d6 Family = 0x6 Model = 0x2d Stepping = 6 Features=0x1781fbff Features2=0x9c982201 AMD Features=0x20100800 AMD Features2=0x1 real memory = 65011712000 (62000 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001972000 - 0x00000000bfffffff, 3194544128 bytes (779918 pages) 0x0000000100000000 - 0x0000000efeb95fff, 60108136448 bytes (14674838 pages) avail memory = 60563271680 (57757 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target INTR: Adding local APIC 4 as a target INTR: Adding local APIC 5 as a target INTR: Adding local APIC 6 as a target INTR: Adding local APIC 7 as a target INTR: Adding local APIC 8 as a target INTR: Adding local APIC 9 as a target INTR: Adding local APIC 10 as a target INTR: Adding local APIC 11 as a target INTR: Adding local APIC 12 as a target INTR: Adding local APIC 13 as a target INTR: Adding local APIC 14 as a target INTR: Adding local APIC 15 as a target INTR: Adding local APIC 32 as a target INTR: Adding local APIC 33 as a target INTR: Adding local APIC 34 as a target INTR: Adding local APIC 35 as a target INTR: Adding local APIC 36 as a target INTR: Adding local APIC 37 as a target INTR: Adding local APIC 38 as a target INTR: Adding local APIC 39 as a target INTR: Adding local APIC 40 as a target INTR: Adding local APIC 41 as a target INTR: Adding local APIC 42 as a target INTR: Adding local APIC 43 as a target INTR: Adding local APIC 44 as a target INTR: Adding local APIC 45 as a target INTR: Adding local APIC 46 as a target INTR: Adding local APIC 47 as a target FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs FreeBSD/SMP: 2 package(s) x 8 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 cpu8 (AP): APIC ID: 8 cpu9 (AP): APIC ID: 9 cpu10 (AP): APIC ID: 10 cpu11 (AP): APIC ID: 11 cpu12 (AP): APIC ID: 12 cpu13 (AP): APIC ID: 13 cpu14 (AP): APIC ID: 14 cpu15 (AP): APIC ID: 15 cpu16 (AP): APIC ID: 32 cpu17 (AP): APIC ID: 33 cpu18 (AP): APIC ID: 34 cpu19 (AP): APIC ID: 35 cpu20 (AP): APIC ID: 36 cpu21 (AP): APIC ID: 37 cpu22 (AP): APIC ID: 38 cpu23 (AP): APIC ID: 39 cpu24 (AP): APIC ID: 40 cpu25 (AP): APIC ID: 41 cpu26 (AP): APIC ID: 42 cpu27 (AP): APIC ID: 43 cpu28 (AP): APIC ID: 44 cpu29 (AP): APIC ID: 45 cpu30 (AP): APIC ID: 46 cpu31 (AP): APIC ID: 47 x86bios: IVT 0x000000-0x0004ff at 0xfffffe0000000000 x86bios: SSEG 0x001000-0x001fff at 0xffffff80003cc000 x86bios: EBDA 0x09f000-0x09ffff at 0xfffffe000009f000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000 APIC: CPU 0 has ACPI ID 0 APIC: CPU 1 has ACPI ID 16 APIC: CPU 2 has ACPI ID 1 APIC: CPU 3 has ACPI ID 17 APIC: CPU 4 has ACPI ID 2 APIC: CPU 5 has ACPI ID 18 APIC: CPU 6 has ACPI ID 3 APIC: CPU 7 has ACPI ID 19 APIC: CPU 8 has ACPI ID 4 APIC: CPU 9 has ACPI ID 20 APIC: CPU 10 has ACPI ID 5 APIC: CPU 11 has ACPI ID 21 APIC: CPU 12 has ACPI ID 6 APIC: CPU 13 has ACPI ID 22 APIC: CPU 14 has ACPI ID 7 APIC: CPU 15 has ACPI ID 23 APIC: CPU 16 has ACPI ID 8 APIC: CPU 17 has ACPI ID 24 APIC: CPU 18 has ACPI ID 9 APIC: CPU 19 has ACPI ID 25 APIC: CPU 20 has ACPI ID 10 APIC: CPU 21 has ACPI ID 26 APIC: CPU 22 has ACPI ID 11 APIC: CPU 23 has ACPI ID 27 APIC: CPU 24 has ACPI ID 12 APIC: CPU 25 has ACPI ID 28 APIC: CPU 26 has ACPI ID 13 APIC: CPU 27 has ACPI ID 29 APIC: CPU 28 has ACPI ID 14 APIC: CPU 29 has ACPI ID 30 APIC: CPU 30 has ACPI ID 15 APIC: CPU 31 has ACPI ID 31 ULE: setup cpu 0 ULE: setup cpu 1 ULE: setup cpu 2 ULE: setup cpu 3 ULE: setup cpu 4 ULE: setup cpu 5 ULE: setup cpu 6 ULE: setup cpu 7 ULE: setup cpu 8 ULE: setup cpu 9 ULE: setup cpu 10 ULE: setup cpu 11 ULE: setup cpu 12 ULE: setup cpu 13 ULE: setup cpu 14 ULE: setup cpu 15 ULE: setup cpu 16 ULE: setup cpu 17 ULE: setup cpu 18 ULE: setup cpu 19 ULE: setup cpu 20 ULE: setup cpu 21 ULE: setup cpu 22 ULE: setup cpu 23 ULE: setup cpu 24 ULE: setup cpu 25 ULE: setup cpu 26 ULE: setup cpu 27 ULE: setup cpu 28 ULE: setup cpu 29 ULE: setup cpu 30 ULE: setup cpu 31 ACPI: RSDP 0xea020 00024 (v02 Xen) ACPI: XSDT 0xfc006430 0004C (v01 Xen HVM 00000000 HVML 00000000) ACPI: FACP 0xfc005ee0 000F4 (v04 Xen HVM 00000000 HVML 00000000) ACPI: DSDT 0xfc002c40 0321F (v02 Xen HVM 00000000 INTL 20090220) ACPI: FACS 0xfc002c00 00040 ACPI: APIC 0xfc005fe0 00160 (v02 Xen HVM 00000000 HVML 00000000) ACPI: SRAT 0xfc006140 00280 (v01 Xen HVM 00000000 HVML 00000000) ACPI: SLIT 0xfc0063c0 00030 (v01 Xen HVM 00000000 HVML 00000000) ACPI: HPET 0xfc0063f0 00038 (v01 Xen HVM 00000000 HVML 00000000) MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 1 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 5, irq 5 ioapic0: intpin 5 trigger: level ioapic0: intpin 5 polarity: low MADT: Interrupt override: source 10, irq 10 ioapic0: intpin 10 trigger: level ioapic0: intpin 10 polarity: low MADT: Interrupt override: source 11, irq 11 ioapic0: intpin 11 trigger: level ioapic0: intpin 11 polarity: low MADT: Forcing active-low polarity and level trigger for SCI ioapic0: intpin 9 polarity: low ioapic0: intpin 9 trigger: level ioapic0 irqs 0-47 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 Event-channel device installed. snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> null: nfslock: pseudo-device random: VESA: INT 0x10 vector 0xc000:0x836e VESA: information block 0000 56 45 53 41 00 02 f5 82 00 c0 00 00 00 00 40 00 0010 00 02 40 00 00 01 f5 82 00 c0 f5 82 00 c0 0e 83 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 01 01 10 01 11 01 12 01 03 01 13 01 14 01 15 01 0050 05 01 16 01 17 01 18 01 07 01 19 01 1a 01 ff ff 0060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 15 mode(s) found VESA: v2.0, 4096k memory, flags:0x0, mode table:0xffffff80003ff040 (2000040) VESA: VGABIOS Cirrus extension VESA: VGABIOS Cirrus extension VGABIOS Cirrus extension 1.0 io: kbd: new array size 4 kbd1 at kbdmux0 mem: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hpt27xx: RocketRAID 27xx controller driver v1.0 xen_et0: vector callbacks unavailable acpi0: on motherboard ACPI: All ACPI Tables successfully acquired ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed cpu0: Processor \\_PR_.PR00 (ACPI ID 0) -> APIC ID 0 cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: Processor \\_PR_.PR01 (ACPI ID 1) -> APIC ID 2 cpu1: on acpi0 cpu2: Processor \\_PR_.PR02 (ACPI ID 2) -> APIC ID 4 cpu2: on acpi0 cpu3: Processor \\_PR_.PR03 (ACPI ID 3) -> APIC ID 6 cpu3: on acpi0 cpu4: Processor \\_PR_.PR04 (ACPI ID 4) -> APIC ID 8 cpu4: on acpi0 cpu5: Processor \\_PR_.PR05 (ACPI ID 5) -> APIC ID 10 cpu5: on acpi0 cpu6: Processor \\_PR_.PR06 (ACPI ID 6) -> APIC ID 12 cpu6: on acpi0 cpu7: Processor \\_PR_.PR07 (ACPI ID 7) -> APIC ID 14 cpu7: on acpi0 cpu8: Processor \\_PR_.PR08 (ACPI ID 8) -> APIC ID 16 cpu8: on acpi0 cpu9: Processor \\_PR_.PR09 (ACPI ID 9) -> APIC ID 18 cpu9: on acpi0 cpu10: Processor \\_PR_.PR0A (ACPI ID 10) -> APIC ID 20 cpu10: on acpi0 cpu11: Processor \\_PR_.PR0B (ACPI ID 11) -> APIC ID 22 cpu11: on acpi0 cpu12: Processor \\_PR_.PR0C (ACPI ID 12) -> APIC ID 24 cpu12: on acpi0 cpu13: Processor \\_PR_.PR0D (ACPI ID 13) -> APIC ID 26 cpu13: on acpi0 cpu14: Processor \\_PR_.PR0E (ACPI ID 14) -> APIC ID 28 cpu14: on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x8086, rev 0x1, 62500000Hz 64bit, 3 timers, legacy route hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic hpet0: t1: irqs 0x00f00000 (0), 64bit, periodic hpet0: t2: irqs 0x00f00000 (0), 64bit, periodic Timecounter "HPET" frequency 62500000 Hz quality 950 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 ACPI timer: 1/18 1/8 1/7 1/8 1/8 1/7 1/5 1/8 1/16 1/8 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x1f48-0x1f4b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 5 10 11 Validation 0 5 N 0 5 10 11 After Disable 0 255 N 0 5 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 5 10 11 Validation 0 10 N 0 5 10 11 After Disable 0 255 N 0 5 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 5 10 11 Validation 0 11 N 0 5 10 11 After Disable 0 255 N 0 5 10 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 5 10 11 Validation 0 5 N 0 5 10 11 After Disable 0 255 N 0 5 10 11 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xc0000000-0xf4ffffff pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x1237, revid=0x02 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0004, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7000, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7010, revid=0x00 domain=0, bus=0, slot=1, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:1:1 pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:1:1 pcib0: allocated type 4 (0x170-0x177) for rid 18 of pci0:0:1:1 pcib0: allocated type 4 (0x376-0x376) for rid 1c of pci0:0:1:1 map[20]: type I/O Port, range 32, base 0xc100, size 4, enabled pcib0: allocated type 4 (0xc100-0xc10f) for rid 20 of pci0:0:1:1 found-> vendor=0x8086, dev=0x7113, revid=0x01 domain=0, bus=0, slot=1, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0004, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 20 found-> vendor=0x1013, dev=0x00b8, revid=0x00 domain=0, bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Prefetchable Memory, range 32, base 0xc0000000, size 25, enabled pcib0: allocated type 3 (0xc0000000-0xc1ffffff) for rid 10 of pci0:0:2:0 map[14]: type Memory, range 32, base 0xc3000000, size 12, enabled pcib0: allocated type 3 (0xc3000000-0xc3000fff) for rid 14 of pci0:0:2:0 found-> vendor=0x5853, dev=0x0001, revid=0x01 domain=0, bus=0, slot=3, func=0 class=ff-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 map[10]: type I/O Port, range 32, base 0xc000, size 8, enabled pcib0: allocated type 4 (0xc000-0xc0ff) for rid 10 of pci0:0:3:0 map[14]: type Prefetchable Memory, range 32, base 0xc2000000, size 24, enabled pcib0: allocated type 3 (0xc2000000-0xc2ffffff) for rid 14 of pci0:0:3:0 pcib0: matched entry for 0.3.INTA pcib0: slot 3 INTA hardwired to IRQ 28 isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xc100-0xc10f at device 1.1 on pci0 ata0: at channel 0 on atapci0 ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 51 ata1: at channel 1 on atapci0 ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 0 vector 52 pci0: at device 1.3 (no driver attached) vgapci0: mem 0xc0000000-0xc1ffffff,0xc3000000-0xc3000fff at device 2.0 on pci0 xenpci0: port 0xc000-0xc0ff mem 0xc2000000-0xc2ffffff irq 28 at device 3.0 on pci0 ioapic0: routing intpin 28 (PCI IRQ 28) to lapic 0 vector 53 xenstore0: on xenpci0 Grant table initialized psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0061 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 54 atkbd0: [GIANT-LOCKED] psm0: current command byte:0061 psm0: irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 55 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 uart0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 56 uart0: fast interrupt uart0: console (9600,n,8,1) ppc0: using extended I/O port range ACPI: Enabled 1 GPEs in block 00 to 1F acpi0: wakeup code va 0xffffff9096fb5000 pa 0x4000 ex_isa_identify() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed isa_probe_children: disabling PnP devices atkbdc: atkbdc0 already exists; skipping it atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it uart: uart0 already exists; skipping it isa_probe_children: probing non-PnP devices sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 fdc0: No FDOUT register! fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices Device configuration finished. procfs registered lapic: Divisor 2, Frequency 50000487 Hz Timecounters tick every 10.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 524288 lo0: bpf attached hptrr: no controller detected. hpt27xx: no controller detected. xenbusb_front0: on xenstore0 ata0: reset tp1 mask=03 ostat0=00 ostat1=00 ata0: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x0 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x0 xn0: at device/vif/0 on xenbusb_front0 xn0: bpf attached xn0: Ethernet address: 12:31:39:37:18:49 xenbusb_back0: on xenstore0 xctrl0: on xenstore0 xn0: backend features: feature-sg feature-gso-tcp4 xbd0: 10240MB at device/vbd/768 on xenbusb_front0 xbd0: attaching as ad0 xbd0: disk supports cache flush using: barriers GEOM: new disk ad0 xbd1: 860095MB at device/vbd/51728 on xenbusb_front0 xbd1: disk supports cache flush using: barriers xbd2: 860095MB at device/vbd/51744 on xenbusb_front0 xbd2: disk supports cache flush using: barriers xbd3: 860095MB at device/vbd/51760 on xenbusb_front0 xbd3: disk supports cache flush using: barriers xbd4: 860095MB at device/vbd/51776 on xenbusb_front0 xbd4: disk supports cache flush using: barriers SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #20 Launched! cpu20 AP: ID: 0x24000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #21 Launched! cpu21 AP: ID: 0x25000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #13 Launched! cpu13 AP: ID: 0x0d000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #31 Launched! cpu31 AP: ID: 0x2f000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #27 Launched! cpu27 AP: ID: 0x2b000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #29 Launched! cpu29 AP: ID: 0x2d000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #11 Launched! cpu11 AP: ID: 0x0b000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #28 Launched! cpu28 AP: ID: 0x2c000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #14 Launched! cpu14 AP: ID: 0x0e000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #18 Launched! cpu18 AP: ID: 0x22000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #12 Launched! cpu12 AP: ID: 0x0c000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #8 Launched! cpu8 AP: ID: 0x08000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #10 Launched! cpu10 AP: ID: 0x0a000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #24 Launched! cpu24 AP: ID: 0x28000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #15 Launched! cpu15 AP: ID: 0x0f000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #3 Launched! cpu3 AP: ID: 0x03000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #4 Launched! cpu4 AP: ID: 0x04000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #25 Launched! cpu25 AP: ID: 0x29000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #19 Launched! cpu19 AP: ID: 0x23000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #16 Launched! cpu16 AP: ID: 0x20000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #22 Launched! cpu22 AP: ID: 0x26000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #7 Launched! cpu7 AP: ID: 0x07000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #30 Launched! cpu30 AP: ID: 0x2e000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #26 Launched! cpu26 AP: ID: 0x2a000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #5 Launched! cpu5 AP: ID: 0x05000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #2 Launched! cpu2 AP: ID: 0x02000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #17 Launched! cpu17 AP: ID: 0x21000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #23 Launched! cpu23 AP: ID: 0x27000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #6 Launched! cpu6 AP: ID: 0x06000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 SMP: AP CPU #9 Launched! cpu9 AP: ID: 0x09000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 2 vector 48 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 3 vector 48 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 4 vector 48 ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 5 vector 48 ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 6 vector 48 ioapic0: routing intpin 28 (PCI IRQ 28) to lapic 7 vector 48 TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1296901384 Hz quality -100 WARNING: WITNESS option enabled, expect reduced performance. GEOM: new disk xbd1 GEOM: new disk xbd2 GEOM: new disk xbd3 GEOM: new disk xbd4 Trying to mount root from ufs:/dev/ad0a [rw]... start_init: trying /sbin/init Setting hostuuid: 00000000-0000-0000-0000-ec2195337621. Setting hostid: 0xd9cb810e. No suitable dump device was found. Entropy harvesting: interrupts ethernet point_to_point kickstart. Starting file system checks: /dev/ad0a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0a: clean, 1121193 free (3953 frags, 139655 blocks, 0.2% fragmentation) Mounting local file systems:. xn0: 2 link states coalesced Starting Network: lo0 xn0. lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 xn0: flags=8843 metric 0 mtu 1500 options=503 ether 12:31:39:37:18:49 nd6 options=29 media: Ethernet manual status: active Starting devd. Starting dhclient. DHCPREQUEST on xn0 to 255.255.255.255 port 67 DHCPNAK from 169.254.1.0 DHCPDISCOVER on xn0 to 255.255.255.255 port 67 interval 6 DHCPOFFER from 169.254.1.0 DHCPREQUEST on xn0 to 255.255.255.255 port 67 DHCPACK from 169.254.1.0 bound to 10.58.166.183 -- renewal in 43200 seconds. add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib 32-bit compatibility ldconfig path: /usr/lib32 Creating and/or trimming log files. Starting syslogd. Attempting to create a 15494 MB swap area on /dev/xbd1... done. Attempting to create a 15494 MB swap area on /dev/xbd2... done. Attempting to create a 15494 MB swap area on /dev/xbd3... done. Attempting to create a 15494 MB swap area on /dev/xbd4... done. Enabling swapping to /dev/xbd1s1b Enabling swapping to /dev/xbd2s1b Enabling swapping to /dev/xbd3s1b Enabling swapping to /dev/xbd4s1b Enabling crash dumps to /dev/xbd1s1b No core dumps found. Clearing /tmp (X related). Updating motd:. Fetching SSH public key for ec2-user Starting sshd. ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 65:01:f6:12:a2:34:4d:90:0f:a1:4f:b5:7a:e2:45:44 /etc/ssh/ssh_host_dsa_key.pub (DSA) ec2: 256 cb:17:bf:04:f0:2a:9e:64:b0:d5:a9:a7:31:98:1b:84 /etc/ssh/ssh_host_ecdsa_key.pub (ECDSA) ec2: 1024 13:18:35:e1:ea:37:58:c6:41:f5:97:97:69:f7:1b:7a /etc/ssh/ssh_host_key.pub (RSA1) ec2: 2048 4b:06:3d:8a:6f:49:c6:81:f2:1d:bb:78:70:26:b6:70 /etc/ssh/ssh_host_rsa_key.pub (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# Configuring syscons: blanktime. Starting cron. Starting background file system checks in 60 seconds. Sat May 18 15:40:45 UTC 2013 May 18 15:40:53 ip-10-58-166-183 su: ec2-user to root on /dev/pts/0 --------------020702030504000604050707--