From owner-freebsd-xen@freebsd.org Sat May 14 19:33:25 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 582C7B3B2B9 for ; Sat, 14 May 2016 19:33:25 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D30461845 for ; Sat, 14 May 2016 19:33:24 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id m64so102199230lfd.1 for ; Sat, 14 May 2016 12:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TP/PIIqig/yGNxoPk7MODwMXXCu5uXWGynhz+Z35tSg=; b=dZXQs5+FEtuzyfgBqydbKlEvCN+Ls28ieLsDYn4rCUrEquAIvtdH0ohq4YzsTLTlMN QvDpN4QkoGG7oGtjzjo88PwBszLkMurmW3PELq+76oxa4YYr2WPOoTUssPDfPD1+9hq/ qeWGu6EE6KWJ4kKTTO0sUiHyHjoH8WWLt+bKQt5sEKvRvn9W4opqX2TzHRs/hFKiZQE/ 4Foj0si8wpIUAZzFdHG54GDna7esEbndZS/73WooDKsfd41MFAQ++xY2mrrvgOimKDX0 2CduG0NHeehLxIFNr//UDS4mSx5FgYjLahW2WR1RwJA1K9wjCT+ngqH20j56i7zhVz3R 8Cgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TP/PIIqig/yGNxoPk7MODwMXXCu5uXWGynhz+Z35tSg=; b=MaQrem9dhqXUKBLbaLH4GnBFrnj+V/124NKMhEtbBarWDyJdc0gbu5REKU/RmzVSk8 PlHPXEqGs4zoKA2u3eBWT4zje/hHhuBhNIQ7LfHPfVQIcnV9zd+lfoUFN5oV+okbVWL9 MmRZ7ewY/DLdhKhPAa5Hp/OTAwLXQ3gpT7cTzcF/lplpXtB1qvCaTBNvDRcE4xNZVsUy 50xXd5H0qU8BWDM798zNSHzuxJXxyD5e37lbgi4BXC9I837bnaBeW1+l5Un/lvLgqGIR ABVEb/RJAhPF2ecLTMTCrCU7v2iZKcja44i2XqYRDDpimGqNo4nTs/PFtvMOsYoPkYaY dTJQ== X-Gm-Message-State: AOPr4FUhCsZU4VVvPphYCip8fmqg9Iiu1NT/Mlp+Q3wzwwYQO8Q8uIIFHJWrFHlnnUj/ExZOmOCP3C7cVIGU5A== X-Received: by 10.25.207.131 with SMTP id f125mr9486356lfg.62.1463254402952; Sat, 14 May 2016 12:33:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.15.213 with HTTP; Sat, 14 May 2016 12:32:43 -0700 (PDT) In-Reply-To: References: <20160512162247.64x5hyud5i2jfgqy@mac> From: Miguel C Date: Sat, 14 May 2016 20:32:43 +0100 Message-ID: Subject: Re: xn ethernet issues as DOMU under NetBSD DOM0 FIXED! To: =?UTF-8?B?J1JvZ2VyIFBhdSBNb25uw6knIChyb2dlci5wYXVAY2l0cml4LmNvbSk=?= Cc: "freebsd-xen@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2016 19:33:25 -0000 Somewhat related to this is the fact that at some point "xenhvm" as not longer available as a module, this means if I want to upgrade 9.3 machine to 10.3 with freebsd-update I get stuck with the bug, but before this change I could just patch the xenhvm module and rebuild the single module... Now I guess I need to rebuild the full kernel to do it? Or is there a way around that?