From owner-freebsd-xen@FreeBSD.ORG Mon Jan 11 11:53:39 2010 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4214106566C for ; Mon, 11 Jan 2010 11:53:38 +0000 (UTC) (envelope-from admin@dmarkey.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 733208FC19 for ; Mon, 11 Jan 2010 11:53:38 +0000 (UTC) Received: by fxm10 with SMTP id 10so7657181fxm.14 for ; Mon, 11 Jan 2010 03:53:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.193.134 with SMTP id j6mr1669353hbi.26.1263210812195; Mon, 11 Jan 2010 03:53:32 -0800 (PST) In-Reply-To: <32668C1E8A82284F873E88308362605713957F6730@office-server1.m247.local> References: <6894a6471001101543k31e862ffq47fba968b264c7c1@mail.gmail.com> <32668C1E8A82284F873E88308362605713957F6726@office-server1.m247.local> <6894a6471001110300l7c9a53ber7d0ba706184d1c97@mail.gmail.com> <32668C1E8A82284F873E88308362605713957F6730@office-server1.m247.local> Date: Mon, 11 Jan 2010 11:53:32 +0000 Message-ID: <6894a6471001110353s20b1e7a6o62fe625de5f8a47@mail.gmail.com> From: David To: James Smith Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-xen@freebsd.org" Subject: Re: HVM paravirt block/nic drivers X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: admin@dmarkey.com List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 11:53:39 -0000 install -o root -g wheel -m 555 zfs.ko /boot/kernel install -o root -g wheel -m 555 zfs.ko.symbols /boot/kernel ===> zlib (install) install -o root -g wheel -m 555 zlib.ko /boot/kernel install -o root -g wheel -m 555 zlib.ko.symbols /boot/kernel kldxref /boot/kernel make: don't know how to make XENHVM. Stop Any Idea? 2010/1/11 James Smith > Compile kernel in the normal way, using the XENHVM config. > > > > cd /usr/src > > make kernel XENHVM > > edit /etc/rc.conf > > > > Change network interface to re0, save and reboot. > > > > Regards, > > James Smith, > > *From:* David [mailto:admin@dmarkey.com] > *Sent:* 11 January 2010 11:01 > *To:* James Smith > *Cc:* freebsd-xen@freebsd.org > *Subject:* Re: HVM paravirt block/nic drivers > > > > Well, im using the AMD64 ISO image, > > > > So i'll have to recompile the kernel? Are there instructions anywhere? > > > > Thanks. > > > > David > > 2010/1/11 James Smith > > Hi, > > Have you compiled XENHVM kernel? It makes some improvements to networking. > Ensure you add the correct device to /etc/rc.conf afterwards, I believe it > changes to "xn0" when running XENHVM. > > Regards, > James Smith, > > -----Original Message----- > From: owner-freebsd-xen@freebsd.org [mailto:owner-freebsd-xen@freebsd.org] > On Behalf Of David > Sent: 10 January 2010 23:43 > To: freebsd-xen@freebsd.org > Subject: HVM paravirt block/nic drivers > > Hi Guys/Girls, > > > Successfully got a FreeBSD 8 HVM DomU installed. I see its using the > emulated block/nic drivers. > > Is there any work being done on writing paravirt drivers for FreeBSD in > HVM? > > Regards, > > David > > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org" > > >