From owner-freebsd-xen@FreeBSD.ORG Mon Jan 11 12:20:04 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 1DA5010656C1 for ; Mon, 11 Jan 2010 12:20:04 +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 9D2938FC12 for ; Mon, 11 Jan 2010 12:20:03 +0000 (UTC) Received: by fxm10 with SMTP id 10so7680075fxm.14 for ; Mon, 11 Jan 2010 04:19:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.239.167.83 with SMTP id f19mr444656hbe.34.1263212396795; Mon, 11 Jan 2010 04:19:56 -0800 (PST) In-Reply-To: <9bbcef731001110400i11a33a7rbe62a08d746bcdf9@mail.gmail.com> References: <6894a6471001101543k31e862ffq47fba968b264c7c1@mail.gmail.com> <32668C1E8A82284F873E88308362605713957F6726@office-server1.m247.local> <6894a6471001110300l7c9a53ber7d0ba706184d1c97@mail.gmail.com> <32668C1E8A82284F873E88308362605713957F6730@office-server1.m247.local> <6894a6471001110353s20b1e7a6o62fe625de5f8a47@mail.gmail.com> <9bbcef731001110400i11a33a7rbe62a08d746bcdf9@mail.gmail.com> Date: Mon, 11 Jan 2010 12:19:56 +0000 Message-ID: <6894a6471001110419t5d9aa89cy35c146a4a5748e5@mail.gmail.com> From: David To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-xen@freebsd.org" , James Smith 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 12:20:04 -0000 Thanks guys, got that working. How about block device drivers? 2010/1/11 Ivan Voras > The given command was slightly wrong; it should have been: > > make kernel KERNCONF=XENHVM > > > 2010/1/11 David : > > 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" > >> > >> > >> > > _______________________________________________ > > 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" > > >