Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115439897
D37645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D37645.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 8:42 PM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17766384
Default Alt Text
D37645.diff (462 B)
Attached To
Mode
D37645: bhyve: Don't access vcpumap[vcpu] directly in parse_cpuset().
Attached
Detach File
Event Timeline
Log In to Comment