[Bug 286467] bhyve: Failed to emulate instruction sequence 418b0289024883c408c333c0488974
Date: Thu, 15 May 2025 14:02:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286467 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e8b9d839b1fae2913dc861341b9363d41cd45173 commit e8b9d839b1fae2913dc861341b9363d41cd45173 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-05-01 07:11:00 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-05-15 14:01:40 +0000 bhyve: make code to handle non-backed memory accesses MD PR: 286467 Reviewed by: markj (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D50116 usr.sbin/bhyve/aarch64/Makefile.inc | 1 + usr.sbin/bhyve/amd64/Makefile.inc | 1 + usr.sbin/bhyve/mem.c | 26 ++++++++++++++++------ usr.sbin/bhyve/mem.h | 2 ++ usr.sbin/bhyve/mem_md.c (new) | 44 +++++++++++++++++++++++++++++++++++++ usr.sbin/bhyve/riscv/Makefile.inc | 3 ++- 6 files changed, 69 insertions(+), 8 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.