ZFS boot inside on the second partition inside a slice

Henri Hennebert hlh at restart.be
Sat Jun 18 09:04:17 UTC 2011


On 06/17/2011 19:37, John Baldwin wrote:
> On Friday, June 17, 2011 1:06:22 pm Henri Hennebert wrote:
>> On 06/16/2011 19:35, John Baldwin wrote:
>>> On Thursday, June 16, 2011 8:45:41 am Zhihao Yuan wrote:
>>>> Exactly. The MFCed ZFSv28 is different from any patch maintained by
>>>> mm at . Maybe some untested changes involved.
>>>
>>> Can you try reverting this change:
>>>
>>> Author: jhb
>>> Date: Thu Apr 28 17:44:24 2011
>>> New Revision: 221177
>>> URL: http://svn.freebsd.org/changeset/base/221177
>>>
>>> Log:
>>>    Due to space constraints, the UFS boot2 and boot1 use an evil hack where
>>>    boot2 calls back into boot1 to perform disk reads.  The ZFS MBR boot blocks
>>>    do not have the same space constraints, so remove this hack for ZFS.
>>>    While here, remove commented out code to support C/H/S addressing from
>>>    zfsldr.  The ZFS and GPT bootstraps always just use EDD LBA addressing.
>>>
>>>    MFC after:    2 weeks
>>>
>>> Modified:
>>>    head/sys/boot/i386/boot2/Makefile
>>>    head/sys/boot/i386/common/drv.c
>>>    head/sys/boot/i386/zfsboot/Makefile
>>>    head/sys/boot/i386/zfsboot/zfsldr.S
>>>
>> I try with this revision (221177) reverted to no avail:
>> same error - 'read error'
>
> Hmm, ok.  No other ideas off the top of my head.
>
I make the same test under virtualbox and get:

A critical error has occurred while running the virtual machine and the 
machine execution has been stopped.

I attach VBox.log.

PS - the message 'ZFS: supported version 28' comes from my patch:

Index: sys/boot/zfs/zfsimpl.c
===================================================================
--- sys/boot/zfs/zfsimpl.c	(revision 212549)
+++ sys/boot/zfs/zfsimpl.c	(working copy)
@@ -61,6 +61,8 @@
  	STAILQ_INIT(&zfs_vdevs);
  	STAILQ_INIT(&zfs_pools);

+	printf("ZFS: supported version %u\n", (unsigned) SPA_VERSION);
+
  	zfs_temp_buf = malloc(TEMP_SIZE);
  	zfs_temp_end = zfs_temp_buf + TEMP_SIZE;
  	zfs_temp_ptr = zfs_temp_buf;


Henri


