VirtualBox

TicketQuery Wiki Macro

The TicketQuery macro lets you display ticket information anywhere that accepts WikiFormatting. The query language used by the [[TicketQuery]] macro is described in the TracQuery page.

Usage

[[TicketQuery]]

Wiki macro listing tickets that match certain criteria.

This macro accepts a comma-separated list of keyed parameters, in the form "key=value".

If the key is the name of a field, the value must use the syntax of a filter specifier as defined in TracQuery#QueryLanguage. Note that this is not the same as the simplified URL syntax used for query: links starting with a ? character. Commas (,) can be included in field values by escaping them with a backslash (\).

Groups of field constraints to be OR-ed together can be separated by a literal or argument.

In addition to filters, several other named parameters can be used to control how the results are presented. All of them are optional.

The format parameter determines how the list of tickets is presented:

  • list -- the default presentation is to list the ticket ID next to the summary, with each ticket on a separate line.
  • compact -- the tickets are presented as a comma-separated list of ticket IDs.
  • count -- only the count of matching tickets is displayed
  • rawcount -- only the count of matching tickets is displayed, not even with a link to the corresponding query (since 1.1.1)
  • table -- a view similar to the custom query view (but without the controls)
  • progress -- a view similar to the milestone progress bars

The max parameter can be used to limit the number of tickets shown (defaults to 0, i.e. no maximum).

The order parameter sets the field used for ordering tickets (defaults to id).

The desc parameter indicates whether the order of the tickets should be reversed (defaults to false).

The group parameter sets the field used for grouping tickets (defaults to not being set).

The groupdesc parameter indicates whether the natural display order of the groups should be reversed (defaults to false).

The verbose parameter can be set to a true value in order to get the description for the listed tickets. For table format only. deprecated in favor of the rows parameter

The rows parameter can be used to specify which field(s) should be viewed as a row, e.g. rows=description|summary

The col parameter can be used to specify which fields should be viewed as columns. For table format only.

For compatibility with Trac 0.10, if there's a last positional parameter given to the macro, it will be used to specify the format. Also, using "&" as a field separator still works (except for order) but is deprecated.

Examples

Example Result Macro
Number of Triage tickets: 5078 [[TicketQuery(status=new&milestone=,count)]]
Number of new tickets: 5078 [[TicketQuery(status=new,count)]]
Number of reopened tickets: 204 [[TicketQuery(status=reopened,count)]]
Number of assigned tickets: 63 [[TicketQuery(status=assigned,count)]]
Number of invalid tickets: 1458 [[TicketQuery(status=closed,resolution=invalid,count)]]
Number of worksforme tickets: 1154 [[TicketQuery(status=closed,resolution=worksforme,count)]]
Number of duplicate tickets: 3007 [[TicketQuery(status=closed,resolution=duplicate,count)]]
Number of wontfix tickets: 570 [[TicketQuery(status=closed,resolution=wontfix,count)]]
Number of fixed tickets: 6591 [[TicketQuery(status=closed,resolution=fixed,count)]]
Number of untriaged tickets (milestone unset): 5436 [[TicketQuery(status!=closed,milestone=,count)]]
Total number of tickets: 22032 [[TicketQuery(count)]]
Number of tickets reported or owned by current user: 0 [[TicketQuery(reporter=$USER,or,owner=$USER,count)]]
Number of tickets created this month: 3 [[TicketQuery(created=thismonth..,count)]]
Number of closed Firefox tickets: 8 [[TicketQuery(status=closed,keywords~=firefox,count)]]
Number of closed Opera tickets: 1 [[TicketQuery(status=closed,keywords~=opera,count)]]
Number of closed tickets affecting Firefox and Opera: 0 [[TicketQuery(status=closed,keywords~=firefox opera,count)]]
Number of closed tickets affecting Firefox or Opera: 9 [[TicketQuery(status=closed,keywords~=firefox|opera,count)]]
Number of tickets that affect Firefox or are closed and affect Opera: 13 [[TicketQuery(status=closed,keywords~=opera,or,keywords~=firefox,count)]]
Number of closed Firefox tickets that don't affect Opera: 0 [[TicketQuery(status=closed,keywords~=firefox -opera,count)]]
Last 3 modified tickets: #12050, #13572, #15967 [[TicketQuery(max=3,order=modified,desc=1,compact)]]

Details of ticket #1:

[[TicketQuery(id=1,col=id|owner|reporter,rows=summary,table)]]

Ticket Owner Reporter
No tickets found

Format: list

[[TicketQuery(version=0.6|0.7&resolution=duplicate)]]

This is displayed as:

No results

[[TicketQuery(id=123)]]

This is displayed as:

#123
failed to install properly on windows XP

Format: compact

[[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]]

This is displayed as:

No results

Format: count

[[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]

This is displayed as:

0

Format: progress

[[TicketQuery(milestone=0.12.8&group=type,format=progress)]]

This is displayed as:

defect

15607 / 20435

enhancement

849 / 1418

task

140 / 179

Format: table

You can choose the columns displayed in the table format (format=table) using col=<field>. You can specify multiple fields and the order they are displayed by placing pipes (|) between the columns:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Full rows

In table format you can specify full rows using rows=<field>:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 16596)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#22083 duplicate Impossible save the machine state => duplicate of #22059 mmarco
Description

After starting Windows 7 or Windows 10, it is not possible to save the state of these machines. The state of other virtual machines, such as Ubuntu or WindowsXP, can be saved by VB without any problems. Also, the state of Windows 7 and Windows 10 can be saved if the request is made during the boot phase (before Windows presents the login message).

The host/guest system data follows (all executed locally).

inxi -Ga
Graphics:
  Device-1: NVIDIA GK107 [GeForce GT 640] vendor: ASUSTeK driver: nvidia
    v: 470.239.06 alternate: nouveau,nvidia_drm non-free: N/A
    status: unknown device ID pcie: gen: 2 speed: 5 GT/s lanes: 8 link-max:
    lanes: 16 ports: active: none off: DVI-D-2,HDMI-A-1,VGA-1 empty: DVI-D-1
    bus-ID: 01:00.0 chip-ID: 10de:0fc1 class-ID: 0300
  Device-2: Owon USB CAMERA driver: snd-usb-audio,uvcvideo type: USB
    rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1.5:6
    chip-ID: 5345:336b class-ID: 0102 serial: USB CAMERA
  Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0
    compositor: xfwm4 v: 4.18.0 driver: X: loaded: N/A failed: nvidia
    gpu: nvidia,nvidia-nvswitch note: X driver n/a, try sudo/root
    display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 3840x1986 s-dpi: 96 s-size: 1016x525mm (40.00x20.67")
    s-diag: 1144mm (45.02")
  Monitor-1: DVI-D-2 mapped: DVI-D-1 note: disabled pos: middle-r
    model: ASUS VA24E serial: N1LMTF012509 built: 2021 res: 1920x1080 hz: 60
    dpi: 93 gamma: 1.2 size: 527x296mm (20.75x11.65") diag: 604mm (23.8")
    ratio: 16:9 modes: max: 1920x1080 min: 640x480
  Monitor-2: HDMI-A-1 mapped: HDMI-0 note: disabled pos: primary,top-left
    model: Philips PHL 241V8 serial: 54646 built: 2022 res: 1920x1080 hz: 60
    dpi: 93 gamma: 1.2 size: 527x296mm (20.75x11.65") diag: 604mm (23.8")
    ratio: 16:9 modes: max: 1920x1080 min: 640x480
  Monitor-3: VGA-1 mapped: VGA-0 note: disabled pos: bottom-c
    model: Asus VS198 serial: B9LMTF272550 built: 2011 res: 1440x900 hz: 60
    dpi: 90 gamma: 1.2 size: 408x255mm (16.06x10.04") diag: 481mm (18.9")
    ratio: 16:10 modes: max: 1440x900 min: 640x480
  API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
    drv: swrast gbm: drv: kms_swrast surfaceless: drv: swrast x11: drv: swrast
    inactive: wayland,device-1
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: mesa v: 24.0.8-arch1.1
    glx-v: 1.4 direct-render: yes renderer: llvmpipe (LLVM 17.0.6 256 bits)
    device-ID: ffffffff:ffffffff memory: 30.56 GiB unified: yes
  API: Vulkan v: 1.3.279 layers: 5 device: 0 type: discrete-gpu
    name: NVIDIA GeForce GT 640 driver: nvidia v: 470.239.06
    device-ID: 10de:0fc1 surfaces: xcb,xlib
pacman -Ss virtualbox |grep installato
core/linux 6.9.2.arch1-1 [installato]
core/linux-lts 6.6.32-1 [installato]
extra/libvirt 1:10.3.0-1 [installato]
extra/virtualbox 7.0.18-1 [installato]
extra/virtualbox-ext-vnc 7.0.18-1 [installato]
extra/virtualbox-guest-iso 7.0.18-1 [installato]
extra/virtualbox-guest-utils 7.0.18-1 [installato]
extra/virtualbox-host-dkms 7.0.18-1 [installato]
extra/virtualbox-sdk 7.0.18-1 [installato]
neofetch
OS: EndeavourOS Linux x86_64 
Host: ESC700 G2 Rev 1.xx 
Kernel: 6.6.32-1-lts 
Uptime: 1 hour, 29 mins 
Packages: 3024 (pacman), 31 (flatpak) 
Shell: bash 5.2.26 
Resolution: 1440x900, 1920x1080, 1920x1080 
DE: KDE 
WM: Xfwm4 
WM Theme: Arc-Dark 
Theme: [KDE], Breeze-Dark [GTK2], Adwaita [GTK3] 
Icons: [KDE], breeze-dark [GTK2], breeze [GTK3] 
Terminal: xfce4-terminal 
Terminal Font: Source Code Pro 10 
CPU: Intel i7-4820K (8) @ 3.900GHz 
GPU: NVIDIA GeForce GT 640 
Memory: 20001MiB / 32042MiB 

Follows Windows 7 log

00:00:01.009622 VirtualBox VM 7.0.18 r162988 linux.amd64 (May  3 2024 17:29:05) release log
00:00:01.009624 Log opened 2024-05-29T11:25:07.269439000Z
00:00:01.009625 Build Type: release
00:00:01.009626 OS Product: Linux
00:00:01.009627 OS Release: 6.6.32-1-lts
00:00:01.009627 OS Version: #1 SMP PREEMPT_DYNAMIC Sat, 25 May 2024 20:20:51 +0000
00:00:01.009648 DMI Product Name: ESC700 G2
00:00:01.009657 DMI Product Version: Rev 1.xx
00:00:01.009661 Firmware type: UEFI
00:00:01.009789 Secure Boot: Disabled
00:00:01.009819 Host RAM: 32042MB (31.2GB) total, 19242MB (18.7GB) available
00:00:01.009821 Executable: /usr/lib/virtualbox/VirtualBoxVM
00:00:01.009821 Process ID: 104764
00:00:01.009822 Package type: LINUX_64BITS_GENERIC (OSE)
00:00:01.011794 Installed Extension Packs:
00:00:01.011799   Oracle VM VirtualBox Extension Pack (Version: 7.0.18 r162988; VRDE Module: VBoxVRDP; Crypto Module: VBoxPuelCrypto)
00:00:01.011803   VNC (Version: 7.0.18 r162988; VRDE Module: VBoxVNC; Crypto Module: )
00:00:01.012648 Console: Machine state changed to 'Starting'
00:00:01.012839 Qt version: 5.15.13
00:00:01.012845 X11 Window Manager code: 6
00:00:01.018025 SUP: seg #0: R   0x00000000 LB 0x00061000
00:00:01.018054 SUP: seg #1: R X 0x00061000 LB 0x001b7000
00:00:01.018058 SUP: seg #2: R   0x00218000 LB 0x0006a000
00:00:01.018060 SUP: seg #3: RW  0x00282000 LB 0x0002eaf8
00:00:01.019294 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:01.019294 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX
00:00:01.024183 Guest OS type: 'Windows7_64'
00:00:01.027403 fHMForced=true - No raw-mode support in this build!
00:00:01.028782 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:01.029747 X Server details: vendor: The X.Org Foundation, release: 12101013, protocol version: 11.0, display string: :0.0
00:00:01.029759 Using XKB for keycode to scan code conversion
00:00:01.034233 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 0 work area is actually resized to: 0x0 x 1920x1080
00:00:01.037350 File system of '/home/marco/VirtualBox VMs/7/Snapshots' (snapshots) is ext4
00:00:01.037365 File system of '/home/marco/VirtualBox VMs/7/i7.marco.7_.1702541157-14.dicembre.2023-09.05-disk001.vdi' is ext4
00:00:01.039872 File system of '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso' (DVD) is ext4
00:00:01.040484 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 1 work area is actually resized to: 603x1086 x 1440x900
00:00:01.045348 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 2 work area is actually resized to: 1920x6 x 1920x1080
00:00:01.069383 Shared Clipboard: Service loaded
00:00:01.069412 Shared Clipboard: Mode: Bidirectional
00:00:01.069531 Shared Clipboard: Service running in normal mode
00:00:01.070442 Drag and drop service loaded
00:00:01.070448 Drag and drop mode: Bidirectional
00:00:01.074660 ************************* CFGM dump *************************
00:00:01.074667 [/] (level 0)
00:00:01.074671   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:01.074675   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:01.074676   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:01.074677   MemBalloonSize    <integer> = 0x0000000000000000 (0, 0 B)
00:00:01.074680   Name              <string>  = "7" (cb=2)
00:00:01.074681   NumCPUs           <integer> = 0x0000000000000002 (2)
00:00:01.074682   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:01.074683   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512.0 MiB)
00:00:01.074686   RamSize           <integer> = 0x0000000200000000 (8 589 934 592, 8.0 GiB)
00:00:01.074688   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:01.074689   UUID              <bytes>   = "dc 42 ea 86 73 cc 0b 47 93 3d f6 30 d4 5c 28 7d" (cb=16)
00:00:01.074693 
00:00:01.074694 [/CPUM/] (level 1)
00:00:01.074695   Enable64bit        <integer> = 0x0000000000000001 (1)
00:00:01.074696   GuestCpuName       <string>  = "host" (cb=5)
00:00:01.074697   NestedHWVirt       <integer> = 0x0000000000000000 (0)
00:00:01.074698   PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:01.074699   SpecCtrl           <integer> = 0x0000000000000000 (0)
00:00:01.074700 
00:00:01.074700 [/CPUM/IsaExts/] (level 2)
00:00:01.074702 
00:00:01.074702 [/DBGC/] (level 1)
00:00:01.074703   GlobalInitScript <string>  = "/home/marco/.config/VirtualBox/dbgc-init" (cb=41)
00:00:01.074704   HistoryFile      <string>  = "/home/marco/.config/VirtualBox/dbgc-history" (cb=44)
00:00:01.074705   LocalInitScript  <string>  = "/home/marco/VirtualBox VMs/7/dbgc-init" (cb=39)
00:00:01.074706 
00:00:01.074706 [/DBGF/] (level 1)
00:00:01.074707   Path <string>  = "/home/marco/VirtualBox VMs/7/debug/;/home/marco/VirtualBox VMs/7/;cache*/home/marco/VirtualBox VMs/7/dbgcache/;/home/marco/" (cb=124)
00:00:01.074709 
00:00:01.074709 [/Devices/] (level 1)
00:00:01.074710 
00:00:01.074710 [/Devices/3c501/] (level 2)
00:00:01.074711 
00:00:01.074712 [/Devices/8237A/] (level 2)
00:00:01.074713 
00:00:01.074713 [/Devices/8237A/0/] (level 3)
00:00:01.074715   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074716 
00:00:01.074716 [/Devices/VMMDev/] (level 2)
00:00:01.074717 
00:00:01.074718 [/Devices/VMMDev/0/] (level 3)
00:00:01.074719   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074720   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:01.074721   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074722   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074723 
00:00:01.074723 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.074725   GuestCoreDumpDir <string>  = "/home/marco/VirtualBox VMs/7/Snapshots" (cb=39)
00:00:01.074726 
00:00:01.074726 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.074728   Driver <string>  = "HGCM" (cb=5)
00:00:01.074729 
00:00:01.074729 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.074731 
00:00:01.074731 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.074733   Driver <string>  = "MainStatus" (cb=11)
00:00:01.074733 
00:00:01.074734 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.074735   First                <integer> = 0x0000000000000000 (0)
00:00:01.074736   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.074737   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.074738   iLedSet              <integer> = 0x0000000000000004 (4)
00:00:01.074739 
00:00:01.074740 [/Devices/acpi/] (level 2)
00:00:01.074741 
00:00:01.074741 [/Devices/acpi/0/] (level 3)
00:00:01.074743   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074744   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:01.074744   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074745   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074746 
00:00:01.074746 [/Devices/acpi/0/Config/] (level 4)
00:00:01.074748   CpuHotPlug          <integer> = 0x0000000000000000 (0)
00:00:01.074750   FdcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.074750   HostBusPciAddress   <integer> = 0x0000000000000000 (0)
00:00:01.074751   HpetEnabled         <integer> = 0x0000000000000000 (0)
00:00:01.074752   IOAPIC              <integer> = 0x0000000000000001 (1)
00:00:01.074753   IocPciAddress       <integer> = 0x0000000000010000 (65 536)
00:00:01.074755   NumCPUs             <integer> = 0x0000000000000002 (2)
00:00:01.074756   Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.074757   Parallel0Irq        <integer> = 0x0000000000000000 (0)
00:00:01.074758   Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.074759   Parallel1Irq        <integer> = 0x0000000000000000 (0)
00:00:01.074759   Serial0IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:01.074760   Serial0Irq          <integer> = 0x0000000000000000 (0)
00:00:01.074761   Serial1IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:01.074762   Serial1Irq          <integer> = 0x0000000000000000 (0)
00:00:01.074763   ShowCpu             <integer> = 0x0000000000000001 (1)
00:00:01.074764   ShowRtc             <integer> = 0x0000000000000000 (0)
00:00:01.074765   SmcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.074766 
00:00:01.074766 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.074768   Driver <string>  = "ACPIHost" (cb=9)
00:00:01.074769 
00:00:01.074769 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.074771 
00:00:01.074771 [/Devices/acpi/0/LUN#1/] (level 4)
00:00:01.074772   Driver <string>  = "ACPICpu" (cb=8)
00:00:01.074773 
00:00:01.074773 [/Devices/acpi/0/LUN#1/Config/] (level 5)
00:00:01.074775 
00:00:01.074775 [/Devices/ahci/] (level 2)
00:00:01.074776 
00:00:01.074776 [/Devices/ahci/0/] (level 3)
00:00:01.074778   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074778   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:01.074779   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074780   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074781 
00:00:01.074781 [/Devices/ahci/0/Config/] (level 4)
00:00:01.074783   Bootable  <integer> = 0x0000000000000001 (1)
00:00:01.074783   PortCount <integer> = 0x0000000000000002 (2)
00:00:01.074784 
00:00:01.074785 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:01.074786   Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.074787 
00:00:01.074787 [/Devices/ahci/0/Config/Port1/] (level 5)
00:00:01.074789   Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.074790 
00:00:01.074790 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:01.074792   Driver <string>  = "VD" (cb=3)
00:00:01.074792 
00:00:01.074793 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:01.074795   BlockCache <integer> = 0x0000000000000001 (1)
00:00:01.074796   Format     <string>  = "vdi" (cb=4)
00:00:01.074797   Mountable  <integer> = 0x0000000000000000 (0)
00:00:01.074797   Path       <string>  = "/home/marco/VirtualBox VMs/7/i7.marco.7_.1702541157-14.dicembre.2023-09.05-disk001.vdi" (cb=87)
00:00:01.074799   Type       <string>  = "HardDisk" (cb=9)
00:00:01.074799   UseNewIo   <integer> = 0x0000000000000001 (1)
00:00:01.074800 
00:00:01.074801 [/Devices/ahci/0/LUN#0/Config/Plugins/] (level 6)
00:00:01.074802 
00:00:01.074803 [/Devices/ahci/0/LUN#0/Config/Plugins/VDPluginCrypt/] (level 7)
00:00:01.074804   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VDPluginCrypt.so" (cb=100)
00:00:01.074805 
00:00:01.074806 [/Devices/ahci/0/LUN#0/Config/VDConfig/] (level 6)
00:00:01.074807   AllocationBlockSize <string>  = "1048576" (cb=8)
00:00:01.074808 
00:00:01.074809 [/Devices/ahci/0/LUN#1/] (level 4)
00:00:01.074810   Driver <string>  = "SCSI" (cb=5)
00:00:01.074811 
00:00:01.074811 [/Devices/ahci/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.074813   Driver <string>  = "VD" (cb=3)
00:00:01.074814 
00:00:01.074814 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.074816   Format    <string>  = "RAW" (cb=4)
00:00:01.074816   Mountable <integer> = 0x0000000000000001 (1)
00:00:01.074817   Path      <string>  = "/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso" (cb=53)
00:00:01.074818   ReadOnly  <integer> = 0x0000000000000001 (1)
00:00:01.074819   Type      <string>  = "DVD" (cb=4)
00:00:01.074820   UseNewIo  <integer> = 0x0000000000000001 (1)
00:00:01.074821 
00:00:01.074821 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/Plugins/] (level 7)
00:00:01.074823 
00:00:01.074823 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/Plugins/VDPluginCrypt/] (level 8)
00:00:01.074825   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VDPluginCrypt.so" (cb=100)
00:00:01.074826 
00:00:01.074826 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:01.074828   Driver <string>  = "MainStatus" (cb=11)
00:00:01.074828 
00:00:01.074829 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:01.074830   DeviceInstance       <string>  = "ahci/0" (cb=7)
00:00:01.074831   First                <integer> = 0x0000000000000000 (0)
00:00:01.074832   HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:01.074833   Last                 <integer> = 0x0000000000000001 (1)
00:00:01.074834   iLedSet              <integer> = 0x0000000000000002 (2)
00:00:01.074836 
00:00:01.074836 [/Devices/apic/] (level 2)
00:00:01.074837 
00:00:01.074837 [/Devices/apic/0/] (level 3)
00:00:01.074839   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074840 
00:00:01.074840 [/Devices/apic/0/Config/] (level 4)
00:00:01.074841   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:01.074842   Mode    <integer> = 0x0000000000000002 (2)
00:00:01.074843   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.074844 
00:00:01.074844 [/Devices/dp8390/] (level 2)
00:00:01.074845 
00:00:01.074845 [/Devices/e1000/] (level 2)
00:00:01.074846 
00:00:01.074847 [/Devices/e1000/0/] (level 3)
00:00:01.074848   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074849   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.074850   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074851   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074852 
00:00:01.074852 [/Devices/e1000/0/Config/] (level 4)
00:00:01.074854   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.074855   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.074855   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.074856   MAC            <bytes>   = "08 00 27 43 28 59" (cb=6)
00:00:01.074858 
00:00:01.074859 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.074860   Driver <string>  = "NAT" (cb=4)
00:00:01.074861 
00:00:01.074861 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.074863   AliasMode          <integer> = 0x0000000000000000 (0)
00:00:01.074864   BootFile           <string>  = "7.pxe" (cb=6)
00:00:01.074865   DNSProxy           <integer> = 0x0000000000000000 (0)
00:00:01.074866   LocalhostReachable <integer> = 0x0000000000000001 (1)
00:00:01.074867   Network            <string>  = "10.0.2.0/24" (cb=12)
00:00:01.074868   PassDomain         <integer> = 0x0000000000000001 (1)
00:00:01.074869   TFTPPrefix         <string>  = "/home/marco/.config/VirtualBox/TFTP" (cb=36)
00:00:01.074870   UseHostResolver    <integer> = 0x0000000000000000 (0)
00:00:01.074870 
00:00:01.074871 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.074872   Driver <string>  = "MainStatus" (cb=11)
00:00:01.074873 
00:00:01.074873 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.074875   First                <integer> = 0x0000000000000000 (0)
00:00:01.074876   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.074877   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.074878   iLedSet              <integer> = 0x0000000000000003 (3)
00:00:01.074879 
00:00:01.074879 [/Devices/hda/] (level 2)
00:00:01.074880 
00:00:01.074881 [/Devices/hda/0/] (level 3)
00:00:01.074882   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074883   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:01.074884   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074885   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074886 
00:00:01.074886 [/Devices/hda/0/AudioConfig/] (level 4)
00:00:01.074888 
00:00:01.074888 [/Devices/hda/0/Config/] (level 4)
00:00:01.074889   DebugEnabled <integer> = 0x0000000000000000 (0)
00:00:01.074890 
00:00:01.074891 [/Devices/hda/0/LUN#0/] (level 4)
00:00:01.074892   Driver <string>  = "AUDIO" (cb=6)
00:00:01.074893 
00:00:01.074893 [/Devices/hda/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.074895   Driver <string>  = "PulseAudio" (cb=11)
00:00:01.074895 
00:00:01.074895 [/Devices/hda/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.074897   VmName <string>  = "7" (cb=2)
00:00:01.074898 
00:00:01.074898 [/Devices/hda/0/LUN#0/Config/] (level 5)
00:00:01.074900   DriverName    <string>  = "PulseAudio" (cb=11)
00:00:01.074900   InputEnabled  <integer> = 0x0000000000000001 (1)
00:00:01.074901   OutputEnabled <integer> = 0x0000000000000001 (1)
00:00:01.074902 
00:00:01.074902 [/Devices/hda/0/LUN#1/] (level 4)
00:00:01.074904   Driver <string>  = "AUDIO" (cb=6)
00:00:01.074904 
00:00:01.074904 [/Devices/i8254/] (level 2)
00:00:01.074906 
00:00:01.074906 [/Devices/i8254/0/] (level 3)
00:00:01.074907 
00:00:01.074907 [/Devices/i8254/0/Config/] (level 4)
00:00:01.074909 
00:00:01.074909 [/Devices/i8259/] (level 2)
00:00:01.074910 
00:00:01.074910 [/Devices/i8259/0/] (level 3)
00:00:01.074911   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074912 
00:00:01.074912 [/Devices/i8259/0/Config/] (level 4)
00:00:01.074914 
00:00:01.074914 [/Devices/ioapic/] (level 2)
00:00:01.074915 
00:00:01.074915 [/Devices/ioapic/0/] (level 3)
00:00:01.074916   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074917 
00:00:01.074917 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.074918   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.074919 
00:00:01.074919 [/Devices/mc146818/] (level 2)
00:00:01.074920 
00:00:01.074921 [/Devices/mc146818/0/] (level 3)
00:00:01.074922 
00:00:01.074922 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.074923   UseUTC <integer> = 0x0000000000000000 (0)
00:00:01.074924 
00:00:01.074925 [/Devices/parallel/] (level 2)
00:00:01.074925 
00:00:01.074926 [/Devices/pcarch/] (level 2)
00:00:01.074927 
00:00:01.074927 [/Devices/pcarch/0/] (level 3)
00:00:01.074928   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074929 
00:00:01.074929 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.074930 
00:00:01.074931 [/Devices/pcbios/] (level 2)
00:00:01.074932 
00:00:01.074932 [/Devices/pcbios/0/] (level 3)
00:00:01.074933   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074934 
00:00:01.074934 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.074937   APIC               <integer> = 0x0000000000000001 (1)
00:00:01.074938   BootDevice0        <string>  = "FLOPPY" (cb=7)
00:00:01.074939   BootDevice1        <string>  = "DVD" (cb=4)
00:00:01.074939   BootDevice2        <string>  = "IDE" (cb=4)
00:00:01.074940   BootDevice3        <string>  = "NONE" (cb=5)
00:00:01.074941   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:01.074942   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:01.074942   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:01.074943   LanBootRom         <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=85)
00:00:01.074944   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:01.074945   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:01.074946   NumCPUs            <integer> = 0x0000000000000002 (2)
00:00:01.074947   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:01.074948   SataHardDiskDevice <string>  = "ahci" (cb=5)
00:00:01.074949   SataLUN1           <integer> = 0x0000000000000000 (0)
00:00:01.074950   UUID               <bytes>   = "dc 42 ea 86 73 cc 0b 47 93 3d f6 30 d4 5c 28 7d" (cb=16)
00:00:01.074952   UuidLe             <integer> = 0x0000000000000000 (0)
00:00:01.074953 
00:00:01.074954 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.074955 
00:00:01.074955 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.074957   NIC           <integer> = 0x0000000000000000 (0)
00:00:01.074958   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074959   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.074960   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074961 
00:00:01.074961 [/Devices/pci/] (level 2)
00:00:01.074962 
00:00:01.074962 [/Devices/pci/0/] (level 3)
00:00:01.074963   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074964 
00:00:01.074964 [/Devices/pci/0/Config/] (level 4)
00:00:01.074966   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.074967 
00:00:01.074967 [/Devices/pcibridge/] (level 2)
00:00:01.074968 
00:00:01.074968 [/Devices/pckbd/] (level 2)
00:00:01.074969 
00:00:01.074969 [/Devices/pckbd/0/] (level 3)
00:00:01.074971   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.074971 
00:00:01.074972 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.074973 
00:00:01.074973 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.074974   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:01.074975 
00:00:01.074975 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.074977   Driver <string>  = "MainKeyboard" (cb=13)
00:00:01.074977 
00:00:01.074978 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.074979   QueueSize <integer> = 0x0000000000000040 (64, 64 B)
00:00:01.074980 
00:00:01.074981 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.074982   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.074982 
00:00:01.074983 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.074984   Driver <string>  = "MainMouse" (cb=10)
00:00:01.074985 
00:00:01.074985 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.074987   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:01.074988 
00:00:01.074988 [/Devices/pcnet/] (level 2)
00:00:01.074989 
00:00:01.074989 [/Devices/serial/] (level 2)
00:00:01.074990 
00:00:01.074991 [/Devices/usb-ohci/] (level 2)
00:00:01.074991 
00:00:01.074992 [/Devices/usb-ohci/0/] (level 3)
00:00:01.074993   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.074994   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:01.074995   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.074995   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.074996 
00:00:01.074997 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:01.074998 
00:00:01.074998 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:01.075000   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:01.075001 
00:00:01.075001 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:01.075002 
00:00:01.075003 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:01.075004   Driver <string>  = "MainStatus" (cb=11)
00:00:01.075005 
00:00:01.075006 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:01.075008   First                <integer> = 0x0000000000000000 (0)
00:00:01.075009   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.075010   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.075011   iLedSet              <integer> = 0x0000000000000001 (1)
00:00:01.075013 
00:00:01.075013 [/Devices/vga/] (level 2)
00:00:01.075014 
00:00:01.075014 [/Devices/vga/0/] (level 3)
00:00:01.075016   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.075017   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:01.075017   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.075018   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.075019 
00:00:01.075020 [/Devices/vga/0/Config/] (level 4)
00:00:01.075022   3DEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.075023   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.075024   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:01.075025   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:01.075027   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:01.075027   LogoFile         <string>  = "" (cb=1)
00:00:01.075028   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:01.075029   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:01.075030   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:01.075031   VMSVGA3dEnabled  <integer> = 0x0000000000000000 (0)
00:00:01.075032   VMSVGAEnabled    <integer> = 0x0000000000000001 (1)
00:00:01.075033   VRamSize         <integer> = 0x0000000002000000 (33 554 432, 32.0 MiB)
00:00:01.075035 
00:00:01.075035 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.075037   Driver <string>  = "MainDisplay" (cb=12)
00:00:01.075038 
00:00:01.075038 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.075039 
00:00:01.075040 [/Devices/vga/0/LUN#999/] (level 4)
00:00:01.075041   Driver <string>  = "MainStatus" (cb=11)
00:00:01.075042 
00:00:01.075042 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:01.075044   First                <integer> = 0x0000000000000000 (0)
00:00:01.075045   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.075046   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.075047   iLedSet              <integer> = 0x0000000000000000 (0)
00:00:01.075048 
00:00:01.075049 [/Devices/virtio-net/] (level 2)
00:00:01.075050 
00:00:01.075050 [/EM/] (level 1)
00:00:01.075051   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.075052 
00:00:01.075052 [/GCM/] (level 1)
00:00:01.075053   FixerSet <integer> = 0x0000000000000000 (0)
00:00:01.075054 
00:00:01.075055 [/GIM/] (level 1)
00:00:01.075055   Provider <string>  = "None" (cb=5)
00:00:01.075056 
00:00:01.075056 [/HM/] (level 1)
00:00:01.075058   64bitEnabled        <integer> = 0x0000000000000001 (1)
00:00:01.075059   EnableLargePages    <integer> = 0x0000000000000000 (0)
00:00:01.075060   EnableNestedPaging  <integer> = 0x0000000000000001 (1)
00:00:01.075061   EnableUX            <integer> = 0x0000000000000001 (1)
00:00:01.075062   EnableVPID          <integer> = 0x0000000000000001 (1)
00:00:01.075063   Exclusive           <integer> = 0x0000000000000001 (1)
00:00:01.075064   HMForced            <integer> = 0x0000000000000001 (1)
00:00:01.075065   IBPBOnVMEntry       <integer> = 0x0000000000000000 (0)
00:00:01.075066   IBPBOnVMExit        <integer> = 0x0000000000000000 (0)
00:00:01.075068   L1DFlushOnSched     <integer> = 0x0000000000000001 (1)
00:00:01.075068   L1DFlushOnVMEntry   <integer> = 0x0000000000000000 (0)
00:00:01.075069   MDSClearOnSched     <integer> = 0x0000000000000001 (1)
00:00:01.075069   MDSClearOnVMEntry   <integer> = 0x0000000000000000 (0)
00:00:01.075070   SpecCtrlByHost      <integer> = 0x0000000000000000 (0)
00:00:01.075070   SvmVirtVmsaveVmload <integer> = 0x0000000000000000 (0)
00:00:01.075071   UseNEMInstead       <integer> = 0x0000000000000000 (0)
00:00:01.075072 
00:00:01.075072 [/MM/] (level 1)
00:00:01.075072   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.075073 
00:00:01.075073 [/NEM/] (level 1)
00:00:01.075073   Allow64BitGuests <integer> = 0x0000000000000001 (1)
00:00:01.075074 
00:00:01.075074 [/PDM/] (level 1)
00:00:01.075075 
00:00:01.075075 [/PDM/AsyncCompletion/] (level 2)
00:00:01.075076 
00:00:01.075076 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.075077 
00:00:01.075077 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.075078 
00:00:01.075078 [/PDM/BlkCache/] (level 2)
00:00:01.075078   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5.0 MiB)
00:00:01.075079 
00:00:01.075080 [/PDM/Devices/] (level 2)
00:00:01.075080 
00:00:01.075080 [/PDM/Devices/VBoxNvme/] (level 3)
00:00:01.075081   Path         <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxNvmeR3.so" (cb=97)
00:00:01.075082   R0SearchPath <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
00:00:01.075083 
00:00:01.075083 [/PDM/Drivers/] (level 2)
00:00:01.075083 
00:00:01.075084 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:01.075084   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxHostWebcam.so" (cb=101)
00:00:01.075085 
00:00:01.075085 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.075086   Path <string>  = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:01.075086 
00:00:01.075086 [/PDM/NetworkShaper/] (level 2)
00:00:01.075087 
00:00:01.075087 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.075088 
00:00:01.075088 [/PDM/USB/] (level 2)
00:00:01.075089 
00:00:01.075089 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:01.075090   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbCardReaderR3.so" (cb=106)
00:00:01.075090 
00:00:01.075091 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:01.075091   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbWebcamR3.so" (cb=102)
00:00:01.075092 
00:00:01.075092 [/TM/] (level 1)
00:00:01.075093   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.075093 
00:00:01.075093 [/USB/] (level 1)
00:00:01.075094 
00:00:01.075094 [/USB/HidMouse/] (level 2)
00:00:01.075095 
00:00:01.075095 [/USB/HidMouse/0/] (level 3)
00:00:01.075096 
00:00:01.075096 [/USB/HidMouse/0/Config/] (level 4)
00:00:01.075097   Mode <string>  = "absolute" (cb=9)
00:00:01.075097 
00:00:01.075097 [/USB/HidMouse/0/LUN#0/] (level 4)
00:00:01.075098   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.075099 
00:00:01.075099 [/USB/HidMouse/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.075100   Driver <string>  = "MainMouse" (cb=10)
00:00:01.075100 
00:00:01.075101 [/USB/HidMouse/0/LUN#0/Config/] (level 5)
00:00:01.075102   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:01.075102 
00:00:01.075102 [/USB/USBProxy/] (level 2)
00:00:01.075103 
00:00:01.075103 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:01.075104 
00:00:01.075104 ********************* End of CFGM dump **********************
00:00:01.075191 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
00:00:01.075258 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x7
00:00:01.076372 CPUM: Matched host CPU INTEL 0x6/0x3e/0x4 Intel_Core7_IvyBridge with CPU DB entry 'Intel Core i5-3570' (INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge)
00:00:01.076441 CPUM: MXCSR_MASK=0xffff (host: 0xffff)
00:00:01.076452 CPUM: Microcode revision 0x0000042E
00:00:01.076459 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD
00:00:01.076463 CPUM: MSR fudge: 0x00000001 IA32_P5_MC_TYPE
00:00:01.076465 CPUM: MSR fudge: 0x00000017 IA32_PLATFORM_ID
00:00:01.076466 CPUM: MSR fudge: 0x0000001b IA32_APIC_BASE
00:00:01.076467 CPUM: MSR fudge: 0x0000008b BIOS_SIGN
00:00:01.076468 CPUM: MSR fudge: 0x000000fe IA32_MTRRCAP
00:00:01.076470 CPUM: MSR fudge: 0x00000179 IA32_MCG_CAP
00:00:01.076471 CPUM: MSR fudge: 0x0000017a IA32_MCG_STATUS
00:00:01.076472 CPUM: MSR fudge: 0x000001a0 IA32_MISC_ENABLE
00:00:01.076473 CPUM: MSR fudge: 0x000001d9 IA32_DEBUGCTL
00:00:01.076474 CPUM: MSR fudge: 0x000001db P6_LAST_BRANCH_FROM_IP
00:00:01.076476 CPUM: MSR fudge: 0x000001dc P6_LAST_BRANCH_TO_IP
00:00:01.076477 CPUM: MSR fudge: 0x000001dd P6_LAST_INT_FROM_IP
00:00:01.076478 CPUM: MSR fudge: 0x000001de P6_LAST_INT_TO_IP
00:00:01.076479 CPUM: MSR fudge: 0x00000277 IA32_PAT
00:00:01.076480 CPUM: MSR fudge: 0x000002ff IA32_MTRR_DEF_TYPE
00:00:01.076482 CPUM: MSR fudge: 0x00000400 IA32_MCi_CTL_STATUS_ADDR_MISC
00:00:01.076483 CPUM: MSR fudge: 0xc0000103 AMD64_TSC_AUX
00:00:01.076492 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:01.076493 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:01.076494 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.076496 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:01.076497 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:01.076498 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:01.076767 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.076773 PGM: PGMPool: cMaxPages=4352 (u64MaxPages=4136)
00:00:01.076776 PGM: pgmR3PoolInit: cMaxPages=0x1100 cMaxUsers=0x2200 cMaxPhysExts=0x2000 fCacheEnable=true
00:00:01.077594 PGM: /proc/sys/vm/max_map_count = 1048576 (rc2=VWRN_TRAILING_CHARS); cGuessNeeded=16384
00:00:01.097700 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=75 u32UpdateIntervalNS=13333332 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x1b cCpus=8
00:00:01.097730 TM: GIP - u64CpuHz=3 702 059 029 (0xdca8f015)  SUPGetCpuHzFromGip => 3 702 059 029
00:00:01.097735 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=3702135411(*) cErrors=0
00:00:01.097738 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x2 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=3702133952(*) cErrors=0
00:00:01.097740 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x4 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=3702059029(*) cErrors=0
00:00:01.097742 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x6 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=3702128702(*) cErrors=0
00:00:01.097746 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x1 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=3702134157(*) cErrors=0
00:00:01.097749 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x3 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=3702134177(*) cErrors=0
00:00:01.097752 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x5 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=3702109856(*) cErrors=0
00:00:01.097756 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=3702130563(*) cErrors=0
00:00:01.097782 TM:     cTSCTicksPerSecond=3 702 059 029 (0xdca8f015) enmTSCMode=1 (VirtTSCEmulated)
00:00:01.097785 TM: cTSCTicksPerSecondHost=3 702 059 029 (0xdca8f015)
00:00:01.097786 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.098262 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true
00:00:01.098610 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_IvyBridge aidxTargetCpuEflFlavour={1,0}
00:00:01.098855 GIM: Using provider 'None' (Implementation version: 0)
00:00:01.098862 GCM: Initialized (fixer bits: 0x0)
00:00:01.146009 AIOMgr: Default manager type is 'Async'
00:00:01.146054 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.146184 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.146187 BlkCache: Cache commit interval is 10000 ms
00:00:01.146189 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.148290 PcBios: [SMP] BIOS with 2 CPUs
00:00:01.148314 PcBios: Using the 386+ BIOS image.
00:00:01.148377 PcBios: MPS table at 000e1300
00:00:01.148826 PcBios: Using LAN ROM '/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom' with a size of 0xc000 bytes
00:00:01.148911 PcBios: fCheckShutdownStatusForSoftReset=true  fClearShutdownStatusOnHardReset=true
00:00:01.149381 SUP: seg #0: R   0x00000000 LB 0x0000a000
00:00:01.149396 SUP: seg #1: R X 0x0000a000 LB 0x0002c000
00:00:01.149398 SUP: seg #2: R   0x00036000 LB 0x0000e000
00:00:01.149400 SUP: seg #3: RW  0x00044000 LB 0x00008500
00:00:01.149513 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:01.149699 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:01.150293 IOAPIC: Version=2.0 ChipType=ICH9
00:00:01.150340 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.150490 VMMDev: cbDefaultBudget: 1 073 741 824 (40000000)
00:00:01.152230 Shared Folders service loaded
00:00:01.152579 Guest Control service loaded
00:00:01.164193 VGA: Using the 386+ BIOS image.
00:00:01.164864 VD: VDInit finished with VINF_SUCCESS
00:00:01.165116 DrvVD: Flushes will be ignored
00:00:01.165120 DrvVD: Async flushes will be passed to the disk
00:00:01.166232 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/7/i7.marco.7_.1702541157-14.dicembre.2023-09.05-disk001.vdi' (flags 000c0723) created successfully
00:00:01.168209 VD: Opening the disk took 2143821 ns
00:00:01.168240 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 195633408
00:00:01.168356 DrvVD: Flushes will be ignored
00:00:01.168360 DrvVD: Async flushes will be passed to the disk
00:00:01.169401 AIOMgr: Endpoint for file '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso' (flags 000c0781) created successfully
00:00:01.169415 VD: Opening the disk took 74825 ns
00:00:01.169451 AHCI: LUN#1: CD/DVD
00:00:01.169559 AHCI#0: Reset the HBA
00:00:01.169562 VD#0: Cancelling all active requests
00:00:01.169640 E1000#0: Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:01.173467 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:01.173576 NAT: resolv.conf: nameserver 10.10.100.100
00:00:01.173580 NAT: resolv.conf: nameserver 1.1.1.1
00:00:01.173582 NAT: resolv.conf: nameserver 208.67.220.220
00:00:01.173584 NAT: resolv.conf: too many nameserver lines, ignoring fdbb:bd:99fc::1
00:00:01.173593 NAT: Adding domain name lab
00:00:01.173595 NAT: DNS#0: 10.10.100.100
00:00:01.173597 NAT: DNS#1: 1.1.1.1
00:00:01.173598 NAT: DNS#2: 208.67.220.220
00:00:01.174251 Audio: Initializing PulseAudio driver
00:00:01.177832 PulseAudio: Using version 17.0.0
00:00:01.181242 PulseAudio: Retrieving server information ...
00:00:01.182029 Audio: Found 10 devices for driver 'PulseAudio'
00:00:01.182033 Audio: Device 'GK107 HDMI Audio Controller Stereo digitale (HDMI)':
00:00:01.182034 Audio:   ID              = alsa_output.pci-0000_01_00.1.hdmi-stereo
00:00:01.182034 Audio:   Usage           = output
00:00:01.182035 Audio:   Flags           = NONE
00:00:01.182035 Audio:   Input channels  = 0
00:00:01.182036 Audio:   Output channels = 2
00:00:01.182046 Audio: Device 'Audio interno Stereo analogico':
00:00:01.182047 Audio:   ID              = alsa_output.pci-0000_00_1b.0.analog-stereo
00:00:01.182047 Audio:   Usage           = output
00:00:01.182047 Audio:   Flags           = DEFAULT_OUT
00:00:01.182047 Audio:   Input channels  = 0
00:00:01.182048 Audio:   Output channels = 2
00:00:01.182049 Audio: Device 'G430 Surround Sound Gaming Headset Stereo analogico':
00:00:01.182050 Audio:   ID              = alsa_output.usb-Logitech_Logitech_G430_Gaming_Headset-00.analog-stereo
00:00:01.182050 Audio:   Usage           = output
00:00:01.182050 Audio:   Flags           = NONE
00:00:01.182051 Audio:   Input channels  = 0
00:00:01.182051 Audio:   Output channels = 2
00:00:01.182052 Audio: Device 'Monitor of GK107 HDMI Audio Controller Stereo digitale (HDMI)':
00:00:01.182052 Audio:   ID              = alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor
00:00:01.182053 Audio:   Usage           = input
00:00:01.182053 Audio:   Flags           = NONE
00:00:01.182053 Audio:   Input channels  = 2
00:00:01.182053 Audio:   Output channels = 0
00:00:01.182055 Audio: Device 'Monitor of Audio interno Stereo analogico':
00:00:01.182055 Audio:   ID              = alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
00:00:01.182055 Audio:   Usage           = input
00:00:01.182055 Audio:   Flags           = NONE
00:00:01.182056 Audio:   Input channels  = 2
00:00:01.182056 Audio:   Output channels = 0
00:00:01.182057 Audio: Device 'Audio interno Stereo analogico':
00:00:01.182057 Audio:   ID              = alsa_input.pci-0000_00_1b.0.analog-stereo
00:00:01.182058 Audio:   Usage           = input
00:00:01.182058 Audio:   Flags           = DEFAULT_IN
00:00:01.182058 Audio:   Input channels  = 2
00:00:01.182058 Audio:   Output channels = 0
00:00:01.182059 Audio: Device 'Monitor of G430 Surround Sound Gaming Headset Stereo analogico':
00:00:01.182060 Audio:   ID              = alsa_output.usb-Logitech_Logitech_G430_Gaming_Headset-00.analog-stereo.monitor
00:00:01.182060 Audio:   Usage           = input
00:00:01.182060 Audio:   Flags           = NONE
00:00:01.182060 Audio:   Input channels  = 2
00:00:01.182061 Audio:   Output channels = 0
00:00:01.182062 Audio: Device 'G430 Surround Sound Gaming Headset Mono':
00:00:01.182062 Audio:   ID              = alsa_input.usb-Logitech_Logitech_G430_Gaming_Headset-00.mono-fallback
00:00:01.182062 Audio:   Usage           = input
00:00:01.182063 Audio:   Flags           = NONE
00:00:01.182063 Audio:   Input channels  = 1
00:00:01.182063 Audio:   Output channels = 0
00:00:01.182064 Audio: Device '(LCS) USB Audio Device Mono':
00:00:01.182064 Audio:   ID              = alsa_input.usb-_LCS__USB_Audio_Device__LCS__USB_Audio_Device-00.mono-fallback
00:00:01.182065 Audio:   Usage           = input
00:00:01.182065 Audio:   Flags           = NONE
00:00:01.182065 Audio:   Input channels  = 1
00:00:01.182065 Audio:   Output channels = 0
00:00:01.182067 Audio: Device 'USB CAMERA Stereo analogico':
00:00:01.182067 Audio:   ID              = alsa_input.usb-USB_CAMERA_USB_CAMERA_USB_CAMERA-02.analog-stereo
00:00:01.182067 Audio:   Usage           = input
00:00:01.182067 Audio:   Flags           = NONE
00:00:01.182068 Audio:   Input channels  = 2
00:00:01.182068 Audio:   Output channels = 0
00:00:01.182151 HDA: Codec reset
00:00:01.182156 HDA: Reset
00:00:01.182764 VUSB: Attached 'HidMouse' to port 1 on RootHub#0 (FullSpeed)
00:00:01.182776 PGM: The CPU physical address width is 46 bits
00:00:01.182779 PGM: PGMR3InitFinalize: 4 MB PSE mask 00003fffffffffff -> VINF_SUCCESS
00:00:01.182788 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=false
00:00:01.182993 VMM: Enabled thread-context hooks
00:00:01.182996 VMM: RTThreadPreemptIsPending() can be trusted
00:00:01.182997 VMM: Kernel preemption is possible
00:00:01.183051 HM: fWorldSwitcher=0x30000 (fIbpbOnVmExit=false fIbpbOnVmEntry=false fL1dFlushOnVmEntry=false); fL1dFlushOnSched=true fMdsClearOnVmEntry=false
00:00:01.183057 HM: Using VT-x implementation 3.0
00:00:01.183057 HM: Max resume loops                  = 8192
00:00:01.183057 HM: Host CR4                          = 0x1706e0
00:00:01.183058 HM: Host EFER                         = 0xd01
00:00:01.183058 HM: MSR_IA32_SMM_MONITOR_CTL          = 0x0
00:00:01.183059 HM: Host DR6 zero'ed                  = 0xffff0ff0
00:00:01.183060 HM: MSR_IA32_FEATURE_CONTROL          = 0x5
00:00:01.183060 HM:   LOCK
00:00:01.183061 HM:   VMXON
00:00:01.183061 HM: MSR_IA32_VMX_BASIC                = 0xda040000000010
00:00:01.183062 HM:   VMCS id                           = 0x10
00:00:01.183062 HM:   VMCS size                         = 1024 bytes
00:00:01.183063 HM:   VMCS physical address limit       = None
00:00:01.183063 HM:   VMCS memory type                  = Write Back (WB)
00:00:01.183063 HM:   Dual-monitor treatment support    = true
00:00:01.183064 HM:   OUTS & INS instruction-info       = true
00:00:01.183064 HM:   Supports true-capability MSRs     = true
00:00:01.183065 HM:   VM-entry Xcpt error-code optional = false
00:00:01.183065 HM: MSR_IA32_VMX_PINBASED_CTLS        = 0x7f00000016
00:00:01.183066 HM:   EXT_INT_EXIT
00:00:01.183066 HM:   NMI_EXIT
00:00:01.183067 HM:   VIRTUAL_NMI
00:00:01.183067 HM:   PREEMPT_TIMER
00:00:01.183067 HM:   POSTED_INT (must be cleared)
00:00:01.183068 HM: MSR_IA32_VMX_PROCBASED_CTLS       = 0xfff9fffe0401e172
00:00:01.183069 HM:   INT_WINDOW_EXIT
00:00:01.183069 HM:   USE_TSC_OFFSETTING
00:00:01.183069 HM:   HLT_EXIT
00:00:01.183069 HM:   INVLPG_EXIT
00:00:01.183070 HM:   MWAIT_EXIT
00:00:01.183070 HM:   RDPMC_EXIT
00:00:01.183070 HM:   RDTSC_EXIT
00:00:01.183071 HM:   CR3_LOAD_EXIT (must be set)
00:00:01.183071 HM:   CR3_STORE_EXIT (must be set)
00:00:01.183071 HM:   USE_TERTIARY_CTLS (must be cleared)
00:00:01.183072 HM:   CR8_LOAD_EXIT
00:00:01.183072 HM:   CR8_STORE_EXIT
00:00:01.183072 HM:   USE_TPR_SHADOW
00:00:01.183072 HM:   NMI_WINDOW_EXIT
00:00:01.183073 HM:   MOV_DR_EXIT
00:00:01.183073 HM:   UNCOND_IO_EXIT
00:00:01.183073 HM:   USE_IO_BITMAPS
00:00:01.183073 HM:   MONITOR_TRAP_FLAG
00:00:01.183074 HM:   USE_MSR_BITMAPS
00:00:01.183074 HM:   MONITOR_EXIT
00:00:01.183074 HM:   PAUSE_EXIT
00:00:01.183074 HM:   USE_SECONDARY_CTLS
00:00:01.183075 HM: MSR_IA32_VMX_PROCBASED_CTLS2      = 0xcff00000000
00:00:01.183076 HM:   VIRT_APIC_ACCESS
00:00:01.183076 HM:   EPT
00:00:01.183076 HM:   DESC_TABLE_EXIT
00:00:01.183076 HM:   RDTSCP
00:00:01.183077 HM:   VIRT_X2APIC_MODE
00:00:01.183077 HM:   VPID
00:00:01.183077 HM:   WBINVD_EXIT
00:00:01.183078 HM:   UNRESTRICTED_GUEST
00:00:01.183078 HM:   APIC_REG_VIRT (must be cleared)
00:00:01.183078 HM:   VIRT_INT_DELIVERY (must be cleared)
00:00:01.183078 HM:   PAUSE_LOOP_EXIT
00:00:01.183079 HM:   RDRAND_EXIT
00:00:01.183079 HM:   INVPCID (must be cleared)
00:00:01.183079 HM:   VMFUNC (must be cleared)
00:00:01.183080 HM:   VMCS_SHADOWING (must be cleared)
00:00:01.183080 HM:   ENCLS_EXIT (must be cleared)
00:00:01.183080 HM:   RDSEED_EXIT (must be cleared)
00:00:01.183081 HM:   PML (must be cleared)
00:00:01.183081 HM:   EPT_XCPT_VE (must be cleared)
00:00:01.183081 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.183081 HM:   XSAVES_XRSTORS (must be cleared)
00:00:01.183082 HM:   MODE_BASED_EPT_PERM (must be cleared)
00:00:01.183082 HM:   SPP_EPT (must be cleared)
00:00:01.183082 HM:   PT_EPT (must be cleared)
00:00:01.183082 HM:   TSC_SCALING (must be cleared)
00:00:01.183083 HM:   USER_WAIT_PAUSE (must be cleared)
00:00:01.183083 HM:   ENCLV_EXIT (must be cleared)
00:00:01.183083 HM: MSR_IA32_VMX_ENTRY_CTLS           = 0xffff000011ff
00:00:01.183084 HM:   LOAD_DEBUG (must be set)
00:00:01.183084 HM:   IA32E_MODE_GUEST
00:00:01.183085 HM:   ENTRY_TO_SMM
00:00:01.183085 HM:   DEACTIVATE_DUAL_MON
00:00:01.183085 HM:   LOAD_PERF_MSR
00:00:01.183086 HM:   LOAD_PAT_MSR
00:00:01.183086 HM:   LOAD_EFER_MSR
00:00:01.183086 HM:   LOAD_BNDCFGS_MSR (must be cleared)
00:00:01.183087 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.183087 HM:   LOAD_RTIT_CTL_MSR (must be cleared)
00:00:01.183087 HM:   LOAD_CET_STATE (must be cleared)
00:00:01.183087 HM:   LOAD_PKRS_MSR (must be cleared)
00:00:01.183088 HM: MSR_IA32_VMX_EXIT_CTLS            = 0x7fffff00036dff
00:00:01.183088 HM:   SAVE_DEBUG (must be set)
00:00:01.183088 HM:   HOST_ADDR_SPACE_SIZE
00:00:01.183089 HM:   LOAD_PERF_MSR
00:00:01.183089 HM:   ACK_EXT_INT
00:00:01.183089 HM:   SAVE_PAT_MSR
00:00:01.183090 HM:   LOAD_PAT_MSR
00:00:01.183090 HM:   SAVE_EFER_MSR
00:00:01.183090 HM:   LOAD_EFER_MSR
00:00:01.183090 HM:   SAVE_PREEMPT_TIMER
00:00:01.183091 HM:   CLEAR_BNDCFGS_MSR (must be cleared)
00:00:01.183091 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.183091 HM:   CLEAR_RTIT_CTL_MSR (must be cleared)
00:00:01.183091 HM:   LOAD_CET_STATE (must be cleared)
00:00:01.183092 HM:   LOAD_PKRS_MSR (must be cleared)
00:00:01.183092 HM: MSR_IA32_VMX_TRUE_PINBASED_CTLS   = 0x7f00000016
00:00:01.183092 HM: MSR_IA32_VMX_TRUE_PROCBASED_CTLS  = 0xfff9fffe04006172
00:00:01.183093 HM: MSR_IA32_VMX_TRUE_ENTRY_CTLS      = 0xffff000011fb
00:00:01.183094 HM: MSR_IA32_VMX_TRUE_EXIT_CTLS       = 0x7fffff00036dfb
00:00:01.183094 HM: MSR_IA32_VMX_MISC                 = 0x100401e5
00:00:01.183095 HM:   PREEMPT_TIMER_TSC                 = 0x5
00:00:01.183095 HM:   EXIT_SAVE_EFER_LMA                = true
00:00:01.183096 HM:   ACTIVITY_STATES                   = 0x7 ( HLT SHUTDOWN SIPI_WAIT )
00:00:01.183096 HM:   INTEL_PT                          = false
00:00:01.183097 HM:   SMM_READ_SMBASE_MSR               = false
00:00:01.183097 HM:   CR3_TARGET                        = 0x4
00:00:01.183097 HM:   MAX_MSR                           = 0x0 ( 512 )
00:00:01.183098 HM:   VMXOFF_BLOCK_SMI                  = true
00:00:01.183098 HM:   VMWRITE_ALL                       = false
00:00:01.183099 HM:   ENTRY_INJECT_SOFT_INT             = 0x0
00:00:01.183099 HM:   MSEG_ID                           = 0x0
00:00:01.183099 HM: MSR_IA32_VMX_VMCS_ENUM            = 0x2a
00:00:01.183100 HM:   HIGHEST_IDX                       = 0x15
00:00:01.183100 HM: MSR_IA32_VMX_EPT_VPID_CAP         = 0xf0106134141
00:00:01.183101 HM:   RWX_X_ONLY
00:00:01.183101 HM:   PAGE_WALK_LENGTH_4
00:00:01.183101 HM:   MEMTYPE_UC
00:00:01.183102 HM:   MEMTYPE_WB
00:00:01.183102 HM:   PDE_2M
00:00:01.183102 HM:   PDPTE_1G
00:00:01.183102 HM:   INVEPT
00:00:01.183103 HM:   INVEPT_SINGLE_CONTEXT
00:00:01.183103 HM:   INVEPT_ALL_CONTEXTS
00:00:01.183103 HM:   INVVPID
00:00:01.183104 HM:   INVVPID_INDIV_ADDR
00:00:01.183104 HM:   INVVPID_SINGLE_CONTEXT
00:00:01.183104 HM:   INVVPID_ALL_CONTEXTS
00:00:01.183105 HM:   INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:01.183105 HM: MSR_IA32_VMX_CR0_FIXED0           = 0x80000021
00:00:01.183105 HM: MSR_IA32_VMX_CR0_FIXED1           = 0xffffffff
00:00:01.183106 HM: MSR_IA32_VMX_CR4_FIXED0           = 0x2000
00:00:01.183106 HM: MSR_IA32_VMX_CR4_FIXED1           = 0x1727ff
00:00:01.183107 HM: Guest support: 32-bit and 64-bit
00:00:01.183112 HM: Supports VMCS EFER fields         = true
00:00:01.183113 HM: Enabled VMX
00:00:01.183115 HM: Enabled nested paging
00:00:01.183115 HM:   EPT flush type                  = Single context
00:00:01.183116 HM: Enabled unrestricted guest execution
00:00:01.183116 HM: Enabled VPID
00:00:01.183116 HM:   VPID flush type                 = Single context
00:00:01.183117 HM: Enabled VMX-preemption timer (cPreemptTimerShift=5)
00:00:01.183118 HM: VT-x/AMD-V init method: Global
00:00:01.183118 EM: Exit history optimizations: enabled=true enabled-r0=true enabled-r0-no-preemption=false
00:00:01.183139 PcBios: SATA LUN#0 LCHS=1024/255/63
00:00:01.183148 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:01.183152 TMR3UtcNow: nsNow=1 716 981 907 442 975 000 nsPrev=0 -> cNsDelta=1 716 981 907 442 975 000 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 716 981 907 442 975 000)
00:00:01.183163 VMM: fUsePeriodicPreemptionTimers=false
00:00:01.184940 CPUM: Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:01.185061 CPUM: Physical host cores: 4
00:00:01.185061 ************************* CPUID dump ************************
00:00:01.185064          Raw Standard CPUID Leaves
00:00:01.185064      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:01.185065 Gst: 00000000/0000  0000000d 756e6547 6c65746e 49656e69
00:00:01.185066 Hst:                0000000d 756e6547 6c65746e 49656e69
00:00:01.185067 Gst: 00000001/0000  000306e4 00020800 569a2203 178bfbff
00:00:01.185067 Hst:                000306e4 04200800 7fbee3bf bfebfbff
00:00:01.185068 Gst: 00000002/0000  76036301 00f0b2ff 00000000 00ca0000
00:00:01.185069 Hst:                76036301 00f0b2ff 00000000 00ca0000
00:00:01.185070 Gst: 00000003/0000  00000000 00000000 00000000 00000000
00:00:01.185070 Hst:                00000000 00000000 00000000 00000000
00:00:01.185071 Gst: 00000004/0000  04000121 01c0003f 0000003f 00000000
00:00:01.185072 Hst:                3c004121 01c0003f 0000003f 00000000
00:00:01.185072 Gst: 00000004/0001  04000122 01c0003f 0000003f 00000000
00:00:01.185073 Hst:                3c004122 01c0003f 0000003f 00000000
00:00:01.185074 Gst: 00000004/0002  04000143 01c0003f 000001ff 00000000
00:00:01.185074 Hst:                3c004143 01c0003f 000001ff 00000000
00:00:01.185075 Gst: 00000004/0003  04000163 04c0003f 00001fff 00000006
00:00:01.185076 Hst:                3c07c163 04c0003f 00001fff 00000006
00:00:01.185076 Gst: 00000004/0004  04000000 00000000 00000000 00000000
00:00:01.185077 Hst:                00000000 00000000 00000000 00000000
00:00:01.185077 Gst: 00000005/0000  00000000 00000000 00000000 00000000
00:00:01.185078 Hst:                00000040 00000040 00000003 00001120
00:00:01.185079 Gst: 00000006/0000  00000004 00000000 00000000 00000000
00:00:01.185079 Hst:                00000077 00000002 00000009 00000000
00:00:01.185080 Gst: 00000007/0000  00000000 00000001 00000000 10000400
00:00:01.185080 Hst:                00000000 00000281 00000000 9c000400
00:00:01.185081 Gst: 00000007/0001  00000000 00000000 00000000 00000000
00:00:01.185081 Hst:                00000000 00000000 00000000 00000000
00:00:01.185082 Gst: 00000008/0000  00000000 00000000 00000000 00000000
00:00:01.185082 Hst:                00000000 00000000 00000000 00000000
00:00:01.185083 Gst: 00000009/0000  00000000 00000000 00000000 00000000
00:00:01.185083 Hst:                00000001 00000000 00000000 00000000
00:00:01.185084 Gst: 0000000a/0000  00000000 00000000 00000000 00000000
00:00:01.185084 Hst:                07300403 00000000 00000000 00000603
00:00:01.185085 Gst: 0000000b/0000  00000000 00000001 00000100 00000000
00:00:01.185086 Hst:                00000001 00000002 00000100 00000004
00:00:01.185086 Gst: 0000000b/0001  00000001 00000002 00000201 00000000
00:00:01.185087 Hst:                00000005 00000008 00000201 00000004
00:00:01.185087 Gst: 0000000b/0002  00000000 00000000 00000002 00000000
00:00:01.185088 Hst:                00000000 00000000 00000002 00000004
00:00:01.185088 Gst: 0000000c/0000  00000000 00000000 00000000 00000000
00:00:01.185089 Hst:                00000000 00000000 00000000 00000000
00:00:01.185089 Gst: 0000000d/0000  00000007 00000340 00000340 00000000
00:00:01.185090 Hst:                00000007 00000340 00000340 00000000
00:00:01.185090 Gst: 0000000d/0001  00000000 00000000 00000000 00000000
00:00:01.185091 Hst:                00000001 00000000 00000000 00000000
00:00:01.185092 Gst: 0000000d/0002  00000100 00000240 00000000 00000000
00:00:01.185092 Hst:                00000100 00000240 00000000 00000000
00:00:01.185093 Gst: 0000000d/0003  00000000 00000000 00000000 00000000
00:00:01.185093 Hst:                00000000 00000000 00000000 00000000
00:00:01.185105                                Name: GenuineIntel
00:00:01.185106                            Supports: 0x00000000-0x0000000d
00:00:01.185107                              Family:  6 	Extended: 0 	Effective: 6
00:00:01.185108                               Model: 14 	Extended: 3 	Effective: 62
00:00:01.185109                            Stepping: 4
00:00:01.185110                                Type: 0 (primary)
00:00:01.185110                             APIC ID: 0x00
00:00:01.185111                        Logical CPUs: 2
00:00:01.185112                        CLFLUSH Size: 8
00:00:01.185112                            Brand ID: 0x00
00:00:01.185113 Features
00:00:01.185114   Mnemonic - Description                                  = guest (host)
00:00:01.185114   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:01.185115   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:01.185116   DE - Debugging extensions                               = 1 (1)
00:00:01.185117   PSE - Page Size Extension                               = 1 (1)
00:00:01.185118   TSC - Time Stamp Counter                                = 1 (1)
00:00:01.185119   MSR - Model Specific Registers                          = 1 (1)
00:00:01.185120   PAE - Physical Address Extension                        = 1 (1)
00:00:01.185121   MCE - Machine Check Exception                           = 1 (1)
00:00:01.185122   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:01.185122   APIC - APIC On-Chip                                     = 1 (1)
00:00:01.185123   SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
00:00:01.185124   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:01.185125   PGE - PTE Global Bit                                    = 1 (1)
00:00:01.185126   MCA - Machine Check Architecture                        = 1 (1)
00:00:01.185127   CMOV - Conditional Move instructions                    = 1 (1)
00:00:01.185127   PAT - Page Attribute Table                              = 1 (1)
00:00:01.185128   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:01.185129   PSN - Processor Serial Number                           = 0 (0)
00:00:01.185130   CLFSH - CLFLUSH instruction                             = 1 (1)
00:00:01.185131   DS - Debug Store                                        = 0 (1)
00:00:01.185132   ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (1)
00:00:01.185132   MMX - Intel MMX Technology                              = 1 (1)
00:00:01.185133   FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
00:00:01.185134   SSE - SSE support                                       = 1 (1)
00:00:01.185135   SSE2 - SSE2 support                                     = 1 (1)
00:00:01.185136   SS - Self Snoop                                         = 0 (1)
00:00:01.185137   HTT - Hyper-Threading Technology                        = 1 (1)
00:00:01.185138   TM - Therm. Monitor                                     = 0 (1)
00:00:01.185138   PBE - Pending Break Enabled                             = 0 (1)
00:00:01.185139   SSE3 - SSE3 support                                     = 1 (1)
00:00:01.185140   PCLMUL - PCLMULQDQ support (for AES-GCM)                = 1 (1)
00:00:01.185141   DTES64 - DS Area 64-bit Layout                          = 0 (1)
00:00:01.185142   MONITOR - MONITOR/MWAIT instructions                    = 0 (1)
00:00:01.185143   CPL-DS - CPL Qualified Debug Store                      = 0 (1)
00:00:01.185143   VMX - Virtual Machine Extensions                        = 0 (1)
00:00:01.185144   SMX - Safer Mode Extensions                             = 0 (0)
00:00:01.185145   EST - Enhanced SpeedStep Technology                     = 0 (1)
00:00:01.185146   TM2 - Terminal Monitor 2                                = 0 (1)
00:00:01.185146   SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
00:00:01.185147   CNTX-ID - L1 Context ID                                 = 0 (0)
00:00:01.185148   SDBG - Silicon Debug interface                          = 0 (0)
00:00:01.185149   FMA - Fused Multiply Add extensions                     = 0 (0)
00:00:01.185150   CX16 - CMPXCHG16B instruction                           = 1 (1)
00:00:01.185150   TPRUPDATE - xTPR Update Control                         = 0 (1)
00:00:01.185151   PDCM - Perf/Debug Capability MSR                        = 0 (1)
00:00:01.185152   PCID - Process Context Identifiers                      = 1 (1)
00:00:01.185153   DCA - Direct Cache Access                               = 0 (1)
00:00:01.185153   SSE4_1 - SSE4_1 support                                 = 1 (1)
00:00:01.185154   SSE4_2 - SSE4_2 support                                 = 1 (1)
00:00:01.185155   X2APIC - x2APIC support                                 = 0 (1)
00:00:01.185156   MOVBE - MOVBE instruction                               = 0 (0)
00:00:01.185157   POPCNT - POPCNT instruction                             = 1 (1)
00:00:01.185158   TSCDEADL - Time Stamp Counter Deadline                  = 0 (1)
00:00:01.185158   AES - AES instructions                                  = 1 (1)
00:00:01.185159   XSAVE - XSAVE instruction                               = 1 (1)
00:00:01.185160   OSXSAVE - OSXSAVE instruction                           = 0 (1)
00:00:01.185161   AVX - AVX support                                       = 1 (1)
00:00:01.185162   F16C - 16-bit floating point conversion instructions    = 0 (1)
00:00:01.185162   RDRAND - RDRAND instruction                             = 1 (1)
00:00:01.185163   HVP - Hypervisor Present (we're a guest)                = 0 (0)
00:00:01.185164 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:01.185165   Mnemonic - Description                                  = guest (host)
00:00:01.185165   FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 1 (1)
00:00:01.185166   TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (0)
00:00:01.185166   SGX - Supports Software Guard Extensions                = 0 (0)
00:00:01.185167   BMI1 - Advanced Bit Manipulation extension 1            = 0 (0)
00:00:01.185168   HLE - Hardware Lock Elision                             = 0 (0)
00:00:01.185168   AVX2 - Advanced Vector Extensions 2                     = 0 (0)
00:00:01.185169   FDP_EXCPTN_ONLY - FPU DP only updated on exceptions     = 0 (0)
00:00:01.185170   SMEP - Supervisor Mode Execution Prevention             = 0 (1)
00:00:01.185170   BMI2 - Advanced Bit Manipulation extension 2            = 0 (0)
00:00:01.185171   ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (1)
00:00:01.185171   INVPCID - INVPCID instruction                           = 0 (0)
00:00:01.185172   RTM - Restricted Transactional Memory                   = 0 (0)
00:00:01.185173   PQM - Platform Quality of Service Monitoring            = 0 (0)
00:00:01.185174   DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 0 (0)
00:00:01.185174   MPE - Intel Memory Protection Extensions                = 0 (0)
00:00:01.185175   PQE - Platform Quality of Service Enforcement           = 0 (0)
00:00:01.185175   AVX512F - AVX512 Foundation instructions                = 0 (0)
00:00:01.185176   RDSEED - RDSEED instruction                             = 0 (0)
00:00:01.185177   ADX - ADCX/ADOX instructions                            = 0 (0)
00:00:01.185178   SMAP - Supervisor Mode Access Prevention                = 0 (0)
00:00:01.185178   CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 0 (0)
00:00:01.185179   CLWB - CLWB instruction                                 = 0 (0)
00:00:01.185180   INTEL_PT - Intel Processor Trace                        = 0 (0)
00:00:01.185181   AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
00:00:01.185181   AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:01.185182   AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
00:00:01.185182   SHA - Secure Hash Algorithm extensions                  = 0 (0)
00:00:01.185183   PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
00:00:01.185184   UMIP - User mode insturction prevention                 = 0 (0)
00:00:01.185184   PKU - Protection Key for Usermode pages                 = 0 (0)
00:00:01.185185   OSPKE - CR4.PKU mirror                                  = 0 (0)
00:00:01.185186   MAWAU - Value used by BNDLDX & BNDSTX                   = 0x0 (0x0)
00:00:01.185187   RDPID - Read processor ID support                       = 0 (0)
00:00:01.185188   SGX_LC - Supports SGX Launch Configuration              = 0 (0)
00:00:01.185188   MD_CLEAR - Supports MDS related buffer clearing         = 1 (1)
00:00:01.185189   IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB  = 0 (1)
00:00:01.185190   STIBP - Supports IA32_SPEC_CTRL.STIBP                   = 0 (1)
00:00:01.185190   FLUSH_CMD - Supports IA32_FLUSH_CMD                     = 1 (1)
00:00:01.185191   ARCHCAP - Supports IA32_ARCH_CAP                        = 0 (0)
00:00:01.185192   CORECAP - Supports IA32_CORE_CAP                        = 0 (0)
00:00:01.185193   SSBD - Supports IA32_SPEC_CTRL.SSBD                     = 0 (1)
00:00:01.185193 Processor Extended State Enumeration (leaf 0xd):
00:00:01.185194    XSAVE area cur/max size by XCR0, guest: 0x340/0x340
00:00:01.185195     XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:01.185195                    Valid XCR0 bits, guest: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:01.185197                     Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:01.185198                     XSAVE features, guest:
00:00:01.185199                      XSAVE features, host: XSAVEOPT
00:00:01.185200       XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:01.185200        XSAVE area cur size XCR0|XSS, host: 0x0
00:00:01.185201                Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:01.185201                 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:01.185202   State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:01.185203   State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:01.185211          Raw Extended CPUID Leaves
00:00:01.185211      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:01.185211 Gst: 80000000/0000  80000008 00000000 00000000 00000000
00:00:01.185212 Hst:                80000008 00000000 00000000 00000000
00:00:01.185213 Gst: 80000001/0000  00000000 00000000 00000001 28100800
00:00:01.185213 Hst:                00000000 00000000 00000001 2c100800
00:00:01.185214 Gst: 80000002/0000  20202020 49202020 6c65746e 20295228
00:00:01.185215 Hst:                20202020 49202020 6c65746e 20295228
00:00:01.185216 Gst: 80000003/0000  65726f43 294d5428 2d376920 30323834
00:00:01.185217 Hst:                65726f43 294d5428 2d376920 30323834
00:00:01.185218 Gst: 80000004/0000  5043204b 20402055 30372e33 007a4847
00:00:01.185219 Hst:                5043204b 20402055 30372e33 007a4847
00:00:01.185219 Gst: 80000005/0000  00000000 00000000 00000000 00000000
00:00:01.185220 Hst:                00000000 00000000 00000000 00000000
00:00:01.185220 Gst: 80000006/0000  00000000 00000000 01006040 00000000
00:00:01.185221 Hst:                00000000 00000000 01006040 00000000
00:00:01.185222 Gst: 80000007/0000  00000000 00000000 00000000 00000100
00:00:01.185222 Hst:                00000000 00000000 00000000 00000100
00:00:01.185223 Gst: 80000008/0000  0000302e 00000000 00000000 00000000
00:00:01.185223 Hst:                0000302e 00000000 00000000 00000000
00:00:01.185224 Ext Name:                        
00:00:01.185224 Ext Supports:                    0x80000000-0x80000008
00:00:01.185225 Family:                          0  	Extended: 0 	Effective: 0
00:00:01.185225 Model:                           0  	Extended: 0 	Effective: 0
00:00:01.185226 Stepping:                        0
00:00:01.185226 Brand ID:                        0x000
00:00:01.185226 Ext Features
00:00:01.185227   Mnemonic - Description                                  = guest (host)
00:00:01.185227   FPU - x87 FPU on Chip                                   = 0 (0)
00:00:01.185228   VME - Virtual 8086 Mode Enhancements                    = 0 (0)
00:00:01.185229   DE - Debugging extensions                               = 0 (0)
00:00:01.185229   PSE - Page Size Extension                               = 0 (0)
00:00:01.185230   TSC - Time Stamp Counter                                = 0 (0)
00:00:01.185231   MSR - K86 Model Specific Registers                      = 0 (0)
00:00:01.185232   PAE - Physical Address Extension                        = 0 (0)
00:00:01.185233   MCE - Machine Check Exception                           = 0 (0)
00:00:01.185233   CX8 - CMPXCHG8B instruction                             = 0 (0)
00:00:01.185234   APIC - APIC On-Chip                                     = 0 (0)
00:00:01.185235   SEP - SYSCALL/SYSRET                                    = 1 (1)
00:00:01.185236   MTRR - Memory Type Range Registers                      = 0 (0)
00:00:01.185237   PGE - PTE Global Bit                                    = 0 (0)
00:00:01.185238   MCA - Machine Check Architecture                        = 0 (0)
00:00:01.185238   CMOV - Conditional Move instructions                    = 0 (0)
00:00:01.185239   PAT - Page Attribute Table                              = 0 (0)
00:00:01.185240   PSE-36 - 36-bit Page Size Extension                     = 0 (0)
00:00:01.185241   NX - No-Execute/Execute-Disable                         = 1 (1)
00:00:01.185241   AXMMX - AMD Extensions to MMX instructions              = 0 (0)
00:00:01.185242   MMX - Intel MMX Technology                              = 0 (0)
00:00:01.185243   FXSR - FXSAVE and FXRSTOR Instructions                  = 0 (0)
00:00:01.185244   FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 0 (0)
00:00:01.185244   Page1GB - 1 GB large page                               = 0 (1)
00:00:01.185245   RDTSCP - RDTSCP instruction                             = 1 (1)
00:00:01.185246   LM - AMD64 Long Mode                                    = 1 (1)
00:00:01.185247   3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
00:00:01.185248   3DNOW - AMD 3DNow                                       = 0 (0)
00:00:01.185249   LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
00:00:01.185249   CmpLegacy - Core multi-processing legacy mode           = 0 (0)
00:00:01.185250   SVM - AMD Secure Virtual Machine extensions             = 0 (0)
00:00:01.185251   EXTAPIC - AMD Extended APIC registers                   = 0 (0)
00:00:01.185251   CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 0 (0)
00:00:01.185252   ABM - AMD Advanced Bit Manipulation                     = 0 (0)
00:00:01.185253   SSE4A - SSE4A instructions                              = 0 (0)
00:00:01.185254   MISALIGNSSE - AMD Misaligned SSE mode                   = 0 (0)
00:00:01.185254   3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 0 (0)
00:00:01.185255   OSVW - AMD OS Visible Workaround                        = 0 (0)
00:00:01.185256   IBS - Instruct Based Sampling                           = 0 (0)
00:00:01.185256   XOP - Extended Operation support                        = 0 (0)
00:00:01.185257   SKINIT - SKINIT, STGI, and DEV support                  = 0 (0)
00:00:01.185258   WDT - AMD Watchdog Timer support                        = 0 (0)
00:00:01.185259   LWP - Lightweight Profiling support                     = 0 (0)
00:00:01.185259   FMA4 - Four operand FMA instruction support             = 0 (0)
00:00:01.185260   TCE - Translation Cache Extension support               = 0 (0)
00:00:01.185261   NodeId - NodeId in MSR C001_100C                        = 0 (0)
00:00:01.185261   TBM - Trailing Bit Manipulation instructions            = 0 (0)
00:00:01.185262   TOPOEXT - Topology Extensions                           = 0 (0)
00:00:01.185263   PRFEXTCORE - Performance Counter Extensions support     = 0 (0)
00:00:01.185263   PRFEXTNB - NB Performance Counter Extensions support    = 0 (0)
00:00:01.185264   DATABPEXT - Data-access Breakpoint Extension            = 0 (0)
00:00:01.185264   PERFTSC - Performance Time Stamp Counter                = 0 (0)
00:00:01.185265   PCX_L2I - L2I/L3 Performance Counter Extensions         = 0 (0)
00:00:01.185266   MONITORX - MWAITX and MONITORX instructions             = 0 (0)
00:00:01.185266   AddrMaskExt - BP Addressing masking extended to bit 31  = 0 (0)
00:00:01.185267 Full Name:                       "       Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz"
00:00:01.185267 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:01.185268 TLB 2/4M Data:                   res0     0 entries
00:00:01.185268 TLB 4K Instr/Uni:                res0     0 entries
00:00:01.185269 TLB 4K Data:                     res0     0 entries
00:00:01.185269 L1 Instr Cache Line Size:        0 bytes
00:00:01.185269 L1 Instr Cache Lines Per Tag:    0
00:00:01.185269 L1 Instr Cache Associativity:    res0  
00:00:01.185270 L1 Instr Cache Size:             0 KB
00:00:01.185270 L1 Data Cache Line Size:         0 bytes
00:00:01.185270 L1 Data Cache Lines Per Tag:     0
00:00:01.185271 L1 Data Cache Associativity:     res0  
00:00:01.185271 L1 Data Cache Size:              0 KB
00:00:01.185271 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:01.185272 L2 TLB 2/4M Data:                off       0 entries
00:00:01.185272 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:01.185272 L2 TLB 4K Data:                  off       0 entries
00:00:01.185273 L2 Cache Line Size:              0 bytes
00:00:01.185273 L2 Cache Lines Per Tag:          0
00:00:01.185273 L2 Cache Associativity:          off   
00:00:01.185273 L2 Cache Size:                   0 KB
00:00:01.185275   TS - Temperature Sensor                                 = 0 (0)
00:00:01.185276   FID - Frequency ID control                              = 0 (0)
00:00:01.185276   VID - Voltage ID control                                = 0 (0)
00:00:01.185277   TTP - Thermal Trip                                      = 0 (0)
00:00:01.185278   TM - Hardware Thermal Control (HTC)                     = 0 (0)
00:00:01.185279   100MHzSteps - 100 MHz Multiplier control                = 0 (0)
00:00:01.185280   HwPstate - Hardware P-state control                     = 0 (0)
00:00:01.185280   TscInvariant - Invariant Time Stamp Counter             = 1 (1)
00:00:01.185281   CPB - Core Performance Boost                            = 0 (0)
00:00:01.185282   EffFreqRO - Read-only Effective Frequency Interface     = 0 (0)
00:00:01.185282   ProcFdbkIf - Processor Feedback Interface               = 0 (0)
00:00:01.185283   ProcPwrRep - Core power reporting interface support     = 0 (0)
00:00:01.185283   ConnectedStandby - Connected Standby                    = 0 (0)
00:00:01.185284   RAPL - Running average power limit                      = 0 (0)
00:00:01.185285 Physical Address Width:          46 bits
00:00:01.185285 Virtual Address Width:           48 bits
00:00:01.185286 Guest Physical Address Width:    0 bits
00:00:01.185286 Physical Core Count:             1
00:00:01.185287 
00:00:01.185287 ******************** End of CPUID dump **********************
00:00:01.185287 *********************** VT-x features ***********************
00:00:01.185288 Nested hardware virtualization - VMX features
00:00:01.185288   Mnemonic - Description                                  = guest (host)
00:00:01.185288   VMX - Virtual-Machine Extensions                        = 0 (1)
00:00:01.185289   InsOutInfo - INS/OUTS instruction info.                 = 0 (1)
00:00:01.185289   ExtIntExit - External interrupt exiting                 = 0 (1)
00:00:01.185290   NmiExit - NMI exiting                                   = 0 (1)
00:00:01.185290   VirtNmi - Virtual NMIs                                  = 0 (1)
00:00:01.185291   PreemptTimer - VMX preemption timer                     = 0 (1)
00:00:01.185291   PostedInt - Posted interrupts                           = 0 (0)
00:00:01.185291   IntWindowExit - Interrupt-window exiting                = 0 (1)
00:00:01.185292   TscOffsetting - TSC offsetting                          = 0 (1)
00:00:01.185292   HltExit - HLT exiting                                   = 0 (1)
00:00:01.185292   InvlpgExit - INVLPG exiting                             = 0 (1)
00:00:01.185293   MwaitExit - MWAIT exiting                               = 0 (1)
00:00:01.185293   RdpmcExit - RDPMC exiting                               = 0 (1)
00:00:01.185294   RdtscExit - RDTSC exiting                               = 0 (1)
00:00:01.185294   Cr3LoadExit - CR3-load exiting                          = 0 (1)
00:00:01.185294   Cr3StoreExit - CR3-store exiting                        = 0 (1)
00:00:01.185295   TertiaryExecCtls - Activate tertiary controls           = 0 (0)
00:00:01.185295   Cr8LoadExit  - CR8-load exiting                         = 0 (1)
00:00:01.185295   Cr8StoreExit - CR8-store exiting                        = 0 (1)
00:00:01.185296   UseTprShadow - Use TPR shadow                           = 0 (1)
00:00:01.185296   NmiWindowExit - NMI-window exiting                      = 0 (1)
00:00:01.185297   MovDRxExit - Mov-DR exiting                             = 0 (1)
00:00:01.185297   UncondIoExit - Unconditional I/O exiting                = 0 (1)
00:00:01.185297   UseIoBitmaps - Use I/O bitmaps                          = 0 (1)
00:00:01.185298   MonitorTrapFlag - Monitor Trap Flag                     = 0 (1)
00:00:01.185298   UseMsrBitmaps - MSR bitmaps                             = 0 (1)
00:00:01.185299   MonitorExit - MONITOR exiting                           = 0 (1)
00:00:01.185299   PauseExit - PAUSE exiting                               = 0 (1)
00:00:01.185299   SecondaryExecCtl - Activate secondary controls          = 0 (1)
00:00:01.185300   VirtApic - Virtualize-APIC accesses                     = 0 (1)
00:00:01.185300   Ept - Extended Page Tables                              = 0 (1)
00:00:01.185300   DescTableExit - Descriptor-table exiting                = 0 (1)
00:00:01.185301   Rdtscp - Enable RDTSCP                                  = 0 (1)
00:00:01.185301   VirtX2ApicMode - Virtualize-x2APIC mode                 = 0 (1)
00:00:01.185302   Vpid - Enable VPID                                      = 0 (1)
00:00:01.185302   WbinvdExit - WBINVD exiting                             = 0 (1)
00:00:01.185302   UnrestrictedGuest - Unrestricted guest                  = 0 (1)
00:00:01.185303   ApicRegVirt - APIC-register virtualization              = 0 (0)
00:00:01.185303   VirtIntDelivery - Virtual-interrupt delivery            = 0 (0)
00:00:01.185304   PauseLoopExit - PAUSE-loop exiting                      = 0 (1)
00:00:01.185304   RdrandExit - RDRAND exiting                             = 0 (1)
00:00:01.185304   Invpcid - Enable INVPCID                                = 0 (0)
00:00:01.185305   VmFuncs - Enable VM Functions                           = 0 (0)
00:00:01.185305   VmcsShadowing - VMCS shadowing                          = 0 (0)
00:00:01.185305   RdseedExiting - RDSEED exiting                          = 0 (0)
00:00:01.185306   PML - Page-Modification Log (PML)                       = 0 (0)
00:00:01.185306   EptVe - EPT violations can cause #VE                    = 0 (0)
00:00:01.185307   ConcealVmxFromPt - Conceal VMX from Processor Trace     = 0 (0)
00:00:01.185307   XsavesXRstors - Enable XSAVES/XRSTORS                   = 0 (0)
00:00:01.185307   ModeBasedExecuteEpt - Mode-based execute permissions    = 0 (0)
00:00:01.185308   SppEpt - Sub-page page write permissions for EPT        = 0 (0)
00:00:01.185308   PtEpt - Processor Trace address' translatable by EPT    = 0 (0)
00:00:01.185308   UseTscScaling - Use TSC scaling                         = 0 (0)
00:00:01.185309   UserWaitPause - Enable TPAUSE, UMONITOR and UMWAIT      = 0 (0)
00:00:01.185309   EnclvExit - ENCLV exiting                               = 0 (0)
00:00:01.185310   LoadIwKeyExit - LOADIWKEY exiting                       = 0 (0)
00:00:01.185310   EntryLoadDebugCtls - Load debug controls on VM-entry    = 0 (1)
00:00:01.185310   Ia32eModeGuest - IA-32e mode guest                      = 0 (1)
00:00:01.185311   EntryLoadEferMsr - Load IA32_EFER MSR on VM-entry       = 0 (1)
00:00:01.185311   EntryLoadPatMsr - Load IA32_PAT MSR on VM-entry         = 0 (1)
00:00:01.185311   ExitSaveDebugCtls - Save debug controls on VM-exit      = 0 (1)
00:00:01.185312   HostAddrSpaceSize - Host address-space size             = 0 (1)
00:00:01.185312   ExitAckExtInt - Acknowledge interrupt on VM-exit        = 0 (1)
00:00:01.185313   ExitSavePatMsr - Save IA32_PAT MSR on VM-exit           = 0 (1)
00:00:01.185313   ExitLoadPatMsr - Load IA32_PAT MSR on VM-exit           = 0 (1)
00:00:01.185313   ExitSaveEferMsr - Save IA32_EFER MSR on VM-exit         = 0 (1)
00:00:01.185314   ExitLoadEferMsr - Load IA32_EFER MSR on VM-exit         = 0 (1)
00:00:01.185314   SavePreemptTimer - Save VMX-preemption timer            = 0 (1)
00:00:01.185314   SecondaryExitCtls - Secondary VM-exit controls          = 0 (0)
00:00:01.185315   ExitSaveEferLma - Save IA32_EFER.LMA on VM-exit         = 0 (1)
00:00:01.185315   IntelPt - Intel PT (Processor Trace) in VMX operation   = 0 (0)
00:00:01.185316   VmwriteAll - VMWRITE to any supported VMCS field        = 0 (0)
00:00:01.185316   EntryInjectSoftInt - Inject softint. with 0-len instr.  = 0 (0)
00:00:01.185316 
00:00:01.185317 ******************* End of VT-x features ********************
00:00:01.185374 VMEmt: Halt method global1 (5)
00:00:01.185413 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:01.185428 Changing the VM state from 'CREATING' to 'CREATED'
00:00:01.188124 SharedFolders host service: Adding host mapping
00:00:01.188131     Host path '/home/marco', map name 'marco', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:01.188275 SharedFolders host service: Adding host mapping
00:00:01.188278     Host path '/media/2T/resources', map name 'resources', writable, automount=true, automntpnt=, create_symlinks=false, missing=false
00:00:01.188721 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:01.188870 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:01.188875 AIOMgr:     /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
00:00:01.188877 AIOMgr:     /home/marco/VirtualBox VMs/7/i7.marco.7_.1702541157-14.dicembre.2023-09.05-disk001.vdi
00:00:01.189002 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:01.189007 Console: Machine state changed to 'Running'
00:00:01.190265 VMMDev: Guest Log: BIOS: VirtualBox 7.0.18
00:00:01.190346 PCI: Setting up resources and interrupts
00:00:01.190879 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.193898 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 1132x840
00:00:01.198377 GUI: HID LEDs sync is not supported on this platform
00:00:01.206672 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:01.209362 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:01.210749 VMMDev: Guest Log: CPUID EDX: 0x178bfbff
00:00:01.211097 VMMDev: Guest Log: BIOS: No PCI IDE controller, not probing IDE
00:00:01.211272 AHCI#0: Reset the HBA
00:00:01.211275 VD#0: Cancelling all active requests
00:00:01.211301 AHCI#0: Port 0 reset
00:00:01.211322 VD#0: Cancelling all active requests
00:00:01.211713 VMMDev: Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 0x000000000ba92100 sectors
00:00:01.211744 AHCI#0: Port 1 reset
00:00:01.212775 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.235316 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000792364400000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0
00:00:01.546347 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:03.696219 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.696414 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:03.696560 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.696720 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:03.697392 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0004
00:00:03.697521 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.697680 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:03.698128 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:03.751165 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:03.916019 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000792364400000 w=1024 h=768 bpp=24 cbLine=0xC00 flags=0x0 origin=0,0
00:00:04.220526 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:01:54.596024 RTC: period=0x200 (512) 64 Hz
00:01:55.696713 AHCI#0: Reset the HBA
00:01:55.696741 VD#0: Cancelling all active requests
00:01:55.716002 VMMDev: Guest Log: VBoxGuest: Windows version 6.1, build 7601
00:01:55.726211 VMMDev: Guest Additions information report: Version 7.0.18 r162988 '7.0.18'
00:01:55.726299 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x00037100 (Windows 7, 64-bit)
00:01:55.726372 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:01:55.726426 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:01:55.726440 VMMDev: vmmDevReqHandler_HeartbeatConfigure: No change (fHeartbeatActive=false)
00:01:55.726453 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:01:55.726462 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:01:55.726488 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:01:55.726492 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:01:55.727740 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:01:55.728604 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:01:55.728614 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:01:55.728738 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:01:55.728744 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:01:55.728768 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:01:55.728770 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:01:58.085743 VMMDev: Guest Log: VBoxSF: g_fHostFeatures=0x8000000f g_fSfFeatures=0x1 g_uSfLastFunction=29
00:01:58.184209 VMMDev: Guest Log: VBoxMouse::DriverEntry: DriverEntry:
00:01:58.214438 VMMDev: Guest Log: VBoxMP::DriverEntry: VBox WDDM Driver for Windows Vista and 7 version 7.0.18r162988 rel, 64 bit; Built May  2 2024 10:37:56
00:01:58.214856 VMMDev: Guest Log: VBoxMP::DriverEntry: OsVersion(6, 1, 7601)
00:01:58.214969 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: VGA configuration version 1
00:01:58.215040 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: VGA configuration: 3D 0, hardware type 1, VGPU10 1
00:01:58.215091 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: 3D is not supported, hardware type 1
00:01:58.215126 VMMDev: Guest Log: VBoxMP::DriverEntry: 3D is NOT supported by the host, but is NOT required for the current guest version using this driver, continuing with Disabled 3D..
00:01:58.993759 HDA: Codec reset
00:01:58.993786 HDA: Reset
00:01:59.018547 HDA: Codec reset
00:01:59.018571 HDA: Reset
00:01:59.055807 OHCI: Software reset
00:01:59.055907 OHCI: USB Reset
00:01:59.127242 OHCI: USB Operational
00:01:59.171153 HDA: Codec reset
00:01:59.171088 IEM: rdmsr(0x40000081) -> #GP(0)
00:01:59.171112 IEM: rdmsr(0x40000081) -> #GP(0)
00:01:59.440643 VMMDev: Guest Log: VBoxMP::vboxWddmPickResources: found the VBE card
00:01:59.440775 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: Handling complex topologies enabled
00:01:59.441420 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: using HGSMI
00:01:59.441671 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1280x1024 is NOT supported
00:01:59.441782 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1280x1024 not accepted by the frontend
00:01:59.441812 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1400x1050 is NOT supported
00:01:59.441914 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1400x1050 not accepted by the frontend
00:01:59.441942 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1600x1200 is NOT supported
00:01:59.442043 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1600x1200 not accepted by the frontend
00:01:59.442173 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1920x1440 too big for available VRAM (8126464 bytes)
00:01:59.442555 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: WDDM: VRAM 0xe0000000/0x2000000, FIFO 0xf0000000/0x200000, IO 0xd000/0x10
00:01:59.442876 Enabling different vbva mode
00:01:59.443210 Enabling different vbva mode
00:01:59.719783 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000792364400000 w=1132 h=840 bpp=32 cbLine=0x11B0 flags=0x1 origin=0,0
00:02:00.027500 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:02:00.520776 VMMDev: Guest Log: 11:27:05.656250 main     VBoxService 7.0.18 r162988 (verbosity: 0) win.amd64 (May  2 2024 10:37:53) release log
00:02:00.520799 VMMDev: Guest Log: 11:27:05.656250 main     Log opened 2024-05-29T11:27:05.656250000Z
00:02:00.520831 VMMDev: Guest Log: 11:27:05.656250 main     OS Product: Windows 7
00:02:00.520850 VMMDev: Guest Log: 11:27:05.656250 main     OS Release: 6.1.7601
00:02:00.520867 VMMDev: Guest Log: 11:27:05.656250 main     OS Service Pack: 1
00:02:00.520884 VMMDev: Guest Log: 11:27:05.656250 main     Executable: C:\Windows\System32\VBoxService.exe
00:02:00.520887 VMMDev: Guest Log: 11:27:05.656250 main     Process ID: 660
00:02:00.520888 VMMDev: Guest Log: 11:27:05.656250 main     Package type: WINDOWS_64BITS_GENERIC
00:02:00.522147 VMMDev: Guest Log: 11:27:05.656250 main     7.0.18 r162988 started. Verbose level = 0
00:02:00.534428 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:00.534446 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:00.534593 VMMDev: Guest Log: 11:27:05.671875          vbglR3GuestCtrlDetectPeekGetCancelSupport: Supported (#1)
00:02:00.534645 Guest Control: GUEST_MSG_REPORT_FEATURES: 0xf, 0x8000000000000000
00:02:00.535438 VMMDev: Guest Log: 11:27:05.671875          vgsvcTimeSyncInit: Initially 156250 (100ns) units per 156250 (100 ns) units interval, disabled=1
00:02:00.542363 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:02:00.542379 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:02:00.542495 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:00.542500 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:00.551310 VMMDev: Guest Log: VBOXNP: DLL loaded.
00:02:00.571493 VMMDev: Guest Log: 11:27:05.706250 automount vbsvcAutomounterMountIt: Successfully mounted 'marco' on 'Z:'
00:02:00.574247 VMMDev: Guest Log: 11:27:05.706250 automount vbsvcAutomounterMountIt: Successfully mounted 'resources' on 'Y:'
00:02:00.950276 NAT: Link up
00:02:01.095954 NAT: IPv6 not supported
00:02:01.642215 NAT: resolv.conf: nameserver 10.10.100.100
00:02:01.642248 NAT: resolv.conf: nameserver 1.1.1.1
00:02:01.642253 NAT: resolv.conf: nameserver 208.67.220.220
00:02:01.642257 NAT: resolv.conf: too many nameserver lines, ignoring fdbb:bd:99fc::1
00:02:01.642269 NAT: Adding domain name lab
00:02:01.642271 NAT: DNS#0: 10.10.100.100
00:02:01.642274 NAT: DNS#1: 1.1.1.1
00:02:01.642277 NAT: DNS#2: 208.67.220.220
00:02:01.642281 NAT: DHCP offered IP address 10.0.2.15
00:02:02.317260 VMMDev: Guest Log: WDDM: adapter capabilities 0x0000000A
00:02:03.843960 VMMDev: Guest Log: Windows version 6.1 build 7601 (uNtVersion=0x60010000001db1)
00:02:03.845329 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:03.845341 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:04.047214 VMMDev: Guest Log: Starting services ...
00:02:04.048791 VMMDev: Guest Log: Starting service 'display' ...
00:02:04.111670 VMMDev: Guest Log: Service 'display' started
00:02:04.111939 VMMDev: Guest Log: Starting service 'clipboard' ...
00:02:04.116807 VMMDev: Guest Log: Shared Clipboard: New Clipboard API enabled
00:02:04.164086 VMMDev: Guest Log: Service 'clipboard' started
00:02:04.164132 VMMDev: Guest Log: Starting service 'seamless' ...
00:02:04.167166 VMMDev: Guest Log: Service 'seamless' started
00:02:04.167197 VMMDev: Guest Log: Starting service 'VRDP' ...
00:02:04.173412 VMMDev: Guest Log: Service 'VRDP' started
00:02:04.173459 VMMDev: Guest Log: Starting service 'IPC' ...
00:02:04.174174 VMMDev: Guest Log: VBoxIPCInit: Local IPC server now running at "\\.\pipe\VBoxTrayIPC-marco"
00:02:04.176533 VMMDev: Guest Log: Service 'IPC' started
00:02:04.176571 VMMDev: Guest Log: Starting service 'LA' ...
00:02:04.177887 VMMDev: Guest Log: LA: RegQueryValueExW: failed [SOFTWARE\Oracle\VirtualBox Guest Additions/VBoxTrayLog]
00:02:04.179281 VMMDev: Guest Log: LA: RegQueryValueExW: failed [SOFTWARE\Oracle\VirtualBox Guest Additions/VBoxTrayLA]
00:02:04.179281 VMMDev: Guest Log: LA: DetachOnDisconnect=true
00:02:04.186987 VMMDev: Guest Log: Service 'LA' started
00:02:04.187021 VMMDev: Guest Log: Starting service 'draganddrop' ...
00:02:04.358519 VMMDev: Guest Log: DnD: Drag and drop service successfully started
00:02:04.369433 VMMDev: Guest Log: Service 'draganddrop' started
00:02:04.369521 VMMDev: Guest Log: All services started
00:02:04.383089 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:02:04.383110 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:02:04.383239 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:04.383246 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:04.884147 VMMDev: Guest Additions capability report: (0x0 -> 0x1) seamless: yes, hostWindowMapping: no, graphics: no
00:02:04.884304 VMMDev: Guest Additions capability report: (0x1 -> 0x5) seamless: yes, hostWindowMapping: no, graphics: yes
00:02:04.886601 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:02:04.886927 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:02:04.887022 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:04.887027 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:04.887037 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:02:04.887038 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:02:05.222662 RTC: period=0x20 (32) 1024 Hz
00:02:05.361516 RTC: period=0x100 (256) 128 Hz
00:02:05.393841 RTC: period=0x20 (32) 1024 Hz
00:02:05.424347 RTC: period=0x100 (256) 128 Hz
00:02:05.721215 NAT: DHCP offered IP address 10.0.2.15
00:02:06.190533 RTC: period=0x20 (32) 1024 Hz
00:02:06.244825 RTC: period=0x100 (256) 128 Hz
00:02:06.510921 RTC: period=0x20 (32) 1024 Hz
00:02:06.564987 RTC: period=0x100 (256) 128 Hz
00:02:07.097315 RTC: period=0x20 (32) 1024 Hz
00:02:07.229231 RTC: period=0x100 (256) 128 Hz
00:02:07.260826 RTC: period=0x20 (32) 1024 Hz
00:02:07.354018 RTC: period=0x100 (256) 128 Hz
00:02:07.557960 RTC: period=0x20 (32) 1024 Hz
00:02:07.611389 RTC: period=0x100 (256) 128 Hz
00:02:10.081176 RTC: period=0x20 (32) 1024 Hz
00:02:10.354024 RTC: period=0x100 (256) 128 Hz
00:02:10.964084 RTC: period=0x20 (32) 1024 Hz
00:02:11.080602 RTC: period=0x100 (256) 128 Hz
00:02:11.206214 RTC: period=0x20 (32) 1024 Hz
00:02:11.260214 RTC: period=0x100 (256) 128 Hz
00:02:12.948997 RTC: period=0x20 (32) 1024 Hz
00:02:13.033432 RTC: period=0x100 (256) 128 Hz
00:02:18.058336 RTC: period=0x20 (32) 1024 Hz
00:02:18.088465 RTC: period=0x100 (256) 128 Hz
00:02:19.908189 VMMDev: Guest Log: VBOXNP: DLL loaded.
00:02:23.096860 RTC: period=0x20 (32) 1024 Hz
00:02:23.119752 RTC: period=0x100 (256) 128 Hz
00:02:28.128416 RTC: period=0x20 (32) 1024 Hz
00:02:28.150583 RTC: period=0x100 (256) 128 Hz
00:02:32.065867 RTC: period=0x20 (32) 1024 Hz
00:02:32.158741 RTC: period=0x100 (256) 128 Hz
00:02:33.159769 RTC: period=0x20 (32) 1024 Hz
00:02:33.174495 RTC: period=0x100 (256) 128 Hz
00:02:38.221803 RTC: period=0x20 (32) 1024 Hz
00:02:38.236687 RTC: period=0x100 (256) 128 Hz
00:02:43.245432 RTC: period=0x20 (32) 1024 Hz
00:02:43.291528 RTC: period=0x100 (256) 128 Hz
00:02:48.300170 RTC: period=0x20 (32) 1024 Hz
00:02:48.322474 RTC: period=0x100 (256) 128 Hz
00:02:53.331800 RTC: period=0x20 (32) 1024 Hz
00:02:53.346009 RTC: period=0x100 (256) 128 Hz
00:02:58.354915 RTC: period=0x20 (32) 1024 Hz
00:02:58.400729 RTC: period=0x100 (256) 128 Hz
00:03:03.409774 RTC: period=0x20 (32) 1024 Hz
00:03:03.423893 RTC: period=0x100 (256) 128 Hz
00:03:08.456714 RTC: period=0x20 (32) 1024 Hz
00:03:08.489289 RTC: period=0x100 (256) 128 Hz
00:03:13.495384 RTC: period=0x20 (32) 1024 Hz
00:03:13.525550 RTC: period=0x100 (256) 128 Hz
00:03:18.534845 RTC: period=0x20 (32) 1024 Hz
00:03:18.580267 RTC: period=0x100 (256) 128 Hz
00:03:23.589208 RTC: period=0x20 (32) 1024 Hz
00:03:23.650551 RTC: period=0x100 (256) 128 Hz
00:03:28.659297 RTC: period=0x20 (32) 1024 Hz
00:03:28.674148 RTC: period=0x100 (256) 128 Hz
00:03:33.683077 RTC: period=0x20 (32) 1024 Hz
00:03:33.729177 RTC: period=0x100 (256) 128 Hz
00:03:34.839167 RTC: period=0x20 (32) 1024 Hz
00:03:34.877715 RTC: period=0x100 (256) 128 Hz
00:03:38.737428 RTC: period=0x20 (32) 1024 Hz
00:03:38.752284 RTC: period=0x100 (256) 128 Hz
00:03:43.760905 RTC: period=0x20 (32) 1024 Hz
00:03:43.775521 RTC: period=0x100 (256) 128 Hz
00:03:48.784259 RTC: period=0x20 (32) 1024 Hz
00:04:14.337203 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:04:14.340978 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/7/i7.marco.7_.1702541157-14.dicembre.2023-09.05-disk001.vdi' (flags 000c0781) created successfully
00:04:14.343006 PDMR3Suspend: 5 763 528 ns run time
00:04:14.343015 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:04:14.343020 Console: Machine state changed to 'Paused'
00:04:16.599106 GUI: Request for close-action to save VM state.
00:04:16.599132 GUI: Saving VM state..
00:04:16.607574 Console: Machine state changed to 'Saving'
00:04:16.608352 Changing the VM state from 'SUSPENDED' to 'SAVING'

Follows Windows 10 log:

00:00:00.976759 VirtualBox VM 7.0.18 r162988 linux.amd64 (May  3 2024 17:29:05) release log
00:00:00.976760 Log opened 2024-05-29T11:30:25.404390000Z
00:00:00.976761 Build Type: release
00:00:00.976762 OS Product: Linux
00:00:00.976763 OS Release: 6.6.32-1-lts
00:00:00.976764 OS Version: #1 SMP PREEMPT_DYNAMIC Sat, 25 May 2024 20:20:51 +0000
00:00:00.976786 DMI Product Name: ESC700 G2
00:00:00.976794 DMI Product Version: Rev 1.xx
00:00:00.976799 Firmware type: UEFI
00:00:00.976934 Secure Boot: Disabled
00:00:00.976980 Host RAM: 32042MB (31.2GB) total, 18880MB (18.4GB) available
00:00:00.976983 Executable: /usr/lib/virtualbox/VirtualBoxVM
00:00:00.976983 Process ID: 110269
00:00:00.976984 Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.978115 Installed Extension Packs:
00:00:00.978115   Oracle VM VirtualBox Extension Pack (Version: 7.0.18 r162988; VRDE Module: VBoxVRDP; Crypto Module: VBoxPuelCrypto)
00:00:00.978115   VNC (Version: 7.0.18 r162988; VRDE Module: VBoxVNC; Crypto Module: )
00:00:00.978115 Console: Machine state changed to 'Starting'
00:00:00.978115 Qt version: 5.15.13
00:00:00.978115 X11 Window Manager code: 6
00:00:00.984471 SUP: seg #0: R   0x00000000 LB 0x00061000
00:00:00.984497 SUP: seg #1: R X 0x00061000 LB 0x001b7000
00:00:00.984499 SUP: seg #2: R   0x00218000 LB 0x0006a000
00:00:00.984501 SUP: seg #3: RW  0x00282000 LB 0x0002eaf8
00:00:00.986625 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:00.986650 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX
00:00:00.989391 Guest OS type: 'Windows10_64'
00:00:00.991477 fHMForced=true - No raw-mode support in this build!
00:00:00.995853 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:00.996725 X Server details: vendor: The X.Org Foundation, release: 12101013, protocol version: 11.0, display string: :0.0
00:00:00.996734 Using XKB for keycode to scan code conversion
00:00:01.002565 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 0 work area is actually resized to: 0x0 x 1920x1080
00:00:01.003192 File system of '/home/marco/VirtualBox VMs/W10/Snapshots' (snapshots) is ext4
00:00:01.003197 File system of '/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi' is ext4
00:00:01.009151 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 1 work area is actually resized to: 603x1086 x 1440x900
00:00:01.015359 GUI: UIDesktopWidgetWatchdog::sltHandleHostScreenAvailableGeometryCalculated: Screen 2 work area is actually resized to: 1920x6 x 1920x1080
00:00:01.034570 Shared Clipboard: Service loaded
00:00:01.034596 Shared Clipboard: Mode: Bidirectional
00:00:01.034648 Shared Clipboard: Service running in normal mode
00:00:01.035480 Drag and drop service loaded
00:00:01.035495 Drag and drop mode: Bidirectional
00:00:01.038035 ************************* CFGM dump *************************
00:00:01.038044 [/] (level 0)
00:00:01.038047   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:01.038050   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:01.038051   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:01.038051   MemBalloonSize    <integer> = 0x0000000000000000 (0, 0 B)
00:00:01.038054   Name              <string>  = "W10" (cb=4)
00:00:01.038055   NumCPUs           <integer> = 0x0000000000000002 (2)
00:00:01.038055   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:01.038056   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512.0 MiB)
00:00:01.038058   RamSize           <integer> = 0x0000000200000000 (8 589 934 592, 8.0 GiB)
00:00:01.038059   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:01.038060   UUID              <bytes>   = "5b 5a c7 23 3c bd 9b 40 a1 7d a5 6e 32 5a 98 50" (cb=16)
00:00:01.038063 
00:00:01.038063 [/CPUM/] (level 1)
00:00:01.038064   Enable64bit        <integer> = 0x0000000000000001 (1)
00:00:01.038065   GuestCpuName       <string>  = "host" (cb=5)
00:00:01.038066   NestedHWVirt       <integer> = 0x0000000000000001 (1)
00:00:01.038066   PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:01.038067   SpecCtrl           <integer> = 0x0000000000000000 (0)
00:00:01.038068 
00:00:01.038068 [/CPUM/IsaExts/] (level 2)
00:00:01.038069 
00:00:01.038069 [/DBGC/] (level 1)
00:00:01.038070   GlobalInitScript <string>  = "/home/marco/.config/VirtualBox/dbgc-init" (cb=41)
00:00:01.038071   HistoryFile      <string>  = "/home/marco/.config/VirtualBox/dbgc-history" (cb=44)
00:00:01.038071   LocalInitScript  <string>  = "/home/marco/VirtualBox VMs/W10/dbgc-init" (cb=41)
00:00:01.038072 
00:00:01.038072 [/DBGF/] (level 1)
00:00:01.038072   Path <string>  = "/home/marco/VirtualBox VMs/W10/debug/;/home/marco/VirtualBox VMs/W10/;cache*/home/marco/VirtualBox VMs/W10/dbgcache/;/home/marco/" (cb=130)
00:00:01.038073 
00:00:01.038073 [/Devices/] (level 1)
00:00:01.038074 
00:00:01.038074 [/Devices/3c501/] (level 2)
00:00:01.038075 
00:00:01.038075 [/Devices/8237A/] (level 2)
00:00:01.038076 
00:00:01.038076 [/Devices/8237A/0/] (level 3)
00:00:01.038077   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038078 
00:00:01.038078 [/Devices/GIMDev/] (level 2)
00:00:01.038078 
00:00:01.038079 [/Devices/GIMDev/0/] (level 3)
00:00:01.038080   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038080 
00:00:01.038080 [/Devices/VMMDev/] (level 2)
00:00:01.038081 
00:00:01.038081 [/Devices/VMMDev/0/] (level 3)
00:00:01.038082   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038083   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:01.038083   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038084   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038085 
00:00:01.038085 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.038086   GuestCoreDumpDir <string>  = "/home/marco/VirtualBox VMs/W10/Snapshots" (cb=41)
00:00:01.038087 
00:00:01.038087 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.038088   Driver <string>  = "HGCM" (cb=5)
00:00:01.038088 
00:00:01.038088 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.038089 
00:00:01.038090 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.038090   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038091 
00:00:01.038091 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.038092   First                <integer> = 0x0000000000000000 (0)
00:00:01.038093   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.038093   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.038094   iLedSet              <integer> = 0x0000000000000005 (5)
00:00:01.038095 
00:00:01.038095 [/Devices/acpi/] (level 2)
00:00:01.038096 
00:00:01.038096 [/Devices/acpi/0/] (level 3)
00:00:01.038097   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038097   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:01.038098   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038099   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038099 
00:00:01.038099 [/Devices/acpi/0/Config/] (level 4)
00:00:01.038101   CpuHotPlug          <integer> = 0x0000000000000000 (0)
00:00:01.038102   FdcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.038102   HostBusPciAddress   <integer> = 0x0000000000000000 (0)
00:00:01.038103   HpetEnabled         <integer> = 0x0000000000000000 (0)
00:00:01.038103   IOAPIC              <integer> = 0x0000000000000001 (1)
00:00:01.038104   IocPciAddress       <integer> = 0x0000000000010000 (65 536)
00:00:01.038105   NumCPUs             <integer> = 0x0000000000000002 (2)
00:00:01.038106   Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.038106   Parallel0Irq        <integer> = 0x0000000000000000 (0)
00:00:01.038107   Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.038107   Parallel1Irq        <integer> = 0x0000000000000000 (0)
00:00:01.038108   Serial0IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:01.038109   Serial0Irq          <integer> = 0x0000000000000000 (0)
00:00:01.038109   Serial1IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:01.038123   Serial1Irq          <integer> = 0x0000000000000000 (0)
00:00:01.038124   ShowCpu             <integer> = 0x0000000000000001 (1)
00:00:01.038140   ShowRtc             <integer> = 0x0000000000000000 (0)
00:00:01.038141   SmcEnabled          <integer> = 0x0000000000000000 (0)
00:00:01.038142 
00:00:01.038142 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.038143   Driver <string>  = "ACPIHost" (cb=9)
00:00:01.038144 
00:00:01.038144 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.038145 
00:00:01.038145 [/Devices/acpi/0/LUN#1/] (level 4)
00:00:01.038146   Driver <string>  = "ACPICpu" (cb=8)
00:00:01.038146 
00:00:01.038146 [/Devices/acpi/0/LUN#1/Config/] (level 5)
00:00:01.038147 
00:00:01.038147 [/Devices/ahci/] (level 2)
00:00:01.038148 
00:00:01.038148 [/Devices/ahci/0/] (level 3)
00:00:01.038149   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038150   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:01.038151   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038151   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038152 
00:00:01.038152 [/Devices/ahci/0/Config/] (level 4)
00:00:01.038153   Bootable  <integer> = 0x0000000000000001 (1)
00:00:01.038153   PortCount <integer> = 0x0000000000000002 (2)
00:00:01.038154 
00:00:01.038154 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:01.038155   Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.038155 
00:00:01.038156 [/Devices/ahci/0/Config/Port1/] (level 5)
00:00:01.038157   Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:01.038157 
00:00:01.038158 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:01.038159   Driver <string>  = "VD" (cb=3)
00:00:01.038159 
00:00:01.038159 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:01.038161   BlockCache <integer> = 0x0000000000000001 (1)
00:00:01.038161   Format     <string>  = "vdi" (cb=4)
00:00:01.038162   Mountable  <integer> = 0x0000000000000000 (0)
00:00:01.038163   Path       <string>  = "/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi" (cb=91)
00:00:01.038163   Type       <string>  = "HardDisk" (cb=9)
00:00:01.038164   UseNewIo   <integer> = 0x0000000000000001 (1)
00:00:01.038164 
00:00:01.038165 [/Devices/ahci/0/LUN#0/Config/Plugins/] (level 6)
00:00:01.038166 
00:00:01.038166 [/Devices/ahci/0/LUN#0/Config/Plugins/VDPluginCrypt/] (level 7)
00:00:01.038167   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VDPluginCrypt.so" (cb=100)
00:00:01.038168 
00:00:01.038168 [/Devices/ahci/0/LUN#0/Config/VDConfig/] (level 6)
00:00:01.038169   AllocationBlockSize <string>  = "1048576" (cb=8)
00:00:01.038170 
00:00:01.038170 [/Devices/ahci/0/LUN#1/] (level 4)
00:00:01.038171   Driver <string>  = "SCSI" (cb=5)
00:00:01.038171 
00:00:01.038172 [/Devices/ahci/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.038172   Driver <string>  = "VD" (cb=3)
00:00:01.038173 
00:00:01.038173 [/Devices/ahci/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.038174   EmptyDrive <integer> = 0x0000000000000001 (1)
00:00:01.038175   Mountable  <integer> = 0x0000000000000001 (1)
00:00:01.038176   Type       <string>  = "DVD" (cb=4)
00:00:01.038177 
00:00:01.038177 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:01.038179   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038179 
00:00:01.038179 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:01.038181   DeviceInstance       <string>  = "ahci/0" (cb=7)
00:00:01.038182   First                <integer> = 0x0000000000000000 (0)
00:00:01.038183   HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:01.038184   Last                 <integer> = 0x0000000000000001 (1)
00:00:01.038185   iLedSet              <integer> = 0x0000000000000002 (2)
00:00:01.038186 
00:00:01.038186 [/Devices/apic/] (level 2)
00:00:01.038187 
00:00:01.038187 [/Devices/apic/0/] (level 3)
00:00:01.038189   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038189 
00:00:01.038190 [/Devices/apic/0/Config/] (level 4)
00:00:01.038191   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:01.038191   Mode    <integer> = 0x0000000000000002 (2)
00:00:01.038192   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.038193 
00:00:01.038193 [/Devices/dp8390/] (level 2)
00:00:01.038194 
00:00:01.038194 [/Devices/e1000/] (level 2)
00:00:01.038195 
00:00:01.038195 [/Devices/e1000/0/] (level 3)
00:00:01.038196   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038197   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.038198   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038198   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038199 
00:00:01.038200 [/Devices/e1000/0/Config/] (level 4)
00:00:01.038201   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.038202   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.038202   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.038203   MAC            <bytes>   = "08 00 27 59 01 a8" (cb=6)
00:00:01.038205 
00:00:01.038205 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.038207   Driver <string>  = "NAT" (cb=4)
00:00:01.038207 
00:00:01.038208 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.038209   AliasMode          <integer> = 0x0000000000000000 (0)
00:00:01.038210   BootFile           <string>  = "W10.pxe" (cb=8)
00:00:01.038211   DNSProxy           <integer> = 0x0000000000000000 (0)
00:00:01.038212   LocalhostReachable <integer> = 0x0000000000000001 (1)
00:00:01.038213   Network            <string>  = "10.0.2.0/24" (cb=12)
00:00:01.038214   PassDomain         <integer> = 0x0000000000000001 (1)
00:00:01.038214   TFTPPrefix         <string>  = "/home/marco/.config/VirtualBox/TFTP" (cb=36)
00:00:01.038215   UseHostResolver    <integer> = 0x0000000000000000 (0)
00:00:01.038216 
00:00:01.038216 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.038217   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038218 
00:00:01.038218 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.038220   First                <integer> = 0x0000000000000000 (0)
00:00:01.038221   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.038221   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.038222   iLedSet              <integer> = 0x0000000000000003 (3)
00:00:01.038223 
00:00:01.038223 [/Devices/e1000/1/] (level 3)
00:00:01.038224   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038225   PCIDeviceNo   <integer> = 0x0000000000000008 (8)
00:00:01.038226   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038227   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038227 
00:00:01.038228 [/Devices/e1000/1/Config/] (level 4)
00:00:01.038229   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.038230   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.038231   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.038231   MAC            <bytes>   = "08 00 27 07 af 1b" (cb=6)
00:00:01.038233 
00:00:01.038233 [/Devices/e1000/1/LUN#0/] (level 4)
00:00:01.038234 
00:00:01.038235 [/Devices/e1000/1/LUN#999/] (level 4)
00:00:01.038236   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038236 
00:00:01.038237 [/Devices/e1000/1/LUN#999/Config/] (level 5)
00:00:01.038238   First                <integer> = 0x0000000000000000 (0)
00:00:01.038239   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.038240   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.038240   iLedSet              <integer> = 0x0000000000000004 (4)
00:00:01.038241 
00:00:01.038242 [/Devices/hda/] (level 2)
00:00:01.038243 
00:00:01.038243 [/Devices/hda/0/] (level 3)
00:00:01.038244   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038245   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:01.038246   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038246   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038247 
00:00:01.038247 [/Devices/hda/0/AudioConfig/] (level 4)
00:00:01.038249 
00:00:01.038249 [/Devices/hda/0/Config/] (level 4)
00:00:01.038250   DebugEnabled <integer> = 0x0000000000000000 (0)
00:00:01.038251 
00:00:01.038251 [/Devices/hda/0/LUN#0/] (level 4)
00:00:01.038252   Driver <string>  = "AUDIO" (cb=6)
00:00:01.038253 
00:00:01.038253 [/Devices/hda/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.038255   Driver <string>  = "PulseAudio" (cb=11)
00:00:01.038256 
00:00:01.038256 [/Devices/hda/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.038258   VmName <string>  = "W10" (cb=4)
00:00:01.038258 
00:00:01.038258 [/Devices/hda/0/LUN#0/Config/] (level 5)
00:00:01.038260   DriverName    <string>  = "PulseAudio" (cb=11)
00:00:01.038260   InputEnabled  <integer> = 0x0000000000000000 (0)
00:00:01.038261   OutputEnabled <integer> = 0x0000000000000001 (1)
00:00:01.038262 
00:00:01.038262 [/Devices/hda/0/LUN#1/] (level 4)
00:00:01.038263   Driver <string>  = "AUDIO" (cb=6)
00:00:01.038264 
00:00:01.038264 [/Devices/i8254/] (level 2)
00:00:01.038265 
00:00:01.038265 [/Devices/i8254/0/] (level 3)
00:00:01.038266 
00:00:01.038267 [/Devices/i8254/0/Config/] (level 4)
00:00:01.038268 
00:00:01.038268 [/Devices/i8259/] (level 2)
00:00:01.038269 
00:00:01.038269 [/Devices/i8259/0/] (level 3)
00:00:01.038270   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038270 
00:00:01.038271 [/Devices/i8259/0/Config/] (level 4)
00:00:01.038272 
00:00:01.038272 [/Devices/ioapic/] (level 2)
00:00:01.038273 
00:00:01.038273 [/Devices/ioapic/0/] (level 3)
00:00:01.038274   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038275 
00:00:01.038275 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.038276   NumCPUs <integer> = 0x0000000000000002 (2)
00:00:01.038277 
00:00:01.038277 [/Devices/mc146818/] (level 2)
00:00:01.038278 
00:00:01.038278 [/Devices/mc146818/0/] (level 3)
00:00:01.038279 
00:00:01.038280 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.038281   UseUTC <integer> = 0x0000000000000000 (0)
00:00:01.038282 
00:00:01.038282 [/Devices/parallel/] (level 2)
00:00:01.038283 
00:00:01.038284 [/Devices/pcarch/] (level 2)
00:00:01.038284 
00:00:01.038285 [/Devices/pcarch/0/] (level 3)
00:00:01.038286   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038286 
00:00:01.038287 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.038288 
00:00:01.038288 [/Devices/pcbios/] (level 2)
00:00:01.038289 
00:00:01.038289 [/Devices/pcbios/0/] (level 3)
00:00:01.038290   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038291 
00:00:01.038291 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.038293   APIC               <integer> = 0x0000000000000001 (1)
00:00:01.038294   BootDevice0        <string>  = "FLOPPY" (cb=7)
00:00:01.038295   BootDevice1        <string>  = "DVD" (cb=4)
00:00:01.038295   BootDevice2        <string>  = "IDE" (cb=4)
00:00:01.038296   BootDevice3        <string>  = "NONE" (cb=5)
00:00:01.038297   FloppyDevice       <string>  = "i82078" (cb=7)
00:00:01.038297   HardDiskDevice     <string>  = "piix3ide" (cb=9)
00:00:01.038298   IOAPIC             <integer> = 0x0000000000000001 (1)
00:00:01.038299   LanBootRom         <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=85)
00:00:01.038300   McfgBase           <integer> = 0x0000000000000000 (0)
00:00:01.038301   McfgLength         <integer> = 0x0000000000000000 (0)
00:00:01.038301   NumCPUs            <integer> = 0x0000000000000002 (2)
00:00:01.038303   PXEDebug           <integer> = 0x0000000000000000 (0)
00:00:01.038303   SataHardDiskDevice <string>  = "ahci" (cb=5)
00:00:01.038304   SataLUN1           <integer> = 0x0000000000000000 (0)
00:00:01.038305   UUID               <bytes>   = "5b 5a c7 23 3c bd 9b 40 a1 7d a5 6e 32 5a 98 50" (cb=16)
00:00:01.038307   UuidLe             <integer> = 0x0000000000000001 (1)
00:00:01.038308 
00:00:01.038309 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.038310 
00:00:01.038310 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.038312   NIC           <integer> = 0x0000000000000000 (0)
00:00:01.038313   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038314   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.038315   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038315 
00:00:01.038316 [/Devices/pci/] (level 2)
00:00:01.038317 
00:00:01.038317 [/Devices/pci/0/] (level 3)
00:00:01.038318   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038319 
00:00:01.038319 [/Devices/pci/0/Config/] (level 4)
00:00:01.038320   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.038321 
00:00:01.038321 [/Devices/pcibridge/] (level 2)
00:00:01.038322 
00:00:01.038322 [/Devices/pckbd/] (level 2)
00:00:01.038323 
00:00:01.038323 [/Devices/pckbd/0/] (level 3)
00:00:01.038324   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.038325 
00:00:01.038325 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.038326 
00:00:01.038327 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.038328   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:01.038329 
00:00:01.038329 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.038331   Driver <string>  = "MainKeyboard" (cb=13)
00:00:01.038331 
00:00:01.038332 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.038333   QueueSize <integer> = 0x0000000000000040 (64, 64 B)
00:00:01.038334 
00:00:01.038335 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.038336   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.038337 
00:00:01.038337 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.038339   Driver <string>  = "MainMouse" (cb=10)
00:00:01.038339 
00:00:01.038340 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.038341   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:01.038342 
00:00:01.038343 [/Devices/pcnet/] (level 2)
00:00:01.038343 
00:00:01.038344 [/Devices/serial/] (level 2)
00:00:01.038345 
00:00:01.038345 [/Devices/usb-ohci/] (level 2)
00:00:01.038346 
00:00:01.038346 [/Devices/usb-ohci/0/] (level 3)
00:00:01.038348   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038349   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:01.038349   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038350   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038351 
00:00:01.038351 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:01.038352 
00:00:01.038353 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:01.038354   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:01.038354 
00:00:01.038355 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:01.038356 
00:00:01.038357 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:01.038358   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038359 
00:00:01.038359 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:01.038361   First                <integer> = 0x0000000000000000 (0)
00:00:01.038362   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.038363   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.038364   iLedSet              <integer> = 0x0000000000000001 (1)
00:00:01.038365 
00:00:01.038365 [/Devices/vga/] (level 2)
00:00:01.038367 
00:00:01.038367 [/Devices/vga/0/] (level 3)
00:00:01.038368   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.038369   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:01.038369   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.038370   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.038370 
00:00:01.038371 [/Devices/vga/0/Config/] (level 4)
00:00:01.038372   3DEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.038373   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.038373   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:01.038374   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:01.038375   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:01.038375   LogoFile         <string>  = "" (cb=1)
00:00:01.038376   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:01.038377   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:01.038377   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:01.038378   VMSVGA3dEnabled  <integer> = 0x0000000000000000 (0)
00:00:01.038378   VMSVGAEnabled    <integer> = 0x0000000000000001 (1)
00:00:01.038379   VRamSize         <integer> = 0x0000000002000000 (33 554 432, 32.0 MiB)
00:00:01.038380 
00:00:01.038380 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.038381   Driver <string>  = "MainDisplay" (cb=12)
00:00:01.038382 
00:00:01.038382 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.038383 
00:00:01.038383 [/Devices/vga/0/LUN#999/] (level 4)
00:00:01.038384   Driver <string>  = "MainStatus" (cb=11)
00:00:01.038384 
00:00:01.038384 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:01.038385   First                <integer> = 0x0000000000000000 (0)
00:00:01.038386   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:01.038387   Last                 <integer> = 0x0000000000000000 (0)
00:00:01.038387   iLedSet              <integer> = 0x0000000000000000 (0)
00:00:01.038388 
00:00:01.038388 [/Devices/virtio-net/] (level 2)
00:00:01.038389 
00:00:01.038389 [/EM/] (level 1)
00:00:01.038390   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.038390 
00:00:01.038390 [/GCM/] (level 1)
00:00:01.038391   FixerSet <integer> = 0x0000000000000000 (0)
00:00:01.038392 
00:00:01.038392 [/GIM/] (level 1)
00:00:01.038392   Provider <string>  = "HyperV" (cb=7)
00:00:01.038393 
00:00:01.038393 [/HM/] (level 1)
00:00:01.038394   64bitEnabled        <integer> = 0x0000000000000001 (1)
00:00:01.038395   EnableLargePages    <integer> = 0x0000000000000000 (0)
00:00:01.038396   EnableNestedPaging  <integer> = 0x0000000000000001 (1)
00:00:01.038396   EnableUX            <integer> = 0x0000000000000001 (1)
00:00:01.038397   EnableVPID          <integer> = 0x0000000000000001 (1)
00:00:01.038398   Exclusive           <integer> = 0x0000000000000001 (1)
00:00:01.038398   HMForced            <integer> = 0x0000000000000001 (1)
00:00:01.038399   IBPBOnVMEntry       <integer> = 0x0000000000000000 (0)
00:00:01.038399   IBPBOnVMExit        <integer> = 0x0000000000000000 (0)
00:00:01.038400   L1DFlushOnSched     <integer> = 0x0000000000000001 (1)
00:00:01.038401   L1DFlushOnVMEntry   <integer> = 0x0000000000000000 (0)
00:00:01.038401   MDSClearOnSched     <integer> = 0x0000000000000001 (1)
00:00:01.038402   MDSClearOnVMEntry   <integer> = 0x0000000000000000 (0)
00:00:01.038402   SpecCtrlByHost      <integer> = 0x0000000000000000 (0)
00:00:01.038403   SvmVirtVmsaveVmload <integer> = 0x0000000000000000 (0)
00:00:01.038403   UseNEMInstead       <integer> = 0x0000000000000000 (0)
00:00:01.038404 
00:00:01.038404 [/MM/] (level 1)
00:00:01.038405   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.038405 
00:00:01.038405 [/NEM/] (level 1)
00:00:01.038406   Allow64BitGuests <integer> = 0x0000000000000001 (1)
00:00:01.038406 
00:00:01.038407 [/PDM/] (level 1)
00:00:01.038407 
00:00:01.038407 [/PDM/AsyncCompletion/] (level 2)
00:00:01.038408 
00:00:01.038408 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.038409 
00:00:01.038410 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.038410 
00:00:01.038411 [/PDM/BlkCache/] (level 2)
00:00:01.038411   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5.0 MiB)
00:00:01.038412 
00:00:01.038412 [/PDM/Devices/] (level 2)
00:00:01.038413 
00:00:01.038413 [/PDM/Devices/VBoxNvme/] (level 3)
00:00:01.038414   Path         <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxNvmeR3.so" (cb=97)
00:00:01.038415   R0SearchPath <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
00:00:01.038415 
00:00:01.038415 [/PDM/Drivers/] (level 2)
00:00:01.038416 
00:00:01.038416 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:01.038417   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxHostWebcam.so" (cb=101)
00:00:01.038418 
00:00:01.038418 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.038419   Path <string>  = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:01.038419 
00:00:01.038419 [/PDM/NetworkShaper/] (level 2)
00:00:01.038420 
00:00:01.038420 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.038421 
00:00:01.038421 [/PDM/USB/] (level 2)
00:00:01.038422 
00:00:01.038422 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:01.038423   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbCardReaderR3.so" (cb=106)
00:00:01.038423 
00:00:01.038424 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:01.038425   Path <string>  = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbWebcamR3.so" (cb=102)
00:00:01.038425 
00:00:01.038425 [/TM/] (level 1)
00:00:01.038426   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.038426 
00:00:01.038427 [/USB/] (level 1)
00:00:01.038427 
00:00:01.038427 [/USB/HidMouse/] (level 2)
00:00:01.038428 
00:00:01.038428 [/USB/HidMouse/0/] (level 3)
00:00:01.038429 
00:00:01.038429 [/USB/HidMouse/0/Config/] (level 4)
00:00:01.038430   Mode <string>  = "absolute" (cb=9)
00:00:01.038430 
00:00:01.038431 [/USB/HidMouse/0/LUN#0/] (level 4)
00:00:01.038431   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.038432 
00:00:01.038432 [/USB/HidMouse/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.038433   Driver <string>  = "MainMouse" (cb=10)
00:00:01.038434 
00:00:01.038434 [/USB/HidMouse/0/LUN#0/Config/] (level 5)
00:00:01.038435   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:01.038435 
00:00:01.038435 [/USB/USBProxy/] (level 2)
00:00:01.038436 
00:00:01.038436 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:01.038437 
00:00:01.038437 ********************* End of CFGM dump **********************
00:00:01.038553 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
00:00:01.038633 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x7
00:00:01.039447 CPUM: Matched host CPU INTEL 0x6/0x3e/0x4 Intel_Core7_IvyBridge with CPU DB entry 'Intel Core i5-3570' (INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge)
00:00:01.039517 CPUM: MXCSR_MASK=0xffff (host: 0xffff)
00:00:01.039533 CPUM: Microcode revision 0x0000042E
00:00:01.039543 CPUM: MSR/CPUID reconciliation insert: 0x0000010b IA32_FLUSH_CMD
00:00:01.039548 CPUM: MSR fudge: 0x00000001 IA32_P5_MC_TYPE
00:00:01.039550 CPUM: MSR fudge: 0x00000017 IA32_PLATFORM_ID
00:00:01.039552 CPUM: MSR fudge: 0x0000001b IA32_APIC_BASE
00:00:01.039554 CPUM: MSR fudge: 0x0000008b BIOS_SIGN
00:00:01.039556 CPUM: MSR fudge: 0x000000fe IA32_MTRRCAP
00:00:01.039557 CPUM: MSR fudge: 0x00000179 IA32_MCG_CAP
00:00:01.039559 CPUM: MSR fudge: 0x0000017a IA32_MCG_STATUS
00:00:01.039561 CPUM: MSR fudge: 0x000001a0 IA32_MISC_ENABLE
00:00:01.039563 CPUM: MSR fudge: 0x000001d9 IA32_DEBUGCTL
00:00:01.039565 CPUM: MSR fudge: 0x000001db P6_LAST_BRANCH_FROM_IP
00:00:01.039567 CPUM: MSR fudge: 0x000001dc P6_LAST_BRANCH_TO_IP
00:00:01.039569 CPUM: MSR fudge: 0x000001dd P6_LAST_INT_FROM_IP
00:00:01.039571 CPUM: MSR fudge: 0x000001de P6_LAST_INT_TO_IP
00:00:01.039573 CPUM: MSR fudge: 0x00000277 IA32_PAT
00:00:01.039575 CPUM: MSR fudge: 0x000002ff IA32_MTRR_DEF_TYPE
00:00:01.039577 CPUM: MSR fudge: 0x00000400 IA32_MCi_CTL_STATUS_ADDR_MISC
00:00:01.039579 CPUM: MSR fudge: 0xc0000103 AMD64_TSC_AUX
00:00:01.039593 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:01.039595 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:01.039597 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:01.039599 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:01.039600 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:01.039602 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:01.039613 CPUM: VT-x nested-guest init
00:00:01.039950 PGM: Host paging mode: AMD64+PGE+NX
00:00:01.039956 PGM: PGMPool: cMaxPages=4352 (u64MaxPages=4136)
00:00:01.039958 PGM: pgmR3PoolInit: cMaxPages=0x1100 cMaxUsers=0x2200 cMaxPhysExts=0x2000 fCacheEnable=true
00:00:01.040640 PGM: /proc/sys/vm/max_map_count = 1048576 (rc2=VWRN_TRAILING_CHARS); cGuessNeeded=16384
00:00:01.060919 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=75 u32UpdateIntervalNS=13333332 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x1b cCpus=8
00:00:01.060946 TM: GIP - u64CpuHz=3 702 059 029 (0xdca8f015)  SUPGetCpuHzFromGip => 3 702 059 029
00:00:01.060953 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=3702135411(*) cErrors=0
00:00:01.060957 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x2 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=3702133952(*) cErrors=0
00:00:01.060976 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x4 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=3702059029(*) cErrors=0
00:00:01.060980 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x6 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=3702128702(*) cErrors=0
00:00:01.060983 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x1 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=3702134157(*) cErrors=0
00:00:01.060986 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x3 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=3702134177(*) cErrors=0
00:00:01.060990 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x5 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=3702109856(*) cErrors=0
00:00:01.060993 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=3702130563(*) cErrors=0
00:00:01.061007 TM:     cTSCTicksPerSecond=3 702 059 029 (0xdca8f015) enmTSCMode=1 (VirtTSCEmulated)
00:00:01.061009 TM: cTSCTicksPerSecondHost=3 702 059 029 (0xdca8f015)
00:00:01.061011 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.061582 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true
00:00:01.061999 IEM: TargetCpu=CURRENT, Microarch=Intel_Core7_IvyBridge aidxTargetCpuEflFlavour={1,0}
00:00:01.062290 GIM: Using provider 'HyperV' (Implementation version: 0)
00:00:01.062295 GIM: HyperV: Reporting vendor as 'VBoxVBoxVBox'
00:00:01.062298 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:01.062330 GCM: Initialized (fixer bits: 0x0)
00:00:01.104807 AIOMgr: Default manager type is 'Async'
00:00:01.104832 AIOMgr: Default file backend is 'NonBuffered'
00:00:01.104911 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:01.104914 BlkCache: Cache commit interval is 10000 ms
00:00:01.104915 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.106744 PcBios: [SMP] BIOS with 2 CPUs
00:00:01.106758 PcBios: Using the 386+ BIOS image.
00:00:01.106816 PcBios: MPS table at 000e1300
00:00:01.107262 PcBios: Using LAN ROM '/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom' with a size of 0xc000 bytes
00:00:01.107346 PcBios: fCheckShutdownStatusForSoftReset=true  fClearShutdownStatusOnHardReset=true
00:00:01.107789 SUP: seg #0: R   0x00000000 LB 0x0000a000
00:00:01.107793 SUP: seg #1: R X 0x0000a000 LB 0x0002c000
00:00:01.107795 SUP: seg #2: R   0x00036000 LB 0x0000e000
00:00:01.107797 SUP: seg #3: RW  0x00044000 LB 0x00008500
00:00:01.107909 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:01.108083 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:01.108696 IOAPIC: Version=2.0 ChipType=ICH9
00:00:01.108745 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.108900 VMMDev: cbDefaultBudget: 1 073 741 824 (40000000)
00:00:01.110634 Shared Folders service loaded
00:00:01.110995 Guest Control service loaded
00:00:01.124444 VGA: Using the 386+ BIOS image.
00:00:01.125214 VD: VDInit finished with VINF_SUCCESS
00:00:01.125556 DrvVD: Flushes will be ignored
00:00:01.125561 DrvVD: Async flushes will be passed to the disk
00:00:01.126973 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi' (flags 000c0723) created successfully
00:00:01.129462 VD: Opening the disk took 2711506 ns
00:00:01.129512 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 104857600
00:00:01.129646 DrvVD: Flushes will be ignored
00:00:01.129650 DrvVD: Async flushes will be passed to the disk
00:00:01.130670 SCSI#0: Enabled UNMAP support
00:00:01.130685 AHCI: LUN#1: CD/DVD
00:00:01.130796 AHCI#0: Reset the HBA
00:00:01.130799 VD#0: Cancelling all active requests
00:00:01.130871 E1000#0: Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:01.134893 NAT: Guest address guess set to 10.0.2.15 by initialization
00:00:01.134988 NAT: resolv.conf: nameserver 10.10.100.100
00:00:01.134993 NAT: resolv.conf: nameserver 1.1.1.1
00:00:01.135006 NAT: resolv.conf: nameserver 208.67.220.220
00:00:01.135008 NAT: resolv.conf: too many nameserver lines, ignoring fdbb:bd:99fc::1
00:00:01.135014 NAT: Adding domain name lab
00:00:01.135016 NAT: DNS#0: 10.10.100.100
00:00:01.135018 NAT: DNS#1: 1.1.1.1
00:00:01.135019 NAT: DNS#2: 208.67.220.220
00:00:01.135571 E1000#1: Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:01.135771 Audio: Initializing PulseAudio driver
00:00:01.139343 PulseAudio: Using version 17.0.0
00:00:01.143120 PulseAudio: Retrieving server information ...
00:00:01.144160 Audio: Found 10 devices for driver 'PulseAudio'
00:00:01.144166 Audio: Device 'GK107 HDMI Audio Controller Stereo digitale (HDMI)':
00:00:01.144167 Audio:   ID              = alsa_output.pci-0000_01_00.1.hdmi-stereo
00:00:01.144167 Audio:   Usage           = output
00:00:01.144168 Audio:   Flags           = NONE
00:00:01.144168 Audio:   Input channels  = 0
00:00:01.144168 Audio:   Output channels = 2
00:00:01.144170 Audio: Device 'Audio interno Stereo analogico':
00:00:01.144170 Audio:   ID              = alsa_output.pci-0000_00_1b.0.analog-stereo
00:00:01.144171 Audio:   Usage           = output
00:00:01.144171 Audio:   Flags           = DEFAULT_OUT
00:00:01.144171 Audio:   Input channels  = 0
00:00:01.144171 Audio:   Output channels = 2
00:00:01.144173 Audio: Device 'G430 Surround Sound Gaming Headset Stereo analogico':
00:00:01.144173 Audio:   ID              = alsa_output.usb-Logitech_Logitech_G430_Gaming_Headset-00.analog-stereo
00:00:01.144173 Audio:   Usage           = output
00:00:01.144173 Audio:   Flags           = NONE
00:00:01.144174 Audio:   Input channels  = 0
00:00:01.144174 Audio:   Output channels = 2
00:00:01.144175 Audio: Device 'Monitor of GK107 HDMI Audio Controller Stereo digitale (HDMI)':
00:00:01.144175 Audio:   ID              = alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor
00:00:01.144176 Audio:   Usage           = input
00:00:01.144176 Audio:   Flags           = NONE
00:00:01.144176 Audio:   Input channels  = 2
00:00:01.144176 Audio:   Output channels = 0
00:00:01.144178 Audio: Device 'Monitor of Audio interno Stereo analogico':
00:00:01.144178 Audio:   ID              = alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
00:00:01.144178 Audio:   Usage           = input
00:00:01.144178 Audio:   Flags           = NONE
00:00:01.144178 Audio:   Input channels  = 2
00:00:01.144179 Audio:   Output channels = 0
00:00:01.144180 Audio: Device 'Audio interno Stereo analogico':
00:00:01.144180 Audio:   ID              = alsa_input.pci-0000_00_1b.0.analog-stereo
00:00:01.144180 Audio:   Usage           = input
00:00:01.144181 Audio:   Flags           = DEFAULT_IN
00:00:01.144181 Audio:   Input channels  = 2
00:00:01.144181 Audio:   Output channels = 0
00:00:01.144182 Audio: Device 'Monitor of G430 Surround Sound Gaming Headset Stereo analogico':
00:00:01.144183 Audio:   ID              = alsa_output.usb-Logitech_Logitech_G430_Gaming_Headset-00.analog-stereo.monitor
00:00:01.144183 Audio:   Usage           = input
00:00:01.144183 Audio:   Flags           = NONE
00:00:01.144183 Audio:   Input channels  = 2
00:00:01.144184 Audio:   Output channels = 0
00:00:01.144185 Audio: Device 'G430 Surround Sound Gaming Headset Mono':
00:00:01.144185 Audio:   ID              = alsa_input.usb-Logitech_Logitech_G430_Gaming_Headset-00.mono-fallback
00:00:01.144185 Audio:   Usage           = input
00:00:01.144185 Audio:   Flags           = NONE
00:00:01.144186 Audio:   Input channels  = 1
00:00:01.144186 Audio:   Output channels = 0
00:00:01.144187 Audio: Device '(LCS) USB Audio Device Mono':
00:00:01.144187 Audio:   ID              = alsa_input.usb-_LCS__USB_Audio_Device__LCS__USB_Audio_Device-00.mono-fallback
00:00:01.144188 Audio:   Usage           = input
00:00:01.144188 Audio:   Flags           = NONE
00:00:01.144188 Audio:   Input channels  = 1
00:00:01.144188 Audio:   Output channels = 0
00:00:01.144189 Audio: Device 'USB CAMERA Stereo analogico':
00:00:01.144190 Audio:   ID              = alsa_input.usb-USB_CAMERA_USB_CAMERA_USB_CAMERA-02.analog-stereo
00:00:01.144190 Audio:   Usage           = input
00:00:01.144190 Audio:   Flags           = NONE
00:00:01.144190 Audio:   Input channels  = 2
00:00:01.144191 Audio:   Output channels = 0
00:00:01.144288 HDA: Codec reset
00:00:01.144292 HDA: Reset
00:00:01.144838 GIMDev: Registered Hyper-V hypercall page
00:00:01.144870 GIMDev: Registered Hyper-V TSC page
00:00:01.145006 VUSB: Attached 'HidMouse' to port 1 on RootHub#0 (FullSpeed)
00:00:01.145016 PGM: The CPU physical address width is 46 bits
00:00:01.145019 PGM: PGMR3InitFinalize: 4 MB PSE mask 00003fffffffffff -> VINF_SUCCESS
00:00:01.145027 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=true
00:00:01.145265 VMM: Enabled thread-context hooks
00:00:01.145268 VMM: RTThreadPreemptIsPending() can be trusted
00:00:01.145269 VMM: Kernel preemption is possible
00:00:01.145322 HM: fWorldSwitcher=0x30000 (fIbpbOnVmExit=false fIbpbOnVmEntry=false fL1dFlushOnVmEntry=false); fL1dFlushOnSched=true fMdsClearOnVmEntry=false
00:00:01.145328 HM: Using VT-x implementation 3.0
00:00:01.145328 HM: Max resume loops                  = 8192
00:00:01.145329 HM: Host CR4                          = 0x1706e0
00:00:01.145329 HM: Host EFER                         = 0xd01
00:00:01.145330 HM: MSR_IA32_SMM_MONITOR_CTL          = 0x0
00:00:01.145330 HM: Host DR6 zero'ed                  = 0xffff0ff0
00:00:01.145331 HM: MSR_IA32_FEATURE_CONTROL          = 0x5
00:00:01.145332 HM:   LOCK
00:00:01.145332 HM:   VMXON
00:00:01.145333 HM: MSR_IA32_VMX_BASIC                = 0xda040000000010
00:00:01.145333 HM:   VMCS id                           = 0x10
00:00:01.145334 HM:   VMCS size                         = 1024 bytes
00:00:01.145334 HM:   VMCS physical address limit       = None
00:00:01.145335 HM:   VMCS memory type                  = Write Back (WB)
00:00:01.145335 HM:   Dual-monitor treatment support    = true
00:00:01.145335 HM:   OUTS & INS instruction-info       = true
00:00:01.145336 HM:   Supports true-capability MSRs     = true
00:00:01.145336 HM:   VM-entry Xcpt error-code optional = false
00:00:01.145337 HM: MSR_IA32_VMX_PINBASED_CTLS        = 0x7f00000016
00:00:01.145338 HM:   EXT_INT_EXIT
00:00:01.145338 HM:   NMI_EXIT
00:00:01.145338 HM:   VIRTUAL_NMI
00:00:01.145338 HM:   PREEMPT_TIMER
00:00:01.145339 HM:   POSTED_INT (must be cleared)
00:00:01.145339 HM: MSR_IA32_VMX_PROCBASED_CTLS       = 0xfff9fffe0401e172
00:00:01.145340 HM:   INT_WINDOW_EXIT
00:00:01.145340 HM:   USE_TSC_OFFSETTING
00:00:01.145341 HM:   HLT_EXIT
00:00:01.145341 HM:   INVLPG_EXIT
00:00:01.145341 HM:   MWAIT_EXIT
00:00:01.145342 HM:   RDPMC_EXIT
00:00:01.145342 HM:   RDTSC_EXIT
00:00:01.145342 HM:   CR3_LOAD_EXIT (must be set)
00:00:01.145343 HM:   CR3_STORE_EXIT (must be set)
00:00:01.145343 HM:   USE_TERTIARY_CTLS (must be cleared)
00:00:01.145343 HM:   CR8_LOAD_EXIT
00:00:01.145343 HM:   CR8_STORE_EXIT
00:00:01.145344 HM:   USE_TPR_SHADOW
00:00:01.145344 HM:   NMI_WINDOW_EXIT
00:00:01.145344 HM:   MOV_DR_EXIT
00:00:01.145345 HM:   UNCOND_IO_EXIT
00:00:01.145345 HM:   USE_IO_BITMAPS
00:00:01.145345 HM:   MONITOR_TRAP_FLAG
00:00:01.145345 HM:   USE_MSR_BITMAPS
00:00:01.145346 HM:   MONITOR_EXIT
00:00:01.145346 HM:   PAUSE_EXIT
00:00:01.145346 HM:   USE_SECONDARY_CTLS
00:00:01.145346 HM: MSR_IA32_VMX_PROCBASED_CTLS2      = 0xcff00000000
00:00:01.145347 HM:   VIRT_APIC_ACCESS
00:00:01.145348 HM:   EPT
00:00:01.145348 HM:   DESC_TABLE_EXIT
00:00:01.145348 HM:   RDTSCP
00:00:01.145349 HM:   VIRT_X2APIC_MODE
00:00:01.145349 HM:   VPID
00:00:01.145349 HM:   WBINVD_EXIT
00:00:01.145350 HM:   UNRESTRICTED_GUEST
00:00:01.145350 HM:   APIC_REG_VIRT (must be cleared)
00:00:01.145350 HM:   VIRT_INT_DELIVERY (must be cleared)
00:00:01.145350 HM:   PAUSE_LOOP_EXIT
00:00:01.145351 HM:   RDRAND_EXIT
00:00:01.145351 HM:   INVPCID (must be cleared)
00:00:01.145351 HM:   VMFUNC (must be cleared)
00:00:01.145352 HM:   VMCS_SHADOWING (must be cleared)
00:00:01.145352 HM:   ENCLS_EXIT (must be cleared)
00:00:01.145352 HM:   RDSEED_EXIT (must be cleared)
00:00:01.145352 HM:   PML (must be cleared)
00:00:01.145353 HM:   EPT_XCPT_VE (must be cleared)
00:00:01.145353 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.145353 HM:   XSAVES_XRSTORS (must be cleared)
00:00:01.145354 HM:   MODE_BASED_EPT_PERM (must be cleared)
00:00:01.145354 HM:   SPP_EPT (must be cleared)
00:00:01.145354 HM:   PT_EPT (must be cleared)
00:00:01.145354 HM:   TSC_SCALING (must be cleared)
00:00:01.145355 HM:   USER_WAIT_PAUSE (must be cleared)
00:00:01.145355 HM:   ENCLV_EXIT (must be cleared)
00:00:01.145355 HM: MSR_IA32_VMX_ENTRY_CTLS           = 0xffff000011ff
00:00:01.145356 HM:   LOAD_DEBUG (must be set)
00:00:01.145356 HM:   IA32E_MODE_GUEST
00:00:01.145357 HM:   ENTRY_TO_SMM
00:00:01.145357 HM:   DEACTIVATE_DUAL_MON
00:00:01.145357 HM:   LOAD_PERF_MSR
00:00:01.145357 HM:   LOAD_PAT_MSR
00:00:01.145358 HM:   LOAD_EFER_MSR
00:00:01.145358 HM:   LOAD_BNDCFGS_MSR (must be cleared)
00:00:01.145358 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.145359 HM:   LOAD_RTIT_CTL_MSR (must be cleared)
00:00:01.145359 HM:   LOAD_CET_STATE (must be cleared)
00:00:01.145359 HM:   LOAD_PKRS_MSR (must be cleared)
00:00:01.145359 HM: MSR_IA32_VMX_EXIT_CTLS            = 0x7fffff00036dff
00:00:01.145360 HM:   SAVE_DEBUG (must be set)
00:00:01.145360 HM:   HOST_ADDR_SPACE_SIZE
00:00:01.145360 HM:   LOAD_PERF_MSR
00:00:01.145361 HM:   ACK_EXT_INT
00:00:01.145361 HM:   SAVE_PAT_MSR
00:00:01.145361 HM:   LOAD_PAT_MSR
00:00:01.145361 HM:   SAVE_EFER_MSR
00:00:01.145362 HM:   LOAD_EFER_MSR
00:00:01.145362 HM:   SAVE_PREEMPT_TIMER
00:00:01.145362 HM:   CLEAR_BNDCFGS_MSR (must be cleared)
00:00:01.145362 HM:   CONCEAL_VMX_FROM_PT (must be cleared)
00:00:01.145363 HM:   CLEAR_RTIT_CTL_MSR (must be cleared)
00:00:01.145363 HM:   LOAD_CET_STATE (must be cleared)
00:00:01.145363 HM:   LOAD_PKRS_MSR (must be cleared)
00:00:01.145364 HM: MSR_IA32_VMX_TRUE_PINBASED_CTLS   = 0x7f00000016
00:00:01.145364 HM: MSR_IA32_VMX_TRUE_PROCBASED_CTLS  = 0xfff9fffe04006172
00:00:01.145365 HM: MSR_IA32_VMX_TRUE_ENTRY_CTLS      = 0xffff000011fb
00:00:01.145365 HM: MSR_IA32_VMX_TRUE_EXIT_CTLS       = 0x7fffff00036dfb
00:00:01.145366 HM: MSR_IA32_VMX_MISC                 = 0x100401e5
00:00:01.145367 HM:   PREEMPT_TIMER_TSC                 = 0x5
00:00:01.145367 HM:   EXIT_SAVE_EFER_LMA                = true
00:00:01.145367 HM:   ACTIVITY_STATES                   = 0x7 ( HLT SHUTDOWN SIPI_WAIT )
00:00:01.145368 HM:   INTEL_PT                          = false
00:00:01.145368 HM:   SMM_READ_SMBASE_MSR               = false
00:00:01.145369 HM:   CR3_TARGET                        = 0x4
00:00:01.145369 HM:   MAX_MSR                           = 0x0 ( 512 )
00:00:01.145369 HM:   VMXOFF_BLOCK_SMI                  = true
00:00:01.145370 HM:   VMWRITE_ALL                       = false
00:00:01.145370 HM:   ENTRY_INJECT_SOFT_INT             = 0x0
00:00:01.145371 HM:   MSEG_ID                           = 0x0
00:00:01.145371 HM: MSR_IA32_VMX_VMCS_ENUM            = 0x2a
00:00:01.145371 HM:   HIGHEST_IDX                       = 0x15
00:00:01.145372 HM: MSR_IA32_VMX_EPT_VPID_CAP         = 0xf0106134141
00:00:01.145372 HM:   RWX_X_ONLY
00:00:01.145373 HM:   PAGE_WALK_LENGTH_4
00:00:01.145373 HM:   MEMTYPE_UC
00:00:01.145373 HM:   MEMTYPE_WB
00:00:01.145373 HM:   PDE_2M
00:00:01.145374 HM:   PDPTE_1G
00:00:01.145374 HM:   INVEPT
00:00:01.145374 HM:   INVEPT_SINGLE_CONTEXT
00:00:01.145374 HM:   INVEPT_ALL_CONTEXTS
00:00:01.145375 HM:   INVVPID
00:00:01.145375 HM:   INVVPID_INDIV_ADDR
00:00:01.145375 HM:   INVVPID_SINGLE_CONTEXT
00:00:01.145376 HM:   INVVPID_ALL_CONTEXTS
00:00:01.145376 HM:   INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:01.145376 HM: MSR_IA32_VMX_CR0_FIXED0           = 0x80000021
00:00:01.145377 HM: MSR_IA32_VMX_CR0_FIXED1           = 0xffffffff
00:00:01.145377 HM: MSR_IA32_VMX_CR4_FIXED0           = 0x2000
00:00:01.145378 HM: MSR_IA32_VMX_CR4_FIXED1           = 0x1727ff
00:00:01.145378 HM: Guest support: 32-bit and 64-bit
00:00:01.145383 HM: Supports VMCS EFER fields         = true
00:00:01.145384 HM: Enabled VMX
00:00:01.145387 HM: Enabled nested paging
00:00:01.145387 HM:   EPT flush type                  = Single context
00:00:01.145387 HM: Enabled unrestricted guest execution
00:00:01.145388 HM: Enabled VPID
00:00:01.145388 HM:   VPID flush type                 = Single context
00:00:01.145388 HM: Enabled VMX-preemption timer (cPreemptTimerShift=5)
00:00:01.145389 HM: VT-x/AMD-V init method: Global
00:00:01.145390 EM: Exit history optimizations: enabled=true enabled-r0=true enabled-r0-no-preemption=false
00:00:01.145407 PcBios: SATA LUN#0 LCHS=1024/255/63
00:00:01.145413 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:01.145416 TMR3UtcNow: nsNow=1 716 982 225 573 053 000 nsPrev=0 -> cNsDelta=1 716 982 225 573 053 000 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 716 982 225 573 054 000)
00:00:01.145426 VMM: fUsePeriodicPreemptionTimers=false
00:00:01.145429 APIC: Enabling Hyper-V x2APIC compatibility mode
00:00:01.147269 CPUM: Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:01.147393 CPUM: Physical host cores: 4
00:00:01.147394 ************************* CPUID dump ************************
00:00:01.147398          Raw Standard CPUID Leaves
00:00:01.147398      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:01.147399 Gst: 00000000/0000  0000000d 756e6547 6c65746e 49656e69
00:00:01.147400 Hst:                0000000d 756e6547 6c65746e 49656e69
00:00:01.147401 Gst: 00000001/0000  000306e4 00020800 d69a2223 178bfbff
00:00:01.147402 Hst:                000306e4 03200800 7fbee3bf bfebfbff
00:00:01.147402 Gst: 00000002/0000  76036301 00f0b2ff 00000000 00ca0000
00:00:01.147403 Hst:                76036301 00f0b2ff 00000000 00ca0000
00:00:01.147404 Gst: 00000003/0000  00000000 00000000 00000000 00000000
00:00:01.147404 Hst:                00000000 00000000 00000000 00000000
00:00:01.147405 Gst: 00000004/0000  04000121 01c0003f 0000003f 00000000
00:00:01.147406 Hst:                3c004121 01c0003f 0000003f 00000000
00:00:01.147406 Gst: 00000004/0001  04000122 01c0003f 0000003f 00000000
00:00:01.147407 Hst:                3c004122 01c0003f 0000003f 00000000
00:00:01.147408 Gst: 00000004/0002  04000143 01c0003f 000001ff 00000000
00:00:01.147408 Hst:                3c004143 01c0003f 000001ff 00000000
00:00:01.147409 Gst: 00000004/0003  04000163 04c0003f 00001fff 00000006
00:00:01.147410 Hst:                3c07c163 04c0003f 00001fff 00000006
00:00:01.147411 Gst: 00000004/0004  04000000 00000000 00000000 00000000
00:00:01.147412 Hst:                00000000 00000000 00000000 00000000
00:00:01.147412 Gst: 00000005/0000  00000000 00000000 00000000 00000000
00:00:01.147413 Hst:                00000040 00000040 00000003 00001120
00:00:01.147414 Gst: 00000006/0000  00000004 00000000 00000000 00000000
00:00:01.147415 Hst:                00000077 00000002 00000009 00000000
00:00:01.147416 Gst: 00000007/0000  00000000 00000001 00000000 10000400
00:00:01.147417 Hst:                00000000 00000281 00000000 9c000400
00:00:01.147418 Gst: 00000007/0001  00000000 00000000 00000000 00000000
00:00:01.147418 Hst:                00000000 00000000 00000000 00000000
00:00:01.147419 Gst: 00000008/0000  00000000 00000000 00000000 00000000
00:00:01.147420 Hst:                00000000 00000000 00000000 00000000
00:00:01.147421 Gst: 00000009/0000  00000000 00000000 00000000 00000000
00:00:01.147421 Hst:                00000001 00000000 00000000 00000000
00:00:01.147422 Gst: 0000000a/0000  00000000 00000000 00000000 00000000
00:00:01.147423 Hst:                07300403 00000000 00000000 00000603
00:00:01.147424 Gst: 0000000b/0000  00000000 00000001 00000100 00000000
00:00:01.147425 Hst:                00000001 00000002 00000100 00000003
00:00:01.147425 Gst: 0000000b/0001  00000001 00000002 00000201 00000000
00:00:01.147426 Hst:                00000005 00000008 00000201 00000003
00:00:01.147427 Gst: 0000000b/0002  00000000 00000000 00000002 00000000
00:00:01.147428 Hst:                00000000 00000000 00000002 00000003
00:00:01.147428 Gst: 0000000c/0000  00000000 00000000 00000000 00000000
00:00:01.147429 Hst:                00000000 00000000 00000000 00000000
00:00:01.147430 Gst: 0000000d/0000  00000007 00000340 00000340 00000000
00:00:01.147431 Hst:                00000007 00000340 00000340 00000000
00:00:01.147431 Gst: 0000000d/0001  00000000 00000000 00000000 00000000
00:00:01.147432 Hst:                00000001 00000000 00000000 00000000
00:00:01.147433 Gst: 0000000d/0002  00000100 00000240 00000000 00000000
00:00:01.147433 Hst:                00000100 00000240 00000000 00000000
00:00:01.147434 Gst: 0000000d/0003  00000000 00000000 00000000 00000000
00:00:01.147435 Hst:                00000000 00000000 00000000 00000000
00:00:01.147448                                Name: GenuineIntel
00:00:01.147450                            Supports: 0x00000000-0x0000000d
00:00:01.147451                              Family:  6 	Extended: 0 	Effective: 6
00:00:01.147452                               Model: 14 	Extended: 3 	Effective: 62
00:00:01.147453                            Stepping: 4
00:00:01.147454                                Type: 0 (primary)
00:00:01.147455                             APIC ID: 0x00
00:00:01.147455                        Logical CPUs: 2
00:00:01.147456                        CLFLUSH Size: 8
00:00:01.147457                            Brand ID: 0x00
00:00:01.147457 Features
00:00:01.147458   Mnemonic - Description                                  = guest (host)
00:00:01.147459   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:01.147460   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:01.147461   DE - Debugging extensions                               = 1 (1)
00:00:01.147462   PSE - Page Size Extension                               = 1 (1)
00:00:01.147463   TSC - Time Stamp Counter                                = 1 (1)
00:00:01.147464   MSR - Model Specific Registers                          = 1 (1)
00:00:01.147465   PAE - Physical Address Extension                        = 1 (1)
00:00:01.147466   MCE - Machine Check Exception                           = 1 (1)
00:00:01.147466   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:01.147467   APIC - APIC On-Chip                                     = 1 (1)
00:00:01.147468   SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
00:00:01.147469   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:01.147470   PGE - PTE Global Bit                                    = 1 (1)
00:00:01.147471   MCA - Machine Check Architecture                        = 1 (1)
00:00:01.147471   CMOV - Conditional Move instructions                    = 1 (1)
00:00:01.147472   PAT - Page Attribute Table                              = 1 (1)
00:00:01.147473   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:01.147474   PSN - Processor Serial Number                           = 0 (0)
00:00:01.147474   CLFSH - CLFLUSH instruction                             = 1 (1)
00:00:01.147475   DS - Debug Store                                        = 0 (1)
00:00:01.147476   ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (1)
00:00:01.147477   MMX - Intel MMX Technology                              = 1 (1)
00:00:01.147478   FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
00:00:01.147479   SSE - SSE support                                       = 1 (1)
00:00:01.147479   SSE2 - SSE2 support                                     = 1 (1)
00:00:01.147480   SS - Self Snoop                                         = 0 (1)
00:00:01.147481   HTT - Hyper-Threading Technology                        = 1 (1)
00:00:01.147482   TM - Therm. Monitor                                     = 0 (1)
00:00:01.147483   PBE - Pending Break Enabled                             = 0 (1)
00:00:01.147484   SSE3 - SSE3 support                                     = 1 (1)
00:00:01.147485   PCLMUL - PCLMULQDQ support (for AES-GCM)                = 1 (1)
00:00:01.147486   DTES64 - DS Area 64-bit Layout                          = 0 (1)
00:00:01.147486   MONITOR - MONITOR/MWAIT instructions                    = 0 (1)
00:00:01.147487   CPL-DS - CPL Qualified Debug Store                      = 0 (1)
00:00:01.147488   VMX - Virtual Machine Extensions                        = 1 (1)
00:00:01.147489   SMX - Safer Mode Extensions                             = 0 (0)
00:00:01.147489   EST - Enhanced SpeedStep Technology                     = 0 (1)
00:00:01.147490   TM2 - Terminal Monitor 2                                = 0 (1)
00:00:01.147491   SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
00:00:01.147492   CNTX-ID - L1 Context ID                                 = 0 (0)
00:00:01.147493   SDBG - Silicon Debug interface                          = 0 (0)
00:00:01.147493   FMA - Fused Multiply Add extensions                     = 0 (0)
00:00:01.147494   CX16 - CMPXCHG16B instruction                           = 1 (1)
00:00:01.147495   TPRUPDATE - xTPR Update Control                         = 0 (1)
00:00:01.147496   PDCM - Perf/Debug Capability MSR                        = 0 (1)
00:00:01.147497   PCID - Process Context Identifiers                      = 1 (1)
00:00:01.147497   DCA - Direct Cache Access                               = 0 (1)
00:00:01.147498   SSE4_1 - SSE4_1 support                                 = 1 (1)
00:00:01.147499   SSE4_2 - SSE4_2 support                                 = 1 (1)
00:00:01.147500   X2APIC - x2APIC support                                 = 0 (1)
00:00:01.147501   MOVBE - MOVBE instruction                               = 0 (0)
00:00:01.147502   POPCNT - POPCNT instruction                             = 1 (1)
00:00:01.147502   TSCDEADL - Time Stamp Counter Deadline                  = 0 (1)
00:00:01.147503   AES - AES instructions                                  = 1 (1)
00:00:01.147504   XSAVE - XSAVE instruction                               = 1 (1)
00:00:01.147505   OSXSAVE - OSXSAVE instruction                           = 0 (1)
00:00:01.147506   AVX - AVX support                                       = 1 (1)
00:00:01.147507   F16C - 16-bit floating point conversion instructions    = 0 (1)
00:00:01.147507   RDRAND - RDRAND instruction                             = 1 (1)
00:00:01.147508   HVP - Hypervisor Present (we're a guest)                = 1 (0)
00:00:01.147509 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:01.147509   Mnemonic - Description                                  = guest (host)
00:00:01.147510   FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 1 (1)
00:00:01.147510   TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (0)
00:00:01.147511   SGX - Supports Software Guard Extensions                = 0 (0)
00:00:01.147512   BMI1 - Advanced Bit Manipulation extension 1            = 0 (0)
00:00:01.147512   HLE - Hardware Lock Elision                             = 0 (0)
00:00:01.147513   AVX2 - Advanced Vector Extensions 2                     = 0 (0)
00:00:01.147514   FDP_EXCPTN_ONLY - FPU DP only updated on exceptions     = 0 (0)
00:00:01.147514   SMEP - Supervisor Mode Execution Prevention             = 0 (1)
00:00:01.147515   BMI2 - Advanced Bit Manipulation extension 2            = 0 (0)
00:00:01.147515   ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (1)
00:00:01.147516   INVPCID - INVPCID instruction                           = 0 (0)
00:00:01.147517   RTM - Restricted Transactional Memory                   = 0 (0)
00:00:01.147518   PQM - Platform Quality of Service Monitoring            = 0 (0)
00:00:01.147518   DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 0 (0)
00:00:01.147519   MPE - Intel Memory Protection Extensions                = 0 (0)
00:00:01.147519   PQE - Platform Quality of Service Enforcement           = 0 (0)
00:00:01.147520   AVX512F - AVX512 Foundation instructions                = 0 (0)
00:00:01.147521   RDSEED - RDSEED instruction                             = 0 (0)
00:00:01.147521   ADX - ADCX/ADOX instructions                            = 0 (0)
00:00:01.147522   SMAP - Supervisor Mode Access Prevention                = 0 (0)
00:00:01.147523   CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 0 (0)
00:00:01.147523   CLWB - CLWB instruction                                 = 0 (0)
00:00:01.147524   INTEL_PT - Intel Processor Trace                        = 0 (0)
00:00:01.147525   AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
00:00:01.147526   AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:01.147526   AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
00:00:01.147527   SHA - Secure Hash Algorithm extensions                  = 0 (0)
00:00:01.147528   PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
00:00:01.147528   UMIP - User mode insturction prevention                 = 0 (0)
00:00:01.147529   PKU - Protection Key for Usermode pages                 = 0 (0)
00:00:01.147530   OSPKE - CR4.PKU mirror                                  = 0 (0)
00:00:01.147531   MAWAU - Value used by BNDLDX & BNDSTX                   = 0x0 (0x0)
00:00:01.147531   RDPID - Read processor ID support                       = 0 (0)
00:00:01.147532   SGX_LC - Supports SGX Launch Configuration              = 0 (0)
00:00:01.147533   MD_CLEAR - Supports MDS related buffer clearing         = 1 (1)
00:00:01.147534   IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB  = 0 (1)
00:00:01.147534   STIBP - Supports IA32_SPEC_CTRL.STIBP                   = 0 (1)
00:00:01.147535   FLUSH_CMD - Supports IA32_FLUSH_CMD                     = 1 (1)
00:00:01.147536   ARCHCAP - Supports IA32_ARCH_CAP                        = 0 (0)
00:00:01.147536   CORECAP - Supports IA32_CORE_CAP                        = 0 (0)
00:00:01.147537   SSBD - Supports IA32_SPEC_CTRL.SSBD                     = 0 (1)
00:00:01.147538 Processor Extended State Enumeration (leaf 0xd):
00:00:01.147539    XSAVE area cur/max size by XCR0, guest: 0x340/0x340
00:00:01.147539     XSAVE area cur/max size by XCR0, host: 0x340/0x340
00:00:01.147540                    Valid XCR0 bits, guest: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:01.147542                     Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:01.147543                     XSAVE features, guest:
00:00:01.147544                      XSAVE features, host: XSAVEOPT
00:00:01.147545       XSAVE area cur size XCR0|XSS, guest: 0x0
00:00:01.147545        XSAVE area cur size XCR0|XSS, host: 0x0
00:00:01.147546                Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:01.147546                 Valid IA32_XSS bits, host: 0x00000000`00000000
00:00:01.147547   State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:01.147548   State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:01.147555          Raw Hypervisor CPUID Leaves
00:00:01.147555      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:01.147556 Gst: 40000000/0000  40000006 786f4256 786f4256 786f4256
00:00:01.147557 Hst:                00000007 00000340 00000340 00000000
00:00:01.147557 Gst: 40000001/0000  31237648 00000000 00000000 00000000
00:00:01.147558 Hst:                00000007 00000340 00000340 00000000
00:00:01.147559 Gst: 40000002/0000  00000000 00000000 00000000 00000000
00:00:01.147559 Hst:                00000007 00000340 00000340 00000000
00:00:01.147560 Gst: 40000003/0000  00000af2 00100000 00000000 00000500
00:00:01.147560 Hst:                00000007 00000340 00000340 00000000
00:00:01.147561 Gst: 40000004/0000  00000130 ffffffff 00000000 00000000
00:00:01.147562 Hst:                00000007 00000340 00000340 00000000
00:00:01.147562 Gst: 40000005/0000  00000000 00000000 00000000 00000000
00:00:01.147563 Hst:                00000007 00000340 00000340 00000000
00:00:01.147563 Gst: 40000006/0000  0000000a 00000000 00000000 00000000
00:00:01.147564 Hst:                00000007 00000340 00000340 00000000
00:00:01.147565          Raw Extended CPUID Leaves
00:00:01.147565      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:01.147565 Gst: 80000000/0000  80000008 00000000 00000000 00000000
00:00:01.147566 Hst:                80000008 00000000 00000000 00000000
00:00:01.147566 Gst: 80000001/0000  00000000 00000000 00000001 28100800
00:00:01.147567 Hst:                00000000 00000000 00000001 2c100800
00:00:01.147568 Gst: 80000002/0000  20202020 49202020 6c65746e 20295228
00:00:01.147569 Hst:                20202020 49202020 6c65746e 20295228
00:00:01.147570 Gst: 80000003/0000  65726f43 294d5428 2d376920 30323834
00:00:01.147571 Hst:                65726f43 294d5428 2d376920 30323834
00:00:01.147572 Gst: 80000004/0000  5043204b 20402055 30372e33 007a4847
00:00:01.147572 Hst:                5043204b 20402055 30372e33 007a4847
00:00:01.147573 Gst: 80000005/0000  00000000 00000000 00000000 00000000
00:00:01.147574 Hst:                00000000 00000000 00000000 00000000
00:00:01.147574 Gst: 80000006/0000  00000000 00000000 01006040 00000000
00:00:01.147575 Hst:                00000000 00000000 01006040 00000000
00:00:01.147575 Gst: 80000007/0000  00000000 00000000 00000000 00000100
00:00:01.147576 Hst:                00000000 00000000 00000000 00000100
00:00:01.147576 Gst: 80000008/0000  0000302e 00000000 00000000 00000000
00:00:01.147577 Hst:                0000302e 00000000 00000000 00000000
00:00:01.147578 Ext Name:                        
00:00:01.147578 Ext Supports:                    0x80000000-0x80000008
00:00:01.147579 Family:                          0  	Extended: 0 	Effective: 0
00:00:01.147579 Model:                           0  	Extended: 0 	Effective: 0
00:00:01.147580 Stepping:                        0
00:00:01.147580 Brand ID:                        0x000
00:00:01.147580 Ext Features
00:00:01.147581   Mnemonic - Description                                  = guest (host)
00:00:01.147581   FPU - x87 FPU on Chip                                   = 0 (0)
00:00:01.147582   VME - Virtual 8086 Mode Enhancements                    = 0 (0)
00:00:01.147582   DE - Debugging extensions                               = 0 (0)
00:00:01.147583   PSE - Page Size Extension                               = 0 (0)
00:00:01.147584   TSC - Time Stamp Counter                                = 0 (0)
00:00:01.147585   MSR - K86 Model Specific Registers                      = 0 (0)
00:00:01.147586   PAE - Physical Address Extension                        = 0 (0)
00:00:01.147586   MCE - Machine Check Exception                           = 0 (0)
00:00:01.147587   CX8 - CMPXCHG8B instruction                             = 0 (0)
00:00:01.147588   APIC - APIC On-Chip                                     = 0 (0)
00:00:01.147589   SEP - SYSCALL/SYSRET                                    = 1 (1)
00:00:01.147590   MTRR - Memory Type Range Registers                      = 0 (0)
00:00:01.147591   PGE - PTE Global Bit                                    = 0 (0)
00:00:01.147591   MCA - Machine Check Architecture                        = 0 (0)
00:00:01.147592   CMOV - Conditional Move instructions                    = 0 (0)
00:00:01.147593   PAT - Page Attribute Table                              = 0 (0)
00:00:01.147594   PSE-36 - 36-bit Page Size Extension                     = 0 (0)
00:00:01.147594   NX - No-Execute/Execute-Disable                         = 1 (1)
00:00:01.147595   AXMMX - AMD Extensions to MMX instructions              = 0 (0)
00:00:01.147596   MMX - Intel MMX Technology                              = 0 (0)
00:00:01.147597   FXSR - FXSAVE and FXRSTOR Instructions                  = 0 (0)
00:00:01.147597   FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 0 (0)
00:00:01.147598   Page1GB - 1 GB large page                               = 0 (1)
00:00:01.147599   RDTSCP - RDTSCP instruction                             = 1 (1)
00:00:01.147600   LM - AMD64 Long Mode                                    = 1 (1)
00:00:01.147601   3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
00:00:01.147601   3DNOW - AMD 3DNow                                       = 0 (0)
00:00:01.147603   LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
00:00:01.147603   CmpLegacy - Core multi-processing legacy mode           = 0 (0)
00:00:01.147604   SVM - AMD Secure Virtual Machine extensions             = 0 (0)
00:00:01.147604   EXTAPIC - AMD Extended APIC registers                   = 0 (0)
00:00:01.147605   CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 0 (0)
00:00:01.147606   ABM - AMD Advanced Bit Manipulation                     = 0 (0)
00:00:01.147607   SSE4A - SSE4A instructions                              = 0 (0)
00:00:01.147607   MISALIGNSSE - AMD Misaligned SSE mode                   = 0 (0)
00:00:01.147608   3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 0 (0)
00:00:01.147609   OSVW - AMD OS Visible Workaround                        = 0 (0)
00:00:01.147610   IBS - Instruct Based Sampling                           = 0 (0)
00:00:01.147610   XOP - Extended Operation support                        = 0 (0)
00:00:01.147611   SKINIT - SKINIT, STGI, and DEV support                  = 0 (0)
00:00:01.147612   WDT - AMD Watchdog Timer support                        = 0 (0)
00:00:01.147613   LWP - Lightweight Profiling support                     = 0 (0)
00:00:01.147613   FMA4 - Four operand FMA instruction support             = 0 (0)
00:00:01.147614   TCE - Translation Cache Extension support               = 0 (0)
00:00:01.147615   NodeId - NodeId in MSR C001_100C                        = 0 (0)
00:00:01.147616   TBM - Trailing Bit Manipulation instructions            = 0 (0)
00:00:01.147616   TOPOEXT - Topology Extensions                           = 0 (0)
00:00:01.147617   PRFEXTCORE - Performance Counter Extensions support     = 0 (0)
00:00:01.147617   PRFEXTNB - NB Performance Counter Extensions support    = 0 (0)
00:00:01.147618   DATABPEXT - Data-access Breakpoint Extension            = 0 (0)
00:00:01.147619   PERFTSC - Performance Time Stamp Counter                = 0 (0)
00:00:01.147619   PCX_L2I - L2I/L3 Performance Counter Extensions         = 0 (0)
00:00:01.147620   MONITORX - MWAITX and MONITORX instructions             = 0 (0)
00:00:01.147620   AddrMaskExt - BP Addressing masking extended to bit 31  = 0 (0)
00:00:01.147621 Full Name:                       "       Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz"
00:00:01.147622 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:01.147622 TLB 2/4M Data:                   res0     0 entries
00:00:01.147622 TLB 4K Instr/Uni:                res0     0 entries
00:00:01.147623 TLB 4K Data:                     res0     0 entries
00:00:01.147623 L1 Instr Cache Line Size:        0 bytes
00:00:01.147623 L1 Instr Cache Lines Per Tag:    0
00:00:01.147624 L1 Instr Cache Associativity:    res0  
00:00:01.147624 L1 Instr Cache Size:             0 KB
00:00:01.147624 L1 Data Cache Line Size:         0 bytes
00:00:01.147625 L1 Data Cache Lines Per Tag:     0
00:00:01.147625 L1 Data Cache Associativity:     res0  
00:00:01.147625 L1 Data Cache Size:              0 KB
00:00:01.147626 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:01.147626 L2 TLB 2/4M Data:                off       0 entries
00:00:01.147627 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:01.147627 L2 TLB 4K Data:                  off       0 entries
00:00:01.147627 L2 Cache Line Size:              0 bytes
00:00:01.147627 L2 Cache Lines Per Tag:          0
00:00:01.147628 L2 Cache Associativity:          off   
00:00:01.147628 L2 Cache Size:                   0 KB
00:00:01.147629   TS - Temperature Sensor                                 = 0 (0)
00:00:01.147630   FID - Frequency ID control                              = 0 (0)
00:00:01.147630   VID - Voltage ID control                                = 0 (0)
00:00:01.147631   TTP - Thermal Trip                                      = 0 (0)
00:00:01.147632   TM - Hardware Thermal Control (HTC)                     = 0 (0)
00:00:01.147633   100MHzSteps - 100 MHz Multiplier control                = 0 (0)
00:00:01.147634   HwPstate - Hardware P-state control                     = 0 (0)
00:00:01.147634   TscInvariant - Invariant Time Stamp Counter             = 1 (1)
00:00:01.147635   CPB - Core Performance Boost                            = 0 (0)
00:00:01.147636   EffFreqRO - Read-only Effective Frequency Interface     = 0 (0)
00:00:01.147636   ProcFdbkIf - Processor Feedback Interface               = 0 (0)
00:00:01.147637   ProcPwrRep - Core power reporting interface support     = 0 (0)
00:00:01.147638   ConnectedStandby - Connected Standby                    = 0 (0)
00:00:01.147638   RAPL - Running average power limit                      = 0 (0)
00:00:01.147639 Physical Address Width:          46 bits
00:00:01.147640 Virtual Address Width:           48 bits
00:00:01.147640 Guest Physical Address Width:    0 bits
00:00:01.147640 Physical Core Count:             1
00:00:01.147641 
00:00:01.147641 ******************** End of CPUID dump **********************
00:00:01.147642 *********************** VT-x features ***********************
00:00:01.147643 Nested hardware virtualization - VMX features
00:00:01.147643   Mnemonic - Description                                  = guest (host)
00:00:01.147643   VMX - Virtual-Machine Extensions                        = 1 (1)
00:00:01.147644   InsOutInfo - INS/OUTS instruction info.                 = 1 (1)
00:00:01.147644   ExtIntExit - External interrupt exiting                 = 1 (1)
00:00:01.147645   NmiExit - NMI exiting                                   = 1 (1)
00:00:01.147645   VirtNmi - Virtual NMIs                                  = 1 (1)
00:00:01.147645   PreemptTimer - VMX preemption timer                     = 0 (1)
00:00:01.147646   PostedInt - Posted interrupts                           = 0 (0)
00:00:01.147646   IntWindowExit - Interrupt-window exiting                = 1 (1)
00:00:01.147647   TscOffsetting - TSC offsetting                          = 1 (1)
00:00:01.147647   HltExit - HLT exiting                                   = 1 (1)
00:00:01.147647   InvlpgExit - INVLPG exiting                             = 1 (1)
00:00:01.147648   MwaitExit - MWAIT exiting                               = 1 (1)
00:00:01.147648   RdpmcExit - RDPMC exiting                               = 1 (1)
00:00:01.147649   RdtscExit - RDTSC exiting                               = 1 (1)
00:00:01.147649   Cr3LoadExit - CR3-load exiting                          = 1 (1)
00:00:01.147649   Cr3StoreExit - CR3-store exiting                        = 1 (1)
00:00:01.147650   TertiaryExecCtls - Activate tertiary controls           = 0 (0)
00:00:01.147650   Cr8LoadExit  - CR8-load exiting                         = 1 (1)
00:00:01.147650   Cr8StoreExit - CR8-store exiting                        = 1 (1)
00:00:01.147651   UseTprShadow - Use TPR shadow                           = 1 (1)
00:00:01.147651   NmiWindowExit - NMI-window exiting                      = 1 (1)
00:00:01.147652   MovDRxExit - Mov-DR exiting                             = 1 (1)
00:00:01.147652   UncondIoExit - Unconditional I/O exiting                = 1 (1)
00:00:01.147652   UseIoBitmaps - Use I/O bitmaps                          = 1 (1)
00:00:01.147653   MonitorTrapFlag - Monitor Trap Flag                     = 0 (1)
00:00:01.147653   UseMsrBitmaps - MSR bitmaps                             = 1 (1)
00:00:01.147653   MonitorExit - MONITOR exiting                           = 1 (1)
00:00:01.147654   PauseExit - PAUSE exiting                               = 1 (1)
00:00:01.147654   SecondaryExecCtl - Activate secondary controls          = 1 (1)
00:00:01.147655   VirtApic - Virtualize-APIC accesses                     = 1 (1)
00:00:01.147655   Ept - Extended Page Tables                              = 1 (1)
00:00:01.147655   DescTableExit - Descriptor-table exiting                = 1 (1)
00:00:01.147656   Rdtscp - Enable RDTSCP                                  = 1 (1)
00:00:01.147656   VirtX2ApicMode - Virtualize-x2APIC mode                 = 0 (1)
00:00:01.147656   Vpid - Enable VPID                                      = 1 (1)
00:00:01.147657   WbinvdExit - WBINVD exiting                             = 1 (1)
00:00:01.147657   UnrestrictedGuest - Unrestricted guest                  = 1 (1)
00:00:01.147658   ApicRegVirt - APIC-register virtualization              = 0 (0)
00:00:01.147658   VirtIntDelivery - Virtual-interrupt delivery            = 0 (0)
00:00:01.147658   PauseLoopExit - PAUSE-loop exiting                      = 1 (1)
00:00:01.147659   RdrandExit - RDRAND exiting                             = 0 (1)
00:00:01.147659   Invpcid - Enable INVPCID                                = 0 (0)
00:00:01.147660   VmFuncs - Enable VM Functions                           = 0 (0)
00:00:01.147660   VmcsShadowing - VMCS shadowing                          = 0 (0)
00:00:01.147660   RdseedExiting - RDSEED exiting                          = 0 (0)
00:00:01.147661   PML - Page-Modification Log (PML)                       = 0 (0)
00:00:01.147661   EptVe - EPT violations can cause #VE                    = 0 (0)
00:00:01.147662   ConcealVmxFromPt - Conceal VMX from Processor Trace     = 0 (0)
00:00:01.147662   XsavesXRstors - Enable XSAVES/XRSTORS                   = 0 (0)
00:00:01.147662   ModeBasedExecuteEpt - Mode-based execute permissions    = 0 (0)
00:00:01.147663   SppEpt - Sub-page page write permissions for EPT        = 0 (0)
00:00:01.147663   PtEpt - Processor Trace address' translatable by EPT    = 0 (0)
00:00:01.147663   UseTscScaling - Use TSC scaling                         = 0 (0)
00:00:01.147664   UserWaitPause - Enable TPAUSE, UMONITOR and UMWAIT      = 0 (0)
00:00:01.147664   EnclvExit - ENCLV exiting                               = 0 (0)
00:00:01.147665   LoadIwKeyExit - LOADIWKEY exiting                       = 0 (0)
00:00:01.147665   EntryLoadDebugCtls - Load debug controls on VM-entry    = 1 (1)
00:00:01.147665   Ia32eModeGuest - IA-32e mode guest                      = 1 (1)
00:00:01.147666   EntryLoadEferMsr - Load IA32_EFER MSR on VM-entry       = 1 (1)
00:00:01.147666   EntryLoadPatMsr - Load IA32_PAT MSR on VM-entry         = 1 (1)
00:00:01.147666   ExitSaveDebugCtls - Save debug controls on VM-exit      = 1 (1)
00:00:01.147667   HostAddrSpaceSize - Host address-space size             = 1 (1)
00:00:01.147667   ExitAckExtInt - Acknowledge interrupt on VM-exit        = 1 (1)
00:00:01.147668   ExitSavePatMsr - Save IA32_PAT MSR on VM-exit           = 0 (1)
00:00:01.147668   ExitLoadPatMsr - Load IA32_PAT MSR on VM-exit           = 1 (1)
00:00:01.147668   ExitSaveEferMsr - Save IA32_EFER MSR on VM-exit         = 1 (1)
00:00:01.147669   ExitLoadEferMsr - Load IA32_EFER MSR on VM-exit         = 1 (1)
00:00:01.147669   SavePreemptTimer - Save VMX-preemption timer            = 0 (1)
00:00:01.147670   SecondaryExitCtls - Secondary VM-exit controls          = 0 (0)
00:00:01.147670   ExitSaveEferLma - Save IA32_EFER.LMA on VM-exit         = 1 (1)
00:00:01.147670   IntelPt - Intel PT (Processor Trace) in VMX operation   = 0 (0)
00:00:01.147671   VmwriteAll - VMWRITE to any supported VMCS field        = 0 (0)
00:00:01.147671   EntryInjectSoftInt - Inject softint. with 0-len instr.  = 0 (0)
00:00:01.147672 
00:00:01.147672 ******************* End of VT-x features ********************
00:00:01.147762 VMEmt: Halt method global1 (5)
00:00:01.147863 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:01.147876 Changing the VM state from 'CREATING' to 'CREATED'
00:00:01.150929 SharedFolders host service: Adding host mapping
00:00:01.150950     Host path '/home/marco', map name 'marco', writable, automount=true, automntpnt=z:, create_symlinks=false, missing=false
00:00:01.151568 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:01.151753 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:01.151759 AIOMgr:     /home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi
00:00:01.151941 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:01.151950 Console: Machine state changed to 'Running'
00:00:01.153118 VMMDev: Guest Log: BIOS: VirtualBox 7.0.18
00:00:01.153199 PCI: Setting up resources and interrupts
00:00:01.153888 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.157014 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 1501x948
00:00:01.163458 GUI: HID LEDs sync is not supported on this platform
00:00:01.171190 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:01.179769 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:01.180007 VMMDev: Guest Log: CPUID EDX: 0x178bfbff
00:00:01.180449 VMMDev: Guest Log: BIOS: No PCI IDE controller, not probing IDE
00:00:01.180674 AHCI#0: Reset the HBA
00:00:01.180679 VD#0: Cancelling all active requests
00:00:01.180710 AHCI#0: Port 0 reset
00:00:01.180733 VD#0: Cancelling all active requests
00:00:01.181180 VMMDev: Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000006400000 sectors
00:00:01.181221 AHCI#0: Port 1 reset
00:00:01.182804 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.203275 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0
00:00:01.538727 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:03.659788 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.659979 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:03.660125 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.660298 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:03.660717 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0003
00:00:03.660849 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.661024 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:03.661577 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:03.667394 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:03.934307 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=1024 h=768 bpp=24 cbLine=0xC00 flags=0x0 origin=0,0
00:00:04.251289 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:06.919114 GIM: HyperV: Guest OS reported ID 0x1040a0000271b
00:00:06.919142 GIM: HyperV: Open-source=false Vendor=0x1 OS=0x4 (Windows NT or derivative) Major=10 Minor=0 ServicePack=0 Build=10011
00:00:06.919163 GIM: HyperV: Enabled hypercall page at 0x00000000002c6000
00:00:06.919657 GIM: HyperV: Queried extended hypercall capabilities 0x1 at 0x0000000000007000
00:00:06.919854 GIM: HyperV: Enabled TSC page at 0x000000000000c000 - u64TscScale=0xb1069b00000000 u64TscKHz=0x387d2b (3 702 059) Seq=1
00:00:06.919926 TM: Switching TSC mode from 'VirtTSCEmulated' to 'RealTSCOffset'
00:00:06.919976 GIM0: HyperV: Enabled APIC-assist page at 0x000000000000d000
00:00:06.936990 RTC: period=0x10 (16) 2048 Hz
00:00:07.141517 RTC: period=0x10 (16) 2048 Hz
00:00:07.149788 GIM1: HyperV: Enabled APIC-assist page at 0x000000003ffff000
00:00:07.152418 RTC: period=0x10 (16) 2048 Hz
00:00:07.159510 RTC: period=0x10 (16) 2048 Hz
00:00:07.176547 RTC: period=0x10 (16) 2048 Hz
00:00:07.190631 RTC: period=0x10 (16) 2048 Hz
00:00:07.208524 RTC: period=0x10 (16) 2048 Hz
00:00:07.219681 RTC: period=0x10 (16) 2048 Hz
00:00:07.221663 RTC: period=0x10 (16) 2048 Hz
00:00:07.222222 RTC: period=0x10 (16) 2048 Hz
00:00:07.237835 RTC: period=0x10 (16) 2048 Hz
00:00:07.253664 RTC: period=0x10 (16) 2048 Hz
00:00:07.269663 RTC: period=0x10 (16) 2048 Hz
00:00:07.284149 RTC: period=0x10 (16) 2048 Hz
00:00:07.284608 RTC: period=0x10 (16) 2048 Hz
00:00:07.300248 RTC: period=0x10 (16) 2048 Hz
00:00:07.315916 RTC: period=0x10 (16) 2048 Hz
00:00:07.331578 RTC: period=0x10 (16) 2048 Hz
00:00:07.347376 RTC: period=0x10 (16) 2048 Hz
00:00:07.362510 RTC: period=0x10 (16) 2048 Hz
00:00:07.379098 RTC: period=0x10 (16) 2048 Hz
00:00:07.393076 RTC: period=0x10 (16) 2048 Hz
00:00:07.394087 RTC: period=0x10 (16) 2048 Hz
00:00:07.410154 RTC: period=0x10 (16) 2048 Hz
00:00:07.434876 RTC: period=0x10 (16) 2048 Hz
00:00:07.439441 RTC: period=0x10 (16) 2048 Hz
00:00:07.440253 RTC: period=0x10 (16) 2048 Hz
00:00:07.440707 RTC: period=0x10 (16) 2048 Hz
00:00:07.456540 RTC: period=0x10 (16) 2048 Hz
00:00:07.471746 RTC: period=0x10 (16) 2048 Hz
00:00:07.472333 RTC: period=0x10 (16) 2048 Hz
00:00:07.489269 RTC: period=0x10 (16) 2048 Hz
00:00:07.502067 RTC: period=0x10 (16) 2048 Hz
00:00:07.503009 RTC: period=0x10 (16) 2048 Hz
00:00:07.503578 RTC: period=0x10 (16) 2048 Hz
00:00:07.518889 RTC: period=0x10 (16) 2048 Hz
00:00:07.534267 RTC: period=0x10 (16) 2048 Hz
00:00:07.549375 RTC: period=0x10 (16) 2048 Hz
00:00:07.549778 RTC: period=0x10 (16) 2048 Hz
00:00:07.566156 RTC: period=0x10 (16) 2048 Hz
00:00:07.580512 RTC: period=0x10 (16) 2048 Hz
00:00:07.581027 RTC: period=0x10 (16) 2048 Hz
00:00:07.597613 RTC: period=0x10 (16) 2048 Hz
00:00:07.613367 RTC: period=0x10 (16) 2048 Hz
00:00:07.627681 RTC: period=0x10 (16) 2048 Hz
00:00:07.628230 RTC: period=0x10 (16) 2048 Hz
00:00:07.644447 RTC: period=0x10 (16) 2048 Hz
00:00:07.662475 RTC: period=0x10 (16) 2048 Hz
00:00:07.678625 RTC: period=0x10 (16) 2048 Hz
00:00:07.692720 RTC: period=0x10 (16) 2048 Hz
00:00:07.707388 RTC: period=0x10 (16) 2048 Hz
00:00:07.722851 RTC: period=0x10 (16) 2048 Hz
00:00:07.736666 RTC: period=0x10 (16) 2048 Hz
00:00:07.737344 RTC: period=0x10 (16) 2048 Hz
00:00:07.756077 RTC: period=0x10 (16) 2048 Hz
00:00:07.766540 RTC: period=0x10 (16) 2048 Hz
00:00:07.768720 RTC: period=0x10 (16) 2048 Hz
00:00:07.784144 RTC: period=0x10 (16) 2048 Hz
00:00:07.784794 RTC: period=0x10 (16) 2048 Hz
00:00:07.800367 RTC: period=0x10 (16) 2048 Hz
00:00:07.816450 RTC: period=0x10 (16) 2048 Hz
00:00:07.831018 RTC: period=0x10 (16) 2048 Hz
00:00:07.831817 RTC: period=0x10 (16) 2048 Hz
00:00:07.848225 RTC: period=0x10 (16) 2048 Hz
00:00:08.279836 AHCI#0: Reset the HBA
00:00:08.279867 VD#0: Cancelling all active requests
00:00:08.365272 VMMDev: Guest Log: VBoxGuest: Windows version 10.0, build 19041
00:00:08.374022 VMMDev: Guest Additions information report: Version 6.1.16 r140961 '6.1.16'
00:00:08.374365 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x0003B100 (Windows 10, 64-bit)
00:00:08.374439 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:08.374478 VMMDev: vmmDevReqHandler_HeartbeatConfigure: No change (fHeartbeatActive=false)
00:00:08.374492 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:00:08.376429 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:08.377326 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:00:08.377334 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:00:08.377441 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:08.377445 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:08.377457 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:08.377459 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:08.377479 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:08.377481 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:08.377485 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:08.377487 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:09.260921 HDA: Codec reset
00:00:09.260955 HDA: Reset
00:00:09.261537 OHCI: Software reset
00:00:09.261630 OHCI: USB Reset
00:00:09.285539 HDA: Codec reset
00:00:09.285566 HDA: Reset
00:00:09.313275 OHCI: USB Operational
00:00:10.727467 HDA: Codec reset
00:00:11.168715 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=1024 h=768 bpp=32 cbLine=0x1000 flags=0x0 origin=0,0
00:00:22.100616 HDA: Codec reset
00:00:22.100646 HDA: Reset
00:00:22.143250 OHCI: USB Suspended
00:00:22.191313 GIM: HyperV: Reset initiated through MSR
00:00:22.191356 Changing the VM state from 'RUNNING' to 'RESETTING'
00:00:22.191485 GIM: HyperV: Resetting MMIO2 regions and MSRs
00:00:22.191607 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:22.194708 AHCI#0: Reset the HBA
00:00:22.194734 VD#0: Cancelling all active requests
00:00:22.194926 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:00:22.194960 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:00:22.194996 HDA: Codec reset
00:00:22.195005 HDA: Reset
00:00:22.195100 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:22.195107 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:22.195287 VMMDevNotifyGuest: fAddEvents=0x1 ignored because enmVMState=8
00:00:22.201574 TM: Switching TSC mode from 'RealTSCOffset' to 'VirtTSCEmulated'
00:00:22.334219 Changing the VM state from 'RESETTING' to 'RUNNING'
00:00:22.334280 OHCI: root hub reset completed with VINF_SUCCESS
00:00:22.341038 VMMDev: Guest Log: BIOS: VirtualBox 7.0.18
00:00:22.341113 PCI: Setting up resources and interrupts
00:00:22.341581 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:22.373018 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:22.373219 VMMDev: Guest Log: CPUID EDX: 0x178bfbff
00:00:22.373641 VMMDev: Guest Log: BIOS: No PCI IDE controller, not probing IDE
00:00:22.373881 AHCI#0: Reset the HBA
00:00:22.373886 VD#0: Cancelling all active requests
00:00:22.373924 AHCI#0: Port 0 reset
00:00:22.373950 VD#0: Cancelling all active requests
00:00:22.375058 VMMDev: Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 0x0000000006400000 sectors
00:00:22.375100 AHCI#0: Port 1 reset
00:00:22.376076 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:22.401316 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0 origin=0,0
00:00:22.732613 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:24.844916 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:24.845112 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:24.845257 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:24.845415 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:24.845808 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0003
00:00:24.845949 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:24.846204 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:24.847899 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:24.851552 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0 origin=0,0
00:00:25.119697 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=1024 h=768 bpp=24 cbLine=0xC00 flags=0x0 origin=0,0
00:00:25.285674 GIM: HyperV: Guest OS reported ID 0x1040a0000271b
00:00:25.285699 GIM: HyperV: Open-source=false Vendor=0x1 OS=0x4 (Windows NT or derivative) Major=10 Minor=0 ServicePack=0 Build=10011
00:00:25.285719 GIM: HyperV: Enabled hypercall page at 0x000000000020f000
00:00:25.444781 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:26.055381 GIM: HyperV: Guest OS reported ID 0x1040a0000271b
00:00:26.055404 GIM: HyperV: Open-source=false Vendor=0x1 OS=0x4 (Windows NT or derivative) Major=10 Minor=0 ServicePack=0 Build=10011
00:00:26.055764 GIM: HyperV: Queried extended hypercall capabilities 0x1 at 0x0000000000007000
00:00:26.055788 GIM: HyperV: Enabled TSC page at 0x000000000000c000 - u64TscScale=0xb1069b00000000 u64TscKHz=0x387d2b (3 702 059) Seq=1
00:00:26.055838 TM: Switching TSC mode from 'VirtTSCEmulated' to 'RealTSCOffset'
00:00:26.055878 GIM0: HyperV: Enabled APIC-assist page at 0x000000000000d000
00:00:26.252630 GIM1: HyperV: Enabled APIC-assist page at 0x000000003ffff000
00:00:26.928136 AHCI#0: Reset the HBA
00:00:26.928163 VD#0: Cancelling all active requests
00:00:26.953375 VMMDev: Guest Log: VBoxGuest: Windows version 10.0, build 19041
00:00:26.961917 VMMDev: Guest Additions information report: Version 7.0.18 r162988 '7.0.18'
00:00:26.961965 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x0003B100 (Windows 10, 64-bit)
00:00:26.962059 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:26.962096 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:26.962103 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:26.962128 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:26.962134 VMMDev: Heartbeat checking timer has been stopped (rc=VINF_SUCCESS)
00:00:26.962144 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:26.962149 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:00:26.963196 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:26.965267 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:00:26.965288 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:00:26.965398 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:26.965402 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:26.965433 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:26.965435 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:28.255393 VMMDev: Guest Log: VBoxSF: g_fHostFeatures=0x8000000f g_fSfFeatures=0x1 g_uSfLastFunction=29
00:00:28.568293 VMMDev: Guest Log: VBoxMouse::DriverEntry: DriverEntry:
00:00:28.579350 VMMDev: Guest Log: VBoxMP::DriverEntry: VBox WDDM Driver for Windows 8+ version 7.0.18r162988 rel, 64 bit; Built May  2 2024 10:37:56
00:00:28.579498 VMMDev: Guest Log: VBoxMP::DriverEntry: OsVersion(10, 0, 19041)
00:00:28.579696 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: VGA configuration version 1
00:00:28.579776 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: VGA configuration: 3D 0, hardware type 1, VGPU10 1
00:00:28.579842 VMMDev: Guest Log: VBoxMP::DriverEntry: WDDM: 3D is not supported, hardware type 1
00:00:28.579878 VMMDev: Guest Log: VBoxMP::DriverEntry: 3D is NOT supported by the host, falling back to display-only mode..
00:00:28.871998 OHCI: Software reset
00:00:28.872094 OHCI: USB Reset
00:00:28.894899 HDA: Codec reset
00:00:28.894925 HDA: Reset
00:00:28.923077 OHCI: USB Operational
00:00:28.925725 HDA: Codec reset
00:00:28.925735 HDA: Reset
00:00:29.851861 HDA: Codec reset
00:00:30.857808 NAT: Link up
00:00:31.083227 NAT: IPv6 not supported
00:00:32.591307 VMMDev: Guest Log: VBoxMP::vboxWddmPickResources: found the VBE card
00:00:32.591378 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: Handling complex topologies enabled
00:00:32.591800 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: using HGSMI
00:00:32.591950 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1280x1024 is NOT supported
00:00:32.592015 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1280x1024 not accepted by the frontend
00:00:32.592033 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1400x1050 is NOT supported
00:00:32.592099 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1400x1050 not accepted by the frontend
00:00:32.592116 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1600x1200 is NOT supported
00:00:32.592174 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1600x1200 not accepted by the frontend
00:00:32.592190 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1920x1440 is NOT supported
00:00:32.592248 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1920x1440 not accepted by the frontend
00:00:32.592312 GUI: UIFrameBufferPrivate::IsVideoModeSupported: Mode: BPP=32, Size=1920x1010 is NOT supported
00:00:32.592373 VMMDev: Guest Log: VBoxMP::vboxWddmVModesAdd: WARNING! :resolution 1920x1010 not accepted by the frontend
00:00:32.592500 VMMDev: Guest Log: VBoxMP::DxgkDdiStartDevice: WDDM: VRAM 0xe0000000/0x2000000, FIFO 0xf0000000/0x200000, IO 0xd000/0x10
00:00:32.592681 Enabling different vbva mode
00:00:32.592800 Enabling different vbva mode
00:00:32.645409 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=000072eaea000000 w=1280 h=960 bpp=32 cbLine=0x1400 flags=0x1 origin=0,0
00:00:32.953486 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:34.449725 NAT: resolv.conf: nameserver 10.10.100.100
00:00:34.449753 NAT: resolv.conf: nameserver 1.1.1.1
00:00:34.449755 NAT: resolv.conf: nameserver 208.67.220.220
00:00:34.449757 NAT: resolv.conf: too many nameserver lines, ignoring fdbb:bd:99fc::1
00:00:34.449766 NAT: Adding domain name lab
00:00:34.449768 NAT: DNS#0: 10.10.100.100
00:00:34.449770 NAT: DNS#1: 1.1.1.1
00:00:34.449771 NAT: DNS#2: 208.67.220.220
00:00:34.449774 NAT: DHCP offered IP address 10.0.2.15
00:00:34.457119 VMMDev: Guest Log: 11:30:57.690911 main     VBoxService 7.0.18 r162988 (verbosity: 0) win.amd64 (May  2 2024 10:37:53) release log
00:00:34.457140 VMMDev: Guest Log: 11:30:57.690911 main     Log opened 2024-05-29T11:30:57.690911700Z
00:00:34.457178 VMMDev: Guest Log: 11:30:57.690911 main     OS Product: Windows 10
00:00:34.457201 VMMDev: Guest Log: 11:30:57.690911 main     OS Release: 10.0.19045
00:00:34.457219 VMMDev: Guest Log: 11:30:57.690911 main     OS Service Pack: 
00:00:34.457239 VMMDev: Guest Log: 11:30:57.690911 main     Executable: C:\WINDOWS\System32\VBoxService.exe
00:00:34.457242 VMMDev: Guest Log: 11:30:57.690911 main     Process ID: 1584
00:00:34.457244 VMMDev: Guest Log: 11:30:57.690911 main     Package type: WINDOWS_64BITS_GENERIC
00:00:34.458441 VMMDev: Guest Log: 11:30:57.706448 main     7.0.18 r162988 started. Verbose level = 0
00:00:34.479077 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:34.479101 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:34.479217 VMMDev: Guest Log: 11:30:57.722010          vbglR3GuestCtrlDetectPeekGetCancelSupport: Supported (#1)
00:00:34.479274 Guest Control: GUEST_MSG_REPORT_FEATURES: 0xf, 0x8000000000000000
00:00:34.480015 VMMDev: Guest Log: 11:30:57.722010          vgsvcTimeSyncInit: Initially 156250 (100ns) units per 156250 (100 ns) units interval, disabled=1
00:00:34.543676 GUI: UISession::sltAdditionsChange: GA state really changed, notifying listeners
00:00:34.543704 GUI: UIMachineViewNormal::adjustGuestScreenSize: Adjust guest-screen size if necessary
00:00:34.543840 GUI: UISession::sltAdditionsChange: GA state change event came, notifying listeners
00:00:34.543846 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=1, Machine-state=6
00:00:34.546667 VMMDev: Guest Log: VBOXNP: DLL loaded.
00:00:34.567342 VMMDev: Guest Log: 11:30:57.822643 automount vbsvcAutomounterMountIt: Successfully mounted 'marco' on 'Z:'
00:03:24.037902 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:03:24.041056 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi' (flags 000c0781) created successfully
00:03:24.043989 PDMR3Suspend: 6 045 612 ns run time
00:03:24.044014 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:03:24.044029 Console: Machine state changed to 'Paused'
00:03:27.079709 Changing the VM state from 'SUSPENDED' to 'RESUMING'
00:03:27.080130 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi' (flags 000c0723) created successfully
00:03:27.084772 Changing the VM state from 'RESUMING' to 'RUNNING'
00:03:27.084772 Console: Machine state changed to 'Running'
00:03:37.325726 GUI: Request to close active machine-window.
00:03:37.330177 Changing the VM state from 'RUNNING' to 'SUSPENDING'
00:03:37.332774 AIOMgr: Endpoint for file '/home/marco/VirtualBox VMs/W10/i7.marco.W10_.1702545462-14.dicembre.2023-10.17-disk001.vdi' (flags 000c0781) created successfully
00:03:37.335318 PDMR3Suspend: 5 123 717 ns run time
00:03:37.335326 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
00:03:37.335331 Console: Machine state changed to 'Paused'
00:03:41.620231 GUI: Request for close-action to save VM state.
00:03:41.620258 GUI: Saving VM state..
00:03:41.627607 Console: Machine state changed to 'Saving'
00:03:41.628366 Changing the VM state from 'SUSPENDED' to 'SAVING'
00:03:43.737285 GUI: UIMediumEnumerator: Medium-enumeration finished!

After the user has requested VirtualBox to save the state of the virtual machine, the only solution is to use xkill on the open virtual machine (the one in the state-saving operation).

By operating system, the virtual machine can be correctly switched off (by using the Windows interface).

Thanks

#22081 invalid Error with debian bookworm repo on installation bfreeman
Description
  • Added the following line to sources.list
    deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian bookwork contrib
    
  • Added the keys
    wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor
    
  • APT update fails
    $ sudo apt update
    Atteint :1 http://deb.debian.org/debian bookworm InRelease
    Atteint :2 http://security.debian.org/debian-security bookworm-security InRelease
    Atteint :3 http://deb.debian.org/debian bookworm-updates InRelease
    Ign :4 https://download.virtualbox.org/virtualbox/debian bookwork InRelease
    Err :5 https://download.virtualbox.org/virtualbox/debian bookwork Release
      404  Not Found [IP : 23.57.80.43 443]
    Lecture des listes de paquets... Fait
    E: Le dépôt https://download.virtualbox.org/virtualbox/debian bookwork Release n'a pas de fichier Release.
    
#22078 duplicate VirtualBox VM frozen after OHCI: Software reset => duplicate of #22059 totof
Description

Dear support,

After last VirtualBox upgrades on Debian 12, my single VM become unresponsive after each OHCI software reset. I dont see anything in the logs.

Any idea of what could cause the issue please ?

Debian version : Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm

VirtualBox version: virtualbox-7.0/unknown,now 7.0.18-162988~Debian~bookworm amd64 [installed]

00:00:00.018698 VirtualBox VM 7.0.18 r162988 linux.amd64 (May  2 2024 10:54:51) release log
00:00:00.018700 Log opened 2024-05-17T08:17:36.005803000Z
00:00:00.018700 Build Type: release
00:00:00.018701 OS Product: Linux
00:00:00.018702 OS Release: 6.1.0-21-amd64
00:00:00.018703 OS Version: #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03)
00:00:00.018721 DMI Product Name: UM560 XT
00:00:00.018729 DMI Product Version: Default string
00:00:00.018735 Firmware type: UEFI
00:00:00.018812 Secure Boot: Disabled
00:00:00.018837 Host RAM: 30001MB (29.2GB) total, 28006MB (27.3GB) available
00:00:00.018839 Executable: /usr/lib/virtualbox/VBoxHeadless
00:00:00.018839 Process ID: 12033
00:00:00.018839 Package type: LINUX_64BITS_DEBIAN_12_0
00:00:00.023047 Installed Extension Packs:
00:00:00.023056   None installed!
00:00:00.023679 Console: Machine state changed to 'Starting'
00:00:00.028863 SUP: seg #0: R   0x00000000 LB 0x00061000
00:00:00.028872 SUP: seg #1: R X 0x00061000 LB 0x001b8000
00:00:00.028875 SUP: seg #2: R   0x00219000 LB 0x0006b000
00:00:00.028877 SUP: seg #3: RW  0x00284000 LB 0x0002eaf8
00:00:00.030179 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:00.030184 SUP: VMMR0EntryEx located at XXXXXXXXXXXXXXXX and VMMR0EntryFast at XXXXXXXXXXXXXXXX
00:00:00.032389 Guest OS type: 'Linux26_64'
00:00:00.033766 fHMForced=true - No raw-mode support in this build!
00:00:00.043036 File system of '/home/totof/VirtualBox VMs/ha_main/Snapshots' (snapshots) is ext4
00:00:00.043042 File system of '/home/totof/VirtualBox VMs/ha_main/ha_main_win-disk001.vdi' is ext4
00:00:00.063932 Audio: Detected default audio driver type is 'PulseAudio'
00:00:00.072708 Shared Clipboard: Service loaded
00:00:00.072715 Shared Clipboard: Mode: Off
00:00:00.072789 Shared Clipboard: Service running in headless mode
00:00:00.073405 Drag and drop service loaded
00:00:00.073410 Drag and drop mode: Off
00:00:00.075408 ************************* CFGM dump *************************
00:00:00.075410 [/] (level 0)
00:00:00.075415   CpuExecutionCap   <integer> = 0x0000000000000064 (100)
00:00:00.075418   EnablePAE         <integer> = 0x0000000000000001 (1)
00:00:00.075418   HMEnabled         <integer> = 0x0000000000000001 (1)
00:00:00.075419   MemBalloonSize    <integer> = 0x0000000000000000 (0, 0 B)
00:00:00.075420   Name              <string>  = "ha_main" (cb=8)
00:00:00.075420   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:00.075421   PageFusionAllowed <integer> = 0x0000000000000000 (0)
00:00:00.075421   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512.0 MiB)
00:00:00.075422   RamSize           <integer> = 0x0000000100000000 (4 294 967 296, 4.0 GiB)
00:00:00.075422   TimerMillies      <integer> = 0x000000000000000a (10)
00:00:00.075423   UUID              <bytes>   = "56 e7 0f 27 ed d5 5f 4a ae dd f5 83 18 ee 2a d0" (cb=16)
00:00:00.075424 
00:00:00.075425 [/CPUM/] (level 1)
00:00:00.075426   Enable64bit        <integer> = 0x0000000000000001 (1)
00:00:00.075426   GuestCpuName       <string>  = "host" (cb=5)
00:00:00.075427   NestedHWVirt       <integer> = 0x0000000000000000 (0)
00:00:00.075427   PortableCpuIdLevel <integer> = 0x0000000000000000 (0)
00:00:00.075427   SpecCtrl           <integer> = 0x0000000000000000 (0)
00:00:00.075428 
00:00:00.075428 [/CPUM/IsaExts/] (level 2)
00:00:00.075428 
00:00:00.075430 [/DBGC/] (level 1)
00:00:00.075430   GlobalInitScript <string>  = "/home/totof/.config/VirtualBox/dbgc-init" (cb=41)
00:00:00.075430   HistoryFile      <string>  = "/home/totof/.config/VirtualBox/dbgc-history" (cb=44)
00:00:00.075431   LocalInitScript  <string>  = "/home/totof/VirtualBox VMs/ha_main/dbgc-init" (cb=45)
00:00:00.075431 
00:00:00.075431 [/DBGF/] (level 1)
00:00:00.075431   Path <string>  = "/home/totof/VirtualBox VMs/ha_main/debug/;/home/totof/VirtualBox VMs/ha_main/;cache*/home/totof/VirtualBox VMs/ha_main/dbgcache/;/home/totof/" (cb=142)
00:00:00.075432 
00:00:00.075432 [/Devices/] (level 1)
00:00:00.075432 
00:00:00.075432 [/Devices/3c501/] (level 2)
00:00:00.075433 
00:00:00.075433 [/Devices/8237A/] (level 2)
00:00:00.075433 
00:00:00.075433 [/Devices/8237A/0/] (level 3)
00:00:00.075434   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075434 
00:00:00.075434 [/Devices/GIMDev/] (level 2)
00:00:00.075434 
00:00:00.075434 [/Devices/GIMDev/0/] (level 3)
00:00:00.075435   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075435 
00:00:00.075435 [/Devices/VMMDev/] (level 2)
00:00:00.075436 
00:00:00.075436 [/Devices/VMMDev/0/] (level 3)
00:00:00.075436   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075436   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:00.075437   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075437   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075437 
00:00:00.075437 [/Devices/VMMDev/0/Config/] (level 4)
00:00:00.075438   GuestCoreDumpDir <string>  = "/home/totof/VirtualBox VMs/ha_main/Snapshots" (cb=45)
00:00:00.075438 
00:00:00.075438 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:00.075439   Driver <string>  = "HGCM" (cb=5)
00:00:00.075439 
00:00:00.075439 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:00.075439 
00:00:00.075440 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:00.075440   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075440 
00:00:00.075440 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:00.075441   First                <integer> = 0x0000000000000000 (0)
00:00:00.075441   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.075442   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075442   iLedSet              <integer> = 0x0000000000000006 (6)
00:00:00.075442 
00:00:00.075442 [/Devices/acpi/] (level 2)
00:00:00.075443 
00:00:00.075443 [/Devices/acpi/0/] (level 3)
00:00:00.075443   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075444   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:00.075444   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075444   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075444 
00:00:00.075444 [/Devices/acpi/0/Config/] (level 4)
00:00:00.075445   CpuHotPlug          <integer> = 0x0000000000000000 (0)
00:00:00.075445   FdcEnabled          <integer> = 0x0000000000000000 (0)
00:00:00.075446   HostBusPciAddress   <integer> = 0x0000000000000000 (0)
00:00:00.075446   HpetEnabled         <integer> = 0x0000000000000000 (0)
00:00:00.075446   IOAPIC              <integer> = 0x0000000000000001 (1)
00:00:00.075447   IocPciAddress       <integer> = 0x0000000000010000 (65 536)
00:00:00.075447   NumCPUs             <integer> = 0x0000000000000001 (1)
00:00:00.075447   Parallel0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.075448   Parallel0Irq        <integer> = 0x0000000000000000 (0)
00:00:00.075448   Parallel1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:00.075448   Parallel1Irq        <integer> = 0x0000000000000000 (0)
00:00:00.075449   Serial0IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:00.075449   Serial0Irq          <integer> = 0x0000000000000000 (0)
00:00:00.075449   Serial1IoPortBase   <integer> = 0x0000000000000000 (0)
00:00:00.075449   Serial1Irq          <integer> = 0x0000000000000000 (0)
00:00:00.075450   ShowCpu             <integer> = 0x0000000000000001 (1)
00:00:00.075450   ShowRtc             <integer> = 0x0000000000000000 (0)
00:00:00.075450   SmcEnabled          <integer> = 0x0000000000000000 (0)
00:00:00.075451 
00:00:00.075451 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:00.075451   Driver <string>  = "ACPIHost" (cb=9)
00:00:00.075452 
00:00:00.075452 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:00.075452 
00:00:00.075452 [/Devices/ahci/] (level 2)
00:00:00.075453 
00:00:00.075453 [/Devices/ahci/0/] (level 3)
00:00:00.075453   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075453   PCIDeviceNo   <integer> = 0x000000000000000d (13)
00:00:00.075454   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075454   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075454 
00:00:00.075454 [/Devices/ahci/0/Config/] (level 4)
00:00:00.075455   Bootable  <integer> = 0x0000000000000001 (1)
00:00:00.075455   PortCount <integer> = 0x0000000000000001 (1)
00:00:00.075455 
00:00:00.075455 [/Devices/ahci/0/Config/Port0/] (level 5)
00:00:00.075456   Hotpluggable <integer> = 0x0000000000000000 (0)
00:00:00.075456 
00:00:00.075456 [/Devices/ahci/0/LUN#0/] (level 4)
00:00:00.075457   Driver <string>  = "VD" (cb=3)
00:00:00.075457 
00:00:00.075457 [/Devices/ahci/0/LUN#0/Config/] (level 5)
00:00:00.075458   BlockCache <integer> = 0x0000000000000001 (1)
00:00:00.075458   Format     <string>  = "vdi" (cb=4)
00:00:00.075458   Mountable  <integer> = 0x0000000000000000 (0)
00:00:00.075459   Path       <string>  = "/home/totof/VirtualBox VMs/ha_main/ha_main_win-disk001.vdi" (cb=59)
00:00:00.075459   Type       <string>  = "HardDisk" (cb=9)
00:00:00.075459   UseNewIo   <integer> = 0x0000000000000001 (1)
00:00:00.075459 
00:00:00.075460 [/Devices/ahci/0/LUN#0/Config/VDConfig/] (level 6)
00:00:00.075460   AllocationBlockSize <string>  = "1048576" (cb=8)
00:00:00.075460 
00:00:00.075461 [/Devices/ahci/0/LUN#999/] (level 4)
00:00:00.075461   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075461 
00:00:00.075461 [/Devices/ahci/0/LUN#999/Config/] (level 5)
00:00:00.075462   DeviceInstance       <string>  = "ahci/0" (cb=7)
00:00:00.075462   First                <integer> = 0x0000000000000000 (0)
00:00:00.075462   HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:00.075463   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075463   iLedSet              <integer> = 0x0000000000000004 (4)
00:00:00.075463 
00:00:00.075464 [/Devices/apic/] (level 2)
00:00:00.075464 
00:00:00.075464 [/Devices/apic/0/] (level 3)
00:00:00.075464   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075465 
00:00:00.075465 [/Devices/apic/0/Config/] (level 4)
00:00:00.075465   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:00.075465   Mode    <integer> = 0x0000000000000003 (3)
00:00:00.075466   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.075466 
00:00:00.075466 [/Devices/dp8390/] (level 2)
00:00:00.075466 
00:00:00.075467 [/Devices/e1000/] (level 2)
00:00:00.075467 
00:00:00.075467 [/Devices/e1000/0/] (level 3)
00:00:00.075467   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075468   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:00.075468   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075468   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075469 
00:00:00.075469 [/Devices/e1000/0/Config/] (level 4)
00:00:00.075469   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:00.075469   CableConnected <integer> = 0x0000000000000001 (1)
00:00:00.075470   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:00.075470   MAC            <bytes>   = "08 00 27 e3 86 0b" (cb=6)
00:00:00.075471 
00:00:00.075471 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:00.075471   Driver <string>  = "IntNet" (cb=7)
00:00:00.075471 
00:00:00.075471 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:00.075472   IfPolicyPromisc      <string>  = "deny" (cb=5)
00:00:00.075472   IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
00:00:00.075473   Network              <string>  = "HostInterfaceNetworking-eno1" (cb=29)
00:00:00.075473   Trunk                <string>  = "eno1" (cb=5)
00:00:00.075473   TrunkType            <integer> = 0x0000000000000003 (3)
00:00:00.075474 
00:00:00.075474 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:00.075474   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075474 
00:00:00.075474 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:00.075475   First                <integer> = 0x0000000000000000 (0)
00:00:00.075475   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.075476   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075476   iLedSet              <integer> = 0x0000000000000005 (5)
00:00:00.075476 
00:00:00.075476 [/Devices/efi/] (level 2)
00:00:00.075477 
00:00:00.075477 [/Devices/efi/0/] (level 3)
00:00:00.075477   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075478 
00:00:00.075478 [/Devices/efi/0/Config/] (level 4)
00:00:00.075478   64BitEntry  <integer> = 0x0000000000000001 (1)
00:00:00.075479   APIC        <integer> = 0x0000000000000001 (1)
00:00:00.075479   BootArgs    <string>  = "" (cb=1)
00:00:00.075479   DeviceProps <string>  = "" (cb=1)
00:00:00.075479   EfiRom      <string>  = "VBoxEFI64.fd" (cb=13)
00:00:00.075480   IOAPIC      <integer> = 0x0000000000000001 (1)
00:00:00.075480   McfgBase    <integer> = 0x0000000000000000 (0)
00:00:00.075480   McfgLength  <integer> = 0x0000000000000000 (0)
00:00:00.075481   NumCPUs     <integer> = 0x0000000000000001 (1)
00:00:00.075481   NvramFile   <string>  = "/home/totof/VirtualBox VMs/ha_main/ha_main.nvram" (cb=49)
00:00:00.075481   UUID        <bytes>   = "56 e7 0f 27 ed d5 5f 4a ae dd f5 83 18 ee 2a d0" (cb=16)
00:00:00.075482   UuidLe      <integer> = 0x0000000000000001 (1)
00:00:00.075483 
00:00:00.075483 [/Devices/efi/0/LUN#0/] (level 4)
00:00:00.075483   Driver <string>  = "NvramStore" (cb=11)
00:00:00.075484 
00:00:00.075484 [/Devices/hda/] (level 2)
00:00:00.075484 
00:00:00.075484 [/Devices/hda/0/] (level 3)
00:00:00.075485   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075485   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:00.075485   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075486   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075486 
00:00:00.075486 [/Devices/hda/0/AudioConfig/] (level 4)
00:00:00.075487 
00:00:00.075487 [/Devices/hda/0/Config/] (level 4)
00:00:00.075487   DebugEnabled <integer> = 0x0000000000000000 (0)
00:00:00.075487 
00:00:00.075488 [/Devices/hda/0/LUN#0/] (level 4)
00:00:00.075488   Driver <string>  = "AUDIO" (cb=6)
00:00:00.075488 
00:00:00.075488 [/Devices/hda/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.075489   Driver <string>  = "PulseAudio" (cb=11)
00:00:00.075489 
00:00:00.075489 [/Devices/hda/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:00.075490   VmName <string>  = "ha_main" (cb=8)
00:00:00.075490 
00:00:00.075490 [/Devices/hda/0/LUN#0/Config/] (level 5)
00:00:00.075491   DriverName    <string>  = "PulseAudio" (cb=11)
00:00:00.075491   InputEnabled  <integer> = 0x0000000000000001 (1)
00:00:00.075491   OutputEnabled <integer> = 0x0000000000000001 (1)
00:00:00.075491 
00:00:00.075492 [/Devices/hda/0/LUN#1/] (level 4)
00:00:00.075492   Driver <string>  = "AUDIO" (cb=6)
00:00:00.075492 
00:00:00.075492 [/Devices/i8254/] (level 2)
00:00:00.075493 
00:00:00.075493 [/Devices/i8254/0/] (level 3)
00:00:00.075493 
00:00:00.075493 [/Devices/i8254/0/Config/] (level 4)
00:00:00.075494 
00:00:00.075494 [/Devices/i8259/] (level 2)
00:00:00.075494 
00:00:00.075494 [/Devices/i8259/0/] (level 3)
00:00:00.075494   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075495 
00:00:00.075495 [/Devices/i8259/0/Config/] (level 4)
00:00:00.075495 
00:00:00.075495 [/Devices/ioapic/] (level 2)
00:00:00.075496 
00:00:00.075496 [/Devices/ioapic/0/] (level 3)
00:00:00.075496   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075496 
00:00:00.075497 [/Devices/ioapic/0/Config/] (level 4)
00:00:00.075497   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:00.075497 
00:00:00.075497 [/Devices/mc146818/] (level 2)
00:00:00.075498 
00:00:00.075498 [/Devices/mc146818/0/] (level 3)
00:00:00.075498 
00:00:00.075498 [/Devices/mc146818/0/Config/] (level 4)
00:00:00.075499   UseUTC <integer> = 0x0000000000000001 (1)
00:00:00.075499 
00:00:00.075499 [/Devices/parallel/] (level 2)
00:00:00.075499 
00:00:00.075499 [/Devices/pcarch/] (level 2)
00:00:00.075500 
00:00:00.075500 [/Devices/pcarch/0/] (level 3)
00:00:00.075500   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075500 
00:00:00.075501 [/Devices/pcarch/0/Config/] (level 4)
00:00:00.075501 
00:00:00.075501 [/Devices/pci/] (level 2)
00:00:00.075501 
00:00:00.075501 [/Devices/pci/0/] (level 3)
00:00:00.075502   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075502 
00:00:00.075502 [/Devices/pci/0/Config/] (level 4)
00:00:00.075503   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:00.075503 
00:00:00.075503 [/Devices/pcibridge/] (level 2)
00:00:00.075503 
00:00:00.075503 [/Devices/pckbd/] (level 2)
00:00:00.075504 
00:00:00.075504 [/Devices/pckbd/0/] (level 3)
00:00:00.075504   Trusted <integer> = 0x0000000000000001 (1)
00:00:00.075504 
00:00:00.075504 [/Devices/pckbd/0/Config/] (level 4)
00:00:00.075505 
00:00:00.075505 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:00.075505   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:00.075506 
00:00:00.075506 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.075506   Driver <string>  = "MainKeyboard" (cb=13)
00:00:00.075507 
00:00:00.075507 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:00.075507   QueueSize <integer> = 0x0000000000000040 (64, 64 B)
00:00:00.075508 
00:00:00.075508 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:00.075508   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.075508 
00:00:00.075508 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:00.075509   Driver <string>  = "MainMouse" (cb=10)
00:00:00.075509 
00:00:00.075509 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:00.075510   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:00.075510 
00:00:00.075510 [/Devices/pcnet/] (level 2)
00:00:00.075510 
00:00:00.075511 [/Devices/piix3ide/] (level 2)
00:00:00.075511 
00:00:00.075511 [/Devices/piix3ide/0/] (level 3)
00:00:00.075511   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075512   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:00.075512   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:00.075512   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075513 
00:00:00.075513 [/Devices/piix3ide/0/Config/] (level 4)
00:00:00.075513   Type <string>  = "PIIX4" (cb=6)
00:00:00.075513 
00:00:00.075514 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:00.075514   Driver <string>  = "VD" (cb=3)
00:00:00.075514 
00:00:00.075514 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:00.075515   EmptyDrive <integer> = 0x0000000000000001 (1)
00:00:00.075515   Mountable  <integer> = 0x0000000000000001 (1)
00:00:00.075515   Type       <string>  = "DVD" (cb=4)
00:00:00.075516 
00:00:00.075516 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:00.075516   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075516 
00:00:00.075516 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:00.075517   DeviceInstance       <string>  = "piix3ide/0" (cb=11)
00:00:00.075517   First                <integer> = 0x0000000000000000 (0)
00:00:00.075518   HasMediumAttachments <integer> = 0x0000000000000001 (1)
00:00:00.075518   Last                 <integer> = 0x0000000000000003 (3)
00:00:00.075518   iLedSet              <integer> = 0x0000000000000003 (3)
00:00:00.075519 
00:00:00.075519 [/Devices/serial/] (level 2)
00:00:00.075519 
00:00:00.075519 [/Devices/usb-ehci/] (level 2)
00:00:00.075520 
00:00:00.075520 [/Devices/usb-ehci/0/] (level 3)
00:00:00.075520   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075520   PCIDeviceNo   <integer> = 0x000000000000000b (11)
00:00:00.075521   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075521   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075521 
00:00:00.075521 [/Devices/usb-ehci/0/Config/] (level 4)
00:00:00.075522 
00:00:00.075522 [/Devices/usb-ehci/0/LUN#0/] (level 4)
00:00:00.075522   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:00.075522 
00:00:00.075523 [/Devices/usb-ehci/0/LUN#0/Config/] (level 5)
00:00:00.075523 
00:00:00.075523 [/Devices/usb-ehci/0/LUN#999/] (level 4)
00:00:00.075524   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075524 
00:00:00.075524 [/Devices/usb-ehci/0/LUN#999/Config/] (level 5)
00:00:00.075524   First                <integer> = 0x0000000000000000 (0)
00:00:00.075525   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.075525   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075525   iLedSet              <integer> = 0x0000000000000002 (2)
00:00:00.075526 
00:00:00.075526 [/Devices/usb-ohci/] (level 2)
00:00:00.075526 
00:00:00.075526 [/Devices/usb-ohci/0/] (level 3)
00:00:00.075527   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075527   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:00.075527   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075527   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075528 
00:00:00.075528 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:00.075528 
00:00:00.075528 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:00.075529   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:00.075529 
00:00:00.075529 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:00.075529 
00:00:00.075530 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:00.075530   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075530 
00:00:00.075530 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:00.075531   First                <integer> = 0x0000000000000000 (0)
00:00:00.075531   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.075531   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075532   iLedSet              <integer> = 0x0000000000000001 (1)
00:00:00.075532 
00:00:00.075532 [/Devices/vga/] (level 2)
00:00:00.075532 
00:00:00.075533 [/Devices/vga/0/] (level 3)
00:00:00.075533   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:00.075533   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:00.075533   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:00.075534   Trusted       <integer> = 0x0000000000000001 (1)
00:00:00.075534 
00:00:00.075534 [/Devices/vga/0/Config/] (level 4)
00:00:00.075535   3DEnabled          <integer> = 0x0000000000000000 (0)
00:00:00.075535   CustomVideoModes   <integer> = 0x0000000000000000 (0)
00:00:00.075535   FadeIn             <integer> = 0x0000000000000001 (1)
00:00:00.075536   FadeOut            <integer> = 0x0000000000000001 (1)
00:00:00.075536   HeightReduction    <integer> = 0x0000000000000000 (0)
00:00:00.075536   LogoFile           <string>  = "" (cb=1)
00:00:00.075537   LogoTime           <integer> = 0x0000000000000000 (0)
00:00:00.075537   MonitorCount       <integer> = 0x0000000000000001 (1)
00:00:00.075537   ShowBootMenu       <integer> = 0x0000000000000002 (2)
00:00:00.075538   VMSVGA3dEnabled    <integer> = 0x0000000000000000 (0)
00:00:00.075538   VMSVGAEnabled      <integer> = 0x0000000000000001 (1)
00:00:00.075538   VMSVGAPciBarLayout <integer> = 0x0000000000000001 (1)
00:00:00.075538   VMSVGAPciId        <integer> = 0x0000000000000001 (1)
00:00:00.075539   VRamSize           <integer> = 0x0000000001000000 (16 777 216, 16.0 MiB)
00:00:00.075539 
00:00:00.075539 [/Devices/vga/0/LUN#0/] (level 4)
00:00:00.075540   Driver <string>  = "MainDisplay" (cb=12)
00:00:00.075540 
00:00:00.075540 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:00.075541 
00:00:00.075541 [/Devices/vga/0/LUN#999/] (level 4)
00:00:00.075541   Driver <string>  = "MainStatus" (cb=11)
00:00:00.075541 
00:00:00.075541 [/Devices/vga/0/LUN#999/Config/] (level 5)
00:00:00.075542   First                <integer> = 0x0000000000000000 (0)
00:00:00.075542   HasMediumAttachments <integer> = 0x0000000000000000 (0)
00:00:00.075543   Last                 <integer> = 0x0000000000000000 (0)
00:00:00.075543   iLedSet              <integer> = 0x0000000000000000 (0)
00:00:00.075543 
00:00:00.075543 [/Devices/virtio-net/] (level 2)
00:00:00.075544 
00:00:00.075544 [/EM/] (level 1)
00:00:00.075544   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:00.075545 
00:00:00.075545 [/GCM/] (level 1)
00:00:00.075545   FixerSet <integer> = 0x0000000000000000 (0)
00:00:00.075545 
00:00:00.075545 [/GIM/] (level 1)
00:00:00.075546   Provider <string>  = "KVM" (cb=4)
00:00:00.075546 
00:00:00.075546 [/HM/] (level 1)
00:00:00.075547   64bitEnabled            <integer> = 0x0000000000000001 (1)
00:00:00.075547   EnableLargePages        <integer> = 0x0000000000000001 (1)
00:00:00.075547   EnableNestedPaging      <integer> = 0x0000000000000001 (1)
00:00:00.075548   EnableUX                <integer> = 0x0000000000000001 (1)
00:00:00.075548   EnableVPID              <integer> = 0x0000000000000001 (1)
00:00:00.075548   Exclusive               <integer> = 0x0000000000000001 (1)
00:00:00.075549   HMForced                <integer> = 0x0000000000000001 (1)
00:00:00.075549   IBPBOnVMEntry           <integer> = 0x0000000000000000 (0)
00:00:00.075549   IBPBOnVMExit            <integer> = 0x0000000000000000 (0)
00:00:00.075550   L1DFlushOnSched         <integer> = 0x0000000000000001 (1)
00:00:00.075550   L1DFlushOnVMEntry       <integer> = 0x0000000000000000 (0)
00:00:00.075550   LovelyMesaDrvWorkaround <integer> = 0x0000000000000001 (1)
00:00:00.075551   MDSClearOnSched         <integer> = 0x0000000000000001 (1)
00:00:00.075551   MDSClearOnVMEntry       <integer> = 0x0000000000000000 (0)
00:00:00.075551   SpecCtrlByHost          <integer> = 0x0000000000000000 (0)
00:00:00.075552   SvmVirtVmsaveVmload     <integer> = 0x0000000000000001 (1)
00:00:00.075552   UseNEMInstead           <integer> = 0x0000000000000000 (0)
00:00:00.075552 
00:00:00.075552 [/MM/] (level 1)
00:00:00.075553   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:00.075553 
00:00:00.075553 [/NEM/] (level 1)
00:00:00.075553   Allow64BitGuests        <integer> = 0x0000000000000001 (1)
00:00:00.075554   LovelyMesaDrvWorkaround <integer> = 0x0000000000000001 (1)
00:00:00.075554 
00:00:00.075554 [/PDM/] (level 1)
00:00:00.075554 
00:00:00.075554 [/PDM/AsyncCompletion/] (level 2)
00:00:00.075555 
00:00:00.075555 [/PDM/AsyncCompletion/File/] (level 3)
00:00:00.075555 
00:00:00.075555 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:00.075556 
00:00:00.075556 [/PDM/BlkCache/] (level 2)
00:00:00.075556   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5.0 MiB)
00:00:00.075557 
00:00:00.075557 [/PDM/Devices/] (level 2)
00:00:00.075557 
00:00:00.075557 [/PDM/Drivers/] (level 2)
00:00:00.075557 
00:00:00.075558 [/PDM/Drivers/VBoxC/] (level 3)
00:00:00.075558   Path <string>  = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
00:00:00.075558 
00:00:00.075558 [/PDM/NetworkShaper/] (level 2)
00:00:00.075559 
00:00:00.075559 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:00.075559 
00:00:00.075559 [/TM/] (level 1)
00:00:00.075560   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:00.075560 
00:00:00.075560 [/USB/] (level 1)
00:00:00.075560 
00:00:00.075560 [/USB/HidMouse/] (level 2)
00:00:00.075561 
00:00:00.075561 [/USB/HidMouse/0/] (level 3)
00:00:00.075561 
00:00:00.075561 [/USB/HidMouse/0/Config/] (level 4)
00:00:00.075562   Mode <string>  = "absolute" (cb=9)
00:00:00.075562 
00:00:00.075562 [/USB/HidMouse/0/LUN#0/] (level 4)
00:00:00.075562   Driver <string>  = "MouseQueue" (cb=11)
00:00:00.075562 
00:00:00.075563 [/USB/HidMouse/0/LUN#0/AttachedDriver/] (level 5)
00:00:00.075563   Driver <string>  = "MainMouse" (cb=10)
00:00:00.075563 
00:00:00.075563 [/USB/HidMouse/0/LUN#0/Config/] (level 5)
00:00:00.075564   QueueSize <integer> = 0x0000000000000080 (128, 128 B)
00:00:00.075564 
00:00:00.075564 [/USB/USBProxy/] (level 2)
00:00:00.075565 
00:00:00.075565 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:00.075565 
00:00:00.075565 ********************* End of CFGM dump **********************
00:00:00.075611 HM: HMR3Init: AMD-V w/ nested paging
00:00:00.075654 CPUM: fXStateHostMask=0x7; initial: 0x7; host XCR0=0x207
00:00:00.076053 CPUM: Matched host CPU AMD 0x19/0x50/0x0 AMD_Unknown with CPU DB entry 'AMD Ryzen 7 1800X Eight-Core' (AMD 0x17/0x1/0x1 AMD_Zen_Ryzen)
00:00:00.076397 CPUM: MXCSR_MASK=0x2ffff (host: 0x2ffff)
00:00:00.076404 CPUM: Microcode revision 0x0A50000D
00:00:00.076409 CPUM: Changing leaf 13[0]: EBX=0x988 -> 0x340, ECX=0x988 -> 0x340
00:00:00.076416 CPUM: MSR fudge: 0x00000001 IA32_P5_MC_TYPE
00:00:00.076419 CPUM: MSR fudge: 0x00000017 IA32_PLATFORM_ID
00:00:00.076431 CPUM: MSR fudge: 0x0000001b IA32_APIC_BASE
00:00:00.076435 CPUM: MSR fudge: 0x0000008b BIOS_SIGN
00:00:00.076437 CPUM: MSR fudge: 0x000000fe IA32_MTRRCAP
00:00:00.076439 CPUM: MSR fudge: 0x00000179 IA32_MCG_CAP
00:00:00.076441 CPUM: MSR fudge: 0x0000017a IA32_MCG_STATUS
00:00:00.076444 CPUM: MSR fudge: 0x000001a0 IA32_MISC_ENABLE
00:00:00.076453 CPUM: MSR fudge: 0x000001d9 IA32_DEBUGCTL
00:00:00.076456 CPUM: MSR fudge: 0x000001db P6_LAST_BRANCH_FROM_IP
00:00:00.076463 CPUM: MSR fudge: 0x000001dc P6_LAST_BRANCH_TO_IP
00:00:00.076465 CPUM: MSR fudge: 0x000001dd P6_LAST_INT_FROM_IP
00:00:00.076467 CPUM: MSR fudge: 0x000001de P6_LAST_INT_TO_IP
00:00:00.076469 CPUM: MSR fudge: 0x00000277 IA32_PAT
00:00:00.076472 CPUM: MSR fudge: 0x000002ff IA32_MTRR_DEF_TYPE
00:00:00.076482 CPUM: MSR fudge: 0x00000400 IA32_MCi_CTL_STATUS_ADDR_MISC
00:00:00.076492 CPUM: MSR fudge: 0x0000002c P4_EBC_FREQUENCY_ID
00:00:00.076503 CPUM: MSR fudge: 0xc0000103 AMD64_TSC_AUX
00:00:00.076553 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:00.076556 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
00:00:00.076558 CPUM: SetGuestCpuIdFeature: Enabled PAE
00:00:00.076561 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:00.076563 CPUM: SetGuestCpuIdFeature: Enabled NX
00:00:00.076565 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
00:00:00.076568 CPUM: Set SSBD not required flag for AMD to work around some buggy Linux kernels!
00:00:00.076736 PGM: Host paging mode: AMD64+PGE+NX
00:00:00.076741 PGM: PGMPool: cMaxPages=2304 (u64MaxPages=2084)
00:00:00.076744 PGM: pgmR3PoolInit: cMaxPages=0x900 cMaxUsers=0x1200 cMaxPhysExts=0x1200 fCacheEnable=true
00:00:00.077214 PGM: /proc/sys/vm/max_map_count = 65530 (rc2=VWRN_TRAILING_CHARS); cGuessNeeded=16384
00:00:00.081748 TM: GIP - u32Mode=3 (Invariant) u32UpdateHz=62 u32UpdateIntervalNS=16000000 enmUseTscDelta=2 (Practically Zero) fGetGipCpu=0x3b cCpus=16
00:00:00.081759 TM: GIP - u64CpuHz=3 293 556 452 (0xc44faee4)  SUPGetCpuHzFromGip => 3 293 556 452
00:00:00.081762 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=3293555117(*) cErrors=0
00:00:00.081765 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x1 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=3293555866(*) cErrors=0
00:00:00.081768 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x2 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=3293554743(*) cErrors=0
00:00:00.081770 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x3 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=3293555849(*) cErrors=0
00:00:00.081773 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x4 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=3293581007(*) cErrors=0
00:00:00.081775 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x5 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=3293557185(*) cErrors=0
00:00:00.081778 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x6 iGipCpu=0xa i64TSCDelta=0 enmState=3 u64CpuHz=3293555686(*) cErrors=0
00:00:00.081780 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0xb i64TSCDelta=0 enmState=3 u64CpuHz=3293556187(*) cErrors=0
00:00:00.081782 TM: GIP - CPU: iCpuSet=0x8 idCpu=0x8 idApic=0x8 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=3293556452(*) cErrors=0
00:00:00.081785 TM: GIP - CPU: iCpuSet=0x9 idCpu=0x9 idApic=0x9 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=3293796205(*) cErrors=0
00:00:00.081787 TM: GIP - CPU: iCpuSet=0xa idCpu=0xa idApic=0xa iGipCpu=0x9 i64TSCDelta=0 enmState=3 u64CpuHz=3293555671(*) cErrors=0
00:00:00.081790 TM: GIP - CPU: iCpuSet=0xb idCpu=0xb idApic=0xb iGipCpu=0x8 i64TSCDelta=0 enmState=3 u64CpuHz=3293555654(*) cErrors=0
00:00:00.081805 TM:     cTSCTicksPerSecond=3 293 556 452 (0xc44faee4) enmTSCMode=3 (Dynamic)
00:00:00.081806 TM: cTSCTicksPerSecondHost=3 293 556 452 (0xc44faee4)
00:00:00.081806 TM: TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:00.082120 EMR3Init: fIemExecutesAll=false fGuruOnTripleFault=true
00:00:00.082255 IEM: TargetCpu=CURRENT, Microarch=AMD_Unknown aidxTargetCpuEflFlavour={2,0}
00:00:00.082296 GIM: Using provider 'KVM' (Implementation version: 0)
00:00:00.082300 CPUM: SetGuestCpuIdFeature: Enabled Hypervisor Present bit
00:00:00.082362 GCM: Initialized (fixer bits: 0x0)
00:00:00.144007 AIOMgr: Default manager type is 'Async'
00:00:00.144061 AIOMgr: Default file backend is 'NonBuffered'
00:00:00.144236 BlkCache: Cache successfully initialized. Cache size is 5242880 bytes
00:00:00.144245 BlkCache: Cache commit interval is 10000 ms
00:00:00.144252 BlkCache: Cache commit threshold is 2621440 bytes
00:00:00.146109 SUP: seg #0: R   0x00000000 LB 0x0000a000
00:00:00.146121 SUP: seg #1: R X 0x0000a000 LB 0x0002c000
00:00:00.146124 SUP: seg #2: R   0x00036000 LB 0x0000e000
00:00:00.146126 SUP: seg #3: RW  0x00044000 LB 0x00008500
00:00:00.146186 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xXXXXXXXXXXXXXXXX - ModuleInit at XXXXXXXXXXXXXXXX and ModuleTerm at XXXXXXXXXXXXXXXX
00:00:00.147881 EFI: boot args = 
00:00:00.147888 EFI: device props = 
00:00:00.147907 Found EFI FW Volume, 540672 bytes (132 4096-byte blocks)
00:00:00.149390 EFI: Registered 528KB flash at 00000000ffc00000
00:00:00.149582 CPUM: SetGuestCpuIdFeature: Enabled xAPIC
00:00:00.149587 CPUM: SetGuestCpuIdFeature: Enabled x2APIC
00:00:00.149893 IOAPIC: Version=2.0 ChipType=ICH9
00:00:00.149933 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:00.150053 VMMDev: cbDefaultBudget: 1 073 741 824 (40000000)
00:00:00.151846 Shared Folders service loaded
00:00:00.152515 Guest Control service loaded
00:00:00.157551 VGA: Using the 386+ BIOS image.
00:00:00.158715 DrvVD: Flushes will be ignored
00:00:00.158720 DrvVD: Async flushes will be passed to the disk
00:00:00.160261 VD: VDInit finished with VINF_SUCCESS
00:00:00.160491 AIOMgr: Endpoint for file '/home/totof/VirtualBox VMs/ha_main/ha_main_win-disk001.vdi' (flags 000c0723) created successfully
00:00:00.161581 VD: Opening the disk took 1386626 ns
00:00:00.161607 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 67108864
00:00:00.162163 AHCI#0: Reset the HBA
00:00:00.162170 VD#0: Cancelling all active requests
00:00:00.162778 PIIX3 ATA: LUN#0: no unit
00:00:00.162784 PIIX3 ATA: LUN#1: no unit
00:00:00.162874 DrvVD: Flushes will be ignored
00:00:00.162883 DrvVD: Async flushes will be passed to the disk
00:00:00.162898 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:00.165874 PIIX3 ATA: LUN#3: no unit
00:00:00.166148 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:00.166167 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:00.166241 E1000#0: Chip=82540EM LinkUpDelay=5000ms EthernetCRC=on GSO=enabled Itr=disabled ItrRx=enabled TID=disabled R0=enabled RC=disabled
00:00:00.166386 IntNet#0: szNetwork={HostInterfaceNetworking-eno1} enmTrunkType=3 szTrunk={eno1} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:00.166939 Audio: Initializing PulseAudio driver
00:00:00.166967 PulseAudio: Using version 16.1.0
00:00:00.167884 PulseAudio: Failed to connect to server: Connection refused
00:00:00.167984 DrvAudio: Host audio driver 'PulseAudio' init failed with VERR_AUDIO_BACKEND_INIT_FAILED. Switching to the NULL driver for now.
00:00:00.168001 VM: Raising runtime error 'HostAudioNotResponding' (fFlags=0x0)
00:00:00.168005 Console: VM runtime error: fatal=false, errorID=HostAudioNotResponding message="Host audio backend (PulseAudio) initialization has failed. Selecting the NULL audio backend with the consequence that no sound is audible"
00:00:00.168066 HDA: Codec reset
00:00:00.168070 HDA: Reset
00:00:00.168685 VUSB: Attached 'HidMouse' to port 1 on RootHub#1 (FullSpeed)
00:00:00.168711 PGM: The CPU physical address width is 48 bits
00:00:00.168716 PGM: PGMR3InitFinalize: 4 MB PSE mask 0000ffffffffffff -> VINF_SUCCESS
00:00:00.168724 TM: TMR3InitFinalize: fTSCModeSwitchAllowed=true
00:00:00.169971 VMM: Enabled thread-context hooks
00:00:00.169976 VMM: RTThreadPreemptIsPending() can be trusted
00:00:00.169978 VMM: Kernel preemption is possible
00:00:00.170037 HM: fWorldSwitcher=0x0 (fIbpbOnVmExit=false fIbpbOnVmEntry=false fL1dFlushOnVmEntry=false); fL1dFlushOnSched=false fMdsClearOnVmEntry=false
00:00:00.170042 HM: Using AMD-V implementation 2.0
00:00:00.170042 HM: Max resume loops                  = 8192
00:00:00.170042 HM: AMD HWCR MSR                      = 0x1c9000011
00:00:00.170043 HM: AMD-V revision                    = 0x1
00:00:00.170043 HM: AMD-V max ASID                    = 32768
00:00:00.170043 HM: AMD-V features                    = 0x101bbcff
00:00:00.170044 HM:   NESTED_PAGING
00:00:00.170044 HM:   LBR_VIRT
00:00:00.170044 HM:   SVM_LOCK
00:00:00.170044 HM:   NRIP_SAVE
00:00:00.170044 HM:   TSC_RATE_MSR
00:00:00.170044 HM:   VMCB_CLEAN
00:00:00.170045 HM:   FLUSH_BY_ASID
00:00:00.170045 HM:   DECODE_ASSISTS
00:00:00.170045 HM:   PAUSE_FILTER
00:00:00.170045 HM:   PAUSE_FILTER_THRESHOLD
00:00:00.170045 HM:   AVIC
00:00:00.170045 HM:   VIRT_VMSAVE_VMLOAD
00:00:00.170045 HM:   VGIF
00:00:00.170046 HM:   GMET
00:00:00.170046 HM:   SSSCHECK
00:00:00.170046 HM:   SPEC_CTRL
00:00:00.170046 HM:   Reserved bit 11
00:00:00.170046 HM:   Reserved bit 28
00:00:00.170054 HM: Enabled SVM
00:00:00.170055 HM:   Enabled nested paging
00:00:00.170057 HM:   Enabled large page support
00:00:00.170058 HM: Disabled TPR patching
00:00:00.170059 HM: Guest support: 32-bit and 64-bit
00:00:00.170059 HM: VT-x/AMD-V init method: Global
00:00:00.170059 EM: Exit history optimizations: enabled=true enabled-r0=true enabled-r0-no-preemption=false
00:00:00.170073 APIC: fPostedIntrsEnabled=false fVirtApicRegsEnabled=false fSupportsTscDeadline=false
00:00:00.170080 TMR3UtcNow: nsNow=1 715 933 856 157 120 000 nsPrev=0 -> cNsDelta=1 715 933 856 157 120 000 (offLag=0 offVirtualSync=0 offVirtualSyncGivenUp=0, NowAgain=1 715 933 856 157 121 000)
00:00:00.170084 VMM: fUsePeriodicPreemptionTimers=true
00:00:00.170307 CPUM: Logical host processors: 12 present, 12 max, 12 online, online mask: 0000000000000fff
00:00:00.170575 CPUM: Physical host cores: 6
00:00:00.170576 ************************* CPUID dump ************************
00:00:00.170582          Raw Standard CPUID Leaves
00:00:00.170582      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.170582 Gst: 00000000/0000  00000010 68747541 444d4163 69746e65
00:00:00.170583 Hst:                00000010 68747541 444d4163 69746e65
00:00:00.170583 Gst: 00000001/0000  00a50f00 00010800 d6f8220b 178bfbff
00:00:00.170584 Hst:                00a50f00 0a0c0800 7ed8320b 178bfbff
00:00:00.170584 Gst: 00000002/0000  00000000 00000000 00000000 00000000
00:00:00.170585 Hst:                00000000 00000000 00000000 00000000
00:00:00.170585 Gst: 00000003/0000  00000000 00000000 00000000 00000000
00:00:00.170585 Hst:                00000000 00000000 00000000 00000000
00:00:00.170585 Gst: 00000004/0000  00000000 00000000 00000000 00000000
00:00:00.170586 Hst:                00000000 00000000 00000000 00000000
00:00:00.170586 Gst: 00000005/0000  00000040 00000040 00000000 00000000
00:00:00.170586 Hst:                00000040 00000040 00000003 00000011
00:00:00.170587 Gst: 00000006/0000  00000004 00000000 00000000 00000000
00:00:00.170587 Hst:                00000004 00000000 00000001 00000000
00:00:00.170587 Gst: 00000007/0000  00000000 00840529 00000000 00000000
00:00:00.170587 Hst:                00000000 219c97a9 0040069c 00000010
00:00:00.170588 Gst: 00000007/0001  00000000 00000000 00000000 00000000
00:00:00.170588 Hst:                00000000 00000000 00000000 00000000
00:00:00.170588 Gst: 00000008/0000  00000000 00000000 00000000 00000000
00:00:00.170589 Hst:                00000000 00000000 00000000 00000000
00:00:00.170589 Gst: 00000009/0000  00000000 00000000 00000000 00000000
00:00:00.170589 Hst:                00000000 00000000 00000000 00000000
00:00:00.170590 Gst: 0000000a/0000  00000000 00000000 00000000 00000000
00:00:00.170590 Hst:                00000000 00000000 00000000 00000000
00:00:00.170590 Gst: 0000000b/0000  00000000 00000001 00000100 00000000
00:00:00.170591 Hst:                00000001 00000002 00000100 0000000a
00:00:00.170591 Gst: 0000000b/0001  00000001 00000001 00000201 00000000
00:00:00.170591 Hst:                00000004 0000000c 00000201 0000000a
00:00:00.170592 Gst: 0000000b/0002  00000000 00000000 00000002 00000000
00:00:00.170592 Hst:                00000000 00000000 00000002 0000000a
00:00:00.170592 Gst: 0000000c/0000  00000000 00000000 00000000 00000000
00:00:00.170593 Hst:                00000000 00000000 00000000 00000000
00:00:00.170593 Gst: 0000000d/0000  00000007 00000340 00000340 00000000
00:00:00.170593 Hst:                00000207 00000988 00000988 00000000
00:00:00.170593 Gst: 0000000d/0001  00000000 00000348 00000000 00000000
00:00:00.170594 Hst:                0000000f 00000348 00001800 00000000
00:00:00.170594 Gst: 0000000d/0002  00000100 00000240 00000000 00000000
00:00:00.170594 Hst:                00000100 00000240 00000000 00000000
00:00:00.170595 Gst: 0000000d/0003  00000000 00000000 00000000 00000000
00:00:00.170595 Hst:                00000000 00000000 00000000 00000000
00:00:00.170595 Gst: 0000000d/0004  00000000 00000000 00000000 00000000
00:00:00.170595 Hst:                00000000 00000000 00000000 00000000
00:00:00.170596 Gst: 0000000d/0005  00000000 00000000 00000000 00000000
00:00:00.170596 Hst:                00000000 00000000 00000000 00000000
00:00:00.170596 Gst: 0000000d/0006  00000000 00000000 00000000 00000000
00:00:00.170596 Hst:                00000000 00000000 00000000 00000000
00:00:00.170597 Gst: 0000000d/0007  00000000 00000000 00000000 00000000
00:00:00.170597 Hst:                00000000 00000000 00000000 00000000
00:00:00.170598 Gst: 0000000d/0008  00000000 00000000 00000000 00000000
00:00:00.170598 Hst:                00000000 00000000 00000000 00000000
00:00:00.170598 Gst: 0000000d/0009  00000000 00000000 00000000 00000000
00:00:00.170598 Hst:                00000008 00000980 00000000 00000000
00:00:00.170599 Gst: 0000000d/000a  00000000 00000000 00000000 00000000
00:00:00.170599 Hst:                00000000 00000000 00000000 00000000
00:00:00.170599 Gst: 0000000d/000b  00000000 00000000 00000000 00000000
00:00:00.170600 Hst:                00000010 00000000 00000001 00000000
00:00:00.170600 Gst: 0000000d/000c  00000000 00000000 00000000 00000000
00:00:00.170600 Hst:                00000018 00000000 00000001 00000000
00:00:00.170601 Gst: 0000000d/000d  00000000 00000000 00000000 00000000
00:00:00.170601 Hst:                00000000 00000000 00000000 00000000
00:00:00.170606 Gst: 0000000e/0000  00000000 00000000 00000000 00000000
00:00:00.170606 Hst:                00000000 00000000 00000000 00000000
00:00:00.170606 Gst: 0000000f/0000  00000000 00000000 00000000 00000000
00:00:00.170607 Hst:                00000000 000000ff 00000000 00000002
00:00:00.170607 Hst: 00000010/0000  00000000 00000002 00000000 00000000
00:00:00.170608                                Name: AuthenticAMD
00:00:00.170608                            Supports: 0x00000000-0x00000010
00:00:00.170609                              Family: 15 	Extended: 10 	Effective: 25
00:00:00.170610                               Model:  0 	Extended: 5 	Effective: 80
00:00:00.170610                            Stepping: 0
00:00:00.170611                                Type: 0 (primary)
00:00:00.170611                             APIC ID: 0x00
00:00:00.170612                        Logical CPUs: 1
00:00:00.170612                        CLFLUSH Size: 8
00:00:00.170612                            Brand ID: 0x00
00:00:00.170613 Features
00:00:00.170613   Mnemonic - Description                                  = guest (host)
00:00:00.170613   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:00.170614   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:00.170615   DE - Debugging extensions                               = 1 (1)
00:00:00.170615   PSE - Page Size Extension                               = 1 (1)
00:00:00.170616   TSC - Time Stamp Counter                                = 1 (1)
00:00:00.170616   MSR - Model Specific Registers                          = 1 (1)
00:00:00.170617   PAE - Physical Address Extension                        = 1 (1)
00:00:00.170617   MCE - Machine Check Exception                           = 1 (1)
00:00:00.170617   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:00.170618   APIC - APIC On-Chip                                     = 1 (1)
00:00:00.170619   SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
00:00:00.170619   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:00.170619   PGE - PTE Global Bit                                    = 1 (1)
00:00:00.170620   MCA - Machine Check Architecture                        = 1 (1)
00:00:00.170620   CMOV - Conditional Move instructions                    = 1 (1)
00:00:00.170621   PAT - Page Attribute Table                              = 1 (1)
00:00:00.170621   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:00.170622   PSN - Processor Serial Number                           = 0 (0)
00:00:00.170622   CLFSH - CLFLUSH instruction                             = 1 (1)
00:00:00.170622   DS - Debug Store                                        = 0 (0)
00:00:00.170623   ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (0)
00:00:00.170623   MMX - Intel MMX Technology                              = 1 (1)
00:00:00.170624   FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
00:00:00.170624   SSE - SSE support                                       = 1 (1)
00:00:00.170625   SSE2 - SSE2 support                                     = 1 (1)
00:00:00.170625   SS - Self Snoop                                         = 0 (0)
00:00:00.170626   HTT - Hyper-Threading Technology                        = 1 (1)
00:00:00.170626   TM - Therm. Monitor                                     = 0 (0)
00:00:00.170627   PBE - Pending Break Enabled                             = 0 (0)
00:00:00.170628   SSE3 - SSE3 support                                     = 1 (1)
00:00:00.170628   PCLMUL - PCLMULQDQ support (for AES-GCM)                = 1 (1)
00:00:00.170629   DTES64 - DS Area 64-bit Layout                          = 0 (0)
00:00:00.170629   MONITOR - MONITOR/MWAIT instructions                    = 1 (1)
00:00:00.170630   CPL-DS - CPL Qualified Debug Store                      = 0 (0)
00:00:00.170630   VMX - Virtual Machine Extensions                        = 0 (0)
00:00:00.170631   SMX - Safer Mode Extensions                             = 0 (0)
00:00:00.170631   EST - Enhanced SpeedStep Technology                     = 0 (0)
00:00:00.170631   TM2 - Terminal Monitor 2                                = 0 (0)
00:00:00.170632   SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
00:00:00.170632   CNTX-ID - L1 Context ID                                 = 0 (0)
00:00:00.170633   SDBG - Silicon Debug interface                          = 0 (0)
00:00:00.170633   FMA - Fused Multiply Add extensions                     = 0 (1)
00:00:00.170634   CX16 - CMPXCHG16B instruction                           = 1 (1)
00:00:00.170634   TPRUPDATE - xTPR Update Control                         = 0 (0)
00:00:00.170634   PDCM - Perf/Debug Capability MSR                        = 0 (0)
00:00:00.170635   PCID - Process Context Identifiers                      = 0 (0)
00:00:00.170635   DCA - Direct Cache Access                               = 0 (0)
00:00:00.170636   SSE4_1 - SSE4_1 support                                 = 1 (1)
00:00:00.170636   SSE4_2 - SSE4_2 support                                 = 1 (1)
00:00:00.170637   X2APIC - x2APIC support                                 = 1 (0)
00:00:00.170637   MOVBE - MOVBE instruction                               = 1 (1)
00:00:00.170638   POPCNT - POPCNT instruction                             = 1 (1)
00:00:00.170638   TSCDEADL - Time Stamp Counter Deadline                  = 0 (0)
00:00:00.170639   AES - AES instructions                                  = 1 (1)
00:00:00.170639   XSAVE - XSAVE instruction                               = 1 (1)
00:00:00.170640   OSXSAVE - OSXSAVE instruction                           = 0 (1)
00:00:00.170640   AVX - AVX support                                       = 1 (1)
00:00:00.170641   F16C - 16-bit floating point conversion instructions    = 0 (1)
00:00:00.170641   RDRAND - RDRAND instruction                             = 1 (1)
00:00:00.170641   HVP - Hypervisor Present (we're a guest)                = 1 (0)
00:00:00.170642 Structured Extended Feature Flags Enumeration (leaf 7):
00:00:00.170642   Mnemonic - Description                                  = guest (host)
00:00:00.170642   FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 1 (1)
00:00:00.170643   TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (0)
00:00:00.170643   SGX - Supports Software Guard Extensions                = 0 (0)
00:00:00.170643   BMI1 - Advanced Bit Manipulation extension 1            = 1 (1)
00:00:00.170644   HLE - Hardware Lock Elision                             = 0 (0)
00:00:00.170644   AVX2 - Advanced Vector Extensions 2                     = 1 (1)
00:00:00.170645   FDP_EXCPTN_ONLY - FPU DP only updated on exceptions     = 0 (0)
00:00:00.170645   SMEP - Supervisor Mode Execution Prevention             = 0 (1)
00:00:00.170645   BMI2 - Advanced Bit Manipulation extension 2            = 1 (1)
00:00:00.170646   ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (1)
00:00:00.170646   INVPCID - INVPCID instruction                           = 1 (1)
00:00:00.170646   RTM - Restricted Transactional Memory                   = 0 (0)
00:00:00.170647   PQM - Platform Quality of Service Monitoring            = 0 (1)
00:00:00.170647   DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 0 (0)
00:00:00.170648   MPE - Intel Memory Protection Extensions                = 0 (0)
00:00:00.170648   PQE - Platform Quality of Service Enforcement           = 0 (1)
00:00:00.170648   AVX512F - AVX512 Foundation instructions                = 0 (0)
00:00:00.170649   RDSEED - RDSEED instruction                             = 1 (1)
00:00:00.170649   ADX - ADCX/ADOX instructions                            = 0 (1)
00:00:00.170650   SMAP - Supervisor Mode Access Prevention                = 0 (1)
00:00:00.170650   CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 1 (1)
00:00:00.170650   CLWB - CLWB instruction                                 = 0 (1)
00:00:00.170651   INTEL_PT - Intel Processor Trace                        = 0 (0)
00:00:00.170651   AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
00:00:00.170651   AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
00:00:00.170652   AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
00:00:00.170652   SHA - Secure Hash Algorithm extensions                  = 0 (1)
00:00:00.170653   PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
00:00:00.170653   UMIP - User mode insturction prevention                 = 0 (1)
00:00:00.170653   PKU - Protection Key for Usermode pages                 = 0 (1)
00:00:00.170654   OSPKE - CR4.PKU mirror                                  = 0 (1)
00:00:00.170654    7 - Reserved                                           = 0 (1)
00:00:00.170655    9 - Reserved                                           = 0 (1)
00:00:00.170656   10 - Reserved                                           = 0 (1)
00:00:00.170656   MAWAU - Value used by BNDLDX & BNDSTX                   = 0x0 (0x0)
00:00:00.170657   RDPID - Read processor ID support                       = 0 (1)
00:00:00.170657   SGX_LC - Supports SGX Launch Configuration              = 0 (0)
00:00:00.170658    4 - Reserved                                           = 0 (1)
00:00:00.170658   MD_CLEAR - Supports MDS related buffer clearing         = 0 (0)
00:00:00.170659   IBRS_IBPB - IA32_SPEC_CTRL.IBRS and IA32_PRED_CMD.IBPB  = 0 (0)
00:00:00.170659   STIBP - Supports IA32_SPEC_CTRL.STIBP                   = 0 (0)
00:00:00.170660   FLUSH_CMD - Supports IA32_FLUSH_CMD                     = 0 (0)
00:00:00.170660   ARCHCAP - Supports IA32_ARCH_CAP                        = 0 (0)
00:00:00.170661   CORECAP - Supports IA32_CORE_CAP                        = 0 (0)
00:00:00.170661   SSBD - Supports IA32_SPEC_CTRL.SSBD                     = 0 (0)
00:00:00.170662 Processor Extended State Enumeration (leaf 0xd):
00:00:00.170662    XSAVE area cur/max size by XCR0, guest: 0x340/0x340
00:00:00.170663     XSAVE area cur/max size by XCR0, host: 0x988/0x988
00:00:00.170663                    Valid XCR0 bits, guest: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
00:00:00.170664                     Valid XCR0 bits, host: 0x00000000`00000207 ( x87 SSE YMM_Hi128 9 )
00:00:00.170665                     XSAVE features, guest:
00:00:00.170665                      XSAVE features, host: XSAVEOPT XSAVEC XGETBC1 XSAVES
00:00:00.170667       XSAVE area cur size XCR0|XSS, guest: 0x348
00:00:00.170667        XSAVE area cur size XCR0|XSS, host: 0x348
00:00:00.170667                Valid IA32_XSS bits, guest: 0x00000000`00000000
00:00:00.170668                 Valid IA32_XSS bits, host: 0x00001800`00000000 ( 43 44 )
00:00:00.170669   State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:00.170669   State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
00:00:00.170670   State #9, host:  off=0x0980, cb=0x0008 IA32_XSS-bit -- 9
00:00:00.170671   State #11, host:  off=0x0000, cb=0x0010 XCR0-bit -- 11
00:00:00.170671   State #12, host:  off=0x0000, cb=0x0018 XCR0-bit -- 12
00:00:00.170674          Unknown CPUID Leaves
00:00:00.170674      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.170674 Gst: 0000000f/0001  00000000 00000000 00000000 00000000
00:00:00.170674 Hst:                00000000 00000040 000000ff 00000007
00:00:00.170675 Gst: 0000000f/0002  00000000 00000000 00000000 00000000
00:00:00.170675 Hst:                00000000 00000000 00000000 00000000
00:00:00.170675 Gst: 00000010/0000  00000000 00000000 00000000 00000000
00:00:00.170676 Hst:                00000000 00000002 00000000 00000000
00:00:00.170676 Gst: 00000010/0001  00000000 00000000 00000000 00000000
00:00:00.170676 Hst:                0000000f 00000000 00000004 0000000f
00:00:00.170677 Gst: 00000010/0002  00000000 00000000 00000000 00000000
00:00:00.170677 Hst:                00000000 00000000 00000000 00000000
00:00:00.170677          Raw Hypervisor CPUID Leaves
00:00:00.170677      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.170678 Gst: 40000000/0000  40000001 4b4d564b 564b4d56 0000004d
00:00:00.170678 Hst:                00000000 00000000 00000000 00000000
00:00:00.170678 Gst: 40000001/0000  01000089 00000000 00000000 00000000
00:00:00.170679 Hst:                00000000 00000000 00000000 00000000
00:00:00.170679          Raw Extended CPUID Leaves
00:00:00.170679      Leaf/sub-leaf  eax      ebx      ecx      edx
00:00:00.170680 Gst: 80000000/0000  8000001e 68747541 444d4163 69746e65
00:00:00.170680 Hst:                80000023 68747541 444d4163 69746e65
00:00:00.170680 Gst: 80000001/0000  00a50f00 00000000 000001f1 2bd3fb7f
00:00:00.170681 Hst:                00a50f00 00000000 75c237ff 2fd3fbff
00:00:00.170681 Gst: 80000002/0000  20444d41 657a7952 2035206e 30303635
00:00:00.170681 Hst:                20444d41 657a7952 2035206e 30303635
00:00:00.170682 Gst: 80000003/0000  69772048 52206874 6f656461 7247206e
00:00:00.170682 Hst:                69772048 52206874 6f656461 7247206e
00:00:00.170682 Gst: 80000004/0000  69687061 20207363 20202020 00202020
00:00:00.170683 Hst:                69687061 20207363 20202020 00202020
00:00:00.170683 Gst: 80000005/0000  ff40ff40 ff40ff40 20080140 20080140
00:00:00.170683 Hst:                ff40ff40 ff40ff40 20080140 20080140
00:00:00.170684 Gst: 80000006/0000  48002200 68004200 02006140 00809140
00:00:00.170684 Hst:                48002200 68004200 02006140 00809140
00:00:00.170685 Gst: 80000007/0000  00000000 00000000 00000000 00000100
00:00:00.170685 Hst:                00000000 0000003b 00000000 00006799
00:00:00.170685 Gst: 80000008/0000  00003030 04000000 00000000 00000000
00:00:00.170686 Hst:                00003030 191ef657 0000400b 00010000
00:00:00.170686 Gst: 80000009/0000  00000000 00000000 00000000 00000000
00:00:00.170686 Hst:                00000000 00000000 00000000 00000000
00:00:00.170686 Gst: 8000000a/0000  00000000 00000000 00000000 00000000
00:00:00.170687 Hst:                00000001 00008000 00000000 101bbcff
00:00:00.170687 Gst: 8000000b/0000  00000000 00000000 00000000 00000000
00:00:00.170687 Hst:                00000000 00000000 00000000 00000000
00:00:00.170688 Gst: 8000000c/0000  00000000 00000000 00000000 00000000
00:00:00.170688 Hst:                00000000 00000000 00000000 00000000
00:00:00.170688 Gst: 8000000d/0000  00000000 00000000 00000000 00000000
00:00:00.170688 Hst:                00000000 00000000 00000000 00000000
00:00:00.170689 Gst: 8000000e/0000  00000000 00000000 00000000 00000000
00:00:00.170689 Hst:                00000000 00000000 00000000 00000000
00:00:00.170689 Gst: 8000000f/0000  00000000 00000000 00000000 00000000
00:00:00.170690 Hst:                00000000 00000000 00000000 00000000
00:00:00.170690 Gst: 80000010/0000  00000000 00000000 00000000 00000000
00:00:00.170690 Hst:                00000000 00000000 00000000 00000000
00:00:00.170690 Gst: 80000011/0000  00000000 00000000 00000000 00000000
00:00:00.170691 Hst:                00000000 00000000 00000000 00000000
00:00:00.170691 Gst: 80000012/0000  00000000 00000000 00000000 00000000
00:00:00.170691 Hst:                00000000 00000000 00000000 00000000
00:00:00.170692 Gst: 80000013/0000  00000000 00000000 00000000 00000000
00:00:00.170692 Hst:                00000000 00000000 00000000 00000000
00:00:00.170692 Gst: 80000014/0000  00000000 00000000 00000000 00000000
00:00:00.170693 Hst:                00000000 00000000 00000000 00000000
00:00:00.170693 Gst: 80000015/0000  00000000 00000000 00000000 00000000
00:00:00.170693 Hst:                00000000 00000000 00000000 00000000
00:00:00.170694 Gst: 80000016/0000  00000000 00000000 00000000 00000000
00:00:00.170694 Hst:                00000000 00000000 00000000 00000000
00:00:00.170694 Gst: 80000017/0000  00000000 00000000 00000000 00000000
00:00:00.170694 Hst:                00000000 00000000 00000000 00000000
00:00:00.170695 Gst: 80000018/0000  00000000 00000000 00000000 00000000
00:00:00.170695 Hst:                00000000 00000000 00000000 00000000
00:00:00.170695 Gst: 80000019/0000  f040f040 f0400000 00000000 00000000
00:00:00.170696 Hst:                f040f040 f0400000 00000000 00000000
00:00:00.170696 Gst: 8000001a/0000  00000002 00000000 00000000 00000000
00:00:00.170696 Hst:                00000006 00000000 00000000 00000000
00:00:00.170697 Gst: 8000001b/0000  00000000 00000000 00000000 00000000
00:00:00.170697 Hst:                000003ff 00000000 00000000 00000000
00:00:00.170697 Gst: 8000001c/0000  00000000 00000000 00000000 00000000
00:00:00.170698 Hst:                00000000 00000000 00000000 00000000
00:00:00.170698 Gst: 8000001d/0000  00000121 01c0003f 0000003f 00000000
00:00:00.170698 Hst:                00004121 01c0003f 0000003f 00000000
00:00:00.170699 Gst: 8000001d/0001  00000122 01c0003f 0000003f 00000000
00:00:00.170699 Hst:                00004122 01c0003f 0000003f 00000000
00:00:00.170699 Gst: 8000001d/0002  00000143 01c0003f 000003ff 00000002
00:00:00.170699 Hst:                00004143 01c0003f 000003ff 00000002
00:00:00.170700 Gst: 8000001d/0003  00000163 03c0003f 00003fff 00000001
00:00:00.170700 Hst:                0002c163 03c0003f 00003fff 00000001
00:00:00.170701 Gst: 8000001d/0004  00000000 00000000 00000000 00000000
00:00:00.170701 Hst:                00000000 00000000 00000000 00000000
00:00:00.170701 Gst: 8000001e/0000  00000000 00000000 00000000 00000000
00:00:00.170701 Hst:                0000000a 00000105 00000000 00000000
00:00:00.170702 Hst: 8000001f/0000  0001780f 00000000 00000000 00000001
00:00:00.170702 Hst: 80000020/0000  00000000 00000002 00000000 00000000
00:00:00.170703 Hst: 80000021/0000  0000004d 00000000 00000000 00000000
00:00:00.170703 Hst: 80000022/0000  00000000 00000000 00000000 00000000
00:00:00.170703 Hst: 80000023/0000  00000000 00000000 00000000 00000000
00:00:00.170704 Ext Name:                        AuthenticAMD
00:00:00.170704 Ext Supports:                    0x80000000-0x8000001e
00:00:00.170704 Family:                          15  	Extended: 10 	Effective: 25
00:00:00.170705 Model:                           0  	Extended: 5 	Effective: 80
00:00:00.170705 Stepping:                        0
00:00:00.170705 Brand ID:                        0x000
00:00:00.170706 Ext Features
00:00:00.170706   Mnemonic - Description                                  = guest (host)
00:00:00.170706   FPU - x87 FPU on Chip                                   = 1 (1)
00:00:00.170707   VME - Virtual 8086 Mode Enhancements                    = 1 (1)
00:00:00.170707   DE - Debugging extensions                               = 1 (1)
00:00:00.170707   PSE - Page Size Extension                               = 1 (1)
00:00:00.170708   TSC - Time Stamp Counter                                = 1 (1)
00:00:00.170708   MSR - K86 Model Specific Registers                      = 1 (1)
00:00:00.170709   PAE - Physical Address Extension                        = 1 (1)
00:00:00.170709   MCE - Machine Check Exception                           = 0 (1)
00:00:00.170710   CX8 - CMPXCHG8B instruction                             = 1 (1)
00:00:00.170710   APIC - APIC On-Chip                                     = 1 (1)
00:00:00.170711   SEP - SYSCALL/SYSRET                                    = 1 (1)
00:00:00.170711   MTRR - Memory Type Range Registers                      = 1 (1)
00:00:00.170712   PGE - PTE Global Bit                                    = 1 (1)
00:00:00.170712   MCA - Machine Check Architecture                        = 1 (1)
00:00:00.170712   CMOV - Conditional Move instructions                    = 1 (1)
00:00:00.170713   PAT - Page Attribute Table                              = 1 (1)
00:00:00.170713   PSE-36 - 36-bit Page Size Extension                     = 1 (1)
00:00:00.170714   NX - No-Execute/Execute-Disable                         = 1 (1)
00:00:00.170714   AXMMX - AMD Extensions to MMX instructions              = 1 (1)
00:00:00.170715   MMX - Intel MMX Technology                              = 1 (1)
00:00:00.170715   FXSR - FXSAVE and FXRSTOR Instructions                  = 1 (1)
00:00:00.170715   FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 1 (1)
00:00:00.170716   Page1GB - 1 GB large page                               = 0 (1)
00:00:00.170716   RDTSCP - RDTSCP instruction                             = 1 (1)
00:00:00.170717   LM - AMD64 Long Mode                                    = 1 (1)
00:00:00.170717   3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
00:00:00.170718   3DNOW - AMD 3DNow                                       = 0 (0)
00:00:00.170718   LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
00:00:00.170719   CmpLegacy - Core multi-processing legacy mode           = 0 (1)
00:00:00.170719   SVM - AMD Secure Virtual Machine extensions             = 0 (1)
00:00:00.170719   EXTAPIC - AMD Extended APIC registers                   = 0 (1)
00:00:00.170720   CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 1 (1)
00:00:00.170720   ABM - AMD Advanced Bit Manipulation                     = 1 (1)
00:00:00.170721   SSE4A - SSE4A instructions                              = 1 (1)
00:00:00.170721   MISALIGNSSE - AMD Misaligned SSE mode                   = 1 (1)
00:00:00.170722   3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 1 (1)
00:00:00.170722   OSVW - AMD OS Visible Workaround                        = 0 (1)
00:00:00.170722   IBS - Instruct Based Sampling                           = 0 (1)
00:00:00.170723   XOP - Extended Operation support                        = 0 (0)
00:00:00.170723   SKINIT - SKINIT, STGI, and DEV support                  = 0 (1)
00:00:00.170723   WDT - AMD Watchdog Timer support                        = 0 (1)
00:00:00.170724   LWP - Lightweight Profiling support                     = 0 (0)
00:00:00.170724   FMA4 - Four operand FMA instruction support             = 0 (0)
00:00:00.170725   TCE - Translation Cache Extension support               = 0 (1)
00:00:00.170725   NodeId - NodeId in MSR C001_100C                        = 0 (0)
00:00:00.170725   TBM - Trailing Bit Manipulation instructions            = 0 (0)
00:00:00.170726   TOPOEXT - Topology Extensions                           = 0 (1)
00:00:00.170726   PRFEXTCORE - Performance Counter Extensions support     = 0 (1)
00:00:00.170727   PRFEXTNB - NB Performance Counter Extensions support    = 0 (1)
00:00:00.170727   DATABPEXT - Data-access Breakpoint Extension            = 0 (1)
00:00:00.170727   PERFTSC - Performance Time Stamp Counter                = 0 (0)
00:00:00.170728   PCX_L2I - L2I/L3 Performance Counter Extensions         = 0 (1)
00:00:00.170728   MONITORX - MWAITX and MONITORX instructions             = 0 (1)
00:00:00.170728   AddrMaskExt - BP Addressing masking extended to bit 31  = 0 (1)
00:00:00.170729 SVM Feature Identification (leaf A):
00:00:00.170730   NP - Nested Paging                                      = 0 (1)
00:00:00.170730   LbrVirt - Last Branch Record Virtualization             = 0 (1)
00:00:00.170731   SVML - SVM Lock                                         = 0 (1)
00:00:00.170731   NRIPS - NextRIP Save                                    = 0 (1)
00:00:00.170732   TscRateMsr - MSR based TSC rate control                 = 0 (1)
00:00:00.170732   VmcbClean - VMCB clean bits                             = 0 (1)
00:00:00.170732   FlushByASID - Flush by ASID                             = 0 (1)
00:00:00.170733   DecodeAssists - Decode Assists                          = 0 (1)
00:00:00.170733   PauseFilter - Pause intercept filter                    = 0 (1)
00:00:00.170734   11 - Reserved                                           = 0 (1)
00:00:00.170734   PauseFilterThreshold - Pause filter threshold           = 0 (1)
00:00:00.170735   AVIC - Advanced Virtual Interrupt Controller            = 0 (1)
00:00:00.170735   VMSAVEVirt - VMSAVE and VMLOAD Virtualization           = 0 (1)
00:00:00.170735   VGIF - Virtual Global-Interrupt Flag                    = 0 (1)
00:00:00.170736   GMET - Guest Mode Execute Trap Extension                = 0 (1)
00:00:00.170736   x2AVIC - AVIC support for x2APIC mode                   = 0 (0)
00:00:00.170737   SSSCheck - SVM supervisor shadow stack restrictions     = 0 (1)
00:00:00.170737   SpecCtrl - SPEC_CTRL virtualization                     = 0 (1)
00:00:00.170737   ROGPT - Read-Only Guest Page Table feature support      = 0 (0)
00:00:00.170738   HOST_MCE_OVERRIDE - Guest #MC can be intercepted        = 0 (0)
00:00:00.170738   TlbiCtl - INVLPGB/TLBSYNC enable and intercept          = 0 (0)
00:00:00.170738   VNMI - NMI Virtualization                               = 0 (0)
00:00:00.170739   IbsVirt - IBS Virtualization                            = 0 (0)
00:00:00.170739   ExtLvtAvicAccessChg - Extended LVT access changes       = 0 (0)
00:00:00.170739   NestedVirtVmcbAddrChk - Guest VMCB address check        = 0 (1)
00:00:00.170740   BusLockThreshold - Bus Lock Threshold                   = 0 (0)
00:00:00.170740 Full Name:                       "AMD Ryzen 5 5600H with Radeon Graphics         "
00:00:00.170740 TLB 2/4M Instr/Uni:              fully  64 entries
00:00:00.170741 TLB 2/4M Data:                   fully  64 entries
00:00:00.170741 TLB 4K Instr/Uni:                fully  64 entries
00:00:00.170741 TLB 4K Data:                     fully  64 entries
00:00:00.170741 L1 Instr Cache Line Size:        64 bytes
00:00:00.170742 L1 Instr Cache Lines Per Tag:    1
00:00:00.170742 L1 Instr Cache Associativity:    8 way
00:00:00.170742 L1 Instr Cache Size:             32 KB
00:00:00.170742 L1 Data Cache Line Size:         64 bytes
00:00:00.170742 L1 Data Cache Lines Per Tag:     1
00:00:00.170742 L1 Data Cache Associativity:     8 way
00:00:00.170742 L1 Data Cache Size:              32 KB
00:00:00.170743 L2 TLB 2/4M Instr/Uni:           2 way   512 entries
00:00:00.170743 L2 TLB 2/4M Data:                4 way  2048 entries
00:00:00.170743 L2 TLB 4K Instr/Uni:             4 way   512 entries
00:00:00.170744 L2 TLB 4K Data:                  8 way  2048 entries
00:00:00.170744 L2 Cache Line Size:              64 bytes
00:00:00.170744 L2 Cache Lines Per Tag:          1
00:00:00.170744 L2 Cache Associativity:          res9  
00:00:00.170744 L2 Cache Size:                   128 KB
00:00:00.170745   TS - Temperature Sensor                                 = 0 (1)
00:00:00.170745   FID - Frequency ID control                              = 0 (0)
00:00:00.170746   VID - Voltage ID control                                = 0 (0)
00:00:00.170746   TTP - Thermal Trip                                      = 0 (1)
00:00:00.170747   TM - Hardware Thermal Control (HTC)                     = 0 (1)
00:00:00.170747   100MHzSteps - 100 MHz Multiplier control                = 0 (0)
00:00:00.170747   HwPstate - Hardware P-state control                     = 0 (1)
00:00:00.170748   TscInvariant - Invariant Time Stamp Counter             = 1 (1)
00:00:00.170748   CPB - Core Performance Boost                            = 0 (1)
00:00:00.170749   EffFreqRO - Read-only Effective Frequency Interface     = 0 (1)
00:00:00.170749   ProcFdbkIf - Processor Feedback Interface               = 0 (0)
00:00:00.170749   ProcPwrRep - Core power reporting interface support     = 0 (0)
00:00:00.170750   ConnectedStandby - Connected Standby                    = 0 (1)
00:00:00.170750   RAPL - Running average power limit                      = 0 (1)
00:00:00.170750   CLZERO - Clear zero instruction (cacheline)             = 0 (1)
00:00:00.170751   IRPerf - Instructions retired count support             = 0 (1)
00:00:00.170751   XSaveErPtr - Save/restore error pointers (FXSAVE/RSTOR*) = 0 (1)
00:00:00.170752   INVLPGB - INVLPGB and TLBSYNC instructions              = 0 (0)
00:00:00.170752   RDPRU - RDPRU instruction                               = 0 (1)
00:00:00.170752   BE - Bandwidth Enforcement extension                    = 0 (1)
00:00:00.170753   MCOMMIT - MCOMMIT instruction                           = 0 (0)
00:00:00.170753   WBNOINVD - WBNOINVD instruction                         = 0 (1)
00:00:00.170754   10 - Reserved                                           = 0 (1)
00:00:00.170754   IBPB - Supports the IBPB command in IA32_PRED_CMD       = 0 (1)
00:00:00.170755   INT_WBINVD - WBINVD/WBNOINVD interruptible              = 0 (1)
00:00:00.170755   IBRS - Indirect Branch Restricted Speculation           = 0 (1)
00:00:00.170755   STIBP - Single Thread Indirect Branch Prediction        = 0 (1)
00:00:00.170755   IbrsAlwaysOn - Processor prefers that IBRS be left on   = 0 (0)
00:00:00.170756   StibpAlwaysOn - Processor prefers that STIBP be left on = 0 (1)
00:00:00.170756   IbrsPreferred - IBRS preferred over software solution   = 0 (1)
00:00:00.170756   IbrsSameMode - IBRS limits same mode speculation        = 0 (1)
00:00:00.170757   EferLmsleUnsupported - EFER.LMSLE is unsupported        = 0 (1)
00:00:00.170757   INVLPGBnestedPages - INVLPGB for nested translation     = 0 (0)
00:00:00.170757   SSBD - Speculative Store Bypass Disable                 = 0 (1)
00:00:00.170758   SsbdVirtSpecCtrl - Use VIRT_SPEC_CTL for SSBD           = 0 (0)
00:00:00.170758   SsbdNotRequired - SSBD not needed on this processor     = 1 (0)
00:00:00.170758   CPPC - Collaborative Processor Performance Control      = 0 (1)
00:00:00.170759   PSFD - Predictive Store Forward Disable                 = 0 (1)
00:00:00.170759   BTC_NO - Unaffected by branch type confusion            = 0 (0)
00:00:00.170759   IBPB_RET - Clears RA predictor when PRED_CMD.IBPB set   = 0 (0)
00:00:00.170760 Physical Address Width:          48 bits
00:00:00.170760 Virtual Address Width:           48 bits
00:00:00.170760 Guest Physical Address Width:    0 bits
00:00:00.170760 Physical Core Count:             1
00:00:00.170761 
00:00:00.170761 ******************** End of CPUID dump **********************
00:00:00.170099 HM: fUsePauseFilter=false fUseLbrVirt=false fUseVGif=true fUseVirtVmsaveVmload=true
00:00:00.170836 VMEmt: Halt method global1 (5)
00:00:00.170841 VMEmt: HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:00.170846 Changing the VM state from 'CREATING' to 'CREATED'
00:00:00.173588 Changing the VM state from 'CREATED' to 'POWERING_ON'
00:00:00.173745 AIOMgr: Endpoints without assigned bandwidth groups:
00:00:00.173749 AIOMgr:     /home/totof/VirtualBox VMs/ha_main/ha_main_win-disk001.vdi
00:00:00.173856 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:00.173864 Console: Machine state changed to 'Running'
00:00:00.174220 VBoxHeadless: starting event loop
00:00:00.174387 EFI: debug point SEC_PREMEM
00:00:00.284104 VUSB: Attached '00007f9e643ac0e0[proxy 10c4:ea60]' to port 2 on RootHub#1 (FullSpeed)
00:00:00.374120 EFI: VBoxDbg> loadimage64 'SecMain.efi' 0xfffcc094 LB 0x0
00:00:00.374511 EFI: VBoxDbg> loadimage64 'PeiCore.efi' 0x2020120 LB 0x0
00:00:00.374905 EFI: VBoxDbg> loadimage64 'PcdPeim.efi' 0x2026fe0 LB 0x2580
00:00:00.375457 EFI: VBoxDbg> loadimage64 'ReportStatusCodeRouterPei.efi' 0x2029620 LB 0xa00
00:00:00.375971 EFI: VBoxDbg> loadimage64 'StatusCodeHandlerPei.efi' 0x202a0a0 LB 0x700
00:00:00.376359 EFI: VBoxDbg> loadimage64 'PlatformPei.efi' 0x202a8a0 LB 0x5480
00:00:00.378524 EFI: debug point SEC_POSTMEM
00:00:00.378991 EFI: VBoxDbg> loadimage64 'PeiCore.efi' 0xdf364000 LB 0x6cc0
00:00:00.379387 EFI: VBoxDbg> loadimage64 'DxeIpl.efi' 0xdf361000 LB 0x2160
00:00:00.379829 EFI: VBoxDbg> loadimage64 'S3Resume2Pei.efi' 0xdf35f000 LB 0x1680
00:00:00.380230 EFI: VBoxDbg> loadimage64 'CpuMpPei.efi' 0xdf354000 LB 0xa8c0
00:00:00.380814 EFI: VBoxDbg> loadimage64 'TpmMmioSevDecryptPei.efi' 0xdf34a000 LB 0xf00
00:00:00.381219 EFI: VBoxDbg> loadimage64 'Tcg2ConfigPei.efi' 0xdf348000 LB 0x1220
00:00:00.381909 EFI: VBoxDbg> loadimage64 'TcgPei.efi' 0xdf345000 LB 0x26c0
00:00:00.382307 EFI: VBoxDbg> loadimage64 'Tcg2Pei.efi' 0xdf33c000 LB 0x8520
00:00:00.382711 EFI: VBoxDbg> loadimage64 'DxeCore.efi' 0xdf320000 LB 0x1b100
00:00:00.383764 EFI: debug point DXE_CORE
00:00:00.384438 EFI: VBoxDbg> loadimage64 'DxeCore.efi' 0xdf320000 LB 0x0
00:00:00.385518 EFI: VBoxDbg> loadimage64 'DevicePathDxe.efi' 0xde91f000 LB 0x9e00
00:00:00.385912 EFI: VBoxDbg> loadimage64 'PcdDxe.efi' 0xde92c000 LB 0x2f00
00:00:00.386413 EFI: VBoxDbg> loadimage64 'FvbServicesRuntimeDxe.efi' 0xdeeec000 LB 0x2100
00:00:00.387963 EFI: VBoxDbg> loadimage64 'ReportStatusCodeRouterRuntimeDxe.efi' 0xdeeea000 LB 0x1060
00:00:00.388517 EFI: VBoxDbg> loadimage64 'RuntimeDxe.efi' 0xdeee8000 LB 0x13c0
00:00:00.389019 EFI: VBoxDbg> loadimage64 'SecurityStubDxe.efi' 0xde815000 LB 0x84140
00:00:00.389428 EFI: VBoxDbg> loadimage64 'EbcDxe.efi' 0xde915000 LB 0x4100
00:00:00.390125 EFI: VBoxDbg> loadimage64 'Legacy8259.efi' 0xde91c000 LB 0xb00
00:00:00.390556 EFI: VBoxDbg> loadimage64 'CpuIo2Dxe.efi' 0xde91a000 LB 0xb00
00:00:00.390935 EFI: VBoxDbg> loadimage64 'CpuDxe.efi' 0xde8f9000 LB 0xdd20
00:00:00.391882 EFI: VBoxDbg> loadimage64 'IncompatiblePciDeviceSupportDxe.efi' 0xde909000 LB 0x840
00:00:00.392329 EFI: VBoxDbg> loadimage64 'PciHotPlugInitDxe.efi' 0xde8e9000 LB 0x2120
00:00:00.392858 EFI: VBoxDbg> loadimage64 'ResetSystemRuntimeDxe.efi' 0xdeee6000 LB 0x1040
00:00:00.393313 EFI: VBoxDbg> loadimage64 'Metronome.efi' 0xde8ee000 LB 0x820
00:00:00.393752 EFI: VBoxDbg> loadimage64 'PrintDxe.efi' 0xde8e7000 LB 0x1f80
00:00:00.394223 EFI: VBoxDbg> loadimage64 'HiiDatabase.efi' 0xde8b1000 LB 0x1a3a0
00:00:00.394731 EFI: VBoxDbg> loadimage64 'NullMemoryTestDxe.efi' 0xde8e6000 LB 0x920
00:00:00.395192 EFI: VBoxDbg> loadimage64 'AcpiTableDxe.efi' 0xde8dc000 LB 0x48c0
00:00:00.395563 EFI: VBoxDbg> loadimage64 'DpcDxe.efi' 0xde8e4000 LB 0xb20
00:00:00.395946 EFI: VBoxDbg> loadimage64 'IoMmuDxe.efi' 0xde8da000 LB 0x1780
00:00:00.396398 EFI: VBoxDbg> loadimage64 'EmuVariableFvbRuntimeDxe.efi' 0xdeee5000 LB 0xe40
00:00:00.396836 EFI: VBoxDbg> unload 'EmuVariableFvbRuntimeDxe.efi' # 0xdeee5000 LB 0xe40
00:00:00.397571 EFI: VBoxDbg> loadimage64 'VariableRuntimeDxe.efi' 0xdee5c000 LB 0x899a0
00:00:00.405550 EFI: VBoxDbg> loadimage64 'TcgDxe.efi' 0xde8d2000 LB 0x3aa0
00:00:00.405933 EFI: VBoxDbg> unload 'TcgDxe.efi' # 0xde8d2000 LB 0x3aa0
00:00:00.406529 EFI: VBoxDbg> loadimage64 'StatusCodeHandlerRuntimeDxe.efi' 0xdee5b000 LB 0xa80
00:00:00.406910 EFI: VBoxDbg> loadimage64 'Timer.efi' 0xde8d9000 LB 0x880
00:00:00.406933 PIT: mode=3 count=0x2e9c (11932) - 99.99 Hz (ch=0)
00:00:00.407416 EFI: VBoxDbg> loadimage64 'PciHostBridgeDxe.efi' 0xde8cf000 LB 0x4c80
00:00:00.407918 EFI: VBoxDbg> loadimage64 'SetupBrowser.efi' 0xde402000 LB 0x123c0
00:00:00.408355 EFI: VBoxDbg> loadimage64 'SmbiosDxe.efi' 0xde8cc000 LB 0x2460
00:00:00.408845 EFI: VBoxDbg> loadimage64 'AcpiPlatform.efi' 0xde8d5000 LB 0x720
00:00:00.409335 EFI: VBoxDbg> unload 'AcpiPlatform.efi' # 0xde8d5000 LB 0x720
00:00:00.409856 EFI: VBoxDbg> loadimage64 'tftpDynamicCommand.efi' 0xde89f000 LB 0x8800
00:00:00.410361 EFI: VBoxDbg> loadimage64 'httpDynamicCommand.efi' 0xde1a1000 LB 0xaa60
00:00:00.410924 EFI: VBoxDbg> loadimage64 'LinuxInitrdDynamicShellCommand.efi' 0xde19a000 LB 0x6080
00:00:00.411294 EFI: VBoxDbg> loadimage64 'LogoDxe.efi' 0xde190000 LB 0x9a80
00:00:00.411815 EFI: VBoxDbg> loadimage64 'FaultTolerantWriteDxe.efi' 0xde89b000 LB 0x2ca0
00:00:00.412615 EFI: VBoxDbg> loadimage64 'Tcg2Dxe.efi' 0xde178000 LB 0xbea0
00:00:00.413020 EFI: VBoxDbg> unload 'Tcg2Dxe.efi' # 0xde178000 LB 0xbea0
00:00:00.413553 EFI: VBoxDbg> loadimage64 'PcRtc.efi' 0xdee58000 LB 0x23a0
00:00:00.414249 EFI: VBoxDbg> loadimage64 'SecureBootConfigDxe.efi' 0xde0b2000 LB 0x6e4c0
00:00:00.414741 EFI: VBoxDbg> loadimage64 'WatchdogTimer.efi' 0xde18d000 LB 0x7e0
00:00:00.415291 EFI: VBoxDbg> loadimage64 'MonotonicCounterRuntimeDxe.efi' 0xdee57000 LB 0x840
00:00:00.416286 EFI: VBoxDbg> loadimage64 'CapsuleRuntimeDxe.efi' 0xdee56000 LB 0x920
00:00:00.416817 EFI: VBoxDbg> loadimage64 'DriverHealthManagerDxe.efi' 0xde182000 LB 0x41e0
00:00:00.417256 EFI: VBoxDbg> loadimage64 'BdsDxe.efi' 0xde154000 LB 0x16340
00:00:00.417719 EFI: VBoxDbg> loadimage64 'RamDiskDxe.efi' 0xde170000 LB 0x81e0
00:00:00.418213 EFI: VBoxDbg> loadimage64 'DisplayEngine.efi' 0xde132000 LB 0x107a0
00:00:00.418864 EFI: VBoxDbg> loadimage64 'SmbiosPlatformDxe.efi' 0xde16e000 LB 0x1280
00:00:00.419266 EFI: VBoxDbg> loadimage64 'PlatformDxe.efi' 0xde14c000 LB 0x3620
00:00:00.419720 EFI: VBoxDbg> loadimage64 'PciBusDxe.efi' 0xde0a7000 LB 0xade0
00:00:00.420314 EFI: VBoxDbg> loadimage64 'VirtioPciDeviceDxe.efi' 0xde152000 LB 0x1120
00:00:00.420700 EFI: VBoxDbg> loadimage64 'Virtio10.efi' 0xde149000 LB 0x2560
00:00:00.421111 EFI: VBoxDbg> loadimage64 'VirtioScsiDxe.efi' 0xde150000 LB 0x1f20
00:00:00.421498 EFI: VBoxDbg> loadimage64 'PvScsiDxe.efi' 0xde147000 LB 0x1a00
00:00:00.421893 EFI: VBoxDbg> loadimage64 'MptScsiDxe.efi' 0xde145000 LB 0x17e0
00:00:00.422380 EFI: VBoxDbg> loadimage64 'ConPlatformDxe.efi' 0xde130000 LB 0x1c40
00:00:00.422870 EFI: VBoxDbg> loadimage64 'ConSplitterDxe.efi' 0xde124000 LB 0x5500
00:00:00.423427 EFI: VBoxDbg> loadimage64 'GraphicsConsoleDxe.efi' 0xde0a3000 LB 0x3e80
00:00:00.423904 EFI: VBoxDbg> loadimage64 'TerminalDxe.efi' 0xde099000 LB 0x4e80
00:00:00.424391 EFI: VBoxDbg> loadimage64 'QemuKernelLoaderFsDxe.efi' 0xde12b000 LB 0x1900
00:00:00.424876 EFI: VBoxDbg> unload 'QemuKernelLoaderFsDxe.efi' # 0xde12b000 LB 0x1900
00:00:00.425379 EFI: VBoxDbg> loadimage64 'DiskIoDxe.efi' 0xde12b000 LB 0x1fa0
00:00:00.425847 EFI: VBoxDbg> loadimage64 'PartitionDxe.efi' 0xde094000 LB 0x4f60
00:00:00.426337 EFI: VBoxDbg> loadimage64 'EnglishDxe.efi' 0xde12d000 LB 0xd80
00:00:00.426774 EFI: VBoxDbg> loadimage64 'ScsiBus.efi' 0xde09e000 LB 0x1e80
00:00:00.427223 EFI: VBoxDbg> loadimage64 'ScsiDisk.efi' 0xde084000 LB 0x77c0
00:00:00.427670 EFI: VBoxDbg> loadimage64 'SataController.efi' 0xde092000 LB 0x1420
00:00:00.428170 EFI: VBoxDbg> loadimage64 'AtaAtapiPassThruDxe.efi' 0xde074000 LB 0x70a0
00:00:00.428612 EFI: VBoxDbg> loadimage64 'AtaBusDxe.efi' 0xde080000 LB 0x3720
00:00:00.429077 EFI: VBoxDbg> loadimage64 'NvmExpressDxe.efi' 0xde066000 LB 0x6c20
00:00:00.429478 EFI: VBoxDbg> loadimage64 'SioBusDxe.efi' 0xde08e000 LB 0x1520
00:00:00.429955 EFI: VBoxDbg> loadimage64 'PciSioSerialDxe.efi' 0xde061000 LB 0x4b80
00:00:00.430428 EFI: VBoxDbg> loadimage64 'Ps2KeyboardDxe.efi' 0xde070000 LB 0x33c0
00:00:00.430899 EFI: VBoxDbg> loadimage64 'VBoxVgaMiniPortDxe.efi' 0xde06d000 LB 0x28a0
00:00:00.431306 EFI: VBoxDbg> loadimage64 'VBoxVgaDxe.efi' 0xde05d000 LB 0x32c0
00:00:00.431703 EFI: VBoxDbg> loadimage64 'VBoxHfs.efi' 0xde04f000 LB 0x61a0
00:00:00.432141 EFI: VBoxDbg> loadimage64 'VBoxSysTables.efi' 0xde07e000 LB 0xa80
00:00:00.456296 EFI: VBoxDbg> loadimage64 'VBoxAppleSim.efi' 0xde057000 LB 0x2a40
00:00:00.456898 EFI: VBoxDbg> loadimage64 'VBoxApfsJmpStartDxe.efi' 0xde05b000 LB 0x1140
00:00:00.457506 EFI: VBoxDbg> loadimage64 'BootGraphicsResourceTableDxe.efi' 0xde07c000 LB 0xf00
00:00:00.457901 EFI: VBoxDbg> loadimage64 'Fat.efi' 0xde041000 LB 0x6ec0
00:00:00.458335 EFI: VBoxDbg> loadimage64 'UdfDxe.efi' 0xde03d000 LB 0x3dc0
00:00:00.458757 EFI: VBoxDbg> loadimage64 'VirtioFsDxe.efi' 0xde037000 LB 0x5ac0
00:00:00.459156 EFI: VBoxDbg> loadimage64 'SnpDxe.efi' 0xde031000 LB 0x5480
00:00:00.459596 EFI: VBoxDbg> loadimage64 'VlanConfigDxe.efi' 0xde02b000 LB 0x5380
00:00:00.459997 EFI: VBoxDbg> loadimage64 'MnpDxe.efi' 0xde01d000 LB 0x6d40
00:00:00.460383 EFI: VBoxDbg> loadimage64 'ArpDxe.efi' 0xde027000 LB 0x3440
00:00:00.460791 EFI: VBoxDbg> loadimage64 'Dhcp4Dxe.efi' 0xde00d000 LB 0x7fa0
00:00:00.461314 EFI: VBoxDbg> loadimage64 'Ip4Dxe.efi' 0xddfeb000 LB 0x10400
00:00:00.461719 EFI: VBoxDbg> loadimage64 'Udp4Dxe.efi' 0xde005000 LB 0x7040
00:00:00.462167 EFI: VBoxDbg> loadimage64 'Mtftp4Dxe.efi' 0xddffd000 LB 0x7640
00:00:00.462564 EFI: VBoxDbg> loadimage64 'TcpDxe.efi' 0xddfd1000 LB 0xc4c0
00:00:00.463059 EFI: VBoxDbg> loadimage64 'UefiPxeBcDxe.efi' 0xddfb1000 LB 0xf880
00:00:00.463517 EFI: VBoxDbg> loadimage64 'IScsiDxe.efi' 0xddf7b000 LB 0x1a1a0
00:00:00.465381 EFI: VBoxDbg> loadimage64 'VirtioNetDxe.efi' 0xddfe3000 LB 0x3240
00:00:00.465797 EFI: VBoxDbg> loadimage64 'E1kNetDxe.efi' 0xde017000 LB 0x2ce0
00:00:00.466230 EFI: VBoxDbg> loadimage64 'UhciDxe.efi' 0xddfc7000 LB 0x4220
00:00:00.466666 EFI: VBoxDbg> loadimage64 'EhciDxe.efi' 0xddfc2000 LB 0x4cc0
00:00:00.467101 EFI: VBoxDbg> loadimage64 'XhciDxe.efi' 0xddfa1000 LB 0x76e0
00:00:00.467567 EFI: VBoxDbg> loadimage64 'UsbBusDxe.efi' 0xddfac000 LB 0x4d40
00:00:00.468022 EFI: VBoxDbg> loadimage64 'UsbKbDxe.efi' 0xddf9d000 LB 0x3de0
00:00:00.468673 EFI: VBoxDbg> loadimage64 'UsbMassStorageDxe.efi' 0xddf99000 LB 0x3100
00:00:00.557117 Display::i_handleDisplayResize: uScreenId=0 pvVRAM=00007f9e5a000000 w=1024 h=768 bpp=32 cbLine=0x1000 flags=0x0 origin=0,0
00:00:00.633366 PS2K: Selected scan set 2
00:00:00.633907 EHCI: Hardware reset
00:00:00.633938 EHCI: USB Operational
00:00:00.674502 ATA: LUN#2: EXECUTE DEVICE DIAGNOSTIC, status 00
00:00:00.688045 AHCI#0: Reset the HBA
00:00:00.688052 VD#0: Cancelling all active requests
00:00:00.791637 EFI: VBoxDbg> loadimage64 '.efi' 0xdd6be000 LB 0xb3000
00:00:02.021350 EFI: VBoxDbg> loadimage64 '.efi' 0xd8ccf000 LB 0x12ef000
00:00:02.040065 EHCI: USB Suspended
00:00:02.040096 EHCI: Hardware reset
00:00:02.045752 GIM: KVM: VCPU  0: Enabled system-time struct. at 0x0000000004fa9000 - u32TscScale=0x9b747e7f i8TscShift=-1 uVersion=2 fFlags=0x1 uTsc=0x16f485a43 uVirtNanoTS=0x6f83f875 TscKHz=3293556
00:00:02.045763 TM: Switching TSC mode from 'Dynamic' to 'RealTSCOffset'
00:00:02.077558 GIM: KVM: Enabled wall-clock struct. at 0x0000000004fa8008 - u32Sec=1715933858 u32Nano=64511820 uVersion=2
00:00:02.092262 PIT: mode=2 count=0x4a9 (1193) - 1000.15 Hz (ch=0)
00:00:02.124857 EFI: relocate module to 0xfffffffefeaec000 from 0xdeeec000
00:00:02.124891 EFI: relocate module to 0xfffffffefeaea000 from 0xdeeea000
00:00:02.124917 EFI: relocate module to 0xfffffffefeae6000 from 0xdeee6000
00:00:02.124946 EFI: relocate module to 0xfffffffefea5c000 from 0xdee5c000
00:00:02.124983 EFI: relocate module to 0xfffffffefea5b000 from 0xdee5b000
00:00:02.125012 EFI: relocate module to 0xfffffffefea58000 from 0xdee58000
00:00:02.125037 EFI: relocate module to 0xfffffffefea57000 from 0xdee57000
00:00:02.125065 EFI: relocate module to 0xfffffffefea56000 from 0xdee56000
00:00:02.228665 PIT: mode=0 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.365094 OHCI: Software reset
00:00:02.393144 AHCI#0: Reset the HBA
00:00:02.393155 VD#0: Cancelling all active requests
00:00:02.393987 AHCI#0: Port 0 reset
00:00:02.395169 VD#0: Cancelling all active requests
00:00:02.395237 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa0 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:02.395277 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:02.730118 EHCI: Hardware reset
00:00:02.730333 EHCI: USB Operational
00:00:02.739000 OHCI: USB Reset
00:00:02.759763 EHCI: USB Suspended
00:00:02.790479 OHCI: Software reset
00:00:02.790880 OHCI: USB Operational
00:00:04.177069 VMMDev: Guest Log: vboxguest: host-version: 7.0.18r162988 0x8000000f
00:00:04.189635 VMMDev: Guest Additions information report: Version 6.0.0 r127566 '6.0.0'
00:00:04.189678 VMMDev: Guest Additions information report: Interface = 0x00010004 osType = 0x00053100 (Linux >= 2.6, 64-bit)
00:00:04.189732 VMMDev: Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
00:00:04.189755 VMMDev: vmmDevReqHandler_HeartbeatConfigure: No change (fHeartbeatActive=false)
00:00:04.189774 VMMDev: Heartbeat flatline timer set to trigger after 4 000 000 000 ns
00:00:04.189960 VMMDev: Guest Log: vbg_heartbeat_init: Setting up heartbeat to trigger every 2000 milliseconds
00:00:04.302702 HDA: Codec reset
00:00:04.302719 HDA: Reset
00:00:04.306430 HDA: DP base (lower) set: 0x0000000005a20000
00:00:04.306450 HDA: DMA position buffer is disabled
00:00:04.306460 HDA: DP base (upper) set: 0x0000000105a20000
00:00:13.721375 HDA: DP base (lower) set: 0x0000000005a20000
00:00:13.721398 HDA: DMA position buffer is enabled
00:10:56.244407 OHCI: Software reset
00:14:15.035453 VirtualBoxClient: detected unresponsive VBoxSVC (hrc=NS_ERROR_ABORT)
00:14:15.035564 VBoxHeadless: VBoxSVC became unavailable, exiting.
00:14:15.035741 VBoxHeadless: processEventQueue: VERR_INTERRUPTED, termination requested
00:14:16.020399 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:17.021266 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:18.021005 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:19.020495 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:20.020243 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:21.020865 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:22.020335 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:23.021190 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:24.021193 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:25.020818 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:26.020340 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:27.021203 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:28.021229 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:29.021147 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:30.020934 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:31.020426 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:32.020107 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:33.020743 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:34.020337 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:35.021166 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:36.020904 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:37.020468 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:38.020100 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:39.020705 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:40.020342 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:41.021293 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:42.021351 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:43.021283 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:44.021368 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:45.021200 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:46.021042 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:47.020547 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:48.020168 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:49.020755 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:50.020425 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:51.021242 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:52.021302 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:53.021156 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:54.020961 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:55.020461 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:56.020105 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:57.020763 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:58.020344 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:14:59.021192 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:00.021152 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:01.020789 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:02.020343 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:03.021194 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:04.021165 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:05.020805 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:06.020369 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:07.021306 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:08.021275 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:09.021126 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:10.020885 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:11.020409 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:12.020133 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:13.020745 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:14.020319 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:15.021155 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:16.021138 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:17.020789 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:18.020339 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:19.021195 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:20.021158 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:21.020794 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:22.020332 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:23.021162 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:24.020896 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:25.020395 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:26.020060 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:27.020654 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:28.020320 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:29.021130 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:30.020881 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:31.020380 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:32.020072 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:33.020682 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:34.020320 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:35.021165 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:36.021140 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0
00:15:37.020769 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The object is not ready}, preserve=false aResultDetail=0

1 2 3 4 5 6 7 8 9 10 11


See also: TracQuery, TracTickets, TracReports

Last modified 12 months ago Last modified on Jun 2, 2023 10:32:55 AM
Note: See TracWiki for help on using the wiki.

© 2023 Oracle
ContactPrivacy policyTerms of Use