Skip to content

Instantly share code, notes, and snippets.

@johananl
Last active October 22, 2021 12:49
Show Gist options
  • Save johananl/6ff2dba00dc4dc1d7810de4feecb8646 to your computer and use it in GitHub Desktop.
Save johananl/6ff2dba00dc4dc1d7810de4feecb8646 to your computer and use it in GitHub Desktop.
KVM nested virtualization
L0 = bare metal machine
L1 = VM on bare metal
L2 = VM on VM
First, ensure virtualization is enabled on L0 as described here: https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm/#proc_enabling-nested-virtualization-in-kvm
Next, launch L1 with the following Vagrant config (or an equivalent directly on the hypervisor):
Vagrant.configure("2") do |config|
config.vm.box = "generic/ubuntu1604"
config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 4
libvirt.memory = 16000
libvirt.nested = true
libvirt.cpu_mode = "host-passthrough"
libvirt.driver = "kvm"
end
end
Finally, launch L2 from within L1 using the following Vagrant config:
Vagrant.configure("2") do |config|
config.vm.box = "fedora/28-cloud-base"
config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 1
libvirt.memory = 1000
libvirt.driver = "kvm"
libvirt.management_network_name = 'vagrant-libvirt-new'
libvirt.management_network_address = '192.168.124.0/24'
end
end
@surajssd
Copy link

surajssd commented Nov 28, 2018

The L2 failed to bootup on L1 with following error:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'fedora/28-cloud-base' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'fedora/28-cloud-base'
    default: URL: https://vagrantcloud.com/fedora/28-cloud-base
==> default: Adding box 'fedora/28-cloud-base' (v20180425) for provider: virtualbox
    default: Downloading: https://vagrantcloud.com/fedora/boxes/28-cloud-base/versions/20180425/providers/virtualbox.box
==> default: Successfully added box 'fedora/28-cloud-base' (v20180425) for 'virtualbox'!
==> default: Importing base box 'fedora/28-cloud-base'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'fedora/28-cloud-base' is up to date...
==> default: Setting the name of the VM: tmp_default_1543390879803_68038
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key


Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

Some dmesg

