Page MenuHomeFreeBSD

D37645.diff
No OneTemporary

D37645.diff

diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c
--- a/usr.sbin/bhyve/bhyverun.c
+++ b/usr.sbin/bhyve/bhyverun.c
@@ -441,12 +441,12 @@
errx(4, "Invalid hostcpu range %d-%d",
start, pcpu);
while (start < pcpu) {
- CPU_SET(start, vcpumap[vcpu]);
+ CPU_SET(start, set);
start++;
}
start = -1;
}
- CPU_SET(pcpu, vcpumap[vcpu]);
+ CPU_SET(pcpu, set);
break;
case '-':
if (start >= 0)

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 6:15 PM (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14702404
Default Alt Text
D37645.diff (462 B)

Event Timeline