From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 26997 invoked from network); 11 Dec 2020 05:00:45 -0000 Received: from ewsd.inri.net (107.191.116.128) by inbox.vuxu.org with ESMTPUTF8; 11 Dec 2020 05:00:45 -0000 Received: from mail-il1-f170.google.com ([209.85.166.170]) by ewsd; Thu Dec 10 23:55:12 -0500 2020 Received: by mail-il1-f170.google.com with SMTP id b8so7554775ila.13 for <9front@9front.org>; Thu, 10 Dec 2020 20:55:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=brBh2JoN1ehUyvw7n4jD2tFpScqPzoN5GkqpEb1i3XE=; b=VwH8kauYjfTyGY6huw5DpN8XdUIgF2m47dj1r2Hcpx6BZWBOGv1QoqdgTxtQjd65Wo R5yEhA+T0eYBSXRb6nR5sZQgDagi6DJKdmCWoQtwmgeEPcUhN87/XEjr6eyAqiRVaWm5 dO7dNyTNvR81EqS41AoZd4Vk9qa5WBZOVFxEur0DW/6mS4IErMsbJCQS2VnefWoeHJzI zMqpqxlWvofHqYVfAMqM0ebHPDaNBD0D6L+xTwJ3DVJj0ItybfHzrJfmkBWdLqNNMVw7 YoWVlkBBN+Xu/XfD3NQkK3Q4CJ4eOU9p+6q18R8Qaz+EVmTKsCbpV7ZaNAls9jlUop9L BGrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=brBh2JoN1ehUyvw7n4jD2tFpScqPzoN5GkqpEb1i3XE=; b=auNuSd4TjWhpT9Nhaigv1jQTAu8Ay/23JIaCeqSBuPv71UYecxORZUC4KPoQPrWZk1 7FzZzGd4gohJmxLBs+e/VggGpxsFBV+Q9w1FJEd+5VXjH4s+SR0xxtG9dS1aIn9oBV7v xYMoZ8i3FzC0vgcdRhOtOa43I+Qfgi/365tySvUM95TLGEmTFCv6nsCbJ8A5SkVp4IvZ t4zc0bVEd7RDvXSdlMiH1AF1cc23i4u0/eZ/3jLMKG9yDTzgvdCePAV4d8SUKhE42v3X OUYbA1GCupgyZh4bRN31S5lkwpZYe/VWFKOUR6xIi68vnL+d/gUwuY+aC8fjqtB3L3Em xWOg== X-Gm-Message-State: AOAM5334NXtH0XUHGneG/r0OYcAdgF6g60X7gpj4D7HSFCuqR2V63Ysw OdYiywJsu49GkH8+SHA8Z4hdz07BXpQ= X-Google-Smtp-Source: ABdhPJw5GzH8sqkRIcVGOWcr4Rg+SpSz1awiNNWwxrA7Vhix1df1kK8hABS1qTU4hCn0FgyuFilUwQ== X-Received: by 2002:a05:6e02:1010:: with SMTP id n16mr13351313ilj.3.1607662507662; Thu, 10 Dec 2020 20:55:07 -0800 (PST) Return-Path: Received: from [10.0.1.5] (c-67-184-39-205.hsd1.il.comcast.net. [67.184.39.205]) by smtp.gmail.com with ESMTPSA id e1sm3612128iod.17.2020.12.10.20.55.06 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Dec 2020 20:55:06 -0800 (PST) From: Xiao-Yong Jin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.20.0.2.21\)) Date: Thu, 10 Dec 2020 22:55:06 -0600 References: <5D95EB31-AA3C-4D20-A314-568A308A4CE2@gmail.com> To: 9front@9front.org In-Reply-To: Message-Id: <59540567-ACE4-46A1-8B60-78B9BBF78187@gmail.com> X-Mailer: Apple Mail (2.3654.20.0.2.21) List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive event wrapper-oriented singleton cloud Subject: Re: [9front] kernel crash in bhyve Reply-To: 9front@9front.org Precedence: bulk > On Dec 10, 2020, at 5:12 PM, Nick Owens wrote: >=20 > you cannot just read #P/msr at offset 0. the offset is significant. io > -M can be used to read an MSR at a specific offset. That makes sense. The registers are 0 with the correct offset. ; for(r in 0x2ff 0x0fe) io -r -M $r 0x0 0x0 In fact, the MTRR registers are all 0: = https://github.com/freebsd/freebsd/blob/e8142e44905fa62147ba10703e7ce2c546= 4fb2b7/sys/amd64/vmm/intel/vmx_msr.c#L426-L432 > On Dec 10, 2020, at 7:12 PM, ori@eigenstate.org wrote: >=20 > I can try to reproduce and maybe file a bug this > weekend. Please do. Thanks.