$ sudo dmesg
...
[    6.624962] audit: type=1400 audit(1543390511.388:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=722 comm="apparmor_parser"
[    6.760803] cgroup: new mount options do not match the existing superblock, will be ignored
[    7.844626] random: nonblocking pool is initialized
[  333.422856] vboxdrv: loading out-of-tree module taints kernel.
[  333.422990] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[  333.426750] vboxdrv: Found 4 processor cores
[  333.427140] vboxdrv: fAsync=1 offMin=0x16 offMax=0x16
[  333.527416] vboxdrv: TSC mode is Asynchronous, tentative frequency 3200303593 Hz
[  333.527419] vboxdrv: Successfully loaded version 5.1.38_Ubuntu (interface 0x002a0000)
[  333.533399] VBoxNetFlt: Successfully started.
[  333.538763] VBoxNetAdp: Successfully started.
[  333.543986] VBoxPciLinuxInit
[  333.546509] vboxpci: IOMMU not found (not registered)
[  376.343779] SUPR0GipMap: fGetGipCpu=0xb
[  376.415056] vboxdrv: 0000000000000000 VMMR0.r0
[  376.508521] vboxdrv: 0000000000000000 VBoxDDR0.r0

@surajssd
Copy link

some other info, not sure if it is helpful:

$ cat VirtualBox\ VMs/tmp_default_1543390879803_68038/Logs/VBox.log
VirtualBox VM 5.1.38_Ubuntu r122592 linux.amd64 (Jul 10 2018 10:40:22) release log
00:00:00.023720 Log opened 2018-11-28T07:41:21.154769000Z
00:00:00.023720 Build Type: release
00:00:00.023723 OS Product: Linux
00:00:00.023723 OS Release: 4.4.0-139-generic
00:00:00.023724 OS Version: #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018
00:00:00.023742 DMI Product Name: Standard PC (i440FX + PIIX, 1996)
00:00:00.023749 DMI Product Version: pc-i440fx-xenial
00:00:00.023780 Host RAM: 15669MB (15.3GB) total, 15402MB (15.0GB) available
00:00:00.023783 Executable: /usr/lib/virtualbox/VBoxHeadless
00:00:00.023783 Process ID: 13952
00:00:00.023784 Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.045146 Installed Extension Packs:
00:00:00.045157   VNC (Version: 5.1.38 r122592; VRDE Module: VBoxVNC)
00:00:00.046092 Console: Machine state changed to 'Starting'
00:00:00.051148 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:00.051165 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX
00:00:00.054043 Guest OS type: 'RedHat_64'
00:00:00.058327 fHMForced=true - 64-bit guest
00:00:00.064500 File system of '/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/Snapshots' (snapshots) is unknown
00:00:00.064507 File system of '/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/Fedora-Cloud-Base-Vagrant-28-1.1.x86_64.vmdk' is ext4
00:00:00.084878 Shared clipboard service loaded
00:00:00.084886 Shared clipboard mode: Off
00:00:00.086920 Drag and drop service loaded
00:00:00.086928 Drag and drop mode: Off
00:00:00.088924 Guest Control service loaded
00:00:00.091379 ************************* CFGM dump *************************
00:00:00.091383 [/] (level 0)
00:00:00.091390   CSAMEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.091393   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:00.091395   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:00.091396   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:00.091397   MemBalloonSize    <integer> = 0x0000000000000000 (0)
00:00:00.091398   Name              <string>  = "tmp_default_1543390879803_68038" (cb=32)
00:00:00.091399   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:00.091400   PATMEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.091401   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:00.091402   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.091404   RamSize           <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:00.091405   RawR0Enabled      <integer> = 0x0000000000000001 (1)
00:00:00.091406   RawR3Enabled      <integer> = 0x0000000000000001 (1)
00:00:00.091407   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:00.091408   UUID              <bytes>   = "10 2e 7c b2 4d 19 5e 4d 89 0d aa c5 5f 1d 95 9c" (cb=16)
00:00:00.091411 
00:00:00.091413 [/CPUM/] (level 1)
00:00:00.091415   GuestCpuName       <string>  = "host" (cb=5)
00:00:00.091416   PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:00.091416   SpecCtrl           <integer> = 0x0000000000000000 (0)
00:00:00.091417 
00:00:00.091420 [/DBGC/] (level 1)
00:00:00.091421   GlobalInitScript <string>  = "/home/vagrant/.config/VirtualBox/dbgc-init" (cb=43)
00:00:00.091422   HistoryFile      <string>  = "/home/vagrant/.config/VirtualBox/dbgc-history" (cb=46)
00:00:00.091423   LocalInitScript  <string>  = "/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/dbgc-init" (cb=71)
00:00:00.091423 
00:00:00.091424 [/DBGF/] (level 1)
00:00:00.091425   Path <string>  = "/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/debug/;/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/;/home/vagrant/" (cb=145)
00:00:00.091426 
00:00:00.091426 [/Devices/] (level 1)
00:00:00.091427 
00:00:00.091428 [/Devices/8237A/] (level 2)
00:00:00.091429 
00:00:00.091429 [/Devices/8237A/0/] (level 3)
00:00:00.091430   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091431 
00:00:00.091432 [/Devices/GIMDev/] (level 2)
00:00:00.091433 
00:00:00.091433 [/Devices/GIMDev/0/] (level 3)
00:00:00.091434   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091435 
00:00:00.091435 [/Devices/VMMDev/] (level 2)
00:00:00.091436 
00:00:00.091437 [/Devices/VMMDev/0/] (level 3)
00:00:00.091438   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091439   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:00.091440   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091440   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091441 
00:00:00.091442 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.091443   GuestCoreDumpDir <string>  = "/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/Snapshots" (cb=71)
00:00:00.091444 
00:00:00.091444 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.091446   Driver <string>  = "HGCM" (cb=5)
00:00:00.091446 
00:00:00.091447 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.091448   Object <integer> = 0x00007f6bc8000910 (140 100 893 673 744)
00:00:00.091450 
00:00:00.091450 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.091451   Driver <string>  = "MainStatus" (cb=11)
00:00:00.091452 
00:00:00.091453 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.091454   First   <integer> = 0x0000000000000000 (0)
00:00:00.091455   Last    <integer> = 0x0000000000000000 (0)
00:00:00.091456   papLeds <integer> = 0x00007f6bd0001968 (140 101 027 895 656)
00:00:00.091457 
00:00:00.091458 [/Devices/acpi/] (level 2)
00:00:00.091459 
00:00:00.091459 [/Devices/acpi/0/] (level 3)
00:00:00.091460   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091461   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:00.091462   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091463   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091464 
00:00:00.091464 [/Devices/acpi/0/Config/] (level 4)
00:00:00.091465   CpuHotPlug          <integer> = 0x0000000000000000 (0)
00:00:00.091466   FdcEnabled          <integer> = 0x0000000000000000 (0)
00:00:00.091479   HostBusPciAddress   <integer> = 0x0000000000000000 (0)
00:00:00.091480   HpetEnabled         <integer> = 0x0000000000000000 (0)
00:00:00.091481   IOAPIC              <integer> = 0x0000000000000001 (1)
00:00:00.091482   IocPciAddress       <integer> = 0x0000000000010000 (65 536)
00:00:00.091484   NumCPUs             <integer> = 0x0000000000000001 (1)
00:00:00.091485   Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.091486   Parallel0Irq        <integer> = 0x0000000000000000 (0)
00:00:00.091487   Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.091488   Parallel1Irq        <integer> = 0x0000000000000000 (0)
00:00:00.091489   Serial0IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:00.091490   Serial0Irq          <integer> = 0x0000000000000000 (0)
00:00:00.091491   Serial1IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:00.091492   Serial1Irq          <integer> = 0x0000000000000000 (0)
00:00:00.091493   ShowCpu             <integer> = 0x0000000000000001 (1)
00:00:00.091494   ShowRtc             <integer> = 0x0000000000000000 (0)
00:00:00.091495   SmcEnabled          <integer> = 0x0000000000000000 (0)
00:00:00.091496 
00:00:00.091497 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.091498   Driver <string>  = "ACPIHost" (cb=9)
00:00:00.091499 
00:00:00.091499 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.091501 
00:00:00.091501 [/Devices/apic/] (level 2)
00:00:00.091503 
00:00:00.091503 [/Devices/apic/0/] (level 3)
00:00:00.091504   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091505 
00:00:00.091506 [/Devices/apic/0/Config/] (level 4)
00:00:00.091507   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:00.091508   Mode    <integer> = 0x0000000000000003 (3)
00:00:00.091509   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.091510 
00:00:00.091510 [/Devices/e1000/] (level 2)
00:00:00.091511 
00:00:00.091512 [/Devices/e1000/0/] (level 3)
00:00:00.091513   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091514   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.091515   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091516   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091517 
00:00:00.091517 [/Devices/e1000/0/Config/] (level 4)
00:00:00.091519   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.091520   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.091521   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.091522   MAC            <bytes>   = "52 54 00 1c 08 b7" (cb=6)
00:00:00.091524 
00:00:00.091524 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.091526   Driver <string>  = "NAT" (cb=4)
00:00:00.091526 
00:00:00.091527 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.091528   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:00.091529   BootFile        <string>  = "tmp_default_1543390879803_68038.pxe" (cb=36)
00:00:00.091530   DNSProxy        <integer> = 0x0000000000000001 (1)
00:00:00.091531   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:00.091532   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:00.091533   TFTPPrefix      <string>  = "/home/vagrant/.config/VirtualBox/TFTP" (cb=38)
00:00:00.091534   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:00.091535 
00:00:00.091536 [/Devices/e1000/0/LUN#0/Config/PortForwarding/] (level 6)
00:00:00.091537 
00:00:00.091538 [/Devices/e1000/0/LUN#0/Config/PortForwarding/0/] (level 7)
00:00:00.091540   BindIP    <string>  = "127.0.0.1" (cb=10)
00:00:00.091541   GuestPort <integer> = 0x0000000000000016 (22)
00:00:00.091542   HostPort  <integer> = 0x00000000000008ae (2 222)
00:00:00.091543   Name      <string>  = "ssh" (cb=4)
00:00:00.091544   Protocol  <string>  = "TCP" (cb=4)
00:00:00.091545 
00:00:00.091545 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.091546   Driver <string>  = "MainStatus" (cb=11)
00:00:00.091547 
00:00:00.091548 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.091549   First   <integer> = 0x0000000000000000 (0)
00:00:00.091550   Last    <integer> = 0x0000000000000000 (0)
00:00:00.091551   papLeds <integer> = 0x00007f6bd0001848 (140 101 027 895 368)
00:00:00.091553 
00:00:00.091553 [/Devices/i8254/] (level 2)
00:00:00.091554 
00:00:00.091555 [/Devices/i8254/0/] (level 3)
00:00:00.091556 
00:00:00.091556 [/Devices/i8254/0/Config/] (level 4)
00:00:00.091558 
00:00:00.091558 [/Devices/i8259/] (level 2)
00:00:00.091559 
00:00:00.091560 [/Devices/i8259/0/] (level 3)
00:00:00.091561   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091562 
00:00:00.091562 [/Devices/i8259/0/Config/] (level 4)
00:00:00.091564 
00:00:00.091564 [/Devices/ichac97/] (level 2)
00:00:00.091565 
00:00:00.091566 [/Devices/ichac97/0/] (level 3)
00:00:00.091567   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091568   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:00.091569   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091570   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091571 
00:00:00.091571 [/Devices/ichac97/0/AudioConfig/] (level 4)
00:00:00.091573 
00:00:00.091573 [/Devices/ichac97/0/Config/] (level 4)
00:00:00.091575   Codec <string>  = "STAC9700" (cb=9)
00:00:00.091575 
00:00:00.091576 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:00.091577   Driver <string>  = "AUDIO" (cb=6)
00:00:00.091578 
00:00:00.091579 [/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.091580   Driver <string>  = "ALSAAudio" (cb=10)
00:00:00.091581 
00:00:00.091581 [/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.091583   StreamName <string>  = "tmp_default_1543390879803_68038" (cb=32)
00:00:00.091584 
00:00:00.091584 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:00.091586 
00:00:00.091586 [/Devices/ichac97/0/LUN#1/] (level 4)
00:00:00.091588   Driver <string>  = "AUDIO" (cb=6)
00:00:00.091588 
00:00:00.091589 [/Devices/ichac97/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.091590   Driver <string>  = "AudioVRDE" (cb=10)
00:00:00.091591 
00:00:00.091592 [/Devices/ichac97/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.091593   AudioDriver      <string>  = "AudioVRDE" (cb=10)
00:00:00.091594   Object           <integer> = 0x00007f6bd000e9c0 (140 101 027 948 992)
00:00:00.091596   ObjectVRDPServer <integer> = 0x00007f6bd000edf0 (140 101 027 950 064)
00:00:00.091598   StreamName       <string>  = "tmp_default_1543390879803_68038" (cb=32)
00:00:00.091598 
00:00:00.091599 [/Devices/ioapic/] (level 2)
00:00:00.091600 
00:00:00.091601 [/Devices/ioapic/0/] (level 3)
00:00:00.091602   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091603 
00:00:00.091603 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.091605   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.091605 
00:00:00.091606 [/Devices/mc146818/] (level 2)
00:00:00.091607 
00:00:00.091607 [/Devices/mc146818/0/] (level 3)
00:00:00.091609 
00:00:00.091609 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.091611   UseUTC <integer> = 0x0000000000000001 (1)
00:00:00.091611 
00:00:00.091612 [/Devices/parallel/] (level 2)
00:00:00.091613 
00:00:00.091613 [/Devices/pcarch/] (level 2)
00:00:00.091615 
00:00:00.091615 [/Devices/pcarch/0/] (level 3)
00:00:00.091616   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091617 
00:00:00.091618 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.091619 
00:00:00.091620 [/Devices/pcbios/] (level 2)
00:00:00.091621 
00:00:00.091621 [/Devices/pcbios/0/] (level 3)
00:00:00.091622   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091623 
00:00:00.091624 [/Devices/pcbios/0/Config/] (level 4)
00:00:00.091625   APIC           <integer> = 0x0000000000000001 (1)
00:00:00.091626   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:00.091627   BootDevice1    <string>  = "DVD" (cb=4)
00:00:00.091628   BootDevice2    <string>  = "IDE" (cb=4)
00:00:00.091629   BootDevice3    <string>  = "NONE" (cb=5)
00:00:00.091630   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:00.091630   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:00.091631   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:00.091632   McfgBase       <integer> = 0x0000000000000000 (0)
00:00:00.091633   McfgLength     <integer> = 0x0000000000000000 (0)
00:00:00.091634   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:00.091635   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:00.091636   UUID           <bytes>   = "10 2e 7c b2 4d 19 5e 4d 89 0d aa c5 5f 1d 95 9c" (cb=16)
00:00:00.091639 
00:00:00.091640 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:00.091641 
00:00:00.091642 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:00.091644   NIC           <integer> = 0x0000000000000000 (0)
00:00:00.091645   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091646   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.091647   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091647 
00:00:00.091648 [/Devices/pci/] (level 2)
00:00:00.091649 
00:00:00.091650 [/Devices/pci/0/] (level 3)
00:00:00.091651   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091652 
00:00:00.091652 [/Devices/pci/0/Config/] (level 4)
00:00:00.091654   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.091655 
00:00:00.091655 [/Devices/pckbd/] (level 2)
00:00:00.091656 
00:00:00.091657 [/Devices/pckbd/0/] (level 3)
00:00:00.091658   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.091659 
00:00:00.091659 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.091661 
00:00:00.091661 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.091662   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:00.091663 
00:00:00.091664 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.091665   Driver <string>  = "MainKeyboard" (cb=13)
00:00:00.091666 
00:00:00.091667 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.091668   Object <integer> = 0x00007f6bd001e160 (140 101 028 012 384)
00:00:00.091670 
00:00:00.091670 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.091672   QueueSize <integer> = 0x0000000000000040 (64)
00:00:00.091673 
00:00:00.091673 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.091675   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.091675 
00:00:00.091676 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.091677   Driver <string>  = "MainMouse" (cb=10)
00:00:00.091678 
00:00:00.091678 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:00.091680   Object <integer> = 0x00007f6bd001e940 (140 101 028 014 400)
00:00:00.091682 
00:00:00.091682 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.091684   QueueSize <integer> = 0x0000000000000080 (128)
00:00:00.091685 
00:00:00.091685 [/Devices/pcnet/] (level 2)
00:00:00.091686 
00:00:00.091687 [/Devices/piix3ide/] (level 2)
00:00:00.091688 
00:00:00.091688 [/Devices/piix3ide/0/] (level 3)
00:00:00.091690   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091691   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:00.091691   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:00.091692   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091693 
00:00:00.091694 [/Devices/piix3ide/0/Config/] (level 4)
00:00:00.091695   Type <string>  = "PIIX4" (cb=6)
00:00:00.091696 
00:00:00.091696 [/Devices/piix3ide/0/Config/PrimaryMaster/] (level 5)
00:00:00.091698   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:00.091699 
00:00:00.091699 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:00.091701   Driver <string>  = "VD" (cb=3)
00:00:00.091702 
00:00:00.091702 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:00.091704   Format    <string>  = "VMDK" (cb=5)
00:00:00.091704   Mountable <integer> = 0x0000000000000000 (0)
00:00:00.091705   Path      <string>  = "/home/vagrant/VirtualBox VMs/tmp_default_1543390879803_68038/Fedora-Cloud-Base-Vagrant-28-1.1.x86_64.vmdk" (cb=106)
00:00:00.091706   Type      <string>  = "HardDisk" (cb=9)
00:00:00.091707 
00:00:00.091708 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:00.091709   Driver <string>  = "MainStatus" (cb=11)
00:00:00.091710 
00:00:00.091710 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:00.091712   DeviceInstance        <string>  = "piix3ide/0" (cb=11)
00:00:00.091713   First                 <integer> = 0x0000000000000000 (0)
00:00:00.091714   Last                  <integer> = 0x0000000000000003 (3)
00:00:00.091715   pConsole              <integer> = 0x00007f6bd0001180 (140 101 027 893 632)
00:00:00.091717   papLeds               <integer> = 0x00007f6bd0001548 (140 101 027 894 600)
00:00:00.091719   pmapMediumAttachments <integer> = 0x00007f6bd0001988 (140 101 027 895 688)
00:00:00.091720 
00:00:00.091721 [/Devices/serial/] (level 2)
00:00:00.091722 
00:00:00.091722 [/Devices/vga/] (level 2)
00:00:00.091724 
00:00:00.091724 [/Devices/vga/0/] (level 3)
00:00:00.091725   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.091726   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:00.091727   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.091728   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.091729 
00:00:00.091729 [/Devices/vga/0/Config/] (level 4)
00:00:00.091731   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.091732   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:00.091733   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:00.091734   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:00.091735   LogoFile         <string>  = "" (cb=1)
00:00:00.091736   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:00.091737   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:00.091738   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:00.091739   VRamSize         <integer> = 0x0000000001000000 (16 777 216, 16 MB)
00:00:00.091741 
00:00:00.091741 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.091743   Driver <string>  = "MainDisplay" (cb=12)
00:00:00.091743 
00:00:00.091744 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.091745   Object <integer> = 0x00007f6bd000ac60 (140 101 027 933 280)
00:00:00.091747 
00:00:00.091747 [/Devices/vga/0/LUN#999/] (level 4)
00:00:00.091749   Driver <string>  = "MainStatus" (cb=11)
00:00:00.091749 
00:00:00.091750 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:00.091751   First   <integer> = 0x0000000000000000 (0)
00:00:00.091752   Last    <integer> = 0x0000000000000000 (0)
00:00:00.091753   papLeds <integer> = 0x00007f6bd0001980 (140 101 027 895 680)
00:00:00.091755 
00:00:00.091755 [/Devices/virtio-net/] (level 2)
00:00:00.091756 
00:00:00.091757 [/EM/] (level 1)
00:00:00.091758   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.091759 
00:00:00.091759 [/GIM/] (level 1)
00:00:00.091760   Provider <string>  = "KVM" (cb=4)
00:00:00.091761 
00:00:00.091762 [/HM/] (level 1)
00:00:00.091763   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:00.091764   EnableLargePages   <integer> = 0x0000000000000000 (0)
00:00:00.091765   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:00.091765   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:00.091766   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:00.091768   Exclusive          <integer> = 0x0000000000000001 (1)
00:00:00.091769   HMForced           <integer> = 0x0000000000000001 (1)
00:00:00.091770   IBPBOnVMEntry      <integer> = 0x0000000000000000 (0)
00:00:00.091771   IBPBOnVMExit       <integer> = 0x0000000000000000 (0)
00:00:00.091772   SpecCtrlByHost     <integer> = 0x0000000000000000 (0)
00:00:00.091773 
00:00:00.091773 [/MM/] (level 1)
00:00:00.091774   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.091775 
00:00:00.091775 [/PDM/] (level 1)
00:00:00.091776 
00:00:00.091777 [/PDM/AsyncCompletion/] (level 2)
00:00:00.091778 
00:00:00.091778 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.091780 
00:00:00.091780 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.091782 
00:00:00.091782 [/PDM/BlkCache/] (level 2)
00:00:00.091783   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:00.091785 
00:00:00.091785 [/PDM/Devices/] (level 2)
00:00:00.091786 
00:00:00.091787 [/PDM/Drivers/] (level 2)
00:00:00.091788 
00:00:00.091788 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.091790   Path <string>  = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:00.091791 
00:00:00.091791 [/PDM/NetworkShaper/] (level 2)
00:00:00.091792 
00:00:00.091793 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.091794 
00:00:00.091794 [/TM/] (level 1)
00:00:00.091795   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.091796 
00:00:00.091797 ********************* End of CFGM dump **********************
00:00:00.091804 VM: fHMEnabled=true  (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:00.091806 VM: fRawRing1Enabled=false CSAM=true  PATM=true 
00:00:00.091905 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
00:00:00.091936 MM: cbHyperHeap=0x100000 (1048576)
00:00:00.094012 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x7
00:00:00.096518 CPUM: Matched host CPU INTEL 0x6/0x2d/0x7 Intel_Core7_SandyBridge with CPU DB entry 'Intel Core i7-3960X' (INTEL 0x6/0x2d/0x6 Intel_Core7_SandyBridge)
00:00:00.096547 CPUM: MXCSR_MASK=0xffff (host: 0xffff)
00:00:00.096552 CPUM: Disabled PCID without FSGSBASE to workaround buggy guests
00:00:00.096561 CPUM: Microcode revision 0x00000001
00:00:00.096586 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:00.096605 CPUM: VCPU  0: Cached APIC base MSR = 0x0
00:00:00.096771 PGM: HCPhysInterPD=00000000bbbaf000 HCPhysInterPaePDPT=00000000bbbb2000 HCPhysInterPaePML4=00000000bbbb4000
00:00:00.096778 PGM: apInterPTs={00000000bbbb0000,00000000bbbb1000} apInterPaePTs={000000040ffbd000,000000040ffbe000} apInterPaePDs={000000040ffbf000,0000000411380000,0000000411381000,0000000411382000} pInterPaePDPT64=00000000bbbb3000
00:00:00.096783 PGM: Host paging mode: AMD64+NX
00:00:00.096789 PGM: PGMPool: cMaxPages=288 (u64MaxPages=288)
00:00:00.096791 PGM: pgmR3PoolInit: cMaxPages=0x120 cMaxUsers=0x240 cMaxPhysExts=0x240 fCacheEnable=true 
00:00:00.099645 TM: GIP - u32Mode=2 (Asynchronous) u32UpdateHz=83 u32UpdateIntervalNS=12000000 enmUseTscDelta=0 (Not Applicable) fGetGipCpu=0xb cCpus=4
00:00:00.099654 TM: GIP - u64CpuHz=3 200 303 593 (0xbec0c1e9)  SUPGetCpuHzFromGip => 3 191 672 250
00:00:00.099658 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=3189550750(*) cErrors=0
00:00:00.099667 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=3191672250(*) cErrors=0
00:00:00.099670 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=3192136583(*) cErrors=0
00:00:00.099673 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=3186444500(*) cErrors=0
00:00:00.099704 TM: cTSCTicksPerSecond=3 200 303 593 (0xbec0c1e9) enmTSCMode=3 (Dynamic)
00:00:00.099706 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.099861 VMM: CoreCode: R3=00007f6be8c7b000 R0=XXXXXXXXXXXXXXXX RC=a0351000 Phys=00000000bbbcf000 cb=0x1000
00:00:00.099942 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_SandyBridge
00:00:00.099980 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:00.099986 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:00.132202 AIOMgr: Default manager type is 'Async'
00:00:00.132228 AIOMgr: Default file backend is 'NonBuffered'
00:00:00.132643 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:00.132666 BlkCache: Cache commit interval is 10000 ms
00:00:00.132673 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.134979 PcBios: [SMP] BIOS with 1 CPUs
00:00:00.135019 PcBios: Using the 386+ BIOS image.
00:00:00.135234 PcBios: MPS table at 000e1300
00:00:00.135833 PcBios: fCheckShutdownStatusForSoftReset=true   fClearShutdownStatusOnHardReset=true 
00:00:00.144448 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:00.144636 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:00.144640 CPUM: SetGuestCpuIdFeature: Enabled x2APIC
00:00:00.144833 IOAPIC: Using implementation 2.0!
00:00:00.144863 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.147329 Shared Folders service loaded
00:00:00.151088 VGA: Using the 386+ BIOS image.
00:00:00.152765 DrvVD: Flushes will be ignored
00:00:00.152791 DrvVD: Async flushes will be passed to the disk
00:00:00.153033 VD: VDInit finished
00:00:00.202451 VD: Opening the disk took 49622701 ns
00:00:00.202604 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 83886080
00:00:00.202629 PIIX3 ATA: LUN#1: no unit
00:00:00.202757 PIIX3 ATA: LUN#2: no unit
00:00:00.202770 PIIX3 ATA: LUN#3: no unit
00:00:00.202840 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.202893 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.203122 E1000#0 Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=enabled ItrRx=enabled R0=enabled GC=enabled
00:00:00.217013 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:00.217083 NAT: resolv.conf: nameserver 4.2.2.1
00:00:00.217089 NAT: resolv.conf: nameserver 4.2.2.2
00:00:00.217091 NAT: resolv.conf: nameserver 208.67.220.220
00:00:00.217102 NAT: DNS#0: 4.2.2.1
00:00:00.217105 NAT: DNS#1: 4.2.2.2
00:00:00.217107 NAT: DNS#2: 208.67.220.220
00:00:00.217140 NAT: Set redirect TCP 127.0.0.1:2222 -> 0.0.0.0:22
00:00:00.217778 Audio: Initializing ALSA driver
00:00:00.218075 Audio: Host audio backend supports 1 output streams and 1 input streams at once
00:00:00.218089 Audio: Initializing VRDE driver
00:00:00.218095 Audio: Host audio backend supports 1 output streams and 2 input streams at once
00:00:00.218103 AC97: Reset
00:00:00.219108 ALSA: Failed to open "default" as input device: No such file or directory
00:00:00.219253 ALSA: Failed to open "default" as input device: No such file or directory
00:00:00.219394 ALSA: Failed to open "default" as output device: No such file or directory
00:00:00.219513 ALSA: Failed to open "default" as output device: No such file or directory
00:00:00.219559 AC97: Falling back to NULL backend (no sound audible)
00:00:00.219611 AC97: Reset
00:00:00.219642 Audio: Initializing NULL driver
00:00:00.219647 Audio: Host audio backend supports 1 output streams and 2 input streams at once
00:00:00.219658 VM: Raising runtime error 'HostAudioNotResponding' (fFlags=0x0)
00:00:00.219662 Console: VM runtime error: fatal=false, errorID=HostAudioNotResponding message="No audio devices could be opened. Selecting the NULL audio backend with the consequence that no sound is audible"
00:00:00.220207 PGM: The CPU physical address width is 40 bits
00:00:00.220214 PGM: PGMR3InitFinalize: 4 MB PSE mask 000000ffffffffff
00:00:00.220261 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=true 
00:00:00.223156 VMM: Enabled thread-context hooks
00:00:00.223289 HM: fWorldSwitcher=0x0 (fIbpbOnVmExit=0 fIbpbOnVmEntry=0)
00:00:00.223294 HM: Using VT-x implementation 2.0
00:00:00.223295 HM: Host CR4                        = 0x60670
00:00:00.223296 HM: Host EFER                       = 0xd01
00:00:00.223296 HM: MSR_IA32_SMM_MONITOR_CTL        = 0x0
00:00:00.223297 HM: MSR_IA32_FEATURE_CONTROL        = 0x5
00:00:00.223298 HM: MSR_IA32_VMX_BASIC_INFO         = 0xd8100011e57ed0
00:00:00.223298 HM:   VMCS id                         = 0x11e57ed0
00:00:00.223299 HM:   VMCS size                       = 4096 bytes
00:00:00.223300 HM:   VMCS physical address limit     = None
00:00:00.223300 HM:   VMCS memory type                = 0x6
00:00:00.223301 HM:   Dual-monitor treatment support  = false
00:00:00.223301 HM:   OUTS & INS instruction-info     = true 
00:00:00.223302 HM: Max resume loops                = 8192
00:00:00.223303 HM: MSR_IA32_VMX_PINBASED_CTLS      = 0x7f00000016
00:00:00.223303 HM:   EXT_INT_EXIT
00:00:00.223304 HM:   NMI_EXIT
00:00:00.223304 HM:   VIRTUAL_NMI
00:00:00.223305 HM:   PREEMPT_TIMER
00:00:00.223305 HM:   POSTED_INTR (must be cleared)
00:00:00.223306 HM: MSR_IA32_VMX_PROCBASED_CTLS     = 0xfff9fffe0401e172
00:00:00.223306 HM:   INT_WINDOW_EXIT
00:00:00.223307 HM:   USE_TSC_OFFSETTING
00:00:00.223307 HM:   HLT_EXIT
00:00:00.223308 HM:   INVLPG_EXIT
00:00:00.223308 HM:   MWAIT_EXIT
00:00:00.223308 HM:   RDPMC_EXIT
00:00:00.223309 HM:   RDTSC_EXIT
00:00:00.223309 HM:   CR3_LOAD_EXIT (must be set)
00:00:00.223310 HM:   CR3_STORE_EXIT (must be set)
00:00:00.223310 HM:   CR8_LOAD_EXIT
00:00:00.223311 HM:   CR8_STORE_EXIT
00:00:00.223311 HM:   USE_TPR_SHADOW
00:00:00.223311 HM:   NMI_WINDOW_EXIT
00:00:00.223312 HM:   MOV_DR_EXIT
00:00:00.223312 HM:   UNCOND_IO_EXIT
00:00:00.223312 HM:   USE_IO_BITMAPS
00:00:00.223313 HM:   MONITOR_TRAP_FLAG
00:00:00.223313 HM:   USE_MSR_BITMAPS
00:00:00.223314 HM:   MONITOR_EXIT
00:00:00.223314 HM:   PAUSE_EXIT
00:00:00.223314 HM:   USE_SECONDARY_EXEC_CTRL
00:00:00.223315 HM: MSR_IA32_VMX_PROCBASED_CTLS2    = 0xff00000000
00:00:00.223316 HM:   VIRT_APIC
00:00:00.223316 HM:   EPT
00:00:00.223316 HM:   DESCRIPTOR_TABLE_EXIT
00:00:00.223317 HM:   RDTSCP
00:00:00.223317 HM:   VIRT_X2APIC
00:00:00.223318 HM:   VPID
00:00:00.223318 HM:   WBINVD_EXIT
00:00:00.223318 HM:   UNRESTRICTED_GUEST
00:00:00.223319 HM:   APIC_REG_VIRT (must be cleared)
00:00:00.223319 HM:   VIRT_INTR_DELIVERY (must be cleared)
00:00:00.223320 HM:   PAUSE_LOOP_EXIT (must be cleared)
00:00:00.223320 HM:   RDRAND_EXIT (must be cleared)
00:00:00.223320 HM:   INVPCID (must be cleared)
00:00:00.223321 HM:   VMFUNC (must be cleared)
00:00:00.223321 HM:   VMCS_SHADOWING (must be cleared)
00:00:00.223321 HM:   ENCLS_EXIT (must be cleared)
00:00:00.223322 HM:   RDSEED_EXIT (must be cleared)
00:00:00.223322 HM:   PML (must be cleared)
00:00:00.223323 HM:   EPT_VE (must be cleared)
00:00:00.223323 HM:   CONCEAL_FROM_PT (must be cleared)
00:00:00.223323 HM:   XSAVES_XRSTORS (must be cleared)
00:00:00.223324 HM:   TSC_SCALING (must be cleared)
00:00:00.223324 HM: MSR_IA32_VMX_ENTRY_CTLS         = 0xd3ff000011ff
00:00:00.223325 HM:   LOAD_DEBUG (must be set)
00:00:00.223325 HM:   IA32E_MODE_GUEST
00:00:00.223341 HM:   ENTRY_SMM (must be cleared)
00:00:00.223341 HM:   DEACTIVATE_DUALMON (must be cleared)
00:00:00.223342 HM:   LOAD_GUEST_PERF_MSR (must be cleared)
00:00:00.223342 HM:   LOAD_GUEST_PAT_MSR
00:00:00.223342 HM:   LOAD_GUEST_EFER_MSR
00:00:00.223343 HM: MSR_IA32_VMX_EXIT_CTLS          = 0x7fefff00036dff
00:00:00.223343 HM:   SAVE_DEBUG (must be set)
00:00:00.223344 HM:   HOST_ADDR_SPACE_SIZE
00:00:00.223344 HM:   LOAD_PERF_MSR (must be cleared)
00:00:00.223344 HM:   ACK_EXT_INT
00:00:00.223345 HM:   SAVE_GUEST_PAT_MSR
00:00:00.223345 HM:   LOAD_HOST_PAT_MSR
00:00:00.223345 HM:   SAVE_GUEST_EFER_MSR
00:00:00.223346 HM:   LOAD_HOST_EFER_MSR
00:00:00.223346 HM:   SAVE_VMX_PREEMPT_TIMER
00:00:00.223346 HM: MSR_IA32_VMX_EPT_VPID_CAP       = 0xf0106134041
00:00:00.223347 HM:   RWX_X_ONLY
00:00:00.223347 HM:   PAGE_WALK_LENGTH_4
00:00:00.223348 HM:   EMT_WB
00:00:00.223348 HM:   PDE_2M
00:00:00.223348 HM:   PDPTE_1G
00:00:00.223349 HM:   INVEPT
00:00:00.223349 HM:   INVEPT_SINGLE_CONTEXT
00:00:00.223350 HM:   INVEPT_ALL_CONTEXTS
00:00:00.223350 HM:   INVVPID
00:00:00.223350 HM:   INVVPID_INDIV_ADDR
00:00:00.223351 HM:   INVVPID_SINGLE_CONTEXT
00:00:00.223351 HM:   INVVPID_ALL_CONTEXTS
00:00:00.223351 HM:   INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:00.223352 HM: MSR_IA32_VMX_MISC               = 0x65
00:00:00.223352 HM:   PREEMPT_TSC_BIT                 = 0x5
00:00:00.223353 HM:   STORE_EFERLMA_VMEXIT            = true 
00:00:00.223353 HM:   ACTIVITY_STATES                 = 0x1
00:00:00.223353 HM:   CR3_TARGET                      = 0x0
00:00:00.223354 HM:   MAX_MSR                         = 512
00:00:00.223354 HM:   RDMSR_SMBASE_MSR_SMM            = false
00:00:00.223355 HM:   SMM_MONITOR_CTL_B2              = false
00:00:00.223355 HM:   VMWRITE_VMEXIT_INFO             = false
00:00:00.223356 HM:   MSEG_ID                         = 0x0
00:00:00.223356 HM: MSR_IA32_VMX_CR0_FIXED0         = 0x80000021
00:00:00.223357 HM: MSR_IA32_VMX_CR0_FIXED1         = 0xffffffff
00:00:00.223358 HM: MSR_IA32_VMX_CR4_FIXED0         = 0x2000
00:00:00.223358 HM: MSR_IA32_VMX_CR4_FIXED1         = 0x627ff
00:00:00.223359 HM: MSR_IA32_VMX_VMCS_ENUM          = 0x2e
00:00:00.223359 HM:   HIGHEST_INDEX                   = 0x17
00:00:00.223360 HM: APIC-access page physaddr       = 0x00000000bb961000
00:00:00.223360 HM: VCPU  0: MSR bitmap physaddr    = 0x00000000bb964000
00:00:00.223361 HM: VCPU  0: VMCS physaddr          = 0x00000000bb962000
00:00:00.223362 HM: Guest support: 32-bit and 64-bit
00:00:00.223381 HM: Supports VMCS EFER fields       = true 
00:00:00.223381 HM: Enabled VMX
00:00:00.223384 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:00.223384 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:00.223385 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:00.223385 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:00.223386 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:00.223386 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:00.223386 HM: Enabled nested paging
00:00:00.223387 HM:   EPT flush type                = VMXFLUSHEPT_SINGLE_CONTEXT
00:00:00.223387 HM: Enabled unrestricted guest execution
00:00:00.223388 HM: Enabled VPID
00:00:00.223388 HM:   VPID flush type               = VMXFLUSHVPID_SINGLE_CONTEXT
00:00:00.223388 HM: Enabled VMX-preemption timer (cPreemptTimerShift=5)
00:00:00.223389 HM: VT-x/AMD-V init method: GLOBAL
00:00:00.223390 CPUM: VCPU  0: Cached APIC base MSR = 0xfee00900
00:00:00.223398 VMM: fUsePeriodicPreemptionTimers=false
00:00:00.223880 CPUM: Logical host processors: 4 present, 4 max, 4 online, online mask: 000000000000000f
00:00:00.223936 CPUM: Physical host cores: 4
00:00:00.223937 ************************* CPUID dump ************************
00:00:00.223947          Raw Standard CPUID Leaves
00:00:00.223947      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.223949 Gst: 00000000/0000  0000000d 756e6547 6c65746e 49656e69
00:00:00.223950 Hst:                0000000d 756e6547 6c65746e 49656e69
00:00:00.223952 Gst: 00000001/0000  000206d7 00000800 96b82203 078bfbff
00:00:00.223953 Hst:                000206d7 00000800 9fba2223 0f8bfbff
00:00:00.223955 Gst: 00000002/0000  00000001 00000000 00000000 002c307d
00:00:00.223956 Hst:                00000001 00000000 00000000 002c307d
00:00:00.223957 Gst: 00000003/0000  00000000 00000000 00000000 00000000
00:00:00.223958 Hst:                00000000 00000000 00000000 00000000
00:00:00.223959 Gst: 00000004/0000  00000121 01c0003f 0000003f 00000001
00:00:00.223960 Hst:                00000121 01c0003f 0000003f 00000001
00:00:00.223962 Gst: 00000004/0001  00000122 01c0003f 0000003f 00000001
00:00:00.223963 Hst:                00000122 01c0003f 0000003f 00000001
00:00:00.223964 Gst: 00000004/0002  00000143 03c0003f 00000fff 00000001
00:00:00.223965 Hst:                00000143 03c0003f 00000fff 00000001
00:00:00.223966 Gst: 00000004/0003  00000000 00000000 00000000 00000000
00:00:00.223967 Hst:                00000000 00000000 00000000 00000000
00:00:00.223968 Gst: 00000005/0000  00000000 00000000 00000000 00000000
00:00:00.223969 Hst:                00000000 00000000 00000003 00000000
00:00:00.223970 Gst: 00000006/0000  00000000 00000000 00000000 00000000
00:00:00.223971 Hst:                00000004 00000000 00000000 00000000
00:00:00.223972 Gst: 00000007/0000  00000000 00000000 00000000 00000000
00:00:00.223973 Hst:                00000000 00000002 00000000 84000000
00:00:00.223974 Gst: 00000008/0000  00000000 00000000 00000000 00000000
00:00:00.223975 Hst:                00000000 00000000 00000000 00000000
00:00:00.223976 Gst: 00000009/0000  00000000 00000000 00000000 00000000
00:00:00.223977 Hst:                00000000 00000000 00000000 00000000
00:00:00.223978 Gst: 0000000a/0000  00000000 00000000 00000000 00000000
00:00:00.223979 Hst:                07300402 00000000 00000000 00000603
00:00:00.223980 Gst: 0000000b/0000  00000000 00000000 00000000 00000000
00:00:00.223981 Hst:                00000000 00000000 00000000 00000000
00:00:00.223982 Gst: 0000000c/0000  00000000 00000000 00000000 00000000
00:00:00.223983 Hst:                00000000 00000000 00000000 00000000
00:00:00.223984 Gst: 0000000d/0000  00000007 00000340 00000340 00000000
00:00:00.223985 Hst:                00000007 00000340 00000340 00000000
00:00:00.223986 Gst: 0000000d/0001  00000000 00000000 00000000 00000000
00:00:00.223987 Hst:                00000001 00000000 00000000 00000000
00:00:00.223988 Gst: 0000000d/0002  00000100 00000240 00000000 00000000
00:00:00.223989 Hst:                00000100 00000240 00000000 00000000
00:00:00.223990 Gst: 0000000d/0003  00000000 00000000 00000000 00000000
00:00:00.223991 Hst:                00000000 00000000 00000000 00000000
00:00:00.224072                                Name: GenuineIntel
00:00:00.224073                            Supports: 0x00000000-0x0000000d
00:00:00.224074                              Family:  6 	Extended: 0 	Effective: 6
00:00:00.224075                               Model: 13 	Extended: 2 	Effective: 45
00:00:00.224076                            Stepping: 7
00:00:00.224077                                Type: 0 (primary)
00:00:00.224078                             APIC ID: 0x00
00:00:00.224079                        Logical CPUs: 0
00:00:00.224079                        CLFLUSH Size: 8
00:00:00.224080                            Brand ID: 0x00
00:00:00.224082 Features
00:00:00.224082   Mnemonic - Description                                  = guest (host)
00:00:00.224083   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:00.224084   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:00.224085   DE - Debugging extensions                               = 1 (1)
00:00:00.224086   PSE - Page Size Extension                               = 1 (1)
00:00:00.224087   TSC - Time Stamp Counter                                = 1 (1)
00:00:00.224088   MSR - Model Specific Registers                          = 1 (1)
00:00:00.224089   PAE - Physical Address Extension                        = 1 (1)
00:00:00.224090   MCE - Machine Check Exception                           = 1 (1)
00:00:00.224091   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:00.224092   APIC - APIC On-Chip                                     = 1 (1)
00:00:00.224093   SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
00:00:00.224093   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:00.224094   PGE - PTE Global Bit                                    = 1 (1)
00:00:00.224095   MCA - Machine Check Architecture                        = 1 (1)
00:00:00.224096   CMOV - Conditional Move instructions                    = 1 (1)
00:00:00.224097   PAT - Page Attribute Table                              = 1 (1)
00:00:00.224098   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:00.224099   PSN - Processor Serial Number                           = 0 (0)
00:00:00.224100   CLFSH - CLFLUSH instruction                             = 1 (1)
00:00:00.224101   DS - Debug Store                                        = 0 (0)
00:00:00.224102   ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (0)
00:00:00.224103   MMX - Intel MMX Technology                              = 1 (1)
00:00:00.224104   FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
00:00:00.224104   SSE - SSE support                                       = 1 (1)
00:00:00.224105   SSE2 - SSE2 support                                     = 1 (1)
00:00:00.224106   SS - Self Snoop                                         = 0 (1)
00:00:00.224107   HTT - Hyper-Threading Technology                        = 0 (0)
00:00:00.224108   TM - Therm. Monitor                                     = 0 (0)
00:00:00.224109   PBE - Pending Break Enabled                             = 0 (0)
00:00:00.224110   SSE3 - SSE3 support                                     = 1 (1)
00:00:00.224111   PCLMUL - PCLMULQDQ support (for AES-GCM)                = 1 (1)
00:00:00.224112   DTES64 - DS Area 64-bit Layout                          = 0 (0)
00:00:00.224113   MONITOR - MONITOR/MWAIT instructions                    = 0 (0)
00:00:00.224114   CPL-DS - CPL Qualified Debug Store                      = 0 (0)
00:00:00.224115   VMX - Virtual Machine Extensions                        = 0 (1)
00:00:00.224116   SMX - Safer Mode Extensions                             = 0 (0)
00:00:00.224117   EST - Enhanced SpeedStep Technology                     = 0 (0)
00:00:00.224117   TM2 - Terminal Monitor 2                                = 0 (0)
00:00:00.224118   SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
00:00:00.224119   CNTX-ID - L1 Context ID                                 = 0 (0)
00:00:00.224130   SDBG - Silicon Debug interface                          = 0 (0)
00:00:00.224131   FMA - Fused Multiply Add extensions                     = 0 (0)
00:00:00.224132   CX16 - CMPXCHG16B instruction                           = 1 (1)
00:00:00.224133   TPRUPDATE - xTPR Update Control                         = 0 (0)
00:00:00.224134   PDCM - Perf/Debug Capability MSR                        = 0 (0)
00:00:00.224135   PCID - Process Context Identifiers                      = 0 (1)
00:00:00.224136   DCA - Direct Cache Access                               = 0 (0)
00:00:00.224137   SSE4_1 - SSE4_1 support                                 = 1 (1)
00:00:00.224137   SSE4_2 - SSE4_2 support                                 = 1 (1)
00:00:00.224138   X2APIC - x2APIC support                                 = 1 (1)
00:00:00.224139   MOVBE - MOVBE instruction                               = 0 (0)
00:00:00.224140   POPCNT - POPCNT instruction                             = 1 (1)
00:00:00.224141   TSCDEADL - Time Stamp Counter Deadline                  = 0 (1)
00:00:00.224142   AES - AES instructions                                  = 1 (1)
00:00:00.224143   XSAVE - XSAVE instruction                               = 1 (1)
00:00:00.224144   OSXSAVE - OSXSAVE instruction                           = 0 (1)
00:00:00.224145   AVX - AVX support                                       = 1 (1)
00:00:00.224146   F16C - 16-bit floating point conversion instructions    = 0 (0)
00:00:00.224147   RDRAND - RDRAND instruction                             = 0 (0)
00:00:00.224147   HVP - Hypervisor Present (we're a guest)                = 1 (1)
00:00:00.224148 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:00.224150   Mnemonic - Description                                  = guest (host)
00:00:00.224150   FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 0 (0)
00:00:00.224151   TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (1)
00:00:00.224152   SGX - Supports Software Guard Extensions                = 0 (0)
00:00:00.224153   BMI1 - Advanced Bit Manipulation extension 1            = 0 (0)
00:00:00.224153   HLE - Hardware Lock Elision                             = 0 (0)
00:00:00.224154   AVX2 - Advanced Vector Extensions 2                     = 0 (0)
00:00:00.224155   FDP_EXCPTN_ONLY - FPU DP only updated on exceptions     = 0 (0)
00:00:00.224156   SMEP - Supervisor Mode Execution Prevention             = 0 (0)
00:00:00.224157   BMI2 - Advanced Bit Manipulation extension 2            = 0 (0)
00:00:00.224157   ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (0)
00:00:00.224158   INVPCID - INVPCID instruction                           = 0 (0)
00:00:00.224159   RTM - Restricted Transactional Memory                   = 0 (0)
00:00:00.224160   PQM - Platform Quality of Service Monitoring            = 0 (0)
00:00:00.224161   DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 0 (0)
00:00:00.224161   MPE - Intel Memory Protection Extensions                = 0 (0)
00:00:00.224162   PQE - Platform Quality of Service Enforcement           = 0 (0)
00:00:00.224163   AVX512F - AVX512 Foundation instructions                = 0 (0)
00:00:00.224163   RDSEED - RDSEED instruction                             = 0 (0)
00:00:00.224164   ADX - ADCX/ADOX instructions                            = 0 (0)
00:00:00.224165   SMAP - Supervisor Mode Access Prevention                = 0 (0)
00:00:00.224166   CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 0 (0)
00:00:00.224167   INTEL_PT - Intel Processor Trace                        = 0 (0)
00:00:00.224168   AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
00:00:00.224168   AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:00.224169   AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
00:00:00.224170   SHA - Secure Hash Algorithm extensions                  = 0 (0)
00:00:00.224171   PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
00:00:00.224172   UMIP - User mode insturction prevention                 = 0 (0)
00:00:00.224172   PKU - Protection Key for Usermode pages                 = 0 (0)
00:00:00.224173   OSPKE - CR4.PKU mirror                                  = 0 (0)
00:00:00.224174   MAWAU - Value used by BNDLDX & BNDSTX                   = 0x0 (0x0)
00:00:00.224175   RDPID - Read processor ID support                       = 0 (0)
00:00:00.224176   SGX_LC - Supports SGX Launch Configuration              = 0 (0)
00:00:00.224177   IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB  = 0 (1)
00:00:00.224178   STIBP - Supports IA32_SPEC_CTRL.STIBP                   = 0 (0)
00:00:00.224179   ARCHCAP - Supports IA32_ARCH_CAP                        = 0 (0)
00:00:00.224179   31 - Reserved                                           = 0 (1)
00:00:00.224181 Processor Extended State Enumeration (leaf 0xd):
00:00:00.224182    XSAVE area cur/max size by XCR0, guest: 0x340/0x340
00:00:00.224183     XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:00.224184                    Valid XCR0 bits, guest: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:00.224185                     Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:00.224188                     XSAVE features, guest:
00:00:00.224188                      XSAVE features, host: XSAVEOPT
00:00:00.224189       XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:00.224190        XSAVE area cur size XCR0|XSS, host: 0x0
00:00:00.224190                Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:00.224191                 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:00.224193   State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:00.224194   State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:00.224235          Raw Hypervisor CPUID Leaves
00:00:00.224236      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.224237 Gst: 40000000/0000  40000001 4b4d564b 564b4d56 0000004d
00:00:00.224238 Hst:                40000001 4b4d564b 564b4d56 0000004d
00:00:00.224240 Gst: 40000001/0000  00000089 00000000 00000000 00000000
00:00:00.224241 Hst:                010000fb 00000000 00000000 00000000
00:00:00.224242          Raw Extended CPUID Leaves
00:00:00.224242      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.224243 Gst: 80000000/0000  80000008 756e6547 6c65746e 49656e69
00:00:00.224245 Hst:                80000008 756e6547 6c65746e 49656e69
00:00:00.224246 Gst: 80000001/0000  000206d7 00000000 00000001 28100800
00:00:00.224247 Hst:                000206d7 00000000 00000001 2c100800
00:00:00.224249 Gst: 80000002/0000  20202020 49202020 6c65746e 20295228
00:00:00.224250 Hst:                20202020 49202020 6c65746e 20295228
00:00:00.224252 Gst: 80000003/0000  65726f43 294d5428 2d376920 30333933
00:00:00.224253 Hst:                65726f43 294d5428 2d376920 30333933
00:00:00.224254 Gst: 80000004/0000  5043204b 20402055 30322e33 007a4847
00:00:00.224255 Hst:                5043204b 20402055 30322e33 007a4847
00:00:00.224257 Gst: 80000005/0000  01ff01ff 01ff01ff 40020140 40020140
00:00:00.224258 Hst:                01ff01ff 01ff01ff 40020140 40020140
00:00:00.224260 Gst: 80000006/0000  00000000 42004200 02008140 00000000
00:00:00.224261 Hst:                00000000 42004200 02008140 00000000
00:00:00.224262 Gst: 80000007/0000  00000000 00000000 00000000 00000000
00:00:00.224263 Hst:                00000000 00000000 00000000 00000000
00:00:00.224264 Gst: 80000008/0000  00003028 00000000 00000000 00000000
00:00:00.224265 Hst:                00003028 00000000 00000000 00000000
00:00:00.224266 Ext Name:                        GenuineIntel
00:00:00.224267 Ext Supports:                    0x80000000-0x80000008
00:00:00.224267 Family:                          6  	Extended: 0 	Effective: 6
00:00:00.224268 Model:                           13  	Extended: 2 	Effective: 45
00:00:00.224269 Stepping:                        7
00:00:00.224269 Brand ID:                        0x000
00:00:00.224270 Ext Features
00:00:00.224270   Mnemonic - Description                                  = guest (host)
00:00:00.224271   FPU - x87 FPU on Chip                                   = 0 (0)
00:00:00.224272   VME - Virtual 8086 Mode Enhancements                    = 0 (0)
00:00:00.224273   DE - Debugging extensions                               = 0 (0)
00:00:00.224274   PSE - Page Size Extension                               = 0 (0)
00:00:00.224275   TSC - Time Stamp Counter                                = 0 (0)
00:00:00.224276   MSR - K86 Model Specific Registers                      = 0 (0)
00:00:00.224276   PAE - Physical Address Extension                        = 0 (0)
00:00:00.224277   MCE - Machine Check Exception                           = 0 (0)
00:00:00.224278   CX8 - CMPXCHG8B instruction                             = 0 (0)
00:00:00.224279   APIC - APIC On-Chip                                     = 0 (0)
00:00:00.224280   SEP - SYSCALL/SYSRET                                    = 1 (1)
00:00:00.224281   MTRR - Memory Type Range Registers                      = 0 (0)
00:00:00.224282   PGE - PTE Global Bit                                    = 0 (0)
00:00:00.224283   MCA - Machine Check Architecture                        = 0 (0)
00:00:00.224284   CMOV - Conditional Move instructions                    = 0 (0)
00:00:00.224284   PAT - Page Attribute Table                              = 0 (0)
00:00:00.224285   PSE-36 - 36-bit Page Size Extension                     = 0 (0)
00:00:00.224286   NX - No-Execute/Execute-Disable                         = 1 (1)
00:00:00.224287   AXMMX - AMD Extensions to MMX instructions              = 0 (0)
00:00:00.224288   MMX - Intel MMX Technology                              = 0 (0)
00:00:00.224289   FXSR - FXSAVE and FXRSTOR Instructions                  = 0 (0)
00:00:00.224290   FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 0 (0)
00:00:00.224290   Page1GB - 1 GB large page                               = 0 (1)
00:00:00.224291   RDTSCP - RDTSCP instruction                             = 1 (1)
00:00:00.224292   LM - AMD64 Long Mode                                    = 1 (1)
00:00:00.224293   3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
00:00:00.224294   3DNOW - AMD 3DNow                                       = 0 (0)
00:00:00.224295   LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
00:00:00.224296   CmpLegacy - Core multi-processing legacy mode           = 0 (0)
00:00:00.224297   SVM - AMD Secure Virtual Machine extensions             = 0 (0)
00:00:00.224297   EXTAPIC - AMD Extended APIC registers                   = 0 (0)
00:00:00.224298   CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 0 (0)
00:00:00.224299   ABM - AMD Advanced Bit Manipulation                     = 0 (0)
00:00:00.224300   SSE4A - SSE4A instructions                              = 0 (0)
00:00:00.224301   MISALIGNSSE - AMD Misaligned SSE mode                   = 0 (0)
00:00:00.224301   3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 0 (0)
00:00:00.224302   OSVW - AMD OS Visible Workaround                        = 0 (0)
00:00:00.224303   IBS - Instruct Based Sampling                           = 0 (0)
00:00:00.224304   XOP - Extended Operation support                        = 0 (0)
00:00:00.224305   SKINIT - SKINIT, STGI, and DEV support                  = 0 (0)
00:00:00.224305   WDT - AMD Watchdog Timer support                        = 0 (0)
00:00:00.224306   LWP - Lightweight Profiling support                     = 0 (0)
00:00:00.224307   FMA4 - Four operand FMA instruction support             = 0 (0)
00:00:00.224308   NodeId - NodeId in MSR C001_100C                        = 0 (0)
00:00:00.224309   TBM - Trailing Bit Manipulation instructions            = 0 (0)
00:00:00.224309   TOPOEXT - Topology Extensions                           = 0 (0)
00:00:00.224311 Full Name:                       "       Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz"
00:00:00.224311 TLB 2/4M Instr/Uni:              direct 255 entries
00:00:00.224312 TLB 2/4M Data:                   direct 255 entries
00:00:00.224312 TLB 4K Instr/Uni:                direct 255 entries
00:00:00.224313 TLB 4K Data:                     direct 255 entries
00:00:00.224313 L1 Instr Cache Line Size:        64 bytes
00:00:00.224314 L1 Instr Cache Lines Per Tag:    1
00:00:00.224314 L1 Instr Cache Associativity:    2 way
00:00:00.224315 L1 Instr Cache Size:             64 KB
00:00:00.224315 L1 Data Cache Line Size:         64 bytes
00:00:00.224316 L1 Data Cache Lines Per Tag:     1
00:00:00.224316 L1 Data Cache Associativity:     2 way
00:00:00.224316 L1 Data Cache Size:              64 KB
00:00:00.224317 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:00.224318 L2 TLB 2/4M Data:                off       0 entries
00:00:00.224318 L2 TLB 4K Instr/Uni:             4 way   512 entries
00:00:00.224318 L2 TLB 4K Data:                  4 way   512 entries
00:00:00.224319 L2 Cache Line Size:              0 bytes
00:00:00.224319 L2 Cache Lines Per Tag:          0
00:00:00.224320 L2 Cache Associativity:          off   
00:00:00.224320 L2 Cache Size:                   0 KB
00:00:00.224321 APM Features:                   
00:00:00.224322 Host Invariant-TSC support:      false
00:00:00.224324 Physical Address Width:          40 bits
00:00:00.224324 Virtual Address Width:           48 bits
00:00:00.224325 Guest Physical Address Width:    0 bits
00:00:00.224325 Physical Core Count:             1
00:00:00.224327 
00:00:00.224328 ******************** End of CPUID dump **********************
00:00:00.227124 PcBios: ATA LUN#0 LCHS=1024/255/63
00:00:00.227137 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:00.227143 TMR3UtcNow: nsNow=1 543 390 881 358 189 000 nsPrev=0 -> cNsDelta=1 543 390 881 358 189 000 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 543 390 881 358 189 000)
00:00:00.227150 VMEmt: Halt method global1 (5)
00:00:00.227156 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:00.227160 Changing the VM state from 'CREATING' to 'CREATED'
00:00:00.229541 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:00.229724 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:00.229731 Console: Machine state changed to 'Running'
00:00:00.237213 VMMDev: Guest Log: BIOS: VirtualBox 5.1.38
00:00:00.293853 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.366582 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0
00:00:00.395432 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:00.395700 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.405989 VMMDev: Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:00.426443 PIIX3 ATA: Ctl#0: RESET, DevSel=1 AIOIf=0 CmdIf0=0xec (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:00.443186 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.594607 NAT: Old socket recv size: 128KB
00:00:00.594619 NAT: Old socket send size: 128KB
00:00:00.700446 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:00.740142 Display::handleDisplayResize: uScreenId=0 pvVRAM=00007f6bae9f6000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0
00:00:03.200050 Display::handleDisplayResize: uScreenId=0 pvVRAM=00007f6bae9f6000 w=640 h=480 bpp=0 cbLine=0x280 flags=0x0
00:00:03.259967 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0
00:00:03.272466 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.278588 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:03.283894 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.289647 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:03.295492 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0002
00:00:03.300020 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.305999 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:03.311841 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:03.314665 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xc4 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:03.314900 PIIX3 ATA: Ctl#0: finished processing RESET
00:06:25.267571 VMMDev: Guest Log: BIOS: KBD: unsupported int 16h function 03
00:06:25.273450 VMMDev: Guest Log: BIOS: AX=0305 BX=0000 CX=0000 DX=0000 
00:06:25.294987 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=81
00:06:25.303757 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=81
00:06:25.313140 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=82
00:06:25.321627 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=82
00:06:25.331018 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=83
00:06:25.339834 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=83
00:06:25.349128 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=84
00:06:25.357632 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=84
00:06:25.367027 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=85
00:06:25.375780 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=85
00:06:25.385091 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=86
00:06:25.393765 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=86
00:06:25.403226 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=87
00:06:25.412094 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=87
00:06:25.421436 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=88
00:06:25.430013 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=88
00:06:25.439568 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=89
00:06:25.448580 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=89
00:06:25.458206 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8a
00:06:25.466771 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8a
00:06:25.476129 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8b
00:06:25.484908 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8b
00:06:25.494354 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8c
00:06:25.503136 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8c
00:06:25.512860 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8d
00:06:25.521727 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8d
00:06:25.531104 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8e
00:06:25.539633 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8e
00:06:25.548976 VMMDev: Guest Log: int13_harddisk_ext: function 41, unmapped device for ELDL=8f
00:06:25.557789 VMMDev: Guest Log: int13_harddisk: function 02, unmapped device for ELDL=8f
00:06:28.819208 GIM: KVM: VCPU  0: Enabled system-time struct. at 0x000000001ffb4000 - u32TscScale=0x9ffc1d48 i8TscShift=-1 uVersion=2 fFlags=0x1 uTsc=0x14d3938a740dd uVirtNanoTS=0x5a79b4fa99
00:06:28.819244 TM: Switching TSC mode from 'Dynamic' to 'RealTscOffset'
00:06:28.946878 GIM: KVM: Enabled wall-clock struct. at 0x000000001ffc4000 - u32Sec=1543391270 u32Nano=77229268 uVersion=2
00:06:30.941574 PIT: mode=2 count=0x4a9 (1193) - 1000.15 Hz (ch=0)
00:06:30.967482 APIC0: Switched mode to x2APIC
00:06:31.281889 IEM: rdmsr(0x140) -> #GP(0)
00:06:31.543368 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)

@surajssd
Copy link

surajssd commented Dec 21, 2018

Installing vagrant and libvirt on the L1

sudo apt-get update -y
sudo apt-get install -y libvirt-bin libvirt-dev qemu-utils qemu wget
sudo /etc/init.d/libvirt-bin restart
sudo addgroup libvirtd
sudo usermod -a -G libvirtd $USER


wget https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
sudo dpkg -i vagrant_2.2.4_x86_64.deb

vagrant plugin install vagrant-libvirt
vagrant plugin install vagrant-mutate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment