svn commit: r336192 - in stable/11/usr.sbin: bhyvectl bhyveload
Marcelo Araujo
araujo at FreeBSD.org
Wed Jul 11 07:33:20 UTC 2018
Author: araujo
Date: Wed Jul 11 07:33:19 2018
New Revision: 336192
URL: https://svnweb.freebsd.org/changeset/base/336192
Log:
MFC r335026:
style(9) remove unnecessary blank tabs.
Obtained from: TrueOS
Sponsored by: iXsystems Inc.
Modified:
stable/11/usr.sbin/bhyvectl/bhyvectl.c
stable/11/usr.sbin/bhyveload/bhyveload.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/bhyvectl/bhyvectl.c
==============================================================================
--- stable/11/usr.sbin/bhyvectl/bhyvectl.c Wed Jul 11 07:22:05 2018 (r336191)
+++ stable/11/usr.sbin/bhyvectl/bhyvectl.c Wed Jul 11 07:33:19 2018 (r336192)
@@ -846,7 +846,7 @@ get_all_registers(struct vmctx *ctx, int vcpu)
if (error == 0)
printf("rflags[%d]\t0x%016lx\n", vcpu, rflags);
}
-
+
return (error);
}
@@ -1113,7 +1113,7 @@ get_misc_vmcs(struct vmctx *ctx, int vcpu)
vcpu, u64);
}
}
-
+
if (!error && (get_tpr_threshold || get_all)) {
uint64_t threshold;
error = vm_get_vmcs_field(ctx, vcpu, VMCS_TPR_THRESHOLD,
@@ -1131,7 +1131,7 @@ get_misc_vmcs(struct vmctx *ctx, int vcpu)
vcpu, insterr);
}
}
-
+
if (!error && (get_exit_ctls || get_all)) {
error = vm_get_vmcs_field(ctx, vcpu, VMCS_EXIT_CTLS, &ctl);
if (error == 0)
@@ -1179,7 +1179,7 @@ get_misc_vmcs(struct vmctx *ctx, int vcpu)
if (error == 0)
printf("host_rsp[%d]\t\t0x%016lx\n", vcpu, rsp);
}
-
+
if (!error && (get_vmcs_link || get_all)) {
error = vm_get_vmcs_field(ctx, vcpu, VMCS_LINK_POINTER, &addr);
if (error == 0)
Modified: stable/11/usr.sbin/bhyveload/bhyveload.c
==============================================================================
--- stable/11/usr.sbin/bhyveload/bhyveload.c Wed Jul 11 07:22:05 2018 (r336191)
+++ stable/11/usr.sbin/bhyveload/bhyveload.c Wed Jul 11 07:33:19 2018 (r336192)
@@ -365,7 +365,7 @@ cb_setreg(void *arg, int r, uint64_t v)
{
int error;
enum vm_reg_name vmreg;
-
+
vmreg = VM_REG_LAST;
switch (r) {
More information about the svn-src-all
mailing list