FreeBSD Bugzilla – Attachment 219145 Details for
Bug 250671
error reporting with bhyvectl could be improved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
svn diff output of the relevant changes
file_250671.txt (text/plain), 742 bytes, created by
marko
on 2020-10-27 13:13:55 UTC
(
hide
)
Description:
svn diff output of the relevant changes
Filename:
MIME Type:
Creator:
marko
Created:
2020-10-27 13:13:55 UTC
Size:
742 bytes
patch
obsolete
>Index: lib/libvmmapi/vmmapi.c >=================================================================== >--- lib/libvmmapi/vmmapi.c (revision 367059) >+++ lib/libvmmapi/vmmapi.c (working copy) >@@ -126,7 +126,7 @@ > > return (vm); > err: >- vm_destroy(vm); >+ free(vm); > return (NULL); > } > >Index: usr.sbin/bhyvectl/bhyvectl.c >=================================================================== >--- usr.sbin/bhyvectl/bhyvectl.c (revision 367059) >+++ usr.sbin/bhyvectl/bhyvectl.c (working copy) >@@ -1876,7 +1876,8 @@ > if (!error) { > ctx = vm_open(vmname); > if (ctx == NULL) { >- printf("VM:%s is not created.\n", vmname); >+ printf("VM:%s could not be opened:%s\n", vmname, >+ strerror(errno)); > exit (1); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 250671
: 219145