Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151069976
D40988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
498 B
Referenced Files
None
Subscribers
None
D40988.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
@@ -1218,7 +1218,6 @@
struct vcpu *bsp;
struct vmctx *ctx;
struct qemu_fwcfg_item *e820_fwcfg_item;
- uint64_t rip;
size_t memsize;
const char *optstr, *value, *vmname;
#ifdef BHYVE_SNAPSHOT
@@ -1539,9 +1538,6 @@
}
#endif
- error = vm_get_register(bsp, VM_REG_GUEST_RIP, &rip);
- assert(error == 0);
-
/*
* build the guest tables, MP etc.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 6:58 PM (16 m, 31 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30890134
Default Alt Text
D40988.diff (498 B)
Attached To
Mode
D40988: bhyve: Remove an unneeded vm_get_register() call in main()
Attached
Detach File
Event Timeline
Log In to Comment