Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102831968
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
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)
Attached To
Mode
D37645: bhyve: Don't access vcpumap[vcpu] directly in parse_cpuset().
Attached
Detach File
Event Timeline
Log In to Comment