[Midnightbsd-cvs] [MidnightBSD/src] 64472e: AMD and Intel CPUs support hardware virtualization...

Lucas Holt noreply at github.com
Tue Sep 15 23:17:18 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 64472e14300ae5eee7929c9138525126837b6abf
      https://github.com/MidnightBSD/src/commit/64472e14300ae5eee7929c9138525126837b6abf
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M sys/amd64/vmm/amd/svm.c
    M sys/amd64/vmm/intel/vmx.c

  Log Message:
  -----------
  AMD and Intel CPUs support hardware virtualization using specialized data
structures that control various aspects of guest operation.  These are the
Virtual Machine Control Structure (VMCS) on Intel CPUs, and the Virtual
Machine Control Block (VMCB) on AMD CPUs.  Insufficient access controls allow
root users, including those running in a jail, to change these data
structures.




More information about the Midnightbsd-cvs mailing list