From owner-freebsd-virtualization@FreeBSD.ORG Mon Dec 21 19:11:57 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE381065693 for ; Mon, 21 Dec 2009 19:11:57 +0000 (UTC) (envelope-from venture37@gmail.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 1B7D58FC08 for ; Mon, 21 Dec 2009 19:11:56 +0000 (UTC) Received: by fxm10 with SMTP id 10so2541602fxm.14 for ; Mon, 21 Dec 2009 11:11:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=t0x3KMdHg5XiMbhFdRKXm2kTs4YnS5BcLtMtWn1kZQo=; b=SQz1myAv8o4eXShRLnkoZMJfmzBBXzUVWi3q9POT6gM2eLwBN8bD3pTA2l4AcZj03v xOb6fcbdl4VjLV8HrEYyvdyBB8ZnQrj9bBui9MzmITMauD67V5/b7USi7ac0Z12Ljwhi PKeRU+ix1WT3fjNb+VDvLOQ7a9usG8TQIYcuo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=IvlYiuERIJAKzSiLMkpkgq3mpyAZN4M6HU/HStcj6yi4LseBbnrMvi5zADkE19V+i+ Pw+/pe3iusn0zSMnx0sHaW72jpXjGq/aTx25rzh7NsgpBI6ovSl74DKxSGo667m+3WZX WFV6GSGf5+/aggVEv/69F6hnGd1nj5S29sOIY= Received: by 10.223.14.22 with SMTP id e22mr5988587faa.42.1261422715948; Mon, 21 Dec 2009 11:11:55 -0800 (PST) Received: from Sevans-Mac-Mini.local ([93.97.185.199]) by mx.google.com with ESMTPS id z10sm9050431fka.30.2009.12.21.11.11.54 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Dec 2009 11:11:55 -0800 (PST) Message-ID: <4B2FC84E.5070800@gmail.com> Date: Mon, 21 Dec 2009 19:11:10 +0000 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Julian Elischer References: <4B2FBD05.7080609@gmail.com> <4B2FC429.8000109@elischer.org> In-Reply-To: <4B2FC429.8000109@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org Subject: Re: i386 kernel with vimage support panics on xen/hvm domu with re(4) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Dec 2009 19:11:57 -0000 On 21/12/2009 18:53, Julian Elischer wrote: > I see that it is in pf. > > pf was not virtualized in 8.0 and while it the work has been done, > I'm not acually sure if it was committed yet in 9. > > were you using pf on any other vimage setup? I'm guessing not. You're right, no I wasn't, funnily enough the reason I wanted to implement vimage on this host was to have individual instances of PF, dang :( Should've done my research better. Sevan / Venture37