Oleksandr,I would like to try an experiment to try to fix your problem. If
you agree,I could send you my bhyve and vmm.ko files,if you want. I suspect
that they may fix your problem. Let me know if you want to try.
On Fri, Jun 14, 2024 at 8:35 AM Corvin Köhne wrote:
> On Thu, 2024-06-13 at 10:53
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279659
--- Comment #11 from mario felicioni ---
I have compiled the source code of Mark Peek with the patch and it worked. So
now Rufus can detect the USB disks inside a Windows vm. Very thanks.
--
You are receiving this mail because:
You are th
I don't know why bhyve validates the BAR size. The commit adding this
check is old [1] and doesn't explain it. What bhyve could do is
rounding up the BAR size to a full page size when allocating memory for
the BAR.
[1] https://github.com/freebsd/freebsd-
src/commit/7a902ec0eccc752c9c38533ed123121
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279729
Mark Linimon changed:
What|Removed |Added
Component|Individual Port(s) |bhyve
Version|Latest
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279729
mario felicioni changed:
What|Removed |Added
Version|15.0-CURRENT|14.0-RELEASE
--
You are receivi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279732
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|virtualization@FreeBSD.org
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279732
Mark Linimon changed:
What|Removed |Added
CC||ema...@freebsd.org
--- Comment #3 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279659
Mark Peek changed:
What|Removed |Added
Status|New |Closed
Resolution|---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738
Mark Linimon changed:
What|Removed |Added
Keywords||crash
Assignee|b...@freeb
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738
Konstantin Belousov changed:
What|Removed |Added
CC||k...@freebsd.org
--- Comment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738
--- Comment #4 from Gordon Bergling ---
(In reply to Mark Johnston from comment #1)
Hi Mark,
I applied D45596 on a fresh build, but the crash is still the same.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738
--- Comment #5 from Wei Hu ---
This is due to calling contigmalloc() from smp_rendezvous(). Even passing the
M_NOWAIT flag, on smaller memory sized VM it still reach vmem_xalloc in the
path and tries to grab sleep lock by calling VMEM_LOCK(
12 matches
Mail list logo