-------------- next part --------------
00:00:01.749 VirtualBox 4.0.8_OSE r71778 freebsd.x86 (May 23 2011 21:46:02) release log
00:00:01.749 Log opened 2011-06-18T08:59:39.114073000Z
00:00:01.749 OS Product: FreeBSD
00:00:01.749 OS Release: 8.2-STABLE
00:00:01.749 OS Version: FreeBSD 8.2-STABLE #0 r223081M: Tue Jun 14 17:19:06 CEST 2011     root at morzine.restart.bel:/usr/obj/usr/src/sys/MORZINE
00:00:01.749 Host RAM: 3046MB RAM, available: 1535MB
00:00:01.749 Executable: /usr/local/lib/virtualbox/VirtualBox
00:00:01.749 Process ID: 2213
00:00:01.749 Package type: BSD_32BITS_GENERIC (OSE)
00:00:01.788 Using XKB for keycode to scan code conversion
00:00:01.792 VRDE: VirtualBox Remote Desktop Extension is not available.
00:00:01.830 SUP: Loaded VMMR0.r0 (/usr/local/lib/virtualbox/VMMR0.r0) at 0xd81bd020 - ModuleInit at 00000000d81d2c40 and ModuleTerm at 00000000d81d2c10
00:00:01.830 SUP: VMMR0EntryEx located at 00000000d81d2ae0, VMMR0EntryFast at 00000000d81d2cc0 and VMMR0EntryInt at 00000000d81d1ba0
00:00:01.886 File system of '/home/hlh/VirtualBox/Machines/FreeBSD-8.2/Snapshots' (snapshots) is unknown
00:00:01.886 File system of '/pool1/VirtualBox/HardDisks/FreeBSD-MBR-8.2.vdi' is zfs
00:00:01.959 VBoxSharedClipboard mode: Bidirectional
00:00:01.964 ************************* CFGM dump *************************
00:00:01.964 [/] (level 0)
00:00:01.964   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:01.964   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:01.964   EnablePAE       <integer> = 0x0000000000000000 (0)
00:00:01.964   HwVirtExtForced <integer> = 0x0000000000000000 (0)
00:00:01.964   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:01.964   Name            <string>  = "FreeBSD-8.2" (cb=12)
00:00:01.964   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:01.964   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:01.964   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:01.964   RamHoleSize     <integer> = 0x0000000020000000 (536870912)
00:00:01.964   RamSize         <integer> = 0x0000000040000000 (1073741824)
00:00:01.964   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:01.964   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:01.964   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:01.964   UUID            <bytes>   = "fa 57 3b 20 b2 cd 42 4c a0 01 01 87 4e 5d 4a 36" (cb=16)
00:00:01.964 
00:00:01.964 [/CPUM/] (level 1)
00:00:01.964   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:01.964 
00:00:01.964 [/Devices/] (level 1)
00:00:01.964 
00:00:01.964 [/Devices/8237A/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/8237A/0/] (level 3)
00:00:01.964   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/AudioSniffer/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/AudioSniffer/0/] (level 3)
00:00:01.964 
00:00:01.964 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:01.964 
00:00:01.964 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:01.964   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:01.964 
00:00:01.964 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:01.964   Object <integer> = 0x00000000383677d0 (943093712)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/] (level 3)
00:00:01.964   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.964   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:01.964   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.964   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.964   GuestCoreDumpDir <string>  = "/home/hlh/VirtualBox/Machines/FreeBSD-8.2/Snapshots" (cb=52)
00:00:01.964   RamSize          <integer> = 0x0000000040000000 (1073741824)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.964   Driver <string>  = "HGCM" (cb=5)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.964   Object <integer> = 0x000000003835f740 (943060800)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.964   Driver <string>  = "MainStatus" (cb=11)
00:00:01.964 
00:00:01.964 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.964   First   <integer> = 0x0000000000000000 (0)
00:00:01.964   Last    <integer> = 0x0000000000000000 (0)
00:00:01.964   papLeds <integer> = 0x0000000038390300 (943260416)
00:00:01.964 
00:00:01.964 [/Devices/acpi/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/acpi/0/] (level 3)
00:00:01.964   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.964   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:01.964   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.964   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/acpi/0/Config/] (level 4)
00:00:01.964   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:01.964   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.964   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:01.964   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:01.964   IOAPIC            <integer> = 0x0000000000000001 (1)
00:00:01.964   IocPciAddress     <integer> = 0x0000000000010000 (65536)
00:00:01.964   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:01.964   RamHoleSize       <integer> = 0x0000000020000000 (536870912)
00:00:01.964   RamSize           <integer> = 0x0000000040000000 (1073741824)
00:00:01.964   ShowCpu           <integer> = 0x0000000000000001 (1)
00:00:01.964   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:01.964   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.964 
00:00:01.964 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.964   Driver <string>  = "ACPIHost" (cb=9)
00:00:01.964 
00:00:01.964 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.964 
00:00:01.964 [/Devices/apic/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/apic/0/] (level 3)
00:00:01.964   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/apic/0/Config/] (level 4)
00:00:01.964   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:01.964   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/e1000/] (level 2)
00:00:01.964 
00:00:01.964 [/Devices/e1000/0/] (level 3)
00:00:01.964   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.964   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.964   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.964   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.964 
00:00:01.964 [/Devices/e1000/0/Config/] (level 4)
00:00:01.964   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.965   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.965   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.965   MAC            <bytes>   = "08 00 27 81 36 4e" (cb=6)
00:00:01.965 
00:00:01.965 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.965   Driver <string>  = "IntNet" (cb=7)
00:00:01.965 
00:00:01.965 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.965   IfPolicyPromisc <string>  = "deny" (cb=5)
00:00:01.965   Network         <string>  = "HostInterfaceNetworking-vboxnet0" (cb=33)
00:00:01.965   Trunk           <string>  = "vboxnet0" (cb=9)
00:00:01.965   TrunkType       <integer> = 0x0000000000000003 (3)
00:00:01.965 
00:00:01.965 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.965   Driver <string>  = "MainStatus" (cb=11)
00:00:01.965 
00:00:01.965 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.965   papLeds <integer> = 0x00000000383902e0 (943260384)
00:00:01.965 
00:00:01.965 [/Devices/i8254/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/i8254/0/] (level 3)
00:00:01.965 
00:00:01.965 [/Devices/i8254/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/i8259/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/i8259/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/i8259/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/ichac97/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/ichac97/0/] (level 3)
00:00:01.965   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.965   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:01.965   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.965   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/ichac97/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:01.965   Driver <string>  = "AUDIO" (cb=6)
00:00:01.965 
00:00:01.965 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:01.965   AudioDriver <string>  = "oss" (cb=4)
00:00:01.965   StreamName  <string>  = "FreeBSD-8.2" (cb=12)
00:00:01.965 
00:00:01.965 [/Devices/ioapic/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/ioapic/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/ioapic/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/mc146818/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/mc146818/0/] (level 3)
00:00:01.965 
00:00:01.965 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.965   UseUTC <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/parallel/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/pcarch/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/pcarch/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/pcbios/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/pcbios/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.965   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:01.965   BootDevice1    <string>  = "DVD" (cb=4)
00:00:01.965   BootDevice2    <string>  = "IDE" (cb=4)
00:00:01.965   BootDevice3    <string>  = "NONE" (cb=5)
00:00:01.965   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:01.965   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:01.965   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:01.965   McfgBase       <integer> = 0x0000000000000000 (0)
00:00:01.965   McfgLength     <integer> = 0x0000000000000000 (0)
00:00:01.965   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:01.965   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:01.965   RamHoleSize    <integer> = 0x0000000020000000 (536870912)
00:00:01.965   RamSize        <integer> = 0x0000000040000000 (1073741824)
00:00:01.965   UUID           <bytes>   = "fa 57 3b 20 b2 cd 42 4c a0 01 01 87 4e 5d 4a 36" (cb=16)
00:00:01.965 
00:00:01.965 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.965 
00:00:01.965 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.965   NIC           <integer> = 0x0000000000000000 (0)
00:00:01.965   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.965   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.965   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.965 
00:00:01.965 [/Devices/pci/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/pci/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/pci/0/Config/] (level 4)
00:00:01.965   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/] (level 3)
00:00:01.965   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.965   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.965   Driver <string>  = "MainKeyboard" (cb=13)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.965   Object <integer> = 0x000000003836c470 (943113328)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.965   QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.965   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.965   Driver <string>  = "MainMouse" (cb=10)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.965   Object <integer> = 0x000000003836ff40 (943128384)
00:00:01.965 
00:00:01.965 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.965   QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.965 
00:00:01.965 [/Devices/pcnet/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/] (level 3)
00:00:01.965   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.965   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:01.965   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:01.965   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/Config/] (level 4)
00:00:01.965   Type <string>  = "PIIX4" (cb=6)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:01.965   Driver <string>  = "Block" (cb=6)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.965   Driver <string>  = "VD" (cb=3)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.965   Format <string>  = "VDI" (cb=4)
00:00:01.965   Path   <string>  = "/pool1/VirtualBox/HardDisks/FreeBSD-MBR-8.2.vdi" (cb=48)
00:00:01.965   Type   <string>  = "HardDisk" (cb=9)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:01.965   Mountable <integer> = 0x0000000000000000 (0)
00:00:01.965   Type      <string>  = "HardDisk" (cb=9)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#1/] (level 4)
00:00:01.965   Driver <string>  = "Block" (cb=6)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.965   Driver <string>  = "VD" (cb=3)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.965   Format   <string>  = "RAW" (cb=4)
00:00:01.965   Path     <string>  = "/home/hlh/VirtualBox/ISO/mfsbsd-8.2-zfsv28-amd64.iso" (cb=53)
00:00:01.965   ReadOnly <integer> = 0x0000000000000001 (1)
00:00:01.965   Type     <string>  = "DVD" (cb=4)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#1/Config/] (level 5)
00:00:01.965   Mountable <integer> = 0x0000000000000001 (1)
00:00:01.965   Type      <string>  = "DVD" (cb=4)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:01.965   Driver <string>  = "MainStatus" (cb=11)
00:00:01.965 
00:00:01.965 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:01.965   First   <integer> = 0x0000000000000000 (0)
00:00:01.965   Last    <integer> = 0x0000000000000003 (3)
00:00:01.965   papLeds <integer> = 0x00000000383901f8 (943260152)
00:00:01.965 
00:00:01.965 [/Devices/serial/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/vga/] (level 2)
00:00:01.965 
00:00:01.965 [/Devices/vga/0/] (level 3)
00:00:01.965   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.965   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:01.965   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.965   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/Devices/vga/0/Config/] (level 4)
00:00:01.965   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.965   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:01.965   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:01.965   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:01.965   LogoFile         <string>  = "" (cb=1)
00:00:01.965   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:01.965   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:01.965   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:01.965   VRamSize         <integer> = 0x0000000000800000 (8388608)
00:00:01.965 
00:00:01.965 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.965   Driver <string>  = "MainDisplay" (cb=12)
00:00:01.965 
00:00:01.965 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.965   Object <integer> = 0x00000000383d8c00 (943557632)
00:00:01.965 
00:00:01.965 [/Devices/virtio-net/] (level 2)
00:00:01.965 
00:00:01.965 [/HWVirtExt/] (level 1)
00:00:01.965   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:01.965   EnableLargePages   <integer> = 0x0000000000000000 (0)
00:00:01.965   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:01.965   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:01.965   Enabled            <integer> = 0x0000000000000001 (1)
00:00:01.965   Exclusive          <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/MM/] (level 1)
00:00:01.965   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.965 
00:00:01.965 [/PDM/] (level 1)
00:00:01.965 
00:00:01.965 [/PDM/AsyncCompletion/] (level 2)
00:00:01.965 
00:00:01.965 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.965 
00:00:01.965 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.965 
00:00:01.965 [/PDM/BlkCache/] (level 2)
00:00:01.965   CacheSize <integer> = 0x0000000000500000 (5242880)
00:00:01.965 
00:00:01.965 [/PDM/Devices/] (level 2)
00:00:01.965 
00:00:01.965 [/PDM/Drivers/] (level 2)
00:00:01.965 
00:00:01.965 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.965   Path <string>  = "/usr/local/lib/virtualbox/components/VBoxC" (cb=43)
00:00:01.965 
00:00:01.965 [/REM/] (level 1)
00:00:01.965   64bitEnabled <integer> = 0x0000000000000001 (1)
00:00:01.965 
00:00:01.965 [/TM/] (level 1)
00:00:01.965   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.965 
00:00:01.965 ********************* End of CFGM dump **********************
00:00:01.965 MM: cbHyperHeap=0x140000 (1310720)
00:00:01.967 Logical host processors: 2 present, 2 max, 2 online, online mask: 0000000000000003
00:00:01.967 ************************* CPUID dump ************************
00:00:01.967          RAW Standard CPUIDs
00:00:01.967      Function  eax      ebx      ecx      edx
00:00:01.967 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:01.967 Hst:           0000000a 756e6547 6c65746e 49656e69
00:00:01.967 Gst: 00000001  000006f6 00000800 00000209 078bf1bf
00:00:01.967 Hst:           000006f6 00020800 0004e33d bfebfbff
00:00:01.967 Gst: 00000002  05b0b101 005657f0 00000000 2cb43049
00:00:01.967 Hst:           05b0b101 005657f0 00000000 2cb43049
00:00:01.967 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:01.967 Hst:           00000000 00000000 00000000 00000000
00:00:01.967 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:01.967 Hst:           04000121 01c0003f 0000003f 00000001
00:00:01.967 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:01.967 Hst:           00000040 00000040 00000003 00000020
00:00:01.967 Name:                            GenuineIntel
00:00:01.967 Supports:                        0-5
00:00:01.967 Family:                          6  	Extended: 0 	Effective: 6
00:00:01.967 Model:                           15  	Extended: 0 	Effective: 15
00:00:01.967 Stepping:                        6
00:00:01.967 Type:                            0 (primary)
00:00:01.967 APIC ID:                         0x00
00:00:01.967 Logical CPUs:                    0
00:00:01.967 CLFLUSH Size:                    8
00:00:01.967 Brand ID:                        0x00
00:00:01.967 Mnemonic - Description                 = guest (host)
00:00:01.967 FPU - x87 FPU on Chip                  = 1 (1)
00:00:01.967 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:01.967 DE - Debugging extensions              = 1 (1)
00:00:01.967 PSE - Page Size Extension              = 1 (1)
00:00:01.967 TSC - Time Stamp Counter               = 1 (1)
00:00:01.967 MSR - Model Specific Registers         = 1 (1)
00:00:01.967 PAE - Physical Address Extension       = 0 (1)
00:00:01.967 MCE - Machine Check Exception          = 1 (1)
00:00:01.967 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:01.967 APIC - APIC On-Chip                    = 0 (1)
00:00:01.967 10 - Reserved                          = 0 (0)
00:00:01.967 SEP - SYSENTER and SYSEXIT             = 0 (1)
00:00:01.967 MTRR - Memory Type Range Registers     = 1 (1)
00:00:01.967 PGE - PTE Global Bit                   = 1 (1)
00:00:01.967 MCA - Machine Check Architecture       = 1 (1)
00:00:01.967 CMOV - Conditional Move Instructions   = 1 (1)
00:00:01.967 PAT - Page Attribute Table             = 1 (1)
00:00:01.967 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:01.967 PSN - Processor Serial Number          = 0 (0)
00:00:01.967 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:01.967 20 - Reserved                          = 0 (0)
00:00:01.967 DS - Debug Store                       = 0 (1)
00:00:01.967 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:01.967 MMX - Intel MMX Technology             = 1 (1)
00:00:01.967 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:01.967 SSE - SSE Support                      = 1 (1)
00:00:01.967 SSE2 - SSE2 Support                    = 1 (1)
00:00:01.967 SS - Self Snoop                        = 0 (1)
00:00:01.967 HTT - Hyper-Threading Technology       = 0 (1)
00:00:01.967 TM - Thermal Monitor                   = 0 (1)
00:00:01.967 30 - Reserved                          = 0 (0)
00:00:01.967 PBE - Pending Break Enable             = 0 (1)
00:00:01.967 Supports SSE3                          = 1 (1)
00:00:01.967 PCLMULQDQ                              = 0 (0)
00:00:01.967 DS Area 64-bit layout                  = 0 (1)
00:00:01.967 Supports MONITOR/MWAIT                 = 1 (1)
00:00:01.967 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:01.967 VMX - Virtual Machine Technology       = 0 (1)
00:00:01.967 SMX - Safer Mode Extensions            = 0 (0)
00:00:01.967 Enhanced SpeedStep Technology          = 0 (0)
00:00:01.967 Terminal Monitor 2                     = 0 (1)
00:00:01.967 Supplemental SSE3 instructions         = 1 (1)
00:00:01.967 L1 Context ID                          = 0 (0)
00:00:01.967 11 - Reserved                          = 0 (0)
00:00:01.967 FMA extensions using YMM state         = 0 (0)
00:00:01.967 CMPXCHG16B instruction                 = 0 (1)
00:00:01.967 xTPR Update Control                    = 0 (1)
00:00:01.967 Perf/Debug Capability MSR              = 0 (1)
00:00:01.967 16 - Reserved                          = 0 (0)
00:00:01.967 PCID - Process-context identifiers     = 0 (0)
00:00:01.967 DCA - Direct Cache Access              = 0 (1)
00:00:01.967 SSE4.1 instruction extensions          = 0 (0)
00:00:01.967 SSE4.2 instruction extensions          = 0 (0)
00:00:01.967 Supports the x2APIC extensions         = 0 (0)
00:00:01.967 MOVBE instruction                      = 0 (0)
00:00:01.967 POPCNT instruction                     = 0 (0)
00:00:01.967 TSC-Deadline LAPIC timer mode          = 0 (0)
00:00:01.967 AESNI instruction extensions           = 0 (0)
00:00:01.967 XSAVE/XRSTOR extended state feature    = 0 (0)
00:00:01.967 Supports OSXSAVE                       = 0 (0)
00:00:01.967 AVX instruction extensions             = 0 (0)
00:00:01.967 29/30 - Reserved                       = 0x0 (0x0)
00:00:01.967 31 - Reserved (always 0)               = 0 (0)
00:00:01.967 
00:00:01.967          RAW Extended CPUIDs
00:00:01.967      Function  eax      ebx      ecx      edx
00:00:01.967 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:01.967 Hst:           80000008 00000000 00000000 00000000
00:00:01.967 Gst: 80000001  00000000 00000000 00000000 00000000
00:00:01.967 Hst:           00000000 00000000 00000001 20100000
00:00:01.967 Gst: 80000002  65746e49 2952286c 6f655820 2952286e
00:00:01.967 Hst:           65746e49 2952286c 6f655820 2952286e
00:00:01.967 Gst: 80000003  55504320 20202020 20202020 20202020
00:00:01.967 Hst:           55504320 20202020 20202020 20202020
00:00:01.967 Gst: 80000004  30333135 20402020 30302e32 007a4847
00:00:01.967 Hst:           30333135 20402020 30302e32 007a4847
00:00:01.967 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:01.967 Hst:           00000000 00000000 00000000 00000000
00:00:01.967 Gst: 80000006  00000000 00000000 10008040 00000000
00:00:01.967 Hst:           00000000 00000000 10008040 00000000
00:00:01.967 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:01.967 Hst:           00000000 00000000 00000000 00000000
00:00:01.967 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:01.967 Hst:           00003024 00000000 00000000 00000000
00:00:01.967 Gst: 80000009  07280202 00000000 00000000 00000000*
00:00:01.967 Hst:           07280202 00000000 00000000 00000000
00:00:01.967 Ext Name:                        
00:00:01.967 Ext Supports:                    0x80000000-0x80000008
00:00:01.967 Family:                          0  	Extended: 0 	Effective: 0
00:00:01.967 Model:                           0  	Extended: 0 	Effective: 0
00:00:01.967 Stepping:                        0
00:00:01.967 Brand ID:                        0x000
00:00:01.967 Mnemonic - Description                 = guest (host)
00:00:01.967 FPU - x87 FPU on Chip                  = 0 (0)
00:00:01.967 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:01.967 DE - Debugging extensions              = 0 (0)
00:00:01.967 PSE - Page Size Extension              = 0 (0)
00:00:01.967 TSC - Time Stamp Counter               = 0 (0)
00:00:01.967 MSR - K86 Model Specific Registers     = 0 (0)
00:00:01.967 PAE - Physical Address Extension       = 0 (0)
00:00:01.967 MCE - Machine Check Exception          = 0 (0)
00:00:01.967 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:01.967 APIC - APIC On-Chip                    = 0 (0)
00:00:01.967 10 - Reserved                          = 0 (0)
00:00:01.967 SEP - SYSCALL and SYSRET               = 0 (0)
00:00:01.967 MTRR - Memory Type Range Registers     = 0 (0)
00:00:01.967 PGE - PTE Global Bit                   = 0 (0)
00:00:01.967 MCA - Machine Check Architecture       = 0 (0)
00:00:01.967 CMOV - Conditional Move Instructions   = 0 (0)
00:00:01.967 PAT - Page Attribute Table             = 0 (0)
00:00:01.967 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:01.967 18 - Reserved                          = 0 (0)
00:00:01.967 19 - Reserved                          = 0 (0)
00:00:01.967 NX - No-Execute Page Protection        = 0 (1)
00:00:01.967 DS - Debug Store                       = 0 (0)
00:00:01.967 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:01.967 MMX - Intel MMX Technology             = 0 (0)
00:00:01.967 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:01.967 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:01.967 26 - 1 GB large page support           = 0 (0)
00:00:01.967 27 - RDTSCP instruction                = 0 (0)
00:00:01.967 28 - Reserved                          = 0 (0)
00:00:01.967 29 - AMD Long Mode                     = 0 (1)
00:00:01.967 30 - AMD Extensions to 3DNow           = 0 (0)
00:00:01.967 31 - AMD 3DNow                         = 0 (0)
00:00:01.967 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:01.967 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:01.967 SVM - AMD VM Extensions                = 0 (0)
00:00:01.967 APIC registers starting at 0x400       = 0 (0)
00:00:01.967 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:01.967 Advanced bit manipulation              = 0 (0)
00:00:01.967 SSE4A instruction support              = 0 (0)
00:00:01.967 Misaligned SSE mode                    = 0 (0)
00:00:01.967 PREFETCH and PREFETCHW instruction     = 0 (0)
00:00:01.967 OS visible workaround                  = 0 (0)
00:00:01.967 Instruction based sampling             = 0 (0)
00:00:01.967 SSE5 support                           = 0 (0)
00:00:01.967 SKINIT, STGI, and DEV support          = 0 (0)
00:00:01.967 Watchdog timer support.                = 0 (0)
00:00:01.967 31:14 - Reserved                       = 0x0 (0x0)
00:00:01.967 Full Name:                       Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
00:00:01.967 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:01.967 TLB 2/4M Data:                   res0     0 entries
00:00:01.967 TLB 4K Instr/Uni:                res0     0 entries
00:00:01.967 TLB 4K Data:                     res0     0 entries
00:00:01.967 L1 Instr Cache Line Size:        0 bytes
00:00:01.967 L1 Instr Cache Lines Per Tag:    0
00:00:01.967 L1 Instr Cache Associativity:    res0  
00:00:01.967 L1 Instr Cache Size:             0 KB
00:00:01.967 L1 Data Cache Line Size:         0 bytes
00:00:01.967 L1 Data Cache Lines Per Tag:     0
00:00:01.967 L1 Data Cache Associativity:     res0  
00:00:01.967 L1 Data Cache Size:              0 KB
00:00:01.967 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:01.967 L2 TLB 2/4M Data:                off       0 entries
00:00:01.967 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:01.967 L2 TLB 4K Data:                  off       0 entries
00:00:01.967 L2 Cache Line Size:              0 bytes
00:00:01.967 L2 Cache Lines Per Tag:          0
00:00:01.967 L2 Cache Associativity:          off   
00:00:01.967 L2 Cache Size:                   0 KB
00:00:01.967 APM Features:                   
00:00:01.967 Physical Address Width:          36 bits
00:00:01.967 Virtual Address Width:           48 bits
00:00:01.967 Guest Physical Address Width:    0 bits
00:00:01.967 Physical Core Count:             0
00:00:01.967 
00:00:01.967          RAW Centaur CPUIDs
00:00:01.967      Function  eax      ebx      ecx      edx
00:00:01.967 Gst: c0000000  07280202 00000000 00000000 00000000
00:00:01.967 Hst:           07280202 00000000 00000000 00000000
00:00:01.967 Gst: c0000001  07280202 00000000 00000000 00000000
00:00:01.967 Hst:           07280202 00000000 00000000 00000000
00:00:01.967 Gst: c0000002  07280202 00000000 00000000 00000000
00:00:01.967 Hst:           07280202 00000000 00000000 00000000
00:00:01.967 Gst: c0000003  07280202 00000000 00000000 00000000
00:00:01.967 Hst:           07280202 00000000 00000000 00000000
00:00:01.967 Centaur Supports:                0xc0000000-0x07280202
00:00:01.967 Mnemonic - Description                 = guest (host)
00:00:01.967 AIS - Alternate Instruction Set        = 0 (0)
00:00:01.967 AIS-E - AIS enabled                    = 0 (0)
00:00:01.967 RNG - Random Number Generator          = 0 (0)
00:00:01.967 RNG-E - RNG enabled                    = 0 (0)
00:00:01.967 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:01.967 FEMMS - FEMMS                          = 0 (0)
00:00:01.967 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:01.967 ACE-E - ACE enabled                    = 0 (0)
00:00:01.967 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:01.967 ACE2-E - ACE enabled                   = 0 (0)
00:00:01.967 PHE - Hash Engine                      = 0 (0)
00:00:01.967 PHE-E - PHE enabled                    = 0 (0)
00:00:01.967 PMM - Montgomery Multiplier            = 0 (0)
00:00:01.967 PMM-E - PMM enabled                    = 0 (0)
00:00:01.967 
00:00:01.967 
00:00:01.967 ******************** End of CPUID dump **********************
00:00:01.967 pgmR3PoolInit: cMaxPages=0x400 cMaxUsers=0x800 cMaxPhysExts=0x800 fCacheEnable=true 
00:00:01.969 REM: VBoxREM64
00:00:01.969 Using 64-bit aware REM
00:00:01.984 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=100
00:00:02.018 TM: cTSCTicksPerSecond=0x7465038c (1 952 777 100) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:02.018 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:02.018 CoreCode: R3=37bfe000 R0=fe12b000 RC=a05a6000 Phys=0000000093c7a000 cb=0x2000
00:00:02.042 AIO: Async I/O manager not supported (rc=VERR_NOT_SUPPORTED). Falling back to simple manager
00:00:02.043 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:02.043 BlkCache: Cache commit interval is 10000 ms
00:00:02.043 BlkCache: Cache commit threshold is 2621440 bytes
00:00:02.048 [SMP] BIOS with 1 CPUs
00:00:02.074 SUP: Loaded VBoxDDR0.r0 (/usr/local/lib/virtualbox/VBoxDDR0.r0) at 0xca5cb020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:02.081 SUP: Loaded VBoxDD2R0.r0 (/usr/local/lib/virtualbox/VBoxDD2R0.r0) at 0xc7df8020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:02.081 Activating Local APIC
00:00:02.081 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:02.081 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:02.082 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.087 Shared Folders service loaded.
00:00:02.092 DrvBlock: Flushes will be ignored
00:00:02.093 DrvBlock: Async flushes will be passed to the disk
00:00:02.094 VDInit finished
00:00:02.094 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 25165824
00:00:02.094 DrvBlock: Flushes will be ignored
00:00:02.094 DrvBlock: Async flushes will be passed to the disk
00:00:02.094 PIIX3 ATA: LUN#1: CD/DVD, total number of sectors 13160, passthrough disabled
00:00:02.094 PIIX3 ATA: LUN#2: no unit
00:00:02.094 PIIX3 ATA: LUN#3: no unit
00:00:02.094 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:02.095 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:02.095 IntNet#0: szNetwork={HostInterfaceNetworking-vboxnet0} enmTrunkType=3 szTrunk={vboxnet0} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:02.095 Audio: Trying driver 'oss'.
00:00:02.095 Audio: set_record_source ars=0 als=0 (not implemented)
00:00:02.096 OSS: Successfully opened /dev/dsp for ADC
00:00:02.098 OSS: Successfully opened /dev/dsp for DAC
00:00:02.100 DevPcBios: ATA LUN#0 LCHS=1024/255/63
00:00:02.100 PGM: The CPU physical address width is 36 bits
00:00:02.100 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:02.114 VMM: fUsePeriodicPreemptionTimers=false
00:00:02.114 HWACCM: Host CR4=000006D1
00:00:02.114 HWACCM: MSR_IA32_FEATURE_CONTROL      = 5
00:00:02.114 HWACCM: MSR_IA32_VMX_BASIC_INFO       = 1a040000000007
00:00:02.114 HWACCM: VMCS id                       = 7
00:00:02.114 HWACCM: VMCS size                     = 400
00:00:02.114 HWACCM: VMCS physical address limit   = None
00:00:02.114 HWACCM: VMCS memory type              = 6
00:00:02.114 HWACCM: Dual monitor treatment        = 1
00:00:02.114 HWACCM: MSR_IA32_VMX_PINBASED_CTLS    = 1f00000016
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:02.114 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS   = 77b9fffe0401e172
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:02.114 HWACCM: MSR_IA32_VMX_ENTRY_CTLS       = 1fff000011ff
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:02.114 HWACCM: MSR_IA32_VMX_EXIT_CTLS        = 3efff00036dff
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:02.114 HWACCM:    VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:02.114 HWACCM: MSR_IA32_VMX_MISC             = 403c0
00:00:02.114 HWACCM:    MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 0
00:00:02.114 HWACCM:    MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:02.114 HWACCM:    MSR_IA32_VMX_MISC_CR3_TARGET      4
00:00:02.114 HWACCM:    MSR_IA32_VMX_MISC_MAX_MSR         200
00:00:02.114 HWACCM:    MSR_IA32_VMX_MISC_MSEG_ID         0
00:00:02.114 HWACCM: MSR_IA32_VMX_CR0_FIXED0       = 80000021
00:00:02.114 HWACCM: MSR_IA32_VMX_CR0_FIXED1       = ffffffff
00:00:02.114 HWACCM: MSR_IA32_VMX_CR4_FIXED0       = 2000
00:00:02.114 HWACCM: MSR_IA32_VMX_CR4_FIXED1       = 27ff
00:00:02.114 HWACCM: MSR_IA32_VMX_VMCS_ENUM        = 2c
00:00:02.114 HWACCM: TPR shadow physaddr           = 000000007bc1e000
00:00:02.114 HWACCM: VCPU0: MSR bitmap physaddr      = 000000007140d000
00:00:02.114 HWACCM: VCPU0: VMCS physaddr            = 000000007bc1f000
00:00:02.114 HWACCM: Real Mode TSS guest physaddr  = 00000000f0800000
00:00:02.114 HWACCM: Non-Paging Mode EPT CR3       = 00000000f0803000
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled PAE
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled LONG MODE
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled syscall/ret
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled LAHF/SAHF
00:00:02.114 CPUMSetGuestCpuIdFeature: Enabled NXE
00:00:02.114 HWACCM: 32-bit and 64-bit guests supported.
00:00:02.114 HWACCM: VMX enabled!
00:00:02.114 HWACCM: TPR Patching disabled.
00:00:02.114 HWACCM:    VT-x/AMD-V init method: GLOBAL
00:00:02.127 VM: Halt method global1 (5)
00:00:02.128 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=50000
00:00:02.128 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:02.128 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:02.128 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:02.137 Guest Log: BIOS: VirtualBox 4.0.8_OSE
00:00:02.137 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.171 2D video acceleration is disabled.
00:00:02.238 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:02.238 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:02.239 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:02.239 PIIX3 ATA: Ctl#0: RESET, DevSel=1 AIOIf=0 CmdIf0=0xec (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:02.239 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:02.239 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:02.243 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=3b600000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:02.544 Guest Log: Key pressed: 0086
00:00:02.564 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:04.706 Guest Log: Key pressed: 0002
00:00:04.723 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:04.723 Guest Log: BIOS: Booting from Hard Disk...
00:00:04.878 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:04.878 !!
00:00:04.878 !!                 Guru Meditation -1618 (VERR_PGM_PHYS_PAGE_RESERVED)
00:00:04.878 !!
00:00:04.879 !!
00:00:04.879 !! {mappings, <NULL>}
00:00:04.879 !!
00:00:04.879 
00:00:04.879 The mappings are DISABLED.
00:00:04.879 00000000ff000000 - 00000000ffbfffff  Hypervisor Memory Area
00:00:04.879 !!
00:00:04.879 !! {hma, <NULL>}
00:00:04.879 !!
00:00:04.879 Hypervisor Memory Area (HMA) Layout: Base 00000000ff000000, 0x00c00000 bytes
00:00:04.879 00000000ff92e000-00000000ff92f000                   DYNAMIC          fence
00:00:04.879 00000000ff91e000-00000000ff92e000                   DYNAMIC          Dynamic mapping
00:00:04.879 00000000ff91d000-00000000ff91e000                   DYNAMIC          fence
00:00:04.879 00000000ff8fd000-00000000ff91d000 3a96e000 3a96e000 LOCKED           alloc once (PDM_DEVICE_USER)
00:00:04.879 00000000ff8fc000-00000000ff8fd000                   DYNAMIC          fence
00:00:04.879 00000000ff8ec000-00000000ff8fc000 3a95e000 3a95e000 LOCKED           alloc once (PDM_DEVICE_USER)
00:00:04.879 00000000ff86c000-00000000ff8ec000                   MMIO2   0000000000000000 VGA VRam
00:00:04.879 00000000ff86b000-00000000ff86c000                   DYNAMIC          fence
00:00:04.879 00000000ff857000-00000000ff86b000 3a94a000 3a94a000 LOCKED           alloc once (PDM_DEVICE)
00:00:04.879 00000000ff856000-00000000ff857000                   DYNAMIC          fence
00:00:04.879 00000000ff853000-00000000ff856000 381fc000 00000000 LOCKED           VBoxDD2GC.gc
00:00:04.880 00000000ff852000-00000000ff853000                   DYNAMIC          fence
00:00:04.880 00000000ff838000-00000000ff852000 39ee1000 00000000 LOCKED           VBoxDDGC.gc
00:00:04.880 00000000ff837000-00000000ff838000                   DYNAMIC          fence
00:00:04.880 00000000ff7d3000-00000000ff837000 38d00000 00000000 LOCKED           VMMGC.gc
00:00:04.880 00000000ff7d2000-00000000ff7d3000                   DYNAMIC          fence
00:00:04.880 00000000ff5cc000-00000000ff7d2000 3ac00000 3ac00000 LOCKED           alloc once (PATM)
00:00:04.880 00000000ff5cb000-00000000ff5cc000                   DYNAMIC          fence
00:00:04.880 00000000ff5ba000-00000000ff5cb000 39ed0000 39ed0000 LOCKED           alloc once (SELM)
00:00:04.880 00000000ff5b9000-00000000ff5ba000                   DYNAMIC          fence
00:00:04.880 00000000ff5a9000-00000000ff5b9000 385e9000 385e9000 LOCKED           alloc once (SELM)
00:00:04.880 00000000ff5a8000-00000000ff5a9000                   DYNAMIC          fence
00:00:04.880 00000000ff5a6000-00000000ff5a8000 37bfe000 fe12b000 HCPHYS  0000000093c7a000 Core Code
00:00:04.880 00000000ff5a5000-00000000ff5a6000                   DYNAMIC          fence
00:00:04.880 00000000ff5a4000-00000000ff5a5000 33ef9000 00000000 HCPHYS  0000000001fc8000 GIP
00:00:04.880 00000000ff5a3000-00000000ff5a4000                   DYNAMIC          fence
00:00:04.880 00000000ff1a2000-00000000ff5a3000 3a500000 3a500000 LOCKED           alloc once (PGM_PHYS)
00:00:04.881 00000000ff1a1000-00000000ff1a2000                   DYNAMIC          fence
00:00:04.881 00000000ff168000-00000000ff1a1000 395c0000 395c0000 LOCKED           alloc once (PGM_POOL)
00:00:04.881 00000000ff167000-00000000ff168000                   DYNAMIC          fence
00:00:04.881 00000000ff162000-00000000ff167000                   DYNAMIC          CR3 mapping
00:00:04.881 00000000ff161000-00000000ff162000                   DYNAMIC          fence
00:00:04.881 00000000ff021000-00000000ff161000 39400000 39400000 LOCKED           Heap
00:00:04.881 00000000ff020000-00000000ff021000                   DYNAMIC          fence
00:00:04.881 00000000ff001000-00000000ff020000 3853a000 fe13b000 LOCKED           VM
00:00:04.881 00000000ff000000-00000000ff001000                   DYNAMIC          fence
00:00:04.881 !!
00:00:04.881 !! {cpumguest, verbose}
00:00:04.881 !!
00:00:04.881 Guest CPUM (VCPU 0) state: se
00:00:04.881 eax=00009998 ebx=0000800b ecx=07030000 edx=f000ff53 esi=3fe26060 edi=00000000
00:00:04.881 eip=f000ff53 esp=00094958 ebp=3fe270ee iopl=0      rf nv up ei nt zr na po nc
00:00:04.881 cs={002b base=000000000000a000 limit=ffffffff flags=0000c0fb} dr0=00000000 dr1=00000000
00:00:04.881 ds={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr2=00000000 dr3=00000000
00:00:04.881 es={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr4=00000000 dr5=00000000
00:00:04.881 fs={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr6=ffff0ff0 dr7=00000400
00:00:04.881 gs={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} cr0=60000011 cr2=00000000
00:00:04.881 ss={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} cr3=00000000 cr4=00000000
00:00:04.881 gdtr=0000000000009590:003f  idtr=0000000000005e00:0197  eflags=00010286
00:00:04.881 ldtr={0000 base=00000000 limit=00000000 flags=00000082}
00:00:04.881 tr  ={0038 base=00005f98 limit=00002067 flags=0000008b}
00:00:04.881 SysEnter={cs=0000 eip=00000000 esp=00000000}
00:00:04.881 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=00000000
00:00:04.881 FPUIP=00000000 CS=0000 Rsvrd1=0000  FPUDP=00000000 DS=0000 Rsvrd2=0000
00:00:04.881 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.882 XMM0 =00000000'00000000'00000000'00000000  XMM1 =00000000'00000000'00000000'00000000
00:00:04.882 XMM2 =00000000'00000000'00000000'00000000  XMM3 =00000000'00000000'00000000'00000000
00:00:04.882 XMM4 =00000000'00000000'00000000'00000000  XMM5 =00000000'00000000'00000000'00000000
00:00:04.882 XMM6 =00000000'00000000'00000000'00000000  XMM7 =00000000'00000000'00000000'00000000
00:00:04.882 XMM8 =00000000'00000000'00000000'00000000  XMM9 =00000000'00000000'00000000'00000000
00:00:04.882 XMM10=00000000'00000000'00000000'00000000  XMM11=00000000'00000000'00000000'00000000
00:00:04.882 XMM12=00000000'00000000'00000000'00000000  XMM13=00000000'00000000'00000000'00000000
00:00:04.883 XMM14=00000000'00000000'00000000'00000000  XMM15=00000000'00000000'00000000'00000000
00:00:04.883 EFER         =0000000000000000
00:00:04.883 PAT          =0007040600070406
00:00:04.883 STAR         =0000000000000000
00:00:04.883 CSTAR        =0000000000000000
00:00:04.883 LSTAR        =0000000000000000
00:00:04.883 SFMASK       =0000000000000000
00:00:04.883 KERNELGSBASE =0000000000000000
00:00:04.883 !!
00:00:04.883 !! {cpumguestinstr, verbose}
00:00:04.883 !!
00:00:04.883 !!
00:00:04.883 !! {cpumhyper, verbose}
00:00:04.883 !!
00:00:04.883 Hypervisor CPUM state: se
00:00:04.883 .eax=00000000 .ebx=00000000 .ecx=00000000 .edx=00000000 .esi=00000000 .edi=00000000
00:00:04.883 .eip=00000000 .esp=ff15f000 .ebp=00000000 .iopl=0           nv up di pl zr na pe nc
00:00:04.883 .cs={fff8 base=0000000000000000 limit=00000000 flags=00000000} .dr0=00000000 .dr1=00000000
00:00:04.883 .ds={fff0 base=0000000000000000 limit=00000000 flags=00000000} .dr2=00000000 .dr3=00000000
00:00:04.883 .es={fff0 base=0000000000000000 limit=00000000 flags=00000000} .dr4=00000000 .dr5=00000000
00:00:04.883 .fs={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr6=00000000 .dr7=00000000
00:00:04.883 .gs={0000 base=0000000000000000 limit=00000000 flags=00000000} .cr0=00000000 .cr2=00000000
00:00:04.883 .ss={fff0 base=0000000000000000 limit=00000000 flags=00000000} .cr3=6d302000 .cr4=00000000
00:00:04.883 .gdtr=00000000ff5a9000:ffff  .idtr=00000000ff006bd0:07ff  .eflags=00000000
00:00:04.883 .ldtr={0000 base=00000000 limit=00000000 flags=00000000}
00:00:04.883 .tr  ={ffe0 base=00000000 limit=00000000 flags=00000000}
00:00:04.883 .SysEnter={cs=0000 eip=00000000 esp=00000000}
00:00:04.884 .FCW=0000 .FSW=0000 .FTW=0000 .FOP=0000 .MXCSR=00000000 .MXCSR_MASK=00000000
00:00:04.884 .FPUIP=00000000 .CS=0000 .Rsvrd1=0000  .FPUDP=00000000 .DS=0000 .Rsvrd2=0000
00:00:04.884 .ST(0)=.FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(1)=.FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(2)=.FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(3)=.FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(4)=.FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(5)=.FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(6)=.FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .ST(7)=.FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:04.884 .XMM0 =00000000'00000000'00000000'00000000  .XMM1 =00000000'00000000'00000000'00000000
00:00:04.884 .XMM2 =00000000'00000000'00000000'00000000  .XMM3 =00000000'00000000'00000000'00000000
00:00:04.884 .XMM4 =00000000'00000000'00000000'00000000  .XMM5 =00000000'00000000'00000000'00000000
00:00:04.884 .XMM6 =00000000'00000000'00000000'00000000  .XMM7 =00000000'00000000'00000000'00000000
00:00:04.885 .XMM8 =00000000'00000000'00000000'00000000  .XMM9 =00000000'00000000'00000000'00000000
00:00:04.885 .XMM10=00000000'00000000'00000000'00000000  .XMM11=00000000'00000000'00000000'00000000
00:00:04.885 .XMM12=00000000'00000000'00000000'00000000  .XMM13=00000000'00000000'00000000'00000000
00:00:04.885 .XMM14=00000000'00000000'00000000'00000000  .XMM15=00000000'00000000'00000000'00000000
00:00:04.885 .EFER         =0000000000000000
00:00:04.885 .PAT          =0000000000000000
00:00:04.885 .STAR         =0000000000000000
00:00:04.885 .CSTAR        =0000000000000000
00:00:04.885 .LSTAR        =0000000000000000
00:00:04.885 .SFMASK       =0000000000000000
00:00:04.885 .KERNELGSBASE =0000000000000000
00:00:04.885 CR4OrMask=0x204 CR4AndMask=0x403
00:00:04.885 !!
00:00:04.885 !! {cpumhost, verbose}
00:00:04.885 !!
00:00:04.885 Host CPUM state: se
00:00:04.885 eax=xxxxxxxx ebx=00000000 ecx=xxxxxxxx edx=xxxxxxxx esi=00000000 edi=00000000
00:00:04.885 eip=xxxxxxxx esp=00000000 ebp=00000000 iopl=0         nv up di pl zr na pe nc
00:00:04.885 cs=0000 ds=0000 es=0000 fs=0000 gs=0000                       eflags=00000000
00:00:04.885 cr0=00000000 cr2=xxxxxxxx cr3=00000000 cr4=00000000 gdtr=00000000:0000 ldtr=0000
00:00:04.885 dr[0]=00000000 dr[1]=00000000x dr[2]=00000000 dr[3]=00000000x dr[6]=3925f34000000000 dr[7]=34086ae79f7b89d8
00:00:04.885 SysEnter={cs=38670000 eip=7520766e esp=69642070}
00:00:04.885 !!
00:00:04.885 !! {mode, all}
00:00:04.885 !!
00:00:04.885 Guest paging mode:  Protected, changed 1104 times, A20 enabled
00:00:04.885 Shadow paging mode: 32-bit
00:00:04.885 Host paging mode:   32-bit+G
00:00:04.885 !!
00:00:04.885 !! {cpuid, verbose}
00:00:04.885 !!
00:00:04.885          RAW Standard CPUIDs
00:00:04.885      Function  eax      ebx      ecx      edx
00:00:04.885 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:04.885 Hst:           0000000a 756e6547 6c65746e 49656e69
00:00:04.885 Gst: 00000001  000006f6 00000800 00000209 078bfbff
00:00:04.885 Hst:           000006f6 00020800 0004e33d bfebfbff
00:00:04.886 Gst: 00000002  05b0b101 005657f0 00000000 2cb43049
00:00:04.886 Hst:           05b0b101 005657f0 00000000 2cb43049
00:00:04.886 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:04.886 Hst:           00000000 00000000 00000000 00000000
00:00:04.886 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:04.886 Hst:           04000121 01c0003f 0000003f 00000001
00:00:04.886 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:04.886 Hst:           00000040 00000040 00000003 00000020
00:00:04.886 Name:                            GenuineIntel
00:00:04.886 Supports:                        0-5
00:00:04.886 Family:                          6  	Extended: 0 	Effective: 6
00:00:04.886 Model:                           15  	Extended: 0 	Effective: 15
00:00:04.886 Stepping:                        6
00:00:04.886 Type:                            0 (primary)
00:00:04.886 APIC ID:                         0x00
00:00:04.886 Logical CPUs:                    0
00:00:04.886 CLFLUSH Size:                    8
00:00:04.886 Brand ID:                        0x00
00:00:04.886 Mnemonic - Description                 = guest (host)
00:00:04.886 FPU - x87 FPU on Chip                  = 1 (1)
00:00:04.886 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:04.886 DE - Debugging extensions              = 1 (1)
00:00:04.886 PSE - Page Size Extension              = 1 (1)
00:00:04.886 TSC - Time Stamp Counter               = 1 (1)
00:00:04.886 MSR - Model Specific Registers         = 1 (1)
00:00:04.886 PAE - Physical Address Extension       = 1 (1)
00:00:04.886 MCE - Machine Check Exception          = 1 (1)
00:00:04.886 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:04.886 APIC - APIC On-Chip                    = 1 (1)
00:00:04.886 10 - Reserved                          = 0 (0)
00:00:04.886 SEP - SYSENTER and SYSEXIT             = 1 (1)
00:00:04.886 MTRR - Memory Type Range Registers     = 1 (1)
00:00:04.886 PGE - PTE Global Bit                   = 1 (1)
00:00:04.886 MCA - Machine Check Architecture       = 1 (1)
00:00:04.886 CMOV - Conditional Move Instructions   = 1 (1)
00:00:04.886 PAT - Page Attribute Table             = 1 (1)
00:00:04.886 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:04.886 PSN - Processor Serial Number          = 0 (0)
00:00:04.886 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:04.887 20 - Reserved                          = 0 (0)
00:00:04.887 DS - Debug Store                       = 0 (1)
00:00:04.887 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:04.887 MMX - Intel MMX Technology             = 1 (1)
00:00:04.887 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:04.887 SSE - SSE Support                      = 1 (1)
00:00:04.887 SSE2 - SSE2 Support                    = 1 (1)
00:00:04.887 SS - Self Snoop                        = 0 (1)
00:00:04.887 HTT - Hyper-Threading Technology       = 0 (1)
00:00:04.887 TM - Thermal Monitor                   = 0 (1)
00:00:04.887 30 - Reserved                          = 0 (0)
00:00:04.887 PBE - Pending Break Enable             = 0 (1)
00:00:04.887 Supports SSE3                          = 1 (1)
00:00:04.887 PCLMULQDQ                              = 0 (0)
00:00:04.887 DS Area 64-bit layout                  = 0 (1)
00:00:04.887 Supports MONITOR/MWAIT                 = 1 (1)
00:00:04.887 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:04.887 VMX - Virtual Machine Technology       = 0 (1)
00:00:04.887 SMX - Safer Mode Extensions            = 0 (0)
00:00:04.887 Enhanced SpeedStep Technology          = 0 (0)
00:00:04.887 Terminal Monitor 2                     = 0 (1)
00:00:04.887 Supplemental SSE3 instructions         = 1 (1)
00:00:04.887 L1 Context ID                          = 0 (0)
00:00:04.887 11 - Reserved                          = 0 (0)
00:00:04.887 FMA extensions using YMM state         = 0 (0)
00:00:04.887 CMPXCHG16B instruction                 = 0 (1)
00:00:04.887 xTPR Update Control                    = 0 (1)
00:00:04.887 Perf/Debug Capability MSR              = 0 (1)
00:00:04.887 16 - Reserved                          = 0 (0)
00:00:04.887 PCID - Process-context identifiers     = 0 (0)
00:00:04.887 DCA - Direct Cache Access              = 0 (1)
00:00:04.888 SSE4.1 instruction extensions          = 0 (0)
00:00:04.888 SSE4.2 instruction extensions          = 0 (0)
00:00:04.888 Supports the x2APIC extensions         = 0 (0)
00:00:04.888 MOVBE instruction                      = 0 (0)
00:00:04.888 POPCNT instruction                     = 0 (0)
00:00:04.888 TSC-Deadline LAPIC timer mode          = 0 (0)
00:00:04.888 AESNI instruction extensions           = 0 (0)
00:00:04.888 XSAVE/XRSTOR extended state feature    = 0 (0)
00:00:04.888 Supports OSXSAVE                       = 0 (0)
00:00:04.888 AVX instruction extensions             = 0 (0)
00:00:04.888 29/30 - Reserved                       = 0x0 (0x0)
00:00:04.888 31 - Reserved (always 0)               = 0 (0)
00:00:04.888 
00:00:04.888          RAW Extended CPUIDs
00:00:04.888      Function  eax      ebx      ecx      edx
00:00:04.888 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:04.888 Hst:           80000008 00000000 00000000 00000000
00:00:04.888 Gst: 80000001  00000000 00000000 00000001 20100800
00:00:04.888 Hst:           00000000 00000000 00000001 20100000
00:00:04.888 Gst: 80000002  65746e49 2952286c 6f655820 2952286e
00:00:04.888 Hst:           65746e49 2952286c 6f655820 2952286e
00:00:04.888 Gst: 80000003  55504320 20202020 20202020 20202020
00:00:04.888 Hst:           55504320 20202020 20202020 20202020
00:00:04.888 Gst: 80000004  30333135 20402020 30302e32 007a4847
00:00:04.888 Hst:           30333135 20402020 30302e32 007a4847
00:00:04.888 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:04.888 Hst:           00000000 00000000 00000000 00000000
00:00:04.888 Gst: 80000006  00000000 00000000 10008040 00000000
00:00:04.888 Hst:           00000000 00000000 10008040 00000000
00:00:04.888 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:04.888 Hst:           00000000 00000000 00000000 00000000
00:00:04.888 Gst: 80000008  00003024 00000000 00000000 00000000
00:00:04.888 Hst:           00003024 00000000 00000000 00000000
00:00:04.888 Gst: 80000009  07280202 00000000 00000000 00000000*
00:00:04.888 Hst:           07280202 00000000 00000000 00000000
00:00:04.888 Ext Name:                        
00:00:04.888 Ext Supports:                    0x80000000-0x80000008
00:00:04.888 Family:                          0  	Extended: 0 	Effective: 0
00:00:04.888 Model:                           0  	Extended: 0 	Effective: 0
00:00:04.888 Stepping:                        0
00:00:04.888 Brand ID:                        0x000
00:00:04.889 Mnemonic - Description                 = guest (host)
00:00:04.889 FPU - x87 FPU on Chip                  = 0 (0)
00:00:04.889 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:04.889 DE - Debugging extensions              = 0 (0)
00:00:04.889 PSE - Page Size Extension              = 0 (0)
00:00:04.889 TSC - Time Stamp Counter               = 0 (0)
00:00:04.889 MSR - K86 Model Specific Registers     = 0 (0)
00:00:04.889 PAE - Physical Address Extension       = 0 (0)
00:00:04.889 MCE - Machine Check Exception          = 0 (0)
00:00:04.889 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:04.889 APIC - APIC On-Chip                    = 0 (0)
00:00:04.889 10 - Reserved                          = 0 (0)
00:00:04.889 SEP - SYSCALL and SYSRET               = 1 (0)
00:00:04.889 MTRR - Memory Type Range Registers     = 0 (0)
00:00:04.889 PGE - PTE Global Bit                   = 0 (0)
00:00:04.889 MCA - Machine Check Architecture       = 0 (0)
00:00:04.889 CMOV - Conditional Move Instructions   = 0 (0)
00:00:04.889 PAT - Page Attribute Table             = 0 (0)
00:00:04.889 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:04.889 18 - Reserved                          = 0 (0)
00:00:04.889 19 - Reserved                          = 0 (0)
00:00:04.889 NX - No-Execute Page Protection        = 1 (1)
00:00:04.889 DS - Debug Store                       = 0 (0)
00:00:04.889 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:04.889 MMX - Intel MMX Technology             = 0 (0)
00:00:04.889 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:04.889 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:04.889 26 - 1 GB large page support           = 0 (0)
00:00:04.890 27 - RDTSCP instruction                = 0 (0)
00:00:04.890 28 - Reserved                          = 0 (0)
00:00:04.890 29 - AMD Long Mode                     = 1 (1)
00:00:04.890 30 - AMD Extensions to 3DNow           = 0 (0)
00:00:04.890 31 - AMD 3DNow                         = 0 (0)
00:00:04.890 LahfSahf - LAHF/SAHF in 64-bit mode    = 1 (1)
00:00:04.890 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:04.890 SVM - AMD VM Extensions                = 0 (0)
00:00:04.890 APIC registers starting at 0x400       = 0 (0)
00:00:04.890 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:04.890 Advanced bit manipulation              = 0 (0)
00:00:04.890 SSE4A instruction support              = 0 (0)
00:00:04.890 Misaligned SSE mode                    = 0 (0)
00:00:04.890 PREFETCH and PREFETCHW instruction     = 0 (0)
00:00:04.890 OS visible workaround                  = 0 (0)
00:00:04.890 Instruction based sampling             = 0 (0)
00:00:04.890 SSE5 support                           = 0 (0)
00:00:04.890 SKINIT, STGI, and DEV support          = 0 (0)
00:00:04.890 Watchdog timer support.                = 0 (0)
00:00:04.890 31:14 - Reserved                       = 0x0 (0x0)
00:00:04.890 Full Name:                       Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
00:00:04.890 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:04.890 TLB 2/4M Data:                   res0     0 entries
00:00:04.890 TLB 4K Instr/Uni:                res0     0 entries
00:00:04.890 TLB 4K Data:                     res0     0 entries
00:00:04.890 L1 Instr Cache Line Size:        0 bytes
00:00:04.890 L1 Instr Cache Lines Per Tag:    0
00:00:04.890 L1 Instr Cache Associativity:    res0  
00:00:04.890 L1 Instr Cache Size:             0 KB
00:00:04.890 L1 Data Cache Line Size:         0 bytes
00:00:04.890 L1 Data Cache Lines Per Tag:     0
00:00:04.890 L1 Data Cache Associativity:     res0  
00:00:04.890 L1 Data Cache Size:              0 KB
00:00:04.890 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:04.890 L2 TLB 2/4M Data:                off       0 entries
00:00:04.891 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:04.891 L2 TLB 4K Data:                  off       0 entries
00:00:04.891 L2 Cache Line Size:              0 bytes
00:00:04.891 L2 Cache Lines Per Tag:          0
00:00:04.891 L2 Cache Associativity:          off   
00:00:04.891 L2 Cache Size:                   0 KB
00:00:04.891 APM Features:                   
00:00:04.891 Physical Address Width:          36 bits
00:00:04.891 Virtual Address Width:           48 bits
00:00:04.891 Guest Physical Address Width:    0 bits
00:00:04.891 Physical Core Count:             0
00:00:04.891 
00:00:04.891          RAW Centaur CPUIDs
00:00:04.891      Function  eax      ebx      ecx      edx
00:00:04.891 Gst: c0000000  07280202 00000000 00000000 00000000
00:00:04.891 Hst:           07280202 00000000 00000000 00000000
00:00:04.891 Gst: c0000001  07280202 00000000 00000000 00000000
00:00:04.891 Hst:           07280202 00000000 00000000 00000000
00:00:04.891 Gst: c0000002  07280202 00000000 00000000 00000000
00:00:04.891 Hst:           07280202 00000000 00000000 00000000
00:00:04.891 Gst: c0000003  07280202 00000000 00000000 00000000
00:00:04.891 Hst:           07280202 00000000 00000000 00000000
00:00:04.891 Centaur Supports:                0xc0000000-0x07280202
00:00:04.891 Mnemonic - Description                 = guest (host)
00:00:04.891 AIS - Alternate Instruction Set        = 0 (0)
00:00:04.891 AIS-E - AIS enabled                    = 0 (0)
00:00:04.891 RNG - Random Number Generator          = 0 (0)
00:00:04.891 RNG-E - RNG enabled                    = 0 (0)
00:00:04.891 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:04.891 FEMMS - FEMMS                          = 0 (0)
00:00:04.891 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:04.891 ACE-E - ACE enabled                    = 0 (0)
00:00:04.891 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:04.891 ACE2-E - ACE enabled                   = 0 (0)
00:00:04.891 PHE - Hash Engine                      = 0 (0)
00:00:04.891 PHE-E - PHE enabled                    = 1 (0)
00:00:04.891 PMM - Montgomery Multiplier            = 0 (0)
00:00:04.891 PMM-E - PMM enabled                    = 0 (0)
00:00:04.892 Bit 1                                 = 0 (0)
00:00:04.892 Bit 1                                 = 0 (0)
00:00:04.892 
00:00:04.892 !!
00:00:04.892 !! {handlers, phys virt hyper stats}
00:00:04.892 !!
00:00:04.892 Physical handlers: (PhysHandlers=53904 (0xd290))
00:00:04.892 From     - To (incl) HandlerHC UserHC    HandlerGC UserGC    Type     Description
00:00:04.892 00000000000a0000 - 00000000000bffff  34d29290  3941f620  ff7e1ad0  ff040620  MMIO     VGA - VGA Video Buffer
00:00:04.892 00000000000c0000 - 00000000000c8fff  34c6d8c0  3941f790  ff8034e0  ff040790  Write    VGA BIOS
00:00:04.892 00000000000e0000 - 00000000000e0fff  34c6d8c0  394273f0  ff8034e0  ff0483f0  Write    ACPI RSDP
00:00:04.892 00000000000e1000 - 00000000000e1fff  34c6d8c0  3940d0d0  ff8034e0  ff02e0d0  Write    DMI tables
00:00:04.892 00000000000e2000 - 00000000000effff  34c6d8c0  3940d990  ff8034e0  ff02e990  All      Net Boot ROM
00:00:04.892 00000000000f0000 - 00000000000fffff  34c6d8c0  3940d1c0  ff8034e0  ff02e1c0  Write    PC BIOS - 0xfffff
00:00:04.892 00000000e0000000 - 00000000e07fffff  38da6fe0  3a94a080  ff83b800  ff857080  Write    VGA LFB
00:00:04.892 00000000f0000000 - 00000000f001ffff  34d29290  39427aa0  ff7e1ad0  ff048aa0  MMIO     E1000
00:00:04.892 00000000fec00000 - 00000000fec00fff  34d29290  3940f710  ff7e1ad0  ff030710  MMIO     I/O APIC Memory
00:00:04.892 00000000fee00000 - 00000000fee00fff  34d29290  3940f000  ff7e1ad0  ff030000  MMIO     APIC Memory
00:00:04.892 00000000ffff0000 - 00000000ffffffff  34c6d8c0  3940d500  ff8034e0  ff02e500  Write    PC BIOS - 0xffffffff
00:00:04.892 Virtual handlers:
00:00:04.892 From     - To (excl) HandlerHC HandlerGC Type     Description
00:00:04.892 Hypervisor Virtual handlers:
00:00:04.892 From     - To (excl) HandlerHC HandlerGC Type     Description
00:00:04.892 !!
00:00:04.892 !! {timers, <NULL>}
00:00:04.892 !!
00:00:04.892 Timers (pVM=3853a000)
00:00:04.892 pTimerR3 offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:04.893 39428160 ffffffa0 ffff7860 00000000 Real             1682206            1682214      0 2-ACTIVE                  EMT Yielder
00:00:04.893 39428100 00000000 00000060 00000000 Real             1682206            1682414      0 2-ACTIVE                  CPU Load Timer
00:00:04.893 39427860 00000000 fffe8600 00000000 VrSy          2699762601      1199864031601      0 2-ACTIVE                  ACPI Timer
00:00:04.893 39425fa0 00000000 00000000 00000000 Virt          2745746204         2750211091      0 2-ACTIVE                  Audio timer
00:00:04.893 39425c80 00000000 00000000 00000000 Virt          2745746204                  0      0 1-STOPPED                 E1000 Link Up Timer
00:00:04.893 39425c20 00000000 00000000 00000000 Virt          2745746204                  0      0 1-STOPPED                 E1000 Late Interrupt Timer
00:00:04.893 3941f9c0 000087a0 00000000 00000000 Real             1682206            1682206      0 2-ACTIVE                  VGA Refresh Timer
00:00:04.893 3940fec0 00000000 00000000 00000000 VrSy          2699762601         1990244140      0 1-STOPPED                 MC146818 RTC/CMOS - Second2
00:00:04.893 3940fe60 00017a00 fffffbd0 00000000 VrSy          2699762601         2990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:04.893 3940fe00 00000000 00000000 00000000 VrSy          2699762601                  0      0 1-STOPPED                 MC146818 RTC/CMOS - Periodic
00:00:04.893 3940fa30 00000430 00000000 00000000 VrSy          2699762601         2754688002     18 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:04.893 3940f150 00000000 00000000 00000000 VrSy          2699762601                  0      0 1-STOPPED                 APIC Timer #0
00:00:04.893 3940ccd0 00000000 00000000 00000000 Real             1682206                  0      0 1-STOPPED                 BlkCache-Commit
00:00:04.893 !!
00:00:04.893 !! {activetimers, <NULL>}
00:00:04.893 !!
00:00:04.893 Active Timers (pVM=3853a000)
00:00:04.893 pTimerR3 offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:04.894 3941f9c0 000087a0 00000000 00000000 Real             1682207            1682206      0 2-ACTIVE                  VGA Refresh Timer
00:00:04.894 39428160 ffffffa0 ffff7860 00000000 Real             1682207            1682214      0 2-ACTIVE                  EMT Yielder
00:00:04.894 39428100 00000000 00000060 00000000 Real             1682207            1682414      0 2-ACTIVE                  CPU Load Timer
00:00:04.894 39425fa0 00000000 00000000 00000000 Virt          2745746204         2750211091      0 2-ACTIVE                  Audio timer
00:00:04.894 3940fa30 00000430 00000000 00000000 VrSy          2699762601         2754688002     18 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:04.894 3940fe60 00017a00 fffffbd0 00000000 VrSy          2699762601         2990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:04.894 39427860 00000000 fffe8600 00000000 VrSy          2699762601      1199864031601      0 2-ACTIVE                  ACPI Timer
00:00:04.894 !!
00:00:04.894 !! {cfgm}
00:00:04.894 !!
00:00:04.894 pRoot=38cb3ed0:{/}
00:00:04.894 [/] (level 0)
00:00:04.894   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:04.894   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:04.894   EnablePAE       <integer> = 0x0000000000000000 (0)
00:00:04.894   HwVirtExtForced <integer> = 0x0000000000000000 (0)
00:00:04.894   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:04.895   Name            <string>  = "FreeBSD-8.2" (cb=12)
00:00:04.895   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:04.895   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:04.895   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:04.895   RamHoleSize     <integer> = 0x0000000020000000 (536870912)
00:00:04.895   RamSize         <integer> = 0x0000000040000000 (1073741824)
00:00:04.895   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:04.895   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:04.895   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:04.895   UUID            <bytes>   = "fa 57 3b 20 b2 cd 42 4c a0 01 01 87 4e 5d 4a 36" (cb=16)
00:00:04.895 
00:00:04.895 [/CPUM/] (level 1)
00:00:04.895   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:04.895 
00:00:04.895 [/Devices/] (level 1)
00:00:04.895 
00:00:04.895 [/Devices/8237A/] (level 2)
00:00:04.895 
00:00:04.895 [/Devices/8237A/0/] (level 3)
00:00:04.896   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.896 
00:00:04.896 [/Devices/8237A/0/Config/] (level 4) (restricted root)
00:00:04.896 
00:00:04.896 [/Devices/AudioSniffer/] (level 2)
00:00:04.896 
00:00:04.896 [/Devices/AudioSniffer/0/] (level 3)
00:00:04.896 
00:00:04.896 [/Devices/AudioSniffer/0/Config/] (level 4) (restricted root)
00:00:04.896 
00:00:04.896 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:04.896   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:04.896 
00:00:04.897 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.897   Object <integer> = 0x00000000383677d0 (943093712)
00:00:04.897 
00:00:04.897 [/Devices/VMMDev/] (level 2)
00:00:04.897 
00:00:04.897 [/Devices/VMMDev/0/] (level 3)
00:00:04.897   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.897   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:04.897   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.897   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.897 
00:00:04.897 [/Devices/VMMDev/0/Config/] (level 4) (restricted root)
00:00:04.897   GuestCoreDumpDir <string>  = "/home/hlh/VirtualBox/Machines/FreeBSD-8.2/Snapshots" (cb=52)
00:00:04.897   RamSize          <integer> = 0x0000000040000000 (1073741824)
00:00:04.897 
00:00:04.897 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:04.898   Driver <string>  = "HGCM" (cb=5)
00:00:04.898 
00:00:04.898 [/Devices/VMMDev/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.898   Object <integer> = 0x000000003835f740 (943060800)
00:00:04.898 
00:00:04.898 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:04.898   Driver <string>  = "MainStatus" (cb=11)
00:00:04.898 
00:00:04.898 [/Devices/VMMDev/0/LUN#999/Config/] (level 5) (restricted root)
00:00:04.898   First   <integer> = 0x0000000000000000 (0)
00:00:04.898   Last    <integer> = 0x0000000000000000 (0)
00:00:04.898   papLeds <integer> = 0x0000000038390300 (943260416)
00:00:04.898 
00:00:04.898 [/Devices/acpi/] (level 2)
00:00:04.899 
00:00:04.899 [/Devices/acpi/0/] (level 3)
00:00:04.899   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.899   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:04.899   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.899   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.899 
00:00:04.899 [/Devices/acpi/0/Config/] (level 4) (restricted root)
00:00:04.899   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:04.899   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:04.899   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:04.899   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:04.899   IOAPIC            <integer> = 0x0000000000000001 (1)
00:00:04.899   IocPciAddress     <integer> = 0x0000000000010000 (65536)
00:00:04.899   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:04.899   RamHoleSize       <integer> = 0x0000000020000000 (536870912)
00:00:04.900   RamSize           <integer> = 0x0000000040000000 (1073741824)
00:00:04.900   ShowCpu           <integer> = 0x0000000000000001 (1)
00:00:04.900   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:04.900   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:04.900 
00:00:04.900 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:04.900   Driver <string>  = "ACPIHost" (cb=9)
00:00:04.900 
00:00:04.900 [/Devices/acpi/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.900 
00:00:04.900 [/Devices/apic/] (level 2)
00:00:04.900 
00:00:04.900 [/Devices/apic/0/] (level 3)
00:00:04.901   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.901 
00:00:04.901 [/Devices/apic/0/Config/] (level 4) (restricted root)
00:00:04.901   IOAPIC  <integer> = 0x0000000000000001 (1)
00:00:04.901   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:04.901 
00:00:04.901 [/Devices/e1000/] (level 2)
00:00:04.901 
00:00:04.901 [/Devices/e1000/0/] (level 3)
00:00:04.901   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.901   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:04.901   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.901   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.901 
00:00:04.901 [/Devices/e1000/0/Config/] (level 4) (restricted root)
00:00:04.902   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:04.902   CableConnected <integer> = 0x0000000000000001 (1)
00:00:04.902   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:04.902   MAC            <bytes>   = "08 00 27 81 36 4e" (cb=6)
00:00:04.902 
00:00:04.902 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:04.902   Driver <string>  = "IntNet" (cb=7)
00:00:04.902 
00:00:04.902 [/Devices/e1000/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.902   IfPolicyPromisc <string>  = "deny" (cb=5)
00:00:04.902   Network         <string>  = "HostInterfaceNetworking-vboxnet0" (cb=33)
00:00:04.902   Trunk           <string>  = "vboxnet0" (cb=9)
00:00:04.902   TrunkType       <integer> = 0x0000000000000003 (3)
00:00:04.902 
00:00:04.902 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:04.902   Driver <string>  = "MainStatus" (cb=11)
00:00:04.903 
00:00:04.903 [/Devices/e1000/0/LUN#999/Config/] (level 5) (restricted root)
00:00:04.903   papLeds <integer> = 0x00000000383902e0 (943260384)
00:00:04.903 
00:00:04.903 [/Devices/i8254/] (level 2)
00:00:04.903 
00:00:04.903 [/Devices/i8254/0/] (level 3)
00:00:04.903 
00:00:04.903 [/Devices/i8254/0/Config/] (level 4) (restricted root)
00:00:04.903 
00:00:04.903 [/Devices/i8259/] (level 2)
00:00:04.903 
00:00:04.903 [/Devices/i8259/0/] (level 3)
00:00:04.904   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.904 
00:00:04.904 [/Devices/i8259/0/Config/] (level 4) (restricted root)
00:00:04.904 
00:00:04.904 [/Devices/ichac97/] (level 2)
00:00:04.904 
00:00:04.904 [/Devices/ichac97/0/] (level 3)
00:00:04.904   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.904   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:04.904   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.904   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.904 
00:00:04.904 [/Devices/ichac97/0/Config/] (level 4) (restricted root)
00:00:04.904 
00:00:04.904 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:04.905   Driver <string>  = "AUDIO" (cb=6)
00:00:04.905 
00:00:04.905 [/Devices/ichac97/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.905   AudioDriver <string>  = "oss" (cb=4)
00:00:04.905   StreamName  <string>  = "FreeBSD-8.2" (cb=12)
00:00:04.905 
00:00:04.905 [/Devices/ioapic/] (level 2)
00:00:04.905 
00:00:04.905 [/Devices/ioapic/0/] (level 3)
00:00:04.905   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.905 
00:00:04.905 [/Devices/ioapic/0/Config/] (level 4) (restricted root)
00:00:04.906 
00:00:04.906 [/Devices/mc146818/] (level 2)
00:00:04.906 
00:00:04.906 [/Devices/mc146818/0/] (level 3)
00:00:04.906 
00:00:04.906 [/Devices/mc146818/0/Config/] (level 4) (restricted root)
00:00:04.906   UseUTC <integer> = 0x0000000000000001 (1)
00:00:04.906 
00:00:04.906 [/Devices/parallel/] (level 2)
00:00:04.906 
00:00:04.906 [/Devices/pcarch/] (level 2)
00:00:04.906 
00:00:04.906 [/Devices/pcarch/0/] (level 3)
00:00:04.906   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.907 
00:00:04.907 [/Devices/pcarch/0/Config/] (level 4) (restricted root)
00:00:04.907 
00:00:04.907 [/Devices/pcbios/] (level 2)
00:00:04.907 
00:00:04.907 [/Devices/pcbios/0/] (level 3)
00:00:04.907   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.907 
00:00:04.907 [/Devices/pcbios/0/Config/] (level 4) (restricted root)
00:00:04.907   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:04.907   BootDevice1    <string>  = "DVD" (cb=4)
00:00:04.907   BootDevice2    <string>  = "IDE" (cb=4)
00:00:04.907   BootDevice3    <string>  = "NONE" (cb=5)
00:00:04.907   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:04.907   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:04.907   IOAPIC         <integer> = 0x0000000000000001 (1)
00:00:04.907   McfgBase       <integer> = 0x0000000000000000 (0)
00:00:04.908   McfgLength     <integer> = 0x0000000000000000 (0)
00:00:04.908   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:04.908   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:04.908   RamHoleSize    <integer> = 0x0000000020000000 (536870912)
00:00:04.908   RamSize        <integer> = 0x0000000040000000 (1073741824)
00:00:04.908   UUID           <bytes>   = "fa 57 3b 20 b2 cd 42 4c a0 01 01 87 4e 5d 4a 36" (cb=16)
00:00:04.908 
00:00:04.908 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:04.908 
00:00:04.908 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:04.908   NIC           <integer> = 0x0000000000000000 (0)
00:00:04.908   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.908   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:04.908   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.908 
00:00:04.908 [/Devices/pci/] (level 2)
00:00:04.909 
00:00:04.909 [/Devices/pci/0/] (level 3)
00:00:04.909   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.909 
00:00:04.909 [/Devices/pci/0/Config/] (level 4) (restricted root)
00:00:04.909   IOAPIC <integer> = 0x0000000000000001 (1)
00:00:04.909 
00:00:04.909 [/Devices/pckbd/] (level 2)
00:00:04.909 
00:00:04.909 [/Devices/pckbd/0/] (level 3)
00:00:04.909   Trusted <integer> = 0x0000000000000001 (1)
00:00:04.909 
00:00:04.909 [/Devices/pckbd/0/Config/] (level 4) (restricted root)
00:00:04.910 
00:00:04.910 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:04.910   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:04.910 
00:00:04.910 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:04.910   Driver <string>  = "MainKeyboard" (cb=13)
00:00:04.910 
00:00:04.910 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
00:00:04.910   Object <integer> = 0x000000003836c470 (943113328)
00:00:04.910 
00:00:04.910 [/Devices/pckbd/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.911   QueueSize <integer> = 0x0000000000000040 (64)
00:00:04.911 
00:00:04.911 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:04.911   Driver <string>  = "MouseQueue" (cb=11)
00:00:04.911 
00:00:04.911 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:04.911   Driver <string>  = "MainMouse" (cb=10)
00:00:04.911 
00:00:04.911 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) (restricted root)
00:00:04.911   Object <integer> = 0x000000003836ff40 (943128384)
00:00:04.911 
00:00:04.911 [/Devices/pckbd/0/LUN#1/Config/] (level 5) (restricted root)
00:00:04.912   QueueSize <integer> = 0x0000000000000080 (128)
00:00:04.912 
00:00:04.912 [/Devices/pcnet/] (level 2)
00:00:04.912 
00:00:04.912 [/Devices/piix3ide/] (level 2)
00:00:04.912 
00:00:04.912 [/Devices/piix3ide/0/] (level 3)
00:00:04.912   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.912   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:04.912   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:04.912   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.912 
00:00:04.912 [/Devices/piix3ide/0/Config/] (level 4) (restricted root)
00:00:04.912   Type <string>  = "PIIX4" (cb=6)
00:00:04.912 
00:00:04.912 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:04.913   Driver <string>  = "Block" (cb=6)
00:00:04.913 
00:00:04.913 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:04.913   Driver <string>  = "VD" (cb=3)
00:00:04.913 
00:00:04.913 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
00:00:04.913   Format <string>  = "VDI" (cb=4)
00:00:04.913   Path   <string>  = "/pool1/VirtualBox/HardDisks/FreeBSD-MBR-8.2.vdi" (cb=48)
00:00:04.913   Type   <string>  = "HardDisk" (cb=9)
00:00:04.913 
00:00:04.913 [/Devices/piix3ide/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.914   Mountable <integer> = 0x0000000000000000 (0)
00:00:04.914   Type      <string>  = "HardDisk" (cb=9)
00:00:04.914 
00:00:04.914 [/Devices/piix3ide/0/LUN#1/] (level 4)
00:00:04.914   Driver <string>  = "Block" (cb=6)
00:00:04.914 
00:00:04.914 [/Devices/piix3ide/0/LUN#1/AttachedDriver/] (level 5)
00:00:04.914   Driver <string>  = "VD" (cb=3)
00:00:04.914 
00:00:04.914 [/Devices/piix3ide/0/LUN#1/AttachedDriver/Config/] (level 6) (restricted root)
00:00:04.914   Format   <string>  = "RAW" (cb=4)
00:00:04.914   Path     <string>  = "/home/hlh/VirtualBox/ISO/mfsbsd-8.2-zfsv28-amd64.iso" (cb=53)
00:00:04.914   ReadOnly <integer> = 0x0000000000000001 (1)
00:00:04.914   Type     <string>  = "DVD" (cb=4)
00:00:04.914 
00:00:04.914 [/Devices/piix3ide/0/LUN#1/Config/] (level 5) (restricted root)
00:00:04.915   Mountable <integer> = 0x0000000000000001 (1)
00:00:04.915   Type      <string>  = "DVD" (cb=4)
00:00:04.915 
00:00:04.915 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:04.915   Driver <string>  = "MainStatus" (cb=11)
00:00:04.915 
00:00:04.915 [/Devices/piix3ide/0/LUN#999/Config/] (level 5) (restricted root)
00:00:04.915   First   <integer> = 0x0000000000000000 (0)
00:00:04.915   Last    <integer> = 0x0000000000000003 (3)
00:00:04.915   papLeds <integer> = 0x00000000383901f8 (943260152)
00:00:04.915 
00:00:04.915 [/Devices/serial/] (level 2)
00:00:04.915 
00:00:04.915 [/Devices/vga/] (level 2)
00:00:04.916 
00:00:04.916 [/Devices/vga/0/] (level 3)
00:00:04.916   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:04.916   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:04.916   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:04.916   Trusted       <integer> = 0x0000000000000001 (1)
00:00:04.916 
00:00:04.916 [/Devices/vga/0/Config/] (level 4) (restricted root)
00:00:04.916   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:04.916   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:04.916   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:04.916   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:04.916   LogoFile         <string>  = "" (cb=1)
00:00:04.916   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:04.916   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:04.916   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:04.916   VRamSize         <integer> = 0x0000000000800000 (8388608)
00:00:04.916 
00:00:04.916 [/Devices/vga/0/LUN#0/] (level 4)
00:00:04.917   Driver <string>  = "MainDisplay" (cb=12)
00:00:04.917 
00:00:04.917 [/Devices/vga/0/LUN#0/Config/] (level 5) (restricted root)
00:00:04.917   Object <integer> = 0x00000000383d8c00 (943557632)
00:00:04.917 
00:00:04.917 [/Devices/virtio-net/] (level 2)
00:00:04.917 
00:00:04.917 [/HWVirtExt/] (level 1)
00:00:04.917   64bitEnabled       <integer> = 0x0000000000000001 (1)
00:00:04.917   EnableLargePages   <integer> = 0x0000000000000000 (0)
00:00:04.917   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:04.917   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:04.917   Enabled            <integer> = 0x0000000000000001 (1)
00:00:04.917   Exclusive          <integer> = 0x0000000000000001 (1)
00:00:04.917 
00:00:04.918 [/MM/] (level 1)
00:00:04.918   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:04.918 
00:00:04.918 [/PDM/] (level 1)
00:00:04.918 
00:00:04.918 [/PDM/AsyncCompletion/] (level 2)
00:00:04.918 
00:00:04.918 [/PDM/AsyncCompletion/File/] (level 3)
00:00:04.918 
00:00:04.918 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:04.918 
00:00:04.918 [/PDM/BlkCache/] (level 2)
00:00:04.918   CacheSize <integer> = 0x0000000000500000 (5242880)
00:00:04.918 
00:00:04.918 [/PDM/Devices/] (level 2)
00:00:04.919 
00:00:04.919 [/PDM/Drivers/] (level 2)
00:00:04.919 
00:00:04.919 [/PDM/Drivers/VBoxC/] (level 3)
00:00:04.919   Path <string>  = "/usr/local/lib/virtualbox/components/VBoxC" (cb=43)
00:00:04.919 
00:00:04.919 [/REM/] (level 1)
00:00:04.919   64bitEnabled <integer> = 0x0000000000000001 (1)
00:00:04.919 
00:00:04.919 [/TM/] (level 1)
00:00:04.919   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:04.919 
00:00:04.919 !!
00:00:04.919 !! {clocks}
00:00:04.919 !!
00:00:04.919 Cpu Tick:         5360645356 (0x0000013f84f4ec) 1952777100Hz paused - virtualized - virtual clock
00:00:04.919  Virtual:         2745746204 (0x000000a3a8c31c) 1000000000Hz paused
00:00:04.919 VirtSync:         2699762601 (0x000000a0eb1ba9) paused
00:00:04.919           offset 600431  catch-up rate 5 %
00:00:04.920     Real:            1682232 (0x0000000019ab38) 1000Hz
00:00:04.920 !!
00:00:04.920 !! {ff}
00:00:04.920 !!
00:00:04.920 Global FFs: 0x0
00:00:04.920 CPU 0 FFs: 0x4
00:00:04.920     TIMER
00:00:04.920   Groups:
00:00:04.920     EXTERNAL_HALTED, HIGH_PRIORITY_PRE, HWACCM_TO_R3, ALL_BUT_RAW
00:00:04.920 !!
00:00:04.920 !! {gdt}
00:00:04.920 !!
00:00:04.920 Shadow GDT (GCAddr=ff5a9000):
00:00:04.920 ffd8 - 80d80087 ff008900 - base=ff0080d8 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSSTrap08
00:00:04.920 ffe0 - 80500087 ff008900 - base=ff008050 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSS
00:00:04.920 ffe8 - 0000ffff 00af9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 16-bit  HyperCS64
00:00:04.920 fff0 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit  HyperDS
00:00:04.920 fff8 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit  HyperCS
00:00:04.920 !!
00:00:04.920 !! {gdtguest}
00:00:04.920 !!
00:00:04.920 Guest GDT (GCAddr=0000000000009590 limit=3f):
00:00:04.920 0008 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit 
00:00:04.920 0010 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit 
00:00:04.920 0018 - 0000ffff 00009b00 - base=00000000 limit=0000ffff dpl=0 CodeER Accessed Present 16-bit 
00:00:04.920 0020 - 0000ffff 00009200 - base=00000000 limit=0000ffff dpl=0 DataRW Present 16-bit 
00:00:04.921 0028 - a000ffff 00cffb00 - base=0000a000 limit=ffffffff dpl=3 CodeER Accessed Present Page 32-bit 
00:00:04.921 0030 - a000ffff 00cff300 - base=0000a000 limit=ffffffff dpl=3 DataRW Accessed Present Page 32-bit 
00:00:04.921 0038 - 5f982067 00008b00 - base=00005f98 limit=00002067 dpl=0 TSS32Busy Present 16-bit 
00:00:04.921 !!
00:00:04.921 !! {ioapic}
00:00:04.921 !!
00:00:04.921 I/O APIC at FEC00000:
00:00:04.921   IOAPICID  : 00000000
00:00:04.921     APIC ID = 00
00:00:04.921   IOAPICVER : 00170011
00:00:04.921     version = 11
00:00:04.921     redirs  = 24
00:00:04.921   IOAPICARB : 00000000
00:00:04.921     arb ID  = 00
00:00:04.921 I/O redirection table
00:00:04.921  idx dst_mode dst_addr mask trigger rirr polarity dlvr_st dlvr_mode vector
00:00:04.921   00   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   01   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   02   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   03   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   04   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   05   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   06   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   07   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.921   08   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   09   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   10   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   11   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   12   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   13   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   14   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   15   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   16   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   17   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   18   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   19   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   20   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   21   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   22   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922   23   phys      00     1    edge    0   activehi  idle     Fixed      0 (0000000000010000)
00:00:04.922 !!
00:00:04.922 !! {ioport}
00:00:04.922 !!
00:00:04.922 I/O Port R3 ranges (pVM=3853a000)
00:00:04.922 Range     pDevIns  In       Out      pvUser   Description
00:00:04.922 0000-0000 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.922 0001-0001 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0002-0002 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0003-0003 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0004-0004 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0005-0005 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0006-0006 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0007-0007 3b132e50 38de0580 38de0450 3b132ed8 DMA
00:00:04.923 0008-0008 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 0009-0009 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000a-000a 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000b-000b 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000c-000c 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000d-000d 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000e-000e 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 000f-000f 3b132e50 38de06a0 38de0550 3b132ed8 DMA cont
00:00:04.923 0020-0021 3940f1b0 38db9ec0 38dba2c0 00000000 i8259 PIC #0
00:00:04.923 0040-0043 3940f860 38db7be0 38db8ab0 00000000 i8254 Programmable Interval Timer
00:00:04.923 0060-0060 3940e7f0 38d967a0 38d97150 00000000 PC Keyboard - Data
00:00:04.923 0061-0061 3940f860 38db7900 38db7810 00000000 PC Speaker
00:00:04.923 0064-0064 3940e7f0 38d96730 38d975a0 00000000 PC Keyboard - Command / Status
00:00:04.923 0070-0073 3940fbd0 38dbe5a0 38dbf040 00000000 MC146818 RTC/CMOS
00:00:04.923 0081-0081 3b132e50 38de0620 38de04d0 3b132ed8 DMA Page
00:00:04.923 0082-0082 3b132e50 38de0620 38de04d0 3b132ed8 DMA Page
00:00:04.924 0083-0083 3b132e50 38de0620 38de04d0 3b132ed8 DMA Page
00:00:04.924 0087-0087 3b132e50 38de0620 38de04d0 3b132ed8 DMA Page
00:00:04.924 0089-0089 3b132e50 38de0620 38de04d0 3b132f50 DMA Page
00:00:04.924 008a-008a 3b132e50 38de0620 38de04d0 3b132f50 DMA Page
00:00:04.924 008b-008b 3b132e50 38de0620 38de04d0 3b132f50 DMA Page
00:00:04.924 008f-008f 3b132e50 38de0620 38de04d0 3b132f50 DMA Page
00:00:04.924 0092-0092 38cda590 38dc4a90 38dc4a40 00000000 PS/2 system control port A (A20 and more)
00:00:04.924 00a0-00a1 3940f1b0 38db9ec0 38dba2c0 00000001 i8259 PIC #1
00:00:04.924 00c0-00c0 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00c2-00c2 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00c4-00c4 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00c6-00c6 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00c8-00c8 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00ca-00ca 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00cc-00cc 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00ce-00ce 3b132e50 38de0580 38de0450 3b132f50 DMA
00:00:04.924 00d0-00d0 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.924 00d2-00d2 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.924 00d4-00d4 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.924 00d6-00d6 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.924 00d8-00d8 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.925 00da-00da 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.925 00dc-00dc 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.925 00de-00de 3b132e50 38de06a0 38de0550 3b132f50 DMA cont
00:00:04.925 00f0-00ff 38cda590 38dc4a30 38dc4ac0 00000000 Math Co-Processor (DOS/OS2 mode)
00:00:04.925 0170-0177 3941faa0 38db1840 38db5f70 00000001 ATA I/O Base 1
00:00:04.925 01ce-01ce 3a94a000 38da6a80 38da6c60 00000000 VGA/VBE - Index
00:00:04.925 01cf-01cf 3a94a000 38da6b60 38da6d30 00000000 VGA/VBE - Data
00:00:04.925 01f0-01f7 3941faa0 38db1840 38db5f70 00000000 ATA I/O Base 1
00:00:04.925 0376-0376 3941faa0 38dad5f0 38db0190 00000001 ATA I/O Base 2
00:00:04.925 03b0-03b3 3a94a000 38da8070 38da8110 00000000 VGA - 3b0 (HGSMI host)
00:00:04.925 03b4-03b5 3a94a000 38da6e50 38da6ef0 00000000 VGA - 3b4
00:00:04.925 03b6-03b6 3a94a000 38da5ff0 38da60c0 00000000 VBE BIOS Extra Data
00:00:04.925 03b7-03b7 3a94a000 38da3170 38da6120 00000000 VGA BIOS debug/panic
00:00:04.925 03b8-03b8 3a94a000 38da3920 38da3680 00000000 BIOS Logo
00:00:04.925 03ba-03ba 3a94a000 38da6e50 38da6ef0 00000000 VGA - 3ba
00:00:04.925 03c0-03cf 3a94a000 38da6e50 38da6ef0 00000000 VGA - 3c0
00:00:04.925 03d0-03d3 3a94a000 38da8070 38da8110 00000000 VGA - 3d0 (HGSMI guest)
00:00:04.925 03d4-03d5 3a94a000 38da6e50 38da6ef0 00000000 VGA - 3d4
00:00:04.925 03da-03da 3a94a000 38da6e50 38da6ef0 00000000 VGA - 3da
00:00:04.925 03f6-03f6 3941faa0 38dad5f0 38db0190 00000000 ATA I/O Base 2
00:00:04.925 0400-0403 3ab85010 38dbff60 38dc11b0 00000000 Bochs PC BIOS - Panic & Debug
00:00:04.925 04d0-04d0 3940f1b0 38db9090 38db9100 3940f230 i8259 PIC #0 - elcr
00:00:04.926 04d1-04d1 3940f1b0 38db9090 38db9100 3940f250 i8259 PIC #1 - elcr
00:00:04.926 0504-0504 394109e0 34d23e90 38dc5040 00000000 VMMDev backdoor logging
00:00:04.926 0505-0505 394109e0 38dc6410 38dc4ca0 00000000 VMMDev timesync backdoor
00:00:04.926 0cf8-0cf8 3940dc80 38d9a300 38d9a290 00000000 i440FX (PCI)
00:00:04.926 0cfc-0cff 3940dc80 38d9a3f0 38d9a370 00000000 i440FX (PCI)
00:00:04.926 4000-4000 39426000 38dba980 38dbbbc0 39426080 ACPI PM1a Status
00:00:04.926 4002-4002 39426000 38dba950 38dbbc30 39426080 ACPI PM1a Enable
00:00:04.926 4004-4004 39426000 38dba9b0 38dbb420 39426080 ACPI PM1a Control
00:00:04.926 4008-4008 39426000 38dbaff0 34d22af0 39426080 ACPI PM Timer
00:00:04.926 4020-4020 39426000 38dba9e0 38dbaa40 39426080 ACPI GPE0 Status
00:00:04.926 4021-4021 39426000 38dbaa10 38dbaa70 39426080 ACPI GPE0 Enable
00:00:04.926 4040-4040 39426000 34d23e90 38dba7b0 39426080 ACPI Battery status index
00:00:04.926 4044-4044 39426000 38dba800 34d22af0 39426080 ACPI Battery status data
00:00:04.926 4048-4048 39426000 34d23e90 38dba8e0 39426080 ACPI system info index
00:00:04.926 404c-404c 39426000 38dbb820 38dbb140 39426080 ACPI system info data
00:00:04.926 4050-4050 39426000 34d23e90 38dbaae0 39426080 ACPI Reset
00:00:04.926 442e-442e 39426000 34d23e90 38dbaaa0 39426080 ACPI SMI
00:00:04.926 8900-8900 3ab85010 38dbff60 38dc11b0 00000000 Bochs PC BIOS - Shutdown
00:00:04.926 d000-d007 3941faa0 38dad6c0 38dadb20 00000000 ATA Bus Master DMA
00:00:04.926 d008-d00f 3941faa0 38dad6c0 38dadb20 00000001 ATA Bus Master DMA
00:00:04.926 d010-d017 39420d40 38de9e90 38de8fb0 00000000 E1000
00:00:04.927 d020-d020 394109e0 34d23e90 38dc70d0 39410a60 VMMDev Request Handler
00:00:04.927 d100-d1ff 3928e410 38dd54c0 38dd5e20 3928e490 ICHAC97 NAM
00:00:04.927 d200-d23f 3928e410 38dd52b0 38dd5640 3928e490 ICHAC97 NABM
00:00:04.927 I/O Port R0 ranges (pVM=3853a000)
00:00:04.927 Range     pDevIns  In       Out      pvUser   Description
00:00:04.927 0020-0021 3940f1b0 ca5d1070 ca5d14d0 00000000 i8259 PIC #0
00:00:04.927 0040-0043 3940f860 ca5d0ba0 ca5d0cb0 00000000 i8254 Programmable Interval Timer
00:00:04.927 0060-0060 3940e7f0 ca5cf1d0 ca5d0050 00000000 PC Keyboard - Data
00:00:04.927 0064-0064 3940e7f0 ca5cf160 ca5d03e0 00000000 PC Keyboard - Command / Status
00:00:04.927 0070-0073 3940fbd0 ca5d18b0 ca5d1d40 00000000 MC146818 RTC/CMOS
00:00:04.927 00a0-00a1 3940f1b0 ca5d1070 ca5d14d0 00000001 i8259 PIC #1
00:00:04.927 0170-0177 3941faa0 ca5d3c60 ca5d38d0 00000001 ATA I/O Base 1
00:00:04.927 01ce-01ce 3a94a000 ca5ccc90 ca5cce70 00000000 VGA/VBE - Index (GC)
00:00:04.927 01cf-01cf 3a94a000 ca5ccd70 ca5ceb80 00000000 VGA/VBE - Data (GC)
00:00:04.927 01f0-01f7 3941faa0 ca5d3c60 ca5d38d0 00000000 ATA I/O Base 1
00:00:04.927 0376-0376 3941faa0 ca5d3460 ca5d3530 00000001 ATA I/O Base 2
00:00:04.927 03b4-03b5 3a94a000 ca5ccf40 ca5cefb0 00000000 VGA - 3b4 (GC)
00:00:04.927 03b7-03b7 3a94a000 ca5ccc00 ca5ccc10 00000000 VGA BIOS debug/panic
00:00:04.927 03ba-03ba 3a94a000 ca5ccf40 ca5cefb0 00000000 VGA - 3ba (GC)
00:00:04.927 03c0-03cf 3a94a000 ca5ccf40 ca5cefb0 00000000 VGA - 3c0 (GC)
00:00:04.927 03d4-03d5 3a94a000 ca5ccf40 ca5cefb0 00000000 VGA - 3d4 (GC)
00:00:04.928 03da-03da 3a94a000 ca5ccf40 ca5cefb0 00000000 VGA - 3da (GC)
00:00:04.928 03f6-03f6 3941faa0 ca5d3460 ca5d3530 00000000 ATA I/O Base 2
00:00:04.928 04d0-04d0 3940f1b0 ca5d0ed0 ca5d0f40 3940f230 i8259 PIC #0 - elcr
00:00:04.928 04d1-04d1 3940f1b0 ca5d0ed0 ca5d0f40 3940f250 i8259 PIC #1 - elcr
00:00:04.928 0cf8-0cf8 3940dc80 ca5cb430 ca5cb3c0 00000000 i440FX (PCI)
00:00:04.928 0cfc-0cff 3940dc80 ca5cb540 ca5cb4a0 00000000 i440FX (PCI)
00:00:04.928 4008-4008 39426000 ca5d0690 00000000 00000000 ACPI PM Timer
00:00:04.928 d000-d007 3941faa0 ca5d37c0 ca5d3690 00000000 ATA Bus Master DMA
00:00:04.928 d008-d00f 3941faa0 ca5d37c0 ca5d3690 00000001 ATA Bus Master DMA
00:00:04.928 d010-d017 39420d40 ca5d9bb0 ca5d9520 00000000 E1000
00:00:04.928 I/O Port GC ranges (pVM=3853a000)
00:00:04.928 Range     pDevIns  In       Out      pvUser   Description
00:00:04.928 0020-0021 ff0301b0 ff83dca0 ff83e100 00000000 i8259 PIC #0
00:00:04.928 0040-0043 ff030860 ff83d7d0 ff83d8e0 00000000 i8254 Programmable Interval Timer
00:00:04.928 0060-0060 ff02f7f0 ff83be00 ff83cc80 00000000 PC Keyboard - Data
00:00:04.928 0061-0061 ff030860 ff83d4f0 00000000 00000000 PC Speaker
00:00:04.928 0064-0064 ff02f7f0 ff83bd90 ff83d010 00000000 PC Keyboard - Command / Status
00:00:04.928 0070-0073 ff030bd0 ff83e4e0 ff83e970 00000000 MC146818 RTC/CMOS
00:00:04.928 00a0-00a1 ff0301b0 ff83dca0 ff83e100 00000001 i8259 PIC #1
00:00:04.928 0170-0177 ff040aa0 ff840a00 ff840670 00000001 ATA I/O Base 1
00:00:04.928 01ce-01ce ff857000 ff839ee0 ff83a0c0 00000000 VGA/VBE - Index (GC)
00:00:04.928 01cf-01cf ff857000 ff839fc0 ff83a190 00000000 VGA/VBE - Data (GC)
00:00:04.929 01f0-01f7 ff040aa0 ff840a00 ff840670 00000000 ATA I/O Base 1
00:00:04.929 0376-0376 ff040aa0 ff840090 ff840160 00000001 ATA I/O Base 2
00:00:04.929 03b4-03b5 ff857000 ff83a2a0 ff83bbe0 00000000 VGA - 3b4 (GC)
00:00:04.929 03ba-03ba ff857000 ff83a2a0 ff83bbe0 00000000 VGA - 3ba (GC)
00:00:04.929 03c0-03cf ff857000 ff83a2a0 ff83bbe0 00000000 VGA - 3c0 (GC)
00:00:04.929 03d4-03d5 ff857000 ff83a2a0 ff83bbe0 00000000 VGA - 3d4 (GC)
00:00:04.929 03da-03da ff857000 ff83a2a0 ff83bbe0 00000000 VGA - 3da (GC)
00:00:04.929 03f6-03f6 ff040aa0 ff840090 ff840160 00000000 ATA I/O Base 2
00:00:04.929 04d0-04d0 ff0301b0 ff83db00 ff83db70 ff030230 i8259 PIC #0 - elcr
00:00:04.929 04d1-04d1 ff0301b0 ff83db00 ff83db70 ff030250 i8259 PIC #1 - elcr
00:00:04.929 0cf8-0cf8 ff02ec80 ff838410 ff8383a0 00000000 i440FX (PCI)
00:00:04.929 0cfc-0cff ff02ec80 ff838520 ff838480 00000000 i440FX (PCI)
00:00:04.929 4008-4008 ff047000 ff83d2c0 00000000 00000000 ACPI PM Timer
00:00:04.929 d000-d007 ff040aa0 ff8403f0 ff8402c0 00000000 ATA Bus Master DMA
00:00:04.929 d008-d00f ff040aa0 ff8403f0 ff8402c0 00000001 ATA Bus Master DMA
00:00:04.929 d010-d017 ff041d40 ff846300 ff845c60 00000000 E1000
00:00:04.929 R3 Read  Ports: 0x1f0-0x1f8 39420940 ATA I/O Base 1
00:00:04.929 R3 Write Ports: 0x1f0-0x1f8 39420940 ATA I/O Base 1
00:00:04.929 R0 Read  Ports: 0x1f0-0x1f8 394209c0 ATA I/O Base 1
00:00:04.929 R0 Write Ports: 0x3f6-0x3f7 39420a80 ATA I/O Base 2
00:00:04.929 !!
00:00:04.929 !! {lapic}
00:00:04.929 !!
00:00:04.929 Invalid argument. Recognized arguments are 'basic', 'lvt', 'timer'.
00:00:04.930 !!
00:00:04.930 !! {ldt}
00:00:04.930 !!
00:00:04.930 Shadow LDT (GCAddr=ffffffff limit=0x0):
00:00:04.930 !!
00:00:04.930 !! {ldtguest}
00:00:04.930 !!
00:00:04.930 Guest LDT (Sel=0): Null-Selector
00:00:04.930 !!
00:00:04.930 !! {mmio}
00:00:04.930 !!
00:00:04.930 MMIO ranges (pVM=3853a000)
00:00:04.930 GC Phys Range                     pDevIns  Read     Write    Fill     pvUser   Description
00:00:04.930 00000000000a0000-00000000000bffff 3a94a000 38da7d10 38da77e0 38da61a0 00000000 VGA - VGA Video Buffer
00:00:04.930                                R0 3a94a000 ca5cdc80 ca5ce550 ca5ccfe0 00000000
00:00:04.930                                RC ff857000 ff83b4a0 ff83b010 ff83a340 00000000
00:00:04.930 00000000f0000000-00000000f001ffff 39420d40 38de9f50 38de90a0 00000000 00000000 E1000
00:00:04.930                                R0 39420d40 ca5d9c70 ca5d9610 00000000 00000000
00:00:04.930                                RC ff041d40 ff8463c0 ff845d50 00000000 00000000
00:00:04.930 00000000fec00000-00000000fec00fff 3940f5a0 38ed9710 38ed9880 00000000 3940f620 I/O APIC Memory
00:00:04.930                                R0 3940f5a0 c7df85b0 c7df86c0 00000000 00000000
00:00:04.930                                RC ff0305a0 ff853590 ff8536a0 00000000 00000000
00:00:04.931 00000000fee00000-00000000fee00fff 3940ed20 38edcf10 38edd070 00000000 3940eda0 APIC Memory
00:00:04.931                                R0 3940ed20 c7df9c00 c7df99b0 00000000 00000000
00:00:04.931                                RC ff02fd20 ff854be0 ff854990 00000000 00000000
00:00:04.931 !!
00:00:04.931 !! {pciirq}
00:00:04.931 !!
00:00:04.931 PCI interrupt router at: 00:01:0
00:00:04.931 PIRQA -> IRQ5
00:00:04.931 PIRQB -> IRQ11
00:00:04.931 PIRQC -> IRQ10
00:00:04.931 PIRQD -> IRQ9
00:00:04.931 !!
00:00:04.931 !! {phys}
00:00:04.931 !!
00:00:04.931 RAM ranges (pVM=3853a000)
00:00:04.931 GC Phys Range                     pvHC    
00:00:04.931 0000000000000000-000000003fffffff 00000000 Base RAM
00:00:04.931 00000000e0000000-00000000e07fffff 3b600000 VRam
00:00:04.931 00000000f0000000-00000000f001ffff 00000000 E1000
00:00:04.931 00000000f0400000-00000000f07fffff 3b200000 VMMDev
00:00:04.931 00000000f0800000-00000000f0803fff 385f9000 VMMDev Heap
00:00:04.931 00000000fec00000-00000000fec00fff 00000000 I/O APIC Memory
00:00:04.931 00000000fee00000-00000000fee00fff 00000000 APIC Memory
00:00:04.931 00000000ffff0000-00000000ffffffff 00000000 PC BIOS - 0xffffffff
00:00:04.931 !!
00:00:04.931 !! {pic}
00:00:04.931 !!
00:00:04.931 PIC0:
00:00:04.931   last_irr                  = 01
00:00:04.931   irr                       = 00
00:00:04.931   imr                       = b8
00:00:04.932   isr                       = 00
00:00:04.932   priority_add              = 00
00:00:04.932   irq_base                  = 20
00:00:04.932   read_reg_select           = 01
00:00:04.932   poll                      = 00
00:00:04.932   special_mask              = 00
00:00:04.932   init_state                = 00
00:00:04.932   auto_eoi                  = 00
00:00:04.932   rotate_on_auto_eoi        = 00
00:00:04.932   special_fully_nested_mode = 00
00:00:04.932   init4                     = 01
00:00:04.932   elcr                      = 20
00:00:04.932   elcr_mask                 = f8
00:00:04.932 PIC1:
00:00:04.932   last_irr                  = 00
00:00:04.932   irr                       = 00
00:00:04.932   imr                       = 8f
00:00:04.932   isr                       = 00
00:00:04.932   priority_add              = 00
00:00:04.932   irq_base                  = 28
00:00:04.932   read_reg_select           = 00
00:00:04.932   poll                      = 00
00:00:04.932   special_mask              = 00
00:00:04.932   init_state                = 00
00:00:04.932   auto_eoi                  = 00
00:00:04.932   rotate_on_auto_eoi        = 00
00:00:04.932   special_fully_nested_mode = 00
00:00:04.932   init4                     = 01
00:00:04.932   elcr                      = 0e
00:00:04.932   elcr_mask                 = de
00:00:04.932 !!
00:00:04.932 !! {pit}
00:00:04.932 !!
00:00:04.933 PIT (i8254) channel 0 status: irq=0x0
00:00:04.933       count=00010000  latched_count=0000  count_latched=00
00:00:04.933            status=00   status_latched=00     read_state=03
00:00:04.933       write_state=03      write_latch=00        rw_mode=03
00:00:04.933              mode=02              bcd=00           gate=01
00:00:04.933   count_load_time=000000009a5eeaf6 next_transition_time=00000000a4313402
00:00:04.933       u64ReloadTS=00000000a0eb1ba9            u64NextTS=00000000a4313402
00:00:04.933 PIT (i8254) channel 1 status: irq=0x0
00:00:04.933       count=00010000  latched_count=0000  count_latched=00
00:00:04.933            status=00   status_latched=00     read_state=00
00:00:04.933       write_state=00      write_latch=00        rw_mode=00
00:00:04.933              mode=03              bcd=00           gate=01
00:00:04.933   count_load_time=0000000000000000 next_transition_time=0000000000000000
00:00:04.933       u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
00:00:04.933 PIT (i8254) channel 2 status: irq=0x0
00:00:04.933       count=00010000  latched_count=0000  count_latched=00
00:00:04.933            status=00   status_latched=00     read_state=00
00:00:04.933       write_state=00      write_latch=00        rw_mode=00
00:00:04.933              mode=03              bcd=00           gate=00
00:00:04.933   count_load_time=0000000000000000 next_transition_time=0000000000000000
00:00:04.933       u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
00:00:04.933 speaker_data_on=0x0
00:00:04.933 !!
00:00:04.933 !! {vbe}
00:00:04.933 !!
00:00:04.933 VBE disabled
00:00:04.933 !!
00:00:04.933 !! {vga}
00:00:04.933 !!
00:00:04.933 pixel clock: 28.322 MHz
00:00:04.933 double scanning off
00:00:04.933 double clocking off
00:00:04.933 htotal: 900 px (100 cclk)
00:00:04.933 vtotal: 449 px
00:00:04.933 hdisp : 720 px (80 cclk)
00:00:04.933 vdisp : 400 px
00:00:04.933 start : 0x0
00:00:04.933 char height 16
00:00:04.933 text mode 80x25
00:00:04.933 !!
00:00:04.933 !! {vgaar}
00:00:04.933 !!
00:00:04.933 VGA Attribute Controller (3C0): index reg 20, flip-flop: 0 (index)
00:00:04.933  Palette: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00:00:04.934  AR10:0C AR11:00 AR12:0F AR13:08 AR14:00
00:00:04.934 !!
00:00:04.934 !! {vgacr}
00:00:04.934 !!
00:00:04.934 VGA CRTC (3D5): CRTC index 3D4:0F
00:00:04.934  CR00:5F CR01:4F CR02:50 CR03:82 CR04:55 CR05:81 CR06:BF CR07:1F CR08:00 CR09:4F
00:00:04.934  CR0A:0E CR0B:0F CR0C:00 CR0D:00 CR0E:00 CR0F:50 CR10:9C CR11:8E CR12:8F CR13:28
00:00:04.935  CR14:1F CR15:96 CR16:B9 CR17:A3 CR18:FF
00:00:04.935 !!
00:00:04.935 !! {vgadac}
00:00:04.935 !!
00:00:04.935 VGA DAC contents:
00:00:04.935  00: 00 00 00
00:00:04.935  01: 00 00 2A
00:00:04.935  02: 00 2A 00
00:00:04.935  03: 00 2A 2A
00:00:04.935  04: 2A 00 00
00:00:04.935  05: 2A 00 2A
00:00:04.935  06: 2A 2A 00
00:00:04.935  07: 2A 2A 2A
00:00:04.935  08: 00 00 15
00:00:04.935  09: 00 00 3F
00:00:04.935  0A: 00 2A 15
00:00:04.935  0B: 00 2A 3F
00:00:04.935  0C: 2A 00 15
00:00:04.935  0D: 2A 00 3F
00:00:04.935  0E: 2A 2A 15
00:00:04.935  0F: 2A 2A 3F
00:00:04.935  10: 00 15 00
00:00:04.935  11: 00 15 2A
00:00:04.935  12: 00 3F 00
00:00:04.935  13: 00 3F 2A
00:00:04.935  14: 2A 15 00
00:00:04.936  15: 2A 15 2A
00:00:04.936  16: 2A 3F 00
00:00:04.936  17: 2A 3F 2A
00:00:04.936  18: 00 15 15
00:00:04.936  19: 00 15 3F
00:00:04.936  1A: 00 3F 15
00:00:04.936  1B: 00 3F 3F
00:00:04.936  1C: 2A 15 15
00:00:04.936  1D: 2A 15 3F
00:00:04.936  1E: 2A 3F 15
00:00:04.936  1F: 2A 3F 3F
00:00:04.936  20: 15 00 00
00:00:04.936  21: 15 00 2A
00:00:04.936  22: 15 2A 00
00:00:04.936  23: 15 2A 2A
00:00:04.936  24: 3F 00 00
00:00:04.936  25: 3F 00 2A
00:00:04.936  26: 3F 2A 00
00:00:04.936  27: 3F 2A 2A
00:00:04.936  28: 15 00 15
00:00:04.936  29: 15 00 3F
00:00:04.936  2A: 15 2A 15
00:00:04.936  2B: 15 2A 3F
00:00:04.936  2C: 3F 00 15
00:00:04.936  2D: 3F 00 3F
00:00:04.936  2E: 3F 2A 15
00:00:04.936  2F: 3F 2A 3F
00:00:04.936  30: 15 15 00
00:00:04.937  31: 15 15 2A
00:00:04.937  32: 15 3F 00
00:00:04.937  33: 15 3F 2A
00:00:04.937  34: 3F 15 00
00:00:04.937  35: 3F 15 2A
00:00:04.937  36: 3F 3F 00
00:00:04.937  37: 3F 3F 2A
00:00:04.937  38: 15 15 15
00:00:04.937  39: 15 15 3F
00:00:04.937  3A: 15 3F 15
00:00:04.937  3B: 15 3F 3F
00:00:04.937  3C: 3F 15 15
00:00:04.937  3D: 3F 15 3F
00:00:04.937  3E: 3F 3F 15
00:00:04.937  3F: 3F 3F 3F
00:00:04.937  40: 00 00 00
00:00:04.937  41: 00 00 00
00:00:04.937  42: 00 00 00
00:00:04.937  43: 00 00 00
00:00:04.937  44: 00 00 00
00:00:04.937  45: 00 00 00
00:00:04.937  46: 00 00 00
00:00:04.937  47: 00 00 00
00:00:04.937  48: 00 00 00
00:00:04.937  49: 00 00 00
00:00:04.937  4A: 00 00 00
00:00:04.937  4B: 00 00 00
00:00:04.937  4C: 00 00 00
00:00:04.937  4D: 00 00 00
00:00:04.937  4E: 00 00 00
00:00:04.937  4F: 00 00 00
00:00:04.938  50: 00 00 00
00:00:04.938  51: 00 00 00
00:00:04.938  52: 00 00 00
00:00:04.938  53: 00 00 00
00:00:04.938  54: 00 00 00
00:00:04.938  55: 00 00 00
00:00:04.938  56: 00 00 00
00:00:04.938  57: 00 00 00
00:00:04.938  58: 00 00 00
00:00:04.938  59: 00 00 00
00:00:04.938  5A: 00 00 00
00:00:04.938  5B: 00 00 00
00:00:04.938  5C: 00 00 00
00:00:04.938  5D: 00 00 00
00:00:04.938  5E: 00 00 00
00:00:04.938  5F: 00 00 00
00:00:04.938  60: 00 00 00
00:00:04.938  61: 00 00 00
00:00:04.938  62: 00 00 00
00:00:04.938  63: 00 00 00
00:00:04.938  64: 00 00 00
00:00:04.938  65: 00 00 00
00:00:04.938  66: 00 00 00
00:00:04.938  67: 00 00 00
00:00:04.938  68: 00 00 00
00:00:04.938  69: 00 00 00
00:00:04.938  6A: 00 00 00
00:00:04.938  6B: 00 00 00
00:00:04.939  6C: 00 00 00
00:00:04.939  6D: 00 00 00
00:00:04.939  6E: 00 00 00
00:00:04.939  6F: 00 00 00
00:00:04.939  70: 00 00 00
00:00:04.939  71: 00 00 00
00:00:04.939  72: 00 00 00
00:00:04.939  73: 00 00 00
00:00:04.939  74: 00 00 00
00:00:04.939  75: 00 00 00
00:00:04.939  76: 00 00 00
00:00:04.939  77: 00 00 00
00:00:04.939  78: 00 00 00
00:00:04.939  79: 00 00 00
00:00:04.939  7A: 00 00 00
00:00:04.939  7B: 00 00 00
00:00:04.939  7C: 00 00 00
00:00:04.939  7D: 00 00 00
00:00:04.939  7E: 00 00 00
00:00:04.939  7F: 00 00 00
00:00:04.939  80: 00 00 00
00:00:04.939  81: 00 00 00
00:00:04.939  82: 00 00 00
00:00:04.939  83: 00 00 00
00:00:04.939  84: 00 00 00
00:00:04.939  85: 00 00 00
00:00:04.939  86: 00 00 00
00:00:04.939  87: 00 00 00
00:00:04.939  88: 00 00 00
00:00:04.940  89: 00 00 00
00:00:04.940  8A: 00 00 00
00:00:04.940  8B: 00 00 00
00:00:04.940  8C: 00 00 00
00:00:04.940  8D: 00 00 00
00:00:04.940  8E: 00 00 00
00:00:04.940  8F: 00 00 00
00:00:04.940  90: 00 00 00
00:00:04.940  91: 00 00 00
00:00:04.940  92: 00 00 00
00:00:04.940  93: 00 00 00
00:00:04.940  94: 00 00 00
00:00:04.940  95: 00 00 00
00:00:04.940  96: 00 00 00
00:00:04.940  97: 00 00 00
00:00:04.940  98: 00 00 00
00:00:04.940  99: 00 00 00
00:00:04.940  9A: 00 00 00
00:00:04.940  9B: 00 00 00
00:00:04.940  9C: 00 00 00
00:00:04.940  9D: 00 00 00
00:00:04.940  9E: 00 00 00
00:00:04.940  9F: 00 00 00
00:00:04.940  A0: 00 00 00
00:00:04.940  A1: 00 00 00
00:00:04.940  A2: 00 00 00
00:00:04.941  A3: 00 00 00
00:00:04.941  A4: 00 00 00
00:00:04.941  A5: 00 00 00
00:00:04.941  A6: 00 00 00
00:00:04.941  A7: 00 00 00
00:00:04.941  A8: 00 00 00
00:00:04.941  A9: 00 00 00
00:00:04.941  AA: 00 00 00
00:00:04.941  AB: 00 00 00
00:00:04.941  AC: 00 00 00
00:00:04.941  AD: 00 00 00
00:00:04.941  AE: 00 00 00
00:00:04.941  AF: 00 00 00
00:00:04.941  B0: 00 00 00
00:00:04.941  B1: 00 00 00
00:00:04.941  B2: 00 00 00
00:00:04.941  B3: 00 00 00
00:00:04.941  B4: 00 00 00
00:00:04.941  B5: 00 00 00
00:00:04.941  B6: 00 00 00
00:00:04.941  B7: 00 00 00
00:00:04.941  B8: 00 00 00
00:00:04.941  B9: 00 00 00
00:00:04.941  BA: 00 00 00
00:00:04.941  BB: 00 00 00
00:00:04.941  BC: 00 00 00
00:00:04.941  BD: 00 00 00
00:00:04.941  BE: 00 00 00
00:00:04.941  BF: 00 00 00
00:00:04.941  C0: 00 00 00
00:00:04.941  C1: 00 00 00
00:00:04.942  C2: 00 00 00
00:00:04.942  C3: 00 00 00
00:00:04.942  C4: 00 00 00
00:00:04.942  C5: 00 00 00
00:00:04.942  C6: 00 00 00
00:00:04.942  C7: 00 00 00
00:00:04.942  C8: 00 00 00
00:00:04.942  C9: 00 00 00
00:00:04.942  CA: 00 00 00
00:00:04.942  CB: 00 00 00
00:00:04.942  CC: 00 00 00
00:00:04.942  CD: 00 00 00
00:00:04.942  CE: 00 00 00
00:00:04.942  CF: 00 00 00
00:00:04.942  D0: 00 00 00
00:00:04.942  D1: 00 00 00
00:00:04.942  D2: 00 00 00
00:00:04.942  D3: 00 00 00
00:00:04.942  D4: 00 00 00
00:00:04.942  D5: 00 00 00
00:00:04.942  D6: 00 00 00
00:00:04.942  D7: 00 00 00
00:00:04.942  D8: 00 00 00
00:00:04.942  D9: 00 00 00
00:00:04.942  DA: 00 00 00
00:00:04.942  DB: 00 00 00
00:00:04.942  DC: 00 00 00
00:00:04.943  DD: 00 00 00
00:00:04.943  DE: 00 00 00
00:00:04.943  DF: 00 00 00
00:00:04.943  E0: 00 00 00
00:00:04.943  E1: 00 00 00
00:00:04.943  E2: 00 00 00
00:00:04.943  E3: 00 00 00
00:00:04.943  E4: 00 00 00
00:00:04.943  E5: 00 00 00
00:00:04.943  E6: 00 00 00
00:00:04.943  E7: 00 00 00
00:00:04.943  E8: 00 00 00
00:00:04.943  E9: 00 00 00
00:00:04.943  EA: 00 00 00
00:00:04.943  EB: 00 00 00
00:00:04.943  EC: 00 00 00
00:00:04.943  ED: 00 00 00
00:00:04.943  EE: 00 00 00
00:00:04.943  EF: 00 00 00
00:00:04.943  F0: 00 00 00
00:00:04.943  F1: 00 00 00
00:00:04.943  F2: 00 00 00
00:00:04.943  F3: 00 00 00
00:00:04.943  F4: 00 00 00
00:00:04.943  F5: 00 00 00
00:00:04.943  F6: 00 00 00
00:00:04.943  F7: 00 00 00
00:00:04.943  F8: 00 00 00
00:00:04.943  F9: 00 00 00
00:00:04.943  FA: 00 00 00
00:00:04.944  FB: 00 00 00
00:00:04.944  FC: 00 00 00
00:00:04.944  FD: 00 00 00
00:00:04.944  FE: 00 00 00
00:00:04.944  FF: 00 00 00
00:00:04.944 !!
00:00:04.944 !! {vgagr}
00:00:04.944 !!
00:00:04.944 VGA Graphics Controller (3CF): GR index 3CE:05
00:00:04.944  GR00:00 GR01:00 GR02:00 GR03:00 GR04:00 GR05:10 GR06:0E GR07:0F GR08:FF
00:00:04.944 !!
00:00:04.944 !! {vgasr}
00:00:04.944 !!
00:00:04.944 VGA Sequencer (3C5): SR index 3C4:03
00:00:04.944  SR00:03 SR01:00 SR02:03 SR03:00 SR04:02
00:00:04.944 !!
00:00:04.944 !! {vgatext}
00:00:04.944 !!
00:00:04.944 --------------------------------------------------------------------------------
00:00:04.946 ZFS: supported version 28                                                       
00:00:04.948 S                                                                               
00:00:04.949                                                                                 
00:00:04.951                                                                                 
00:00:04.953                                                                                 
00:00:04.955                                                                                 
00:00:04.957                                                                                 
00:00:04.958                                                                                 
00:00:04.960                                                                                 
00:00:04.962                                                                                 
00:00:04.964                                                                                 
00:00:04.966                                                                                 
00:00:04.967                                                                                 
00:00:04.969                                                                                 
00:00:04.971                                                                                 
00:00:04.973                                                                                 
00:00:04.974                                                                                 
00:00:04.976                                                                                 
00:00:04.978                                                                                 
00:00:04.980                                                                                 
00:00:04.982                                                                                 
00:00:04.984                                                                                 
00:00:04.985                                                                                 
00:00:04.987                                                                                 
00:00:04.989                                                                                 
00:00:04.991 --------------------------------------------------------------------------------
00:00:04.992 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:05.999 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.
00:00:50.326 Console::powerDown(): A request to power off the VM has been issued (mMachineState=Stopping, InUninit=0)
00:00:50.330 Changing the VM state from 'GURU_MEDITATION' to 'POWERING_OFF'.
00:00:50.330 ****************** Guest state at power off ******************
00:00:50.330 Guest CPUM (VCPU 0) state: se
00:00:50.330 eax=00009998 ebx=0000800b ecx=07030000 edx=f000ff53 esi=3fe26060 edi=00000000
00:00:50.330 eip=f000ff53 esp=00094958 ebp=3fe270ee iopl=0      rf nv up ei nt zr na po nc
00:00:50.330 cs={002b base=000000000000a000 limit=ffffffff flags=0000c0fb} dr0=00000000 dr1=00000000
00:00:50.330 ds={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr2=00000000 dr3=00000000
00:00:50.330 es={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr4=00000000 dr5=00000000
00:00:50.330 fs={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} dr6=ffff0ff0 dr7=00000400
00:00:50.330 gs={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} cr0=60000011 cr2=00000000
00:00:50.330 ss={0033 base=000000000000a000 limit=ffffffff flags=0000c0f3} cr3=00000000 cr4=00000000
00:00:50.330 gdtr=0000000000009590:003f  idtr=0000000000005e00:0197  eflags=00010286
00:00:50.330 ldtr={0000 base=00000000 limit=00000000 flags=00000082}
00:00:50.330 tr  ={0038 base=00005f98 limit=00002067 flags=0000008b}
00:00:50.330 SysEnter={cs=0000 eip=00000000 esp=00000000}
00:00:50.330 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=00000000
00:00:50.330 FPUIP=00000000 CS=0000 Rsvrd1=0000  FPUDP=00000000 DS=0000 Rsvrd2=0000
00:00:50.330 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:50.330 XMM0 =00000000'00000000'00000000'00000000  XMM1 =00000000'00000000'00000000'00000000
00:00:50.330 XMM2 =00000000'00000000'00000000'00000000  XMM3 =00000000'00000000'00000000'00000000
00:00:50.330 XMM4 =00000000'00000000'00000000'00000000  XMM5 =00000000'00000000'00000000'00000000
00:00:50.330 XMM6 =00000000'00000000'00000000'00000000  XMM7 =00000000'00000000'00000000'00000000
00:00:50.330 XMM8 =00000000'00000000'00000000'00000000  XMM9 =00000000'00000000'00000000'00000000
00:00:50.330 XMM10=00000000'00000000'00000000'00000000  XMM11=00000000'00000000'00000000'00000000
00:00:50.330 XMM12=00000000'00000000'00000000'00000000  XMM13=00000000'00000000'00000000'00000000
00:00:50.330 XMM14=00000000'00000000'00000000'00000000  XMM15=00000000'00000000'00000000'00000000
00:00:50.330 EFER         =0000000000000000
00:00:50.330 PAT          =0007040600070406
00:00:50.330 STAR         =0000000000000000
00:00:50.330 CSTAR        =0000000000000000
00:00:50.330 LSTAR        =0000000000000000
00:00:50.330 SFMASK       =0000000000000000
00:00:50.330 KERNELGSBASE =0000000000000000
00:00:50.330 ***
00:00:50.330 Guest paging mode:  Protected, changed 1104 times, A20 enabled
00:00:50.330 Shadow paging mode: 32-bit
00:00:50.330 Host paging mode:   32-bit+G
00:00:50.330 ***
00:00:50.330 Active Timers (pVM=3853a000)
00:00:50.330 pTimerR3 offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:50.330 3941f9c0 000087a0 00000000 00000000 Real             1727643            1682206      0 2-ACTIVE                  VGA Refresh Timer
00:00:50.330 39428160 ffffffa0 ffff7860 00000000 Real             1727643            1682214      0 2-ACTIVE                  EMT Yielder
00:00:50.330 39428100 00000000 00000060 00000000 Real             1727643            1682414      0 2-ACTIVE                  CPU Load Timer
00:00:50.330 39425fa0 00000000 00000000 00000000 Virt          2745746204         2750211091      0 2-ACTIVE                  Audio timer
00:00:50.330 3940fa30 00000430 00000000 00000000 VrSy          2699762601         2754688002     18 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:50.330 3940fe60 00017a00 fffffbd0 00000000 VrSy          2699762601         2990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:50.330 39427860 00000000 fffe8600 00000000 VrSy          2699762601      1199864031601      0 2-ACTIVE                  ACPI Timer
00:00:50.330 ***
00:00:50.330 Shadow GDT (GCAddr=ff5a9000):
00:00:50.330 ffd8 - 80d80087 ff008900 - base=ff0080d8 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSSTrap08
00:00:50.330 ffe0 - 80500087 ff008900 - base=ff008050 limit=00000087 dpl=0 TSS32Avail Present 16-bit  HyperTSS
00:00:50.330 ffe8 - 0000ffff 00af9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 16-bit  HyperCS64
00:00:50.330 fff0 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit  HyperDS
00:00:50.330 fff8 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit  HyperCS
00:00:50.330 ***
00:00:50.330 ************** End of Guest state at power off ***************
00:00:50.331 Changing the VM state from 'POWERING_OFF' to 'OFF'.
00:00:50.335 Changing the VM state from 'OFF' to 'DESTROYING'.
00:00:50.335 ************************* Statistics *************************
00:00:50.336 /Devices/E1k0/ReceiveBytes              0 bytes
00:00:50.336 /Devices/E1k0/TransmitBytes             0 bytes
00:00:50.336 /Devices/IDE0/ATA0/Unit0/AtapiDMA        0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit0/AtapiPIO        0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit0/DMA            0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit0/PIO          177 times
00:00:50.336 /Devices/IDE0/ATA0/Unit0/ReadBytes   543232 bytes
00:00:50.336 /Devices/IDE0/ATA0/Unit0/WrittenBytes        0 bytes
00:00:50.336 /Devices/IDE0/ATA0/Unit1/AtapiDMA        0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit1/AtapiPIO        0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit1/DMA            0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit1/PIO            0 times
00:00:50.336 /Devices/IDE0/ATA0/Unit1/ReadBytes        0 bytes
00:00:50.336 /Devices/IDE0/ATA0/Unit1/WrittenBytes        0 bytes
00:00:50.337 /Devices/IDE0/ATA1/Unit0/AtapiDMA        0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit0/AtapiPIO        0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit0/DMA            0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit0/PIO            0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit0/ReadBytes        0 bytes
00:00:50.337 /Devices/IDE0/ATA1/Unit0/WrittenBytes        0 bytes
00:00:50.337 /Devices/IDE0/ATA1/Unit1/AtapiDMA        0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit1/AtapiPIO        0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit1/DMA            0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit1/PIO            0 times
00:00:50.337 /Devices/IDE0/ATA1/Unit1/ReadBytes        0 bytes
00:00:50.337 /Devices/IDE0/ATA1/Unit1/WrittenBytes        0 bytes
00:00:50.337 /Devices/VMMDev/BalloonChunks           0 count
00:00:50.337 /Drivers/IntNet-0/BadFrames             0 count
00:00:50.337 /Drivers/IntNet-0/Bytes/Received        0 bytes
00:00:50.337 /Drivers/IntNet-0/Bytes/Sent            0 bytes
00:00:50.337 /Drivers/IntNet-0/Overflows/Recv        0 count
00:00:50.338 /Drivers/IntNet-0/Overflows/Sent        0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Lost          0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Received        0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Received-Gso        0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Sent          0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Sent-Gso        0 count
00:00:50.338 /Drivers/IntNet-0/Packets/Sent-R0        0 count
00:00:50.338 /Drivers/IntNet-0/Recv1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.338 /Drivers/IntNet-0/Recv2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.338 /Drivers/IntNet-0/Reserved              0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.338 /Drivers/IntNet-0/Send1                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.338 /Drivers/IntNet-0/Send2                 0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.338 /Drivers/IntNet-0/XmitProcessRing        0 count
00:00:50.338 /Drivers/IntNet-0/XmitWakeup-R0         0 count
00:00:50.339 /Drivers/IntNet-0/XmitWakeup-R3         0 count
00:00:50.339 /Drivers/IntNet-0/YieldNok              0 count
00:00:50.339 /Drivers/IntNet-0/YieldOk               0 count
00:00:50.339 /FT/Checkpoint/Network                  0 times
00:00:50.339 /FT/Checkpoint/Storage                  0 times
00:00:50.339 /FT/Received/Mem                        0 bytes
00:00:50.339 /FT/Received/State                      0 bytes
00:00:50.339 /FT/Sent/Mem                            0 bytes
00:00:50.339 /FT/Sent/State                          0 bytes
00:00:50.339 /FT/Sync/DeltaMem                       0 times
00:00:50.339 /FT/Sync/DeltaVM                        0 times
00:00:50.339 /FT/Sync/Full                           0 times
00:00:50.339 /GVMM/EMTs                              1 calls
00:00:50.339 /GVMM/HostCPUs                         32 calls
00:00:50.339 /GVMM/HostCpus/0                        0 
00:00:50.339 /GVMM/HostCpus/0/CurTimerHz             0 Hz
00:00:50.339 /GVMM/HostCpus/0/DesiredHz              0 Hz
00:00:50.339 /GVMM/HostCpus/0/PPTChanges             0 times
00:00:50.339 /GVMM/HostCpus/0/PPTStarts              0 times
00:00:50.339 /GVMM/HostCpus/0/idxCpuSet              0 
00:00:50.339 /GVMM/HostCpus/1                        1 
00:00:50.339 /GVMM/HostCpus/1/CurTimerHz             0 Hz
00:00:50.339 /GVMM/HostCpus/1/DesiredHz              0 Hz
00:00:50.339 /GVMM/HostCpus/1/PPTChanges             0 times
00:00:50.339 /GVMM/HostCpus/1/PPTStarts              0 times
00:00:50.339 /GVMM/HostCpus/1/idxCpuSet              1 
00:00:50.340 /GVMM/HostCpus/10                      10 
00:00:50.340 /GVMM/HostCpus/10/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/10/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/10/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/10/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/10/idxCpuSet            10 
00:00:50.340 /GVMM/HostCpus/11                      11 
00:00:50.340 /GVMM/HostCpus/11/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/11/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/11/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/11/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/11/idxCpuSet            11 
00:00:50.340 /GVMM/HostCpus/12                      12 
00:00:50.340 /GVMM/HostCpus/12/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/12/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/12/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/12/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/12/idxCpuSet            12 
00:00:50.340 /GVMM/HostCpus/13                      13 
00:00:50.340 /GVMM/HostCpus/13/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/13/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/13/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/13/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/13/idxCpuSet            13 
00:00:50.340 /GVMM/HostCpus/14                      14 
00:00:50.340 /GVMM/HostCpus/14/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/14/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/14/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/14/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/14/idxCpuSet            14 
00:00:50.340 /GVMM/HostCpus/15                      15 
00:00:50.340 /GVMM/HostCpus/15/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/15/DesiredHz             0 Hz
00:00:50.340 /GVMM/HostCpus/15/PPTChanges            0 times
00:00:50.340 /GVMM/HostCpus/15/PPTStarts             0 times
00:00:50.340 /GVMM/HostCpus/15/idxCpuSet            15 
00:00:50.340 /GVMM/HostCpus/16                      16 
00:00:50.340 /GVMM/HostCpus/16/CurTimerHz            0 Hz
00:00:50.340 /GVMM/HostCpus/16/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/16/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/16/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/16/idxCpuSet            16 
00:00:50.341 /GVMM/HostCpus/17                      17 
00:00:50.341 /GVMM/HostCpus/17/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/17/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/17/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/17/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/17/idxCpuSet            17 
00:00:50.341 /GVMM/HostCpus/18                      18 
00:00:50.341 /GVMM/HostCpus/18/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/18/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/18/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/18/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/18/idxCpuSet            18 
00:00:50.341 /GVMM/HostCpus/19                      19 
00:00:50.341 /GVMM/HostCpus/19/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/19/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/19/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/19/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/19/idxCpuSet            19 
00:00:50.341 /GVMM/HostCpus/2                        2 
00:00:50.341 /GVMM/HostCpus/2/CurTimerHz             0 Hz
00:00:50.341 /GVMM/HostCpus/2/DesiredHz              0 Hz
00:00:50.341 /GVMM/HostCpus/2/PPTChanges             0 times
00:00:50.341 /GVMM/HostCpus/2/PPTStarts              0 times
00:00:50.341 /GVMM/HostCpus/2/idxCpuSet              2 
00:00:50.341 /GVMM/HostCpus/20                      20 
00:00:50.341 /GVMM/HostCpus/20/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/20/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/20/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/20/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/20/idxCpuSet            20 
00:00:50.341 /GVMM/HostCpus/21                      21 
00:00:50.341 /GVMM/HostCpus/21/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/21/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/21/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/21/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/21/idxCpuSet            21 
00:00:50.341 /GVMM/HostCpus/22                      22 
00:00:50.341 /GVMM/HostCpus/22/CurTimerHz            0 Hz
00:00:50.341 /GVMM/HostCpus/22/DesiredHz             0 Hz
00:00:50.341 /GVMM/HostCpus/22/PPTChanges            0 times
00:00:50.341 /GVMM/HostCpus/22/PPTStarts             0 times
00:00:50.341 /GVMM/HostCpus/22/idxCpuSet            22 
00:00:50.341 /GVMM/HostCpus/23                      23 
00:00:50.342 /GVMM/HostCpus/23/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/23/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/23/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/23/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/23/idxCpuSet            23 
00:00:50.342 /GVMM/HostCpus/24                      24 
00:00:50.342 /GVMM/HostCpus/24/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/24/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/24/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/24/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/24/idxCpuSet            24 
00:00:50.342 /GVMM/HostCpus/25                      25 
00:00:50.342 /GVMM/HostCpus/25/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/25/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/25/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/25/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/25/idxCpuSet            25 
00:00:50.342 /GVMM/HostCpus/26                      26 
00:00:50.342 /GVMM/HostCpus/26/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/26/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/26/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/26/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/26/idxCpuSet            26 
00:00:50.342 /GVMM/HostCpus/27                      27 
00:00:50.342 /GVMM/HostCpus/27/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/27/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/27/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/27/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/27/idxCpuSet            27 
00:00:50.342 /GVMM/HostCpus/28                      28 
00:00:50.342 /GVMM/HostCpus/28/CurTimerHz            0 Hz
00:00:50.342 /GVMM/HostCpus/28/DesiredHz             0 Hz
00:00:50.342 /GVMM/HostCpus/28/PPTChanges            0 times
00:00:50.342 /GVMM/HostCpus/28/PPTStarts             0 times
00:00:50.342 /GVMM/HostCpus/28/idxCpuSet            28 
00:00:50.343 /GVMM/HostCpus/29                      29 
00:00:50.343 /GVMM/HostCpus/29/CurTimerHz            0 Hz
00:00:50.343 /GVMM/HostCpus/29/DesiredHz             0 Hz
00:00:50.343 /GVMM/HostCpus/29/PPTChanges            0 times
00:00:50.343 /GVMM/HostCpus/29/PPTStarts             0 times
00:00:50.343 /GVMM/HostCpus/29/idxCpuSet            29 
00:00:50.343 /GVMM/HostCpus/3                        3 
00:00:50.343 /GVMM/HostCpus/3/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/3/DesiredHz              0 Hz
00:00:50.343 /GVMM/HostCpus/3/PPTChanges             0 times
00:00:50.343 /GVMM/HostCpus/3/PPTStarts              0 times
00:00:50.343 /GVMM/HostCpus/3/idxCpuSet              3 
00:00:50.343 /GVMM/HostCpus/30                      30 
00:00:50.343 /GVMM/HostCpus/30/CurTimerHz            0 Hz
00:00:50.343 /GVMM/HostCpus/30/DesiredHz             0 Hz
00:00:50.343 /GVMM/HostCpus/30/PPTChanges            0 times
00:00:50.343 /GVMM/HostCpus/30/PPTStarts             0 times
00:00:50.343 /GVMM/HostCpus/30/idxCpuSet            30 
00:00:50.343 /GVMM/HostCpus/31                      31 
00:00:50.343 /GVMM/HostCpus/31/CurTimerHz            0 Hz
00:00:50.343 /GVMM/HostCpus/31/DesiredHz             0 Hz
00:00:50.343 /GVMM/HostCpus/31/PPTChanges            0 times
00:00:50.343 /GVMM/HostCpus/31/PPTStarts             0 times
00:00:50.343 /GVMM/HostCpus/31/idxCpuSet            31 
00:00:50.343 /GVMM/HostCpus/4                        4 
00:00:50.343 /GVMM/HostCpus/4/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/4/DesiredHz              0 Hz
00:00:50.343 /GVMM/HostCpus/4/PPTChanges             0 times
00:00:50.343 /GVMM/HostCpus/4/PPTStarts              0 times
00:00:50.343 /GVMM/HostCpus/4/idxCpuSet              4 
00:00:50.343 /GVMM/HostCpus/5                        5 
00:00:50.343 /GVMM/HostCpus/5/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/5/DesiredHz              0 Hz
00:00:50.343 /GVMM/HostCpus/5/PPTChanges             0 times
00:00:50.343 /GVMM/HostCpus/5/PPTStarts              0 times
00:00:50.343 /GVMM/HostCpus/5/idxCpuSet              5 
00:00:50.343 /GVMM/HostCpus/6                        6 
00:00:50.343 /GVMM/HostCpus/6/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/6/DesiredHz              0 Hz
00:00:50.343 /GVMM/HostCpus/6/PPTChanges             0 times
00:00:50.343 /GVMM/HostCpus/6/PPTStarts              0 times
00:00:50.343 /GVMM/HostCpus/6/idxCpuSet              6 
00:00:50.343 /GVMM/HostCpus/7                        7 
00:00:50.343 /GVMM/HostCpus/7/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/7/DesiredHz              0 Hz
00:00:50.343 /GVMM/HostCpus/7/PPTChanges             0 times
00:00:50.343 /GVMM/HostCpus/7/PPTStarts              0 times
00:00:50.343 /GVMM/HostCpus/7/idxCpuSet              7 
00:00:50.343 /GVMM/HostCpus/8                        8 
00:00:50.343 /GVMM/HostCpus/8/CurTimerHz             0 Hz
00:00:50.343 /GVMM/HostCpus/8/DesiredHz              0 Hz
00:00:50.344 /GVMM/HostCpus/8/PPTChanges             0 times
00:00:50.344 /GVMM/HostCpus/8/PPTStarts              0 times
00:00:50.344 /GVMM/HostCpus/8/idxCpuSet              8 
00:00:50.344 /GVMM/HostCpus/9                        9 
00:00:50.344 /GVMM/HostCpus/9/CurTimerHz             0 Hz
00:00:50.344 /GVMM/HostCpus/9/DesiredHz              0 Hz
00:00:50.344 /GVMM/HostCpus/9/PPTChanges             0 times
00:00:50.344 /GVMM/HostCpus/9/PPTStarts              0 times
00:00:50.344 /GVMM/HostCpus/9/idxCpuSet              9 
00:00:50.344 /GVMM/Sum/HaltBlocking               1303 calls
00:00:50.344 /GVMM/Sum/HaltCalls                 40914 calls
00:00:50.344 /GVMM/Sum/HaltNotBlocking           39611 calls
00:00:50.344 /GVMM/Sum/HaltTimeouts               1164 calls
00:00:50.344 /GVMM/Sum/HaltWakeUps                   0 calls
00:00:50.344 /GVMM/Sum/PokeCalls                     0 calls
00:00:50.344 /GVMM/Sum/PokeNotBusy                   0 calls
00:00:50.344 /GVMM/Sum/PollCalls                     0 calls
00:00:50.344 /GVMM/Sum/PollHalts                     0 calls
00:00:50.344 /GVMM/Sum/PollWakeUps                   0 calls
00:00:50.344 /GVMM/Sum/WakeUpCalls                 167 calls
00:00:50.344 /GVMM/Sum/WakeUpNotHalted             156 calls
00:00:50.344 /GVMM/Sum/WakeUpWakeUps                 0 calls
00:00:50.344 /GVMM/VM/HaltBlocking                1303 calls
00:00:50.344 /GVMM/VM/HaltCalls                  40914 calls
00:00:50.344 /GVMM/VM/HaltNotBlocking            39611 calls
00:00:50.344 /GVMM/VM/HaltTimeouts                1164 calls
00:00:50.344 /GVMM/VM/HaltWakeUps                    0 calls
00:00:50.344 /GVMM/VM/PokeCalls                      0 calls
00:00:50.344 /GVMM/VM/PokeNotBusy                    0 calls
00:00:50.344 /GVMM/VM/PollCalls                      0 calls
00:00:50.344 /GVMM/VM/PollHalts                      0 calls
00:00:50.344 /GVMM/VM/PollWakeUps                    0 calls
00:00:50.344 /GVMM/VM/WakeUpCalls                  167 calls
00:00:50.344 /GVMM/VM/WakeUpNotHalted              156 calls
00:00:50.344 /GVMM/VM/WakeUpWakeUps                  0 calls
00:00:50.344 /GVMM/VMs                               1 calls
00:00:50.344 /MM/HyperHeap/cbFree              1093184 bytes
00:00:50.344 /MM/HyperHeap/cbHeap              1310528 bytes
00:00:50.344 /PDM/BlkCache/cbCached                  0 bytes
00:00:50.344 /PDM/BlkCache/cbCachedFru               0 bytes
00:00:50.344 /PDM/BlkCache/cbCachedMruIn             0 bytes
00:00:50.344 /PDM/BlkCache/cbCachedMruOut            0 bytes
00:00:50.344 /PDM/BlkCache/cbMax               5242880 bytes
00:00:50.344 /PDM/CritSects/ATA0/ContentionR3        0 times
00:00:50.344 /PDM/CritSects/ATA0/ContentionRZLock        0 times
00:00:50.344 /PDM/CritSects/ATA0/ContentionRZUnlock        0 times
00:00:50.344 /PDM/CritSects/ATA1/ContentionR3        0 times
00:00:50.344 /PDM/CritSects/ATA1/ContentionRZLock        0 times
00:00:50.344 /PDM/CritSects/ATA1/ContentionRZUnlock        0 times
00:00:50.344 /PDM/CritSects/E1000#0/ContentionR3        0 times
00:00:50.344 /PDM/CritSects/E1000#0/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/E1000#0/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/E1000#0RX/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/E1000#0RX/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/E1000#0RX/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/EM-REM/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/EM-REM/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/EM-REM/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/FTM/ContentionR3         0 times
00:00:50.345 /PDM/CritSects/FTM/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/FTM/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/IOM EMT Lock/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/IOM EMT Lock/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/IOM EMT Lock/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/IntNetXmit_0/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/IntNetXmit_0/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/IntNetXmit_0/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/MM-HYPER/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/MM-HYPER/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/MM-HYPER/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/PDM/ContentionR3         0 times
00:00:50.345 /PDM/CritSects/PDM/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/PDM/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/PGM/ContentionR3         0 times
00:00:50.345 /PDM/CritSects/PGM/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/PGM/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/PS2KM#0/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/PS2KM#0/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/PS2KM#0/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/REM-Register/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/REM-Register/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/REM-Register/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/TM Timer Lock/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/TM Timer Lock/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/TM VirtualSync Lock/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/VGA/ContentionR3         0 times
00:00:50.345 /PDM/CritSects/VGA/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/VGA/ContentionRZUnlock        0 times
00:00:50.345 /PDM/CritSects/VMMDev/ContentionR3        0 times
00:00:50.345 /PDM/CritSects/VMMDev/ContentionRZLock        0 times
00:00:50.345 /PDM/CritSects/VMMDev/ContentionRZUnlock        0 times
00:00:50.345 /PDM/Queue/DevHlp/AllocFailures         0 times
00:00:50.345 /PDM/Queue/DevHlp/Flush                 0 calls
00:00:50.345 /PDM/Queue/DevHlp/FlushLeftovers        0 times
00:00:50.345 /PDM/Queue/DevHlp/Insert                0 calls
00:00:50.345 /PDM/Queue/DevHlp/cItems                8 count
00:00:50.345 /PDM/Queue/DevHlp/cbItem               32 bytes
00:00:50.345 /PDM/Queue/E1000-Rcv/AllocFailures        0 times
00:00:50.345 /PDM/Queue/E1000-Rcv/Flush              0 calls
00:00:50.346 /PDM/Queue/E1000-Rcv/FlushLeftovers        0 times
00:00:50.346 /PDM/Queue/E1000-Rcv/Insert             0 calls
00:00:50.346 /PDM/Queue/E1000-Rcv/cItems             1 count
00:00:50.346 /PDM/Queue/E1000-Rcv/cbItem            16 bytes
00:00:50.346 /PDM/Queue/E1000-Xmit/AllocFailures        0 times
00:00:50.346 /PDM/Queue/E1000-Xmit/Flush             0 calls
00:00:50.346 /PDM/Queue/E1000-Xmit/FlushLeftovers        0 times
00:00:50.346 /PDM/Queue/E1000-Xmit/Insert            0 calls
00:00:50.346 /PDM/Queue/E1000-Xmit/cItems            1 count
00:00:50.346 /PDM/Queue/E1000-Xmit/cbItem           16 bytes
00:00:50.346 /PDM/Queue/Keyboard/AllocFailures        0 times
00:00:50.346 /PDM/Queue/Keyboard/Flush               0 calls
00:00:50.346 /PDM/Queue/Keyboard/FlushLeftovers        0 times
00:00:50.346 /PDM/Queue/Keyboard/Insert             10 calls
00:00:50.346 /PDM/Queue/Keyboard/cItems             64 count
00:00:50.346 /PDM/Queue/Keyboard/cbItem             16 bytes
00:00:50.346 /PDM/Queue/Mouse/AllocFailures          0 times
00:00:50.346 /PDM/Queue/Mouse/Flush                  0 calls
00:00:50.346 /PDM/Queue/Mouse/FlushLeftovers         0 times
00:00:50.346 /PDM/Queue/Mouse/Insert                 0 calls
00:00:50.346 /PDM/Queue/Mouse/cItems               128 count
00:00:50.346 /PDM/Queue/Mouse/cbItem                48 bytes
00:00:50.346 /PGM/CPU0/cGuestModeChanges          1104 times
00:00:50.346 /PGM/ChunkR3Map/Mapped                  5 count
00:00:50.346 /PGM/ChunkR3Map/Unmapped                0 count
00:00:50.346 /PGM/ChunkR3Map/c                       5 count
00:00:50.346 /PGM/ChunkR3Map/cMax                  512 count
00:00:50.346 /PGM/LargePage/Recheck                  0 times
00:00:50.346 /PGM/LargePage/Refused                  0 times
00:00:50.346 /PGM/LargePage/Reused                   0 times
00:00:50.346 /PGM/Page/cAllPages                265284 count
00:00:50.346 /PGM/Page/cBalloonedPages               0 count
00:00:50.346 /PGM/Page/cHandyPages                  66 count
00:00:50.346 /PGM/Page/cLargePages                   0 count
00:00:50.346 /PGM/Page/cLargePagesDisabled           0 count
00:00:50.346 /PGM/Page/cMonitoredPages               0 count
00:00:50.346 /PGM/Page/cPrivatePages              5113 count
00:00:50.346 /PGM/Page/cPureMmioPages               34 count
00:00:50.346 /PGM/Page/cReadLockedPages              0 count
00:00:50.346 /PGM/Page/cReusedSharedPages            0 count
00:00:50.346 /PGM/Page/cSharedPages                  0 count
00:00:50.346 /PGM/Page/cWriteLockedPages             0 count
00:00:50.346 /PGM/Page/cWrittenToPages               0 count
00:00:50.346 /PGM/Page/cZeroPages               260137 count
00:00:50.346 /PGM/cRelocations                       0 times
00:00:50.346 /PROF/CPU0/EM/Capped                    0 ticks/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.346 /PROF/CPU0/EM/ForcedActions          2568 times
00:00:50.346 /PROF/CPU0/EM/Halted                  334 times
00:00:50.346 /PROF/CPU0/EM/RAWTotal                  0 times
00:00:50.346 /PROF/CPU0/EM/REMTotal                551 times
00:00:50.346 /PROF/CPU0/EM/Total              7713345738 ticks/call (  7713345738 ticks,       1 times, max 7713345738, min 7713345738)
00:00:50.347 /PROF/VM/CPU0/Halt/Block            55447 ns/call (  2265954970 ticks,   40867 times, max   6885387, min    2786)
00:00:50.347 /PROF/VM/CPU0/Halt/BlockInsomnia        0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.347 /PROF/VM/CPU0/Halt/BlockOnTime          0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.347 /PROF/VM/CPU0/Halt/BlockOverslept        0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.347 /PROF/VM/CPU0/Halt/Timers            1436 ns/call (    82471035 ticks,   57417 times, max   4691601, min    1045)
00:00:50.347 /PROF/VM/CPU0/Halt/Yield                0 ns/call (           0 ticks,       0 times, max         0, min      -1)
00:00:50.347 /REM/TbFlushCount                     551 times
00:00:50.347 /REM/TbPhysInvldCount                 515 times
00:00:50.347 /REM/TlbFlushCount                    572 times
00:00:50.347 /TM/CPU/00/cNsExecuting          171168545 ns
00:00:50.347 /TM/CPU/00/cNsHalted             2389519639 ns
00:00:50.347 /TM/CPU/00/cNsOther              185060986 ns
00:00:50.347 /TM/CPU/00/cNsTotal              2745749170 ns
00:00:50.347 /TM/CPU/00/cPeriodsExecuting        35760 count
00:00:50.347 /TM/CPU/00/cPeriodsHalted             334 count
00:00:50.347 /TM/CPU/00/pctExecuting                 0 %
00:00:50.347 /TM/CPU/00/pctHalted                   99 %
00:00:50.347 /TM/CPU/00/pctOther                     0 %
00:00:50.347 /TM/CPU/pctExecuting                    0 %
00:00:50.347 /TM/CPU/pctHalted                      99 %
00:00:50.347 /TM/CPU/pctOther                        0 %
00:00:50.347 /TM/MaxHzHint                           0 Hz
00:00:50.347 /TM/TSC/offCPU0                         0 ticks
00:00:50.347 /TM/VirtualSync/CurrentOffset      600431 ns
00:00:50.347 ********************* End of statistics **********************
00:00:50.379 OSS: Closed /dev/dsp for DAC
00:00:50.380 OSS: Closed /dev/dsp for ADC
00:00:50.383 Changing the VM state from 'DESTROYING' to 'TERMINATED'.


More information about the freebsd-stable mailing list