svn commit: r273766 - head/sys/amd64/vmm/amd
Marcelo Araujo
araujobsdport at gmail.com
Tue Oct 28 07:26:45 UTC 2014
2014-10-28 15:19 GMT+08:00 Marcelo Araujo <araujo at freebsd.org>:
> Author: araujo (ports committer)
> Date: Tue Oct 28 07:19:02 2014
> New Revision: 273766
> URL: https://svnweb.freebsd.org/changeset/base/273766
>
> Log:
> Reported by: Coverity
> CID: 1249760
> Reviewed by: neel
> Approved by: neel
> Sponsored by: QNAP Systems Inc.
>
> Modified:
> head/sys/amd64/vmm/amd/vmcb.c
>
> Modified: head/sys/amd64/vmm/amd/vmcb.c
>
> ==============================================================================
> --- head/sys/amd64/vmm/amd/vmcb.c Tue Oct 28 06:17:25 2014
> (r273765)
> +++ head/sys/amd64/vmm/amd/vmcb.c Tue Oct 28 07:19:02 2014
> (r273766)
> @@ -389,6 +389,7 @@ vmcb_setdesc(void *arg, int vcpu, int re
> case VM_REG_GUEST_ES:
> case VM_REG_GUEST_SS:
> svm_set_dirty(sc, vcpu, VMCB_CACHE_SEG);
> + break;
> case VM_REG_GUEST_GDTR:
> case VM_REG_GUEST_IDTR:
> svm_set_dirty(sc, vcpu, VMCB_CACHE_DT);
Missing the log, my bad!!! And as we don't have 'svn "force commit"' to
append it.
Change log:
Missing break on the switch case statement.
Best Regards,
--
--
Marcelo Araujo (__)araujo at FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/> \/ \ ^
Power To Server. .\. /_)
More information about the svn-src-head
mailing list