VMware Communities
hvolmer
Enthusiast
Enthusiast

Converted Parallels VM Faster than new VM

Trying to make some sense of this:

When I moved from Parallels to Fusion, I imported the Parallels VM into Fusion. It has never worked quite right - shutdown issues, USB oddities - so I decided to make a new VM from scratch.

While the shutdown issues are fixed, the VM runs noticeably slower than the converted Parallels VM. For example, an operation that took an average of 30s in Parallels, took 25s in the converted VM and takes 35s in the new VM. That is a 40% increase in time. One app that I need to use often is horrible to use now.

Does anyone have any thoughts about why the "clean" VM install would be so much slower? The settings are all the same.

Thanks, Heath

0 Kudos
31 Replies
admin
Immortal
Immortal

One difference is the HAL, which can affect speed. When Windows is installed, it looks at the hardware and decides on an appropriate HAL to use based on the hardware's capabilities. I don't know about Parallels 4, but version 3 didn't support ACPI (whereas Fusion does), so the HAL of an imported virtual machine would have been different from one created in Fusion.

One app that I need to use often is horrible to use now.

What app? In what way is it "horrible to use"?

0 Kudos
hvolmer
Enthusiast
Enthusiast

It was a Parallels 3 VM originally.

Is there anything I can do about it? I don't know that much about these low-level things.

0 Kudos
admin
Immortal
Immortal

Changing the HAL is not officially supported by Microsoft and is a little nontrivial (you have to boot from a Windows CD and do a repair). Search the forums about changing the HAL if you decide you want to do this, instructions have been posted a number of times.

0 Kudos
hvolmer
Enthusiast
Enthusiast

Maybe my question should be: Is there a reasonable way to fix this speed issue or should I just go back to the converted machine? (Its problems are less of a concern than the slow down of a "native machine".)

Frankly it seems ridiculous that a converted VM should be faster.

After messing with these VMs for a few years now, I'm starting to think the most reasonable thing to do is get rid of the Mac Smiley Sad

Thanks, Heath

0 Kudos
HobbitFootAussi
Enthusiast
Enthusiast

Its kind of weird, I think that you're seeing that as I and others I know saw the opposite. But remember, you can always just go pure native Bootcamp.

0 Kudos
hvolmer
Enthusiast
Enthusiast

That's a pretty satisfying answer. I can also go buy a PC that works right and not have to mess with VMs or Boot Camp (which - while faster - has TONS of problems on the new MBP).

I didn't by a Mac to run Boot Camp, and I didn't pay for VMWare to have it work worse using a 'native' install than a converted VM install. Certain things work better on one, certain on the other, but neither of them is acceptable. It just doesn't make sense, and I'm a bit fed up.

Thanks, Heath

0 Kudos
admin
Immortal
Immortal

You should not think of the differences as being between a 'native' install and a converted install. What you are observing is likely the difference between a Windows installation with an ACPI HAL (the 'native' install) and a Windows installation with a Standard PC HAL (the converted install). You could also do two different 'native' installations with the two different HALs and you would probably observe the same differences in performance.

Why do these two HALs make such a difference? That's hard to say precisely without profiling your workload, but it's really not a surprise. The HAL controls some of the low-level behavior of the Windows operating system, including such fundamental operations as how interrupts are processed.

You do have the option of selecting a different HAL when you install Windows, though Microsoft does not make it obvious. At the point during the installation where you are prompted to press F6 to install a third-party SCSI or RAID controller, press F5 instead, and the installer will prompt you for which HAL you want to install.

I hope that helps clear things up.

0 Kudos
hvolmer
Enthusiast
Enthusiast

Thanks for that. That helps some.

What's a bit confusing is why the ACPI HAL makes it slower, and why Fusion winds up using the slower setup. Are there potential drawbacks to using the standard HAL, like the Shutdown/Restart issues I have on the "converted" VM.

Is this something that can be changed by running the install disc and pressing F5 on the existing VM install, or do I have to start from scratch again :-(?

Thanks

0 Kudos
admin
Immortal
Immortal

What's a bit confusing is why the ACPI HAL makes it slower, and why Fusion winds up using the slower setup. Are there potential drawbacks to using the standard HAL, like the Shutdown/Restart issues I have on the "converted" VM.

I don't know exactly what your shutdown/restart issues are, but yes, they are probably due to using the Standard PC HAL. The ACPI HAL has more advanced power management capabilities than the Standard PC HAL. As a result, at shutdown, Windows running a Standard PC HAL normally prompts the user with "It is now safe to shut down your computer" (or something like that), and you have to press the power button yourself.

Windows chooses to install the ACPI HAL if the system has a local APIC, and Fusion does implement a local APIC. Note that this is a requirement for multi-processor VMs. If you like, you can disable the local APIC for a uniprocessor VM, and Windows will choose to install the Standard PC HAL. Disabling the local APIC is not supported, but if you are interested in trying this, the configuration option is:

monitor_control.disable_apic = TRUE

Note that you do not want to disable the local APIC on a VM that already has an existing Windows installation using the ACPI HAL.

I am surprised that you are seeing such a tremendous performance difference between these two configurations, unless you have explicitly enabled VT-x on a system without Intel FlexPriority or the guest OS type is incorrect. Do you mind posting your configuration file and a vmware.log file for this VM?

Is this something that can be changed by running the install disc and pressing F5 on the existing VM install, or do I have to start from scratch again Smiley Sad?

You can switch from the ACPI HAL to the Standard PC HAL through the device manager, but it is not possible to go the other direction. You might want to take a snapshot first. You can probably find some decent instructions for doing this by googling the relevant terms.

0 Kudos
hvolmer
Enthusiast
Enthusiast

Hey, thanks for helping out here.

I'll post everything from both files from both VMs:

*******************************************************************************

The "Native" Fusion created VM .vmx

*******************************************************************************

.encoding = "UTF-8"

config.version = "8"

virtualHW.version = "7"

pciBridge0.present = "TRUE"

pciBridge4.present = "TRUE"

pciBridge4.virtualDev = "pcieRootPort"

pciBridge4.functions = "8"

pciBridge5.present = "TRUE"

pciBridge5.virtualDev = "pcieRootPort"

pciBridge5.functions = "8"

pciBridge6.present = "TRUE"

pciBridge6.virtualDev = "pcieRootPort"

pciBridge6.functions = "8"

pciBridge7.present = "TRUE"

pciBridge7.virtualDev = "pcieRootPort"

pciBridge7.functions = "8"

vmci0.present = "TRUE"

roamingVM.exitBehavior = "go"

deploymentPlatform = "windows"

mks.enable3d = "TRUE"

virtualHW.productCompatibility = "hosted"

tools.upgrade.policy = "upgradeAtPowerCycle"

powerType.powerOff = "soft"

powerType.powerOn = "soft"

powerType.suspend = "soft"

powerType.reset = "soft"

gui.exitonCLIHLT = "TRUE"

displayName = "Microsoft Windows XP"

nvram = "Microsoft Windows XP.nvram"

memsize = "2092"

guestOS = "winxppro"

sound.present = "TRUE"

sound.fileName = "-1"

sound.autodetect = "TRUE"

sound.startConnected = "TRUE"

usb.present = "TRUE"

ehci.present = "TRUE"

usb.generic.autoconnect = "TRUE"

ide0:0.present = "TRUE"

ide0:0.fileName = "winxp.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "disk2.vmdk"

ide0:1.present = "TRUE"

ide0:1.startConnected = "FALSE"

ide0:1.deviceType = "cdrom-raw"

ide0:1.autodetect = "TRUE"

ethernet0.present = "TRUE"

ethernet0.connectionType = "bridged"

ethernet0.startConnected = "TRUE"

ethernet0.wakeOnPcktRcv = "FALSE"

ethernet0.linkStatePropagation.enable = "TRUE"

floppy0.present = "FALSE"

ethernet0.addressType = "generated"

uuid.location = "56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1"

uuid.bios = "56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1"

ide0:0.redo = ""

ide1:0.redo = ""

vmotion.checkpointFBSize = "134217728"

pciBridge0.pciSlotNumber = "17"

pciBridge4.pciSlotNumber = "21"

pciBridge5.pciSlotNumber = "22"

pciBridge6.pciSlotNumber = "23"

pciBridge7.pciSlotNumber = "24"

usb.pciSlotNumber = "32"

ethernet0.pciSlotNumber = "33"

sound.pciSlotNumber = "34"

ehci.pciSlotNumber = "35"

vmci0.pciSlotNumber = "36"

ethernet0.generatedAddress = "00:0c:29:93:22:e1"

ethernet0.generatedAddressOffset = "0"

vmci0.id = "-107797791"

checkpoint.vmState = ""

usb:0.present = "TRUE"

usb:1.present = "TRUE"

usb:1.deviceType = "hub"

usb:0.deviceType = "mouse"

ide0:1.fileName = "auto detect"

extendedConfigFile = "Microsoft Windows XP.vmxf"

tools.syncTime = "FALSE"

unity.wasCapable = "FALSE"

numvcpus = "1"

unity.showTaskbar = "FALSE"

gui.viewModeAtPowerOn = "windowed"

gui.fullScreenAtPowerOn = "FALSE"

usb.generic.allowHID = "TRUE"

******************************************************************

Native vmware.log

******************************************************************

Jan 06 14:29:34.975: vmx| Log for VMware Fusion pid=7354 version=2.0.1 build=build-128865 option=Release

Jan 06 14:29:34.975: vmx| Host codepage=UTF-8 encoding=UTF-8

Jan 06 14:29:34.975: vmx| Hostname=weasel

Jan 06 14:29:34.975: vmx| IP=fe80::1 (lo0)

Jan 06 14:29:34.975: vmx| IP=127.0.0.1 (lo0)

Jan 06 14:29:34.975: vmx| IP=::1 (lo0)

Jan 06 14:29:34.975: vmx| IP=fdcd:f34a:f635:1b2b:223:32ff:feaf:a0c4 (lo0)

Jan 06 14:29:34.975: vmx| IP=fe80::223:6cff:fe85:27f1 (en1)

Jan 06 14:29:34.976: vmx| IP=10.0.0.107 (en1)

Jan 06 14:29:34.976: vmx| IP=192.168.16.1 (vmnet8)

Jan 06 14:29:34.976: vmx| IP=192.168.122.1 (vmnet1)

Jan 06 14:29:34.976: vmx| IP=fe80::21c:42ff:fe00:0 (en2)

Jan 06 14:29:34.976: vmx| IP=169.254.198.158 (en2)

Jan 06 14:29:34.976: vmx| IP=fe80::21c:42ff:fe00:1 (en3)

Jan 06 14:29:34.976: vmx| IP=169.254.198.158 (en3)

Jan 06 14:29:34.976: vmx| Command line: "/Library/Application Support/VMware Fusion/vmware-vmx" "-E" "en" "-D" "vi8Urj6rD4MDLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" "-#" "product=1;name=VMware Fusion;version=2.0.1;buildnumber=128865;licensename=VMware Fusion for Mac OS;licenseversion=6.0 build-128865;" "-@" "pipe=/var/folders/AK/AKGx1wtxGKSkAh5-PfUBrE+++TI/-Tmp-//vmware-hvolmer/vmx7714c542ae7209a8;readyEvent=25" "/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/Microsoft Windows XP.vmx"

Jan 06 14:29:34.976: vmx| Msg_SetLocale: HostLocale=UTF-8 UserLocale=en

Jan 06 14:29:34.976: vmx| Msg_Reset:

Jan 06 14:29:34.976: vmx| http://msg.dictionary.load.statFailed Unable to get information about file "/Library/Application Support/VMware Fusion/messages/en/vmware.vmsg": No such file or directory.

Jan 06 14:29:34.976: vmx| -


Jan 06 14:29:34.976: vmx| Cannot load message dictionary "/Library/Application Support/VMware Fusion/messages/en/vmware.vmsg".

Jan 06 14:29:34.993: vmx| Ready event: 25

Jan 06 14:29:35.022: vmx| UI Connecting to pipe '/var/folders/AK/AKGx1wtxGKSkAh5-PfUBrE+++TI/-Tmp-//vmware-hvolmer/vmx7714c542ae7209a8' with user '(null)'

Jan 06 14:29:35.024: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 14:29:35.024: vmx| Setup symlink /var/run/vmware/95fd9d67dbcf6617485480153d59714e -> /var/run/vmware/hvolmer_501/1231277374993197_7354

Jan 06 14:29:35.025: vmx| Sig_Init already initialized

Jan 06 14:29:35.026: vmx| Transitioned vmx/execState/val to poweredOff

Jan 06 14:29:35.141: vmx| VMMon_GetkHzEstimate: Calculated 2786275 kHz

Jan 06 14:29:35.141: vmx| CPU kHz estimates: vmmon 2786275, cpuinfo 0, cpufreq 0. Using 2786275 kHz

Jan 06 14:29:35.141: vmx| PTSC: failed to read the TSCs.

Jan 06 14:29:35.141: vmx| PTSC: RefClockToTSC 1000000000Hz -> 2786275000Hz

Jan 06 14:29:35.141: vmx| PTSC: RefClockToTSC ((x * 2991740000) >> 30)

Jan 06 14:29:35.141: vmx| PTSC: using reference clock

Jan 06 14:29:35.141: vmx| CPUID[0] vendor: GenuntelineI

Jan 06 14:29:35.141: vmx| CPUID[0] name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000001, 0: 0x00010676 0x01020800 0x0008e3fd 0xbfebfbff

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[0] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.141: vmx| CPUID[1] vendor: GenuntelineI

Jan 06 14:29:35.141: vmx| CPUID[1] name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000001, 0: 0x00010676 0x00020800 0x0008e3fd 0xbfebfbff

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID[1] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID vendor: GenuntelineI

Jan 06 14:29:35.142: vmx| hostCPUID name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 14:29:35.142: vmx| hostCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 14:29:35.142: vmx| hostCPUID level 00000001, 0: 0x00010676 0x01020800 0x0008e3fd 0xbfebfbff

Jan 06 14:29:35.142: vmx| hostCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 14:29:35.142: vmx| hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 14:29:35.142: vmx| hostCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 14:29:35.142: vmx| hostCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 14:29:35.142: vmx| hostCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 14:29:35.142: vmx| hostCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 14:29:35.142: vmx| hostCPUID level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 14:29:35.142: vmx| hostCPUID level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 14:29:35.142: vmx| hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| hostCPUID level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.142: vmx| CPUID Maximum Physical Address Bits supported across all CPUs: 36

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x480 = 0x5a08000000000d

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x480 = 0x5a08000000000d

Jan 06 14:29:35.142: vmx| Common: MSR 0x480 = 0x5a08000000000d

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x481 = 0x3f00000016

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x481 = 0x3f00000016

Jan 06 14:29:35.142: vmx| Common: MSR 0x481 = 0x3f00000016

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 14:29:35.142: vmx| Common: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x483 = 0x3ffff00036dff

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x483 = 0x3ffff00036dff

Jan 06 14:29:35.142: vmx| Common: MSR 0x483 = 0x3ffff00036dff

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x484 = 0x3fff000011ff

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x484 = 0x3fff000011ff

Jan 06 14:29:35.142: vmx| Common: MSR 0x484 = 0x3fff000011ff

Jan 06 14:29:35.142: vmx| CPU[0]: MSR 0x485 = 0x403c0

Jan 06 14:29:35.142: vmx| CPU[1]: MSR 0x485 = 0x403c0

Jan 06 14:29:35.142: vmx| Common: MSR 0x485 = 0x403c0

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x486 = 0x80000021

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x486 = 0x80000021

Jan 06 14:29:35.143: vmx| Common: MSR 0x486 = 0x80000021

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x487 = 0xffffffff

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x487 = 0xffffffff

Jan 06 14:29:35.143: vmx| Common: MSR 0x487 = 0xffffffff

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x488 = 0x2000

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x488 = 0x2000

Jan 06 14:29:35.143: vmx| Common: MSR 0x488 = 0x2000

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x489 = 0x67ff

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x489 = 0x67ff

Jan 06 14:29:35.143: vmx| Common: MSR 0x489 = 0x67ff

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48a = 0x2c

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48a = 0x2c

Jan 06 14:29:35.143: vmx| Common: MSR 0x48a = 0x2c

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48b = 0x4100000000

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48b = 0x4100000000

Jan 06 14:29:35.143: vmx| Common: MSR 0x48b = 0x4100000000

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48c = 0

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48c = 0

Jan 06 14:29:35.143: vmx| Common: MSR 0x48c = 0

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48d = 0

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48d = 0

Jan 06 14:29:35.143: vmx| Common: MSR 0x48d = 0

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48e = 0

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48e = 0

Jan 06 14:29:35.143: vmx| Common: MSR 0x48e = 0

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x48f = 0

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x48f = 0

Jan 06 14:29:35.143: vmx| Common: MSR 0x48f = 0

Jan 06 14:29:35.143: vmx| CPU[0]: MSR 0x490 = 0

Jan 06 14:29:35.143: vmx| CPU[1]: MSR 0x490 = 0

Jan 06 14:29:35.143: vmx| Common: MSR 0x490 = 0

Jan 06 14:29:35.145: vmx| Host: SRAT tables not found in memory

Jan 06 14:29:35.170: vmx| ACL_InitCapabilities: current IPC thread

Jan 06 14:29:35.170: vmx| ACL_InitCapabilities: done

Jan 06 14:29:35.170: vmx| changing directory to /Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/.

Jan 06 14:29:35.170: vmx| Config file: /Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/Microsoft Windows XP.vmx

Jan 06 14:29:35.197: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 14:29:35.235: vmx| VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOn without reset, soft.

Jan 06 14:29:35.235: vmx| TOOLS delaying state change request to state 3

Jan 06 14:29:35.235: vmx| PowerOn

Jan 06 14:29:35.235: vmx| VMX_PowerOn: VMX build 128865, UI build 128865

Jan 06 14:29:35.235: vmx| Processor affinity unavailable: Bad address

Jan 06 14:29:35.239: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 14:29:35.243: vmx| HOST sysname Darwin, nodename weasel, release 9.6.0, version Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386, machine i386, SMP, hz=100

Jan 06 14:29:35.243: vmx| DICT --- USER PREFERENCES

Jan 06 14:29:35.243: vmx| DICT pref.grabOnKeyPress = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest0.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest0.destString =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest0.user =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest1.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest1.destString =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest1.user =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest2.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest2.destString =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest2.user =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest3.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest3.destString =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest3.user =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest4.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest4.destString =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest4.user =

Jan 06 14:29:35.243: vmx| DICT pref.mruDest5.present = FALSE

Jan 06 14:29:35.243: vmx| DICT pref.mruDest5.destString =

Jan 06 14:29:35.244: vmx| DICT pref.mruDest5.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruDest6.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruDest6.destString =

Jan 06 14:29:35.244: vmx| DICT pref.mruDest6.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruDest7.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruDest7.destString =

Jan 06 14:29:35.244: vmx| DICT pref.mruDest7.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS0.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS1.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS2.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS3.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS4.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS5.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS6.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.present = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.atsString =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.domain =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.user =

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.secure = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.mruATS7.port = 0

Jan 06 14:29:35.244: vmx| DICT pref.registrationViewed = TRUE

Jan 06 14:29:35.244: vmx| DICT pref.lastEvalReminder = 15

Jan 06 14:29:35.244: vmx| DICT pref.usbDev.maxDevs = 0

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.maxProfiles = 2

Jan 06 14:29:35.244: vmx| DICT webUpdate.lastCheckTime = 1231277218

Jan 06 14:29:35.244: vmx| DICT prefvmx.defaultVMPath = /Users/hvolmer/Documents/Virtual Machines.localized

Jan 06 14:29:35.244: vmx| DICT vmWizard.guestKey = winxppro

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.profileKey = 5231d9fb-ed02-a979-ab0c-f5e518a7

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.profileName = Profile

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.mappingKey = 0

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.fromHost = GUI

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.toGuest = GUI

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.mappingKey = 1

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.fromHost = ALT

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.toGuest = ALT

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.mappingKey = 2

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.fromHost = GUI Z

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.toGuest = CONTROL Z

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.mappingKey = 3

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.fromHost = GUI X

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.toGuest = CONTROL X

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.mappingKey = 4

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.fromHost = GUI C

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.toGuest = CONTROL C

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.mappingKey = 5

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.fromHost = GUI V

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.toGuest = CONTROL V

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.mappingKey = 6

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.fromHost = GUI P

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.toGuest = CONTROL P

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.mappingKey = 7

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.fromHost = GUI A

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.toGuest = CONTROL A

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.mappingKey = 8

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.fromHost = GUI S

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.toGuest = CONTROL S

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.mappingKey = 9

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.fromHost = GUI F

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.toGuest = 0x03d

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.mappingKey = 10

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.fromHost = GUI W

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.toGuest = ALT 0x03e

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.mappingKey = 11

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.enabled = FALSE

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.fromHost = 0x11c

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.toGuest = 0x138

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.mappingKey = 12

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.fromHost = Mouse1 CONTROL

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.toGuest = Mouse2

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.mappingKey = 13

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.fromHost = Mouse1 GUI

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.toGuest = Mouse3

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.mappingKey = 14

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.fromHost = GUI CONTROL

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.toGuest = Ungrab

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.mappingKey = 15

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.fromHost = GUI CONTROL 0x01c

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.toGuest = Fullscreen

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.mappingKey = 16

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.fromHost = GUI CONTROL U

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.toGuest = Unity

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.mappingKey = 17

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.fromHost = GUI CONTROL S

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.toGuest = SingleWindow

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.mappingKey = 18

Jan 06 14:29:35.244: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.fromHost = GUI 0x029

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.toGuest = CycleWindow

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.mappingKey = 19

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.fromHost = GUI SHIFT 0x029

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.toGuest = CycleWindowReverse

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.mappingKey = 20

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.fromHost = GUI H

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.toGuest = HideApplication

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.mappingKey = 21

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.fromHost = GUI ALT H

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.toGuest = HideOtherApplications

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.mappingKey = 22

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.fromHost = GUI Q

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.toGuest = Quit

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.mappingKey = 23

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.fromHost = GUI E

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.toGuest = Settings

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.mappingKey = 24

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.fromHost = GUI L

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.toGuest = LaunchApplications

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.maxMappings = 25

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.defaultProfileKey = 5231d9fb-ed02-a979-ab0c-f5e518a7

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.profileKey = macProfile

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.profileName = Mac Profile

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.enableOSShortcuts = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.mappingKey = 0

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.fromHost = Mouse1 Control

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.toGuest = Mouse2

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.mappingKey = 1

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.fromHost = Mouse1 GUI

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.toGuest = Mouse3

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.mappingKey = 2

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.fromHost = GUI CONTROL

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.toGuest = Ungrab

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.mappingKey = 3

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.fromHost = GUI CONTROL 0x01c

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.toGuest = Fullscreen

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.mappingKey = 4

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.fromHost = GUI CONTROL U

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.toGuest = Unity

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.mappingKey = 5

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.fromHost = GUI CONTROL S

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.toGuest = SingleWindow

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.mappingKey = 6

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.fromHost = GUI 0x029

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.toGuest = CycleWindow

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.mappingKey = 7

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.fromHost = GUI SHIFT 0x029

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.toGuest = CycleWindowReverse

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.mappingKey = 8

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.fromHost = GUI H

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.toGuest = HideApplication

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.mappingKey = 9

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.fromHost = GUI ALT H

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.toGuest = HideOtherApplications

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.mappingKey = 10

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.fromHost = GUI Q

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.toGuest = Quit

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.mappingKey = 11

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.fromHost = GUI E

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.toGuest = Settings

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.mappingKey = 12

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.fromHost = GUI L

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.toGuest = LaunchApplications

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile1.maxMappings = 13

Jan 06 14:29:35.245: vmx| DICT hint.dui.skipAntivirusCheck.Suppressible = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT webUpdate.updatesAvailable = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT hint.monitorevent.halt = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.enabled = FALSE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.enabled = TRUE

Jan 06 14:29:35.245: vmx| DICT webUpdate.failCount = 0

Jan 06 14:29:35.245: vmx| DICT --- USER DEFAULTS

Jan 06 14:29:35.245: vmx| DICT --- HOST DEFAULTS

Jan 06 14:29:35.245: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 14:29:35.245: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 14:29:35.245: vmx| DICT --- SITE DEFAULTS

Jan 06 14:29:35.245: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 14:29:35.245: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 14:29:35.245: vmx| DICT --- COMMAND LINE

Jan 06 14:29:35.245: vmx| DICT gui.available = TRUE

Jan 06 14:29:35.245: vmx| DICT --- CONFIGURATION

Jan 06 14:29:35.245: vmx| DICT config.version = 8

Jan 06 14:29:35.245: vmx| DICT virtualHW.version = 7

Jan 06 14:29:35.245: vmx| DICT pciBridge0.present = TRUE

Jan 06 14:29:35.245: vmx| DICT pciBridge4.present = TRUE

Jan 06 14:29:35.245: vmx| DICT pciBridge4.virtualDev = pcieRootPort

Jan 06 14:29:35.245: vmx| DICT pciBridge4.functions = 8

Jan 06 14:29:35.245: vmx| DICT pciBridge5.present = TRUE

Jan 06 14:29:35.245: vmx| DICT pciBridge5.virtualDev = pcieRootPort

Jan 06 14:29:35.245: vmx| DICT pciBridge5.functions = 8

Jan 06 14:29:35.246: vmx| DICT pciBridge6.present = TRUE

Jan 06 14:29:35.246: vmx| DICT pciBridge6.virtualDev = pcieRootPort

Jan 06 14:29:35.246: vmx| DICT pciBridge6.functions = 8

Jan 06 14:29:35.246: vmx| DICT pciBridge7.present = TRUE

Jan 06 14:29:35.246: vmx| DICT pciBridge7.virtualDev = pcieRootPort

Jan 06 14:29:35.246: vmx| DICT pciBridge7.functions = 8

Jan 06 14:29:35.246: vmx| DICT vmci0.present = TRUE

Jan 06 14:29:35.246: vmx| DICT roamingVM.exitBehavior = go

Jan 06 14:29:35.246: vmx| DICT deploymentPlatform = windows

Jan 06 14:29:35.246: vmx| DICT mks.enable3d = TRUE

Jan 06 14:29:35.246: vmx| DICT virtualHW.productCompatibility = hosted

Jan 06 14:29:35.246: vmx| DICT tools.upgrade.policy = upgradeAtPowerCycle

Jan 06 14:29:35.246: vmx| DICT powerType.powerOff = soft

Jan 06 14:29:35.246: vmx| DICT powerType.powerOn = soft

Jan 06 14:29:35.246: vmx| DICT powerType.suspend = soft

Jan 06 14:29:35.246: vmx| DICT powerType.reset = soft

Jan 06 14:29:35.246: vmx| DICT gui.exitonCLIHLT = TRUE

Jan 06 14:29:35.246: vmx| DICT displayName = Microsoft Windows XP

Jan 06 14:29:35.246: vmx| DICT nvram = Microsoft Windows XP.nvram

Jan 06 14:29:35.246: vmx| DICT memsize = 2092

Jan 06 14:29:35.246: vmx| DICT guestOS = winxppro

Jan 06 14:29:35.246: vmx| DICT sound.present = TRUE

Jan 06 14:29:35.246: vmx| DICT sound.fileName = -1

Jan 06 14:29:35.246: vmx| DICT sound.autodetect = TRUE

Jan 06 14:29:35.246: vmx| DICT sound.startConnected = TRUE

Jan 06 14:29:35.246: vmx| DICT usb.present = TRUE

Jan 06 14:29:35.246: vmx| DICT ehci.present = TRUE

Jan 06 14:29:35.246: vmx| DICT usb.generic.autoconnect = FALSE

Jan 06 14:29:35.246: vmx| DICT ide0:0.present = TRUE

Jan 06 14:29:35.246: vmx| DICT ide0:0.fileName = winxp.vmdk

Jan 06 14:29:35.246: vmx| DICT ide1:0.present = TRUE

Jan 06 14:29:35.246: vmx| DICT ide1:0.fileName = disk2.vmdk

Jan 06 14:29:35.246: vmx| DICT ide0:1.present = TRUE

Jan 06 14:29:35.246: vmx| DICT ide0:1.startConnected = FALSE

Jan 06 14:29:35.246: vmx| DICT ide0:1.deviceType = cdrom-raw

Jan 06 14:29:35.246: vmx| DICT ide0:1.autodetect = TRUE

Jan 06 14:29:35.246: vmx| DICT ethernet0.present = TRUE

Jan 06 14:29:35.246: vmx| DICT ethernet0.connectionType = bridged

Jan 06 14:29:35.246: vmx| DICT ethernet0.startConnected = TRUE

Jan 06 14:29:35.246: vmx| DICT ethernet0.wakeOnPcktRcv = FALSE

Jan 06 14:29:35.246: vmx| DICT ethernet0.linkStatePropagation.enable = TRUE

Jan 06 14:29:35.246: vmx| DICT floppy0.present = FALSE

Jan 06 14:29:35.246: vmx| DICT ethernet0.addressType = generated

Jan 06 14:29:35.246: vmx| DICT uuid.location = 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:35.246: vmx| DICT uuid.bios = 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:35.246: vmx| DICT ide0:0.redo =

Jan 06 14:29:35.246: vmx| DICT ide1:0.redo =

Jan 06 14:29:35.246: vmx| DICT vmotion.checkpointFBSize = 134217728

Jan 06 14:29:35.246: vmx| DICT pciBridge0.pciSlotNumber = 17

Jan 06 14:29:35.246: vmx| DICT pciBridge4.pciSlotNumber = 21

Jan 06 14:29:35.246: vmx| DICT pciBridge5.pciSlotNumber = 22

Jan 06 14:29:35.246: vmx| DICT pciBridge6.pciSlotNumber = 23

Jan 06 14:29:35.246: vmx| DICT pciBridge7.pciSlotNumber = 24

Jan 06 14:29:35.246: vmx| DICT usb.pciSlotNumber = 32

Jan 06 14:29:35.246: vmx| DICT ethernet0.pciSlotNumber = 33

Jan 06 14:29:35.246: vmx| DICT sound.pciSlotNumber = 34

Jan 06 14:29:35.246: vmx| DICT ehci.pciSlotNumber = 35

Jan 06 14:29:35.246: vmx| DICT vmci0.pciSlotNumber = 36

Jan 06 14:29:35.246: vmx| DICT ethernet0.generatedAddress = 00:0c:29:93:22:e1

Jan 06 14:29:35.246: vmx| DICT ethernet0.generatedAddressOffset = 0

Jan 06 14:29:35.246: vmx| DICT vmci0.id = -107797791

Jan 06 14:29:35.246: vmx| DICT checkpoint.vmState =

Jan 06 14:29:35.246: vmx| DICT usb:0.present = TRUE

Jan 06 14:29:35.246: vmx| DICT usb:1.present = TRUE

Jan 06 14:29:35.246: vmx| DICT usb:1.deviceType = hub

Jan 06 14:29:35.246: vmx| DICT usb:0.deviceType = mouse

Jan 06 14:29:35.246: vmx| DICT ide0:1.fileName = auto detect

Jan 06 14:29:35.246: vmx| DICT extendedConfigFile = Microsoft Windows XP.vmxf

Jan 06 14:29:35.246: vmx| DICT tools.syncTime = FALSE

Jan 06 14:29:35.246: vmx| DICT unity.wasCapable = FALSE

Jan 06 14:29:35.246: vmx| DICT numvcpus = 1

Jan 06 14:29:35.246: vmx| DICT unity.showTaskbar = FALSE

Jan 06 14:29:35.246: vmx| DICT gui.viewModeAtPowerOn = windowed

Jan 06 14:29:35.246: vmx| DICT gui.fullScreenAtPowerOn = FALSE

Jan 06 14:29:35.246: vmx| DICT usb.generic.allowHID = TRUE

Jan 06 14:29:35.246: vmx| DICT --- USER DEFAULTS

Jan 06 14:29:35.246: vmx| DICT --- HOST DEFAULTS

Jan 06 14:29:35.246: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 14:29:35.246: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 14:29:35.246: vmx| DICT --- SITE DEFAULTS

Jan 06 14:29:35.246: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 14:29:35.246: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 14:29:35.246: vmx| DICT --- GLOBAL SETTINGS

Jan 06 14:29:35.247: vmx| hostCpuFeatures = 0x446001fc

Jan 06 14:29:35.247: vmx| hostNumPerfCounters = 2

Jan 06 14:29:35.247: vmx| CPU0: PMC: IA32, Penryn

Jan 06 14:29:35.247: vmx| CPU1: PMC: IA32, Penryn

Jan 06 14:29:35.247: vmx| MONITOR MODE: allowed modes : BT HV

Jan 06 14:29:35.247: vmx| MONITOR MODE: user requested modes : BT HV HWMMU

Jan 06 14:29:35.247: vmx| MONITOR MODE: guestOS preferred modes: HWMMU HV BT

Jan 06 14:29:35.247: vmx| MONITOR MODE: filtered list : HV BT

Jan 06 14:29:35.247: vmx| HV Settings: virtual exec = 'hardware'; virtual mmu = 'software'

Jan 06 14:29:35.264: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 14:29:35.269: vmx| Largest historical display topology: 2 displays, bounding rect (3360 x 1050).

Jan 06 14:29:35.269: vmx| Host display topology 5120x3200.

Jan 06 14:29:35.269: vmx| SVGA using 5120x3200.

Jan 06 14:29:35.269: vmx| WSSCAN: reserved mem (in MB) min=32 max=4000 recommended=4000

Jan 06 14:29:35.269: vmx| WSSCAN: used rec mem (in MB) 4000

Jan 06 14:29:35.269: vmx| PSHARE: scan rate min 16 max 400

Jan 06 14:29:35.269: vmx| WSSCAN: Overhead 569630 paged 20679 nonpaged 32768 maxFBSize

Jan 06 14:29:35.269: vmx| WSSCAN 1 1 542994 551186 1024000 -1 50 0

Jan 06 14:29:35.272: vmx| LICENSE using: '/Library/Application Support/VMware Fusion/licenses/site/license.fusion.site.6.0.200610'

Jan 06 14:29:35.288: vmx| LOG failed to remove stats/stats32-2 failed: No such file or directory

Jan 06 14:29:35.288: vmx| LOG failed to remove stats/stats64-2 failed: No such file or directory

Jan 06 14:29:35.288: vmx| LOG failed to remove stats32-2 failed: No such file or directory

Jan 06 14:29:35.288: vmx| LOG failed to remove stats64-2 failed: No such file or directory

Jan 06 14:29:35.289: vmx| Monitor_PowerOn: HostedVSMP skew tracking is disabled

Jan 06 14:29:35.289: vmx| Monitor_PowerOn: HostedVSMP crosscall yielding is disabled

Jan 06 14:29:35.290: vmx| vmm32-modules: [vmm.vmm32 .data:0x2b000-0x728 .sdata:0x2c000-0x4e4 .statvars:0x2d000-0x3a0 .peer:0x2e000-0x261c0 .shared:0x56000-0x12ac0 .bss:0x6a000-0x5c88 .rodata:0x71000-0xb350 .text:0x7d000-0x5910d .kstatvars:0x3000-0x0, mmu-pae.vmm32 .rodata:0x7c350-0x44 .data:0x2b728-0xc .peer:0x541c0-0x16c0 .shared:0x68ac0-0x2c0 .bss:0x6fca0-0x518 .text:0xd6110-0xa4e7 .comment:0x40000d38-0x10e .statvars:0x2000-0x0 .kstatvars:0x2000-0x0 .scb:0x40003900-0x180 .shared_meta:0x40003c60-0x390 .peer_meta:0x40001020-0x210, sharedmmu-none.vmm32 .text:0xe05f8-0x32 .comment:0x40000e46-0x12, pv-none.vmm32 .shared:0x68d80-0x180 .bss:0x701c0-0x84 .text:0xe062c-0xe6 .comment:0x40000e58-0x48 .shared_meta:0x40003ff0-0x90, vprobe-none.vmm32 .text:0xe0714-0x79 .comment:0x40000ea0-0x12, hv-vt.vmm32 .rodata:0x7c394-0x4 .data:0x1000-0x0 .peer:0x1000-0x0 .shared:0x1000-0x0 .bss:0x1000-0x0 .text:0xe0790-0x141 .comment:0x40000eb2-0x12 .statvars:0x1000-0x0 .kstatvars:0x1000-0x0, gphys-sw.vmm32 .peer:0x55880-0x40 .shared:0x68f00-0x140 .bss:0x2000-0x0 .text:0xe08e0-0xb43 .comment:0x40000ec4-0x12 .scb:0x40003a80-0x60 .shared_meta:0x40004080-0x2a0 .peer_meta:0x40001230-0x60, vassert-none.vmm32 .text:0xe1424-0xf .comment:0x40000ed6-0x12, vmsafe-none.vmm32 .text:0xe1434-0xd .comment:0x40000ee8-0x12, .rodata:0x7c398-0x38f]

Jan 06 14:29:35.296: vmx| KHZEstimate 2786275

Jan 06 14:29:35.296: vmx| MHZEstimate 2786

Jan 06 14:29:35.296: vmx| NumVCPUs 1

Jan 06 14:29:35.297: vmx| PShare: enabled 1, scanRate 32, checkRate 16

Jan 06 14:29:35.297: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 14:29:35.297: vmx| UUID: location-UUID is 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:35.297: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 14:29:35.297: vmx| UUID: location-UUID is 56 4d e3 ff 2c cd 66 0d-42 95 d9 12 34 39 c7 87

Jan 06 14:29:35.297: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 14:29:35.297: vmx| UUID: location-UUID is 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:35.297: vmx| AIOGNRC: numThreads=6 ide=2, scsi=0, passthru=1

Jan 06 14:29:35.297: vmx| WORKER: Creating new group with numThreads=6 (6)

Jan 06 14:29:35.297: vmx| Replay State = 0

Jan 06 14:29:35.297: vmx| minDEThreshold: 70

Jan 06 14:29:35.298: vmx| MM: Using partialmap, 535552 pages AC 0 CE 1 TM 0 DOHU 0

Jan 06 14:29:35.298: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 14:29:35.298: vmx| UUID: location-UUID is 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:35.341: vmx| MM: using '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/564d0a87-3826-6b13-f4ad-889ef99322e1.vmem' as a paging file

Jan 06 14:29:35.342: vmx| Opened paging file /Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/564d0a87-3826-6b13-f4ad-889ef99322e1.vmem

Jan 06 14:29:35.425: vmx| Mapped mainmem as pageable

Jan 06 14:29:35.425: vmx| MStat: Creating Stat vm.uptime

Jan 06 14:29:35.425: vmx| MStat: Creating Stat vm.suspendTime

Jan 06 14:29:35.425: vmx| MStat: Creating Stat vm.powerOnTimeStamp

Jan 06 14:29:35.425: vmx| VMXAIOMGR: Using: simple=Generic unbuf=Generic

Jan 06 14:29:35.433: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 14:29:35.437: vmx| DISK: OPEN ide0:0 '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/winxp.vmdk' persistent R[]

Jan 06 14:29:35.450: vmx| DISKLIB-DSCPTR: Opened : "winxp-s001.vmdk" (0x1a)

Jan 06 14:29:35.461: vmx| DISKLIB-DSCPTR: Opened : "winxp-s002.vmdk" (0x1a)

Jan 06 14:29:35.472: vmx| DISKLIB-DSCPTR: Opened : "winxp-s003.vmdk" (0x1a)

Jan 06 14:29:35.483: vmx| DISKLIB-DSCPTR: Opened : "winxp-s004.vmdk" (0x1a)

Jan 06 14:29:35.494: vmx| DISKLIB-DSCPTR: Opened : "winxp-s005.vmdk" (0x1a)

Jan 06 14:29:35.505: vmx| DISKLIB-DSCPTR: Opened : "winxp-s006.vmdk" (0x1a)

Jan 06 14:29:35.516: vmx| DISKLIB-DSCPTR: Opened : "winxp-s007.vmdk" (0x1a)

Jan 06 14:29:35.527: vmx| DISKLIB-DSCPTR: Opened : "winxp-s008.vmdk" (0x1a)

Jan 06 14:29:35.538: vmx| DISKLIB-DSCPTR: Opened : "winxp-s009.vmdk" (0x1a)

Jan 06 14:29:35.546: vmx| DISKLIB-DSCPTR: Opened : "winxp-s010.vmdk" (0x1a)

Jan 06 14:29:35.549: vmx| DISKLIB-DSCPTR: Opened : "winxp-s011.vmdk" (0x1a)

Jan 06 14:29:35.555: vmx| DISKLIB-DSCPTR: Opened : "winxp-s012.vmdk" (0x1a)

Jan 06 14:29:35.557: vmx| DISKLIB-DSCPTR: Opened : "winxp-s013.vmdk" (0x1a)

Jan 06 14:29:35.560: vmx| DISKLIB-DSCPTR: Opened : "winxp-s014.vmdk" (0x1a)

Jan 06 14:29:35.562: vmx| DISKLIB-DSCPTR: Opened : "winxp-s015.vmdk" (0x1a)

Jan 06 14:29:35.563: vmx| DISKLIB-DSCPTR: Opened : "winxp-s016.vmdk" (0x1a)

Jan 06 14:29:35.563: vmx| DISKLIB-LINK : Opened '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/winxp.vmdk' (0x1a): twoGbMaxExtentSparse, 62914560 sectors / 30 GB.

Jan 06 14:29:35.563: vmx| DISKLIB-LIB : Opened "/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/winxp.vmdk" (flags 0x1a).

Jan 06 14:29:35.563: vmx| DiskGetGeometry: Reading of disk partition table

Jan 06 14:29:35.563: vmx| DISK: OPEN '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/winxp.vmdk' Geo (16383/16/63) BIOS Geo (3916/255/63) freeSpace=11472 MB, ide

Jan 06 14:29:35.565: vmx| DISK: OPEN ide1:0 '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/disk2.vmdk' persistent R[]

Jan 06 14:29:35.581: vmx| DISKLIB-DSCPTR: Opened : "disk2-s001.vmdk" (0x1a)

Jan 06 14:29:35.587: vmx| DISKLIB-DSCPTR: Opened : "disk2-s002.vmdk" (0x1a)

Jan 06 14:29:35.590: vmx| DISKLIB-DSCPTR: Opened : "disk2-s003.vmdk" (0x1a)

Jan 06 14:29:35.592: vmx| DISKLIB-DSCPTR: Opened : "disk2-s004.vmdk" (0x1a)

Jan 06 14:29:35.595: vmx| DISKLIB-DSCPTR: Opened : "disk2-s005.vmdk" (0x1a)

Jan 06 14:29:35.597: vmx| DISKLIB-DSCPTR: Opened : "disk2-s006.vmdk" (0x1a)

Jan 06 14:29:35.599: vmx| DISKLIB-DSCPTR: Opened : "disk2-s007.vmdk" (0x1a)

Jan 06 14:29:35.602: vmx| DISKLIB-DSCPTR: Opened : "disk2-s008.vmdk" (0x1a)

Jan 06 14:29:35.604: vmx| DISKLIB-DSCPTR: Opened : "disk2-s009.vmdk" (0x1a)

Jan 06 14:29:35.606: vmx| DISKLIB-DSCPTR: Opened : "disk2-s010.vmdk" (0x1a)

Jan 06 14:29:35.608: vmx| DISKLIB-DSCPTR: Opened : "disk2-s011.vmdk" (0x1a)

Jan 06 14:29:35.611: vmx| DISKLIB-DSCPTR: Opened : "disk2-s012.vmdk" (0x1a)

Jan 06 14:29:35.613: vmx| DISKLIB-DSCPTR: Opened : "disk2-s013.vmdk" (0x1a)

Jan 06 14:29:35.615: vmx| DISKLIB-DSCPTR: Opened : "disk2-s014.vmdk" (0x1a)

Jan 06 14:29:35.617: vmx| DISKLIB-DSCPTR: Opened : "disk2-s015.vmdk" (0x1a)

Jan 06 14:29:35.619: vmx| DISKLIB-DSCPTR: Opened : "disk2-s016.vmdk" (0x1a)

Jan 06 14:29:35.619: vmx| DISKLIB-LINK : Opened '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/disk2.vmdk' (0x1a): twoGbMaxExtentSparse, 65536128 sectors / 31.3 GB.

Jan 06 14:29:35.619: vmx| DISKLIB-LIB : Opened "/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/disk2.vmdk" (flags 0x1a).

Jan 06 14:29:35.619: vmx| DiskGetGeometry: Reading of disk partition table

Jan 06 14:29:35.636: vmx| DISK: OPEN '/Users/hvolmer/VMWare/Microsoft Windows XP.vmwarevm/disk2.vmdk' Geo (16383/16/63) BIOS Geo (4079/255/63) freeSpace=11472 MB, ide

Jan 06 14:29:35.637: vmx| TimeTracker host to guest rate conversion 1449456837670 @ 2786275000Hz -> 1449456837670 @ 2786275000Hz

Jan 06 14:29:35.637: vmx| TimeTracker host to guest rate conversion ((x * 2147483648) >> 31) + 0

Jan 06 14:29:35.638: vmx| USB: Initializing 'Generic' backend

Jan 06 14:29:35.688: vmx| USB: Initializing 'Virtual Hub' backend

Jan 06 14:29:35.688: vmx| USB: Initializing 'Virtual Mouse' backend

Jan 06 14:29:35.688: vmx| USB: Initializing 'Virtual Keyboard' backend

Jan 06 14:29:35.688: vmx| USB: Initializing 'Virtual Mass Storage' backend

Jan 06 14:29:35.688: vmx| USB: Initializing 'Virtual CCID' backend

Jan 06 14:29:35.719: vmx| USB-CCID: dlopened /System/Library/Frameworks/PCSC.framework/PCSC.

Jan 06 14:29:35.720: vmx| USB-CCID: Could not establish resource manager context for card ops: SCARD_E_NO_SERVICE(0x8010001d).

Jan 06 14:29:35.720: vmx| USB: Unable to initialize 'Virtual CCID' backend

Jan 06 14:29:35.729: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 14:29:35.730: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 14:29:35.732: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 14:29:35.733: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 14:29:35.734: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 14:29:35.734: vmx| Host display topology 5120x3200.

Jan 06 14:29:35.734: vmx| SVGA using 5120x3200.

Jan 06 14:29:35.736: vmx| Largest historical display topology: 2 displays, bounding rect (3360 x 1050).

Jan 06 14:29:35.736: vmx| GLPrimary_Alloc, thread vmx

Jan 06 14:29:35.736: vmx| Warning: Render at line 1617 from thread vmx

Jan 06 14:29:35.736: vmx| Warning: Render at line 1985 from thread vmx

Jan 06 14:29:35.736: vmx| Warning: Render at line 1866 from thread vmx

Jan 06 14:29:35.738: vmx| WORKER: Creating new group with numThreads=1 (7)

Jan 06 14:29:35.739: vmx| MKS REMOTE Loading VNC Configuration from VM config file

Jan 06 14:29:35.741: vmx| VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks

Jan 06 14:29:35.741: vmx| VMXNET: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks, dontClusterSize is 128

Jan 06 14:29:35.741: vmx| NetPkt: checksum cycles/kB: C=855 asm1=1000 asm2=910

Jan 06 14:29:35.741: vmx| NetPkt: copy and sum cycles/kB: C=1693 asm1=922 asm2=920

Jan 06 14:29:35.754: vmx| Chipset version: 0x13

Jan 06 14:29:35.757: vmx| DISKUTIL: ide0:0 : capacity=62914560

Jan 06 14:29:35.757: vmx| DISKUTIL: ide0:0 : capacity=62914560

Jan 06 14:29:35.757: vmx| DISKUTIL: ide0:0 : geometry=3916/255/63

Jan 06 14:29:35.757: vmx| DISKUTIL: ide0:1 : capacity=0

Jan 06 14:29:35.757: vmx| DISKUTIL: ide0:1 : geometry=0/0/0

Jan 06 14:29:35.758: vmx| DISKUTIL: ide1:0 : capacity=65536128

Jan 06 14:29:35.758: vmx| DISKUTIL: ide1:0 : capacity=65536128

Jan 06 14:29:35.758: vmx| DISKUTIL: ide1:0 : geometry=4079/255/63

Jan 06 14:29:35.760: vmx| Warning: Render at line 2317 from thread vmx

Jan 06 14:29:35.760: vmx| SVGA: Advertising 3D acceleration.

Jan 06 14:29:35.760: vmx| Host display topology 5120x3200 with 2 displays.

Jan 06 14:29:35.760: vmx| SVGA using 5120x3200.

Jan 06 14:29:35.760: vmx| USB: Initializing 'UHCI' host controller

Jan 06 14:29:35.761: vmx| Ethernet0 MAC Address: 00:0c:29:93:22:e1

Jan 06 14:29:35.761: vmx| USB: Initializing 'EHCI' host controller

Jan 06 14:29:35.764: vmx| MStat: Creating Stat vm.heartbeat

Jan 06 14:29:35.764: vmx| DISKUTIL: ide1:0 : toolsVersion = 7460

Jan 06 14:29:35.764: vmx| DISKUTIL: ide0:0 : toolsVersion = 7460

Jan 06 14:29:35.764: vmx| TOOLS INSTALL initializing state to IDLE on power on.

Jan 06 14:29:35.768: vmx| PTSC to VMI Wallclock (nsec) 1449820646966 @ 2786275000Hz -> 1231277375000000000 @ 1000000000Hz

Jan 06 14:29:35.768: vmx| PTSC to VMI Wallclock (nsec) ((x * 3082945722) >> 33) + 1231276854656298502

Jan 06 14:29:35.768: vmx| PTSC to ParaTime RealCycles 0 @ 2786275000Hz -> 0 @ 2786275000Hz

Jan 06 14:29:35.768: vmx| PTSC to ParaTime RealCycles ((x * 1) >> 0) + 0

Jan 06 14:29:35.768: vmx| ParaTime RealCycles to PTSC 0 @ 2786275000Hz -> 0 @ 2786275000Hz

Jan 06 14:29:35.768: vmx| ParaTime RealCycles to PTSC ((x * 1) >> 0) + 0

Jan 06 14:29:35.768: vmx| memoryHotplug: Current size = 2092MB, Minimum size = 2092MB, Maximum size = 2092MB

Jan 06 14:29:35.768: vmx| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000

Jan 06 14:29:35.768: vmx| memoryHotplug: Entry[1]: 00000000001000A0-0000000082C00000

Jan 06 14:29:35.770: vmx| guestCpuFeatures = 0x404001fc

Jan 06 14:29:35.770: vmx| guestCPUID vendor: GenuntelineI

Jan 06 14:29:35.770: vmx| guestCPUID name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 14:29:35.770: vmx| guestCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 14:29:35.770: vmx| guestCPUID level 00000001, 0: 0x00010676 0x01010800 0x80082201 0x0febfbff

Jan 06 14:29:35.770: vmx| guestCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 14:29:35.770: vmx| guestCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 14:29:35.770: vmx| guestCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 14:29:35.770: vmx| guestCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 14:29:35.770: vmx| guestCPUID level 40000000, 0: 0x40000010 0x61774d56 0x4d566572 0x65726177

Jan 06 14:29:35.770: vmx| guestCPUID level 40000010, 0: 0x002a83e3 0x000101d0 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 14:29:35.770: vmx| guestCPUID level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 14:29:35.770: vmx| guestCPUID level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 14:29:35.770: vmx| guestCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.770: vmx| guestCPUID level 80000008, 0: 0x00003028 0x00000000 0x00000000 0x00000000

Jan 06 14:29:35.785: vmx| BusMemSample: initPercent 75 touched 401664

Jan 06 14:29:35.785: vmx| TOOLS received request in VMX to set option 'enableDnD' -> '1'

Jan 06 14:29:35.785: vmx| TOOLS received request in VMX to set option 'copypaste' -> '1'

Jan 06 14:29:35.799: vmx| VMXVmdbLoadUsbDevices: New set of 6 USB devices

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.799: vmx| USB: Found device

Jan 06 14:29:35.800: vmx| VMX_PowerOn: ModuleTable_PowerOn = 1

Jan 06 14:29:35.800: vmx| VMX setting maximum IPC write buffers to 0 packets, 0 bytes

Jan 06 14:29:35.800: mks| Async MKS thread is alive

Jan 06 14:29:35.800: mks| GLPrimaryInit3D, thread mks

Jan 06 14:29:35.836: mks| VMGL_UpdateConnection: Updating extension strings for new connection.

Jan 06 14:29:35.836: mks| OpenGL Vendor: "NVIDIA Corporation"

Jan 06 14:29:35.836: mks| OpenGL Renderer: "NVIDIA GeForce 9400M OpenGL Engine"

Jan 06 14:29:35.836: mks| OpenGL Version: "2.0 NVIDIA-1.5.36" (2.0.0)

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_transpose_matrix GL_ARB_vertex_program GL_ARB_vertex_blend GL_ARB_window_pos

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_shader_objects GL_ARB_vertex_shader GL_ARB_shading_language_100 GL_EXT_multi_draw_arrays

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_clip_volume_hint GL_EXT_rescale_normal GL_EXT_draw_range_elements GL_EXT_fog_coord

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_gpu_program_parameters GL_EXT_geometry_shader4 GL_EXT_transform_feedback

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_APPLE_client_storage GL_APPLE_specular_vector GL_APPLE_transform_hint GL_APPLE_packed_pixels

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_APPLE_fence GL_APPLE_vertex_array_object GL_APPLE_vertex_program_evaluators

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_APPLE_element_array GL_APPLE_flush_render GL_APPLE_aux_depth_stencil GL_NV_texgen_reflection

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_NV_light_max_exponent GL_IBM_rasterpos_clip GL_SGIS_generate_mipmap GL_ARB_imaging

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_point_parameters GL_ARB_texture_env_crossbar GL_ARB_texture_border_clamp GL_ARB_multitexture

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_texture_env_add GL_ARB_texture_cube_map GL_ARB_texture_env_dot3 GL_ARB_multisample

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_texture_env_combine GL_ARB_texture_compression GL_ARB_texture_mirrored_repeat GL_ARB_shadow

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_occlusion_query GL_ARB_point_sprite GL_ARB_texture_non_power_of_two

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_vertex_buffer_object GL_ARB_pixel_buffer_object GL_ARB_draw_buffers

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_shader_texture_lod GL_EXT_compiled_vertex_array GL_EXT_framebuffer_object

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_texture_rectangle

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_ARB_texture_rectangle GL_EXT_texture_env_add GL_EXT_blend_color GL_EXT_blend_minmax

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_blend_subtract GL_EXT_texture_lod_bias GL_EXT_abgr GL_EXT_bgra GL_EXT_stencil_wrap

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_texture_filter_anisotropic GL_EXT_secondary_color GL_EXT_blend_func_separate

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_depth_bounds_test

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_sRGB

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_blend_equation_separate GL_EXT_texture_mirror_clamp GL_EXT_packed_depth_stencil

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_EXT_bindable_uniform GL_EXT_texture_integer GL_EXT_gpu_shader4 GL_EXT_draw_buffers2

Jan 06 14:29:35.836: mks| OpenGL Extensions: GL_APPLE_flush_buffer_range GL_APPLE_ycbcr_422 GL_APPLE_vertex_array_range GL_APPLE_texture_range

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_APPLE_float_pixels GL_ATI_texture_float GL_ARB_texture_float GL_ARB_half_float_pixel

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_APPLE_pixel_buffer GL_APPLE_object_purgeable GL_NV_point_sprite GL_NV_register_combiners

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_NV_register_combiners2 GL_NV_blend_square GL_NV_texture_shader GL_NV_texture_shader2

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_NV_texture_shader3 GL_NV_fog_distance GL_NV_depth_clamp GL_NV_multisample_filter_hint

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_vertex_program2_option

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_NV_vertex_program3 GL_ATI_texture_mirror_once GL_ATI_texture_env_combine3

Jan 06 14:29:35.837: mks| OpenGL Extensions: GL_ATI_separate_stencil GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod

Jan 06 14:29:35.840: mks| GLUtil_InstallExtensionLists: Missing extension GL_ATI_shader_texture_lod

Jan 06 14:29:35.840: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_packed_depth_stencil

Jan 06 14:29:35.840: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_fence

Jan 06 14:29:35.840: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_half_float

Jan 06 14:29:35.842: vmx| DnDRegisterRpc: DnD rpc already set to 1

Jan 06 14:29:35.842: vmx| CopyPasteRegisterRpc: already set to 1

Jan 06 14:29:35.842: vcpu-0| APIC: version = 0x14, max LVT = 5

Jan 06 14:29:35.842: vcpu-0| APIC: LDR = 0x0, DFR = 0xffffffff

Jan 06 14:29:35.892: vcpu-0| guestCpuFeatures = 0x404001fc

Jan 06 14:29:35.898: vcpu-0| CPU reset: hard

Jan 06 14:29:35.898: vcpu-0| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000

Jan 06 14:29:35.898: vcpu-0| memoryHotplug: Entry[1]: 00000000001000A0-0000000082C00000

Jan 06 14:29:35.899: vcpu-0| PIIX4: PM Resuming from suspend type 0x0.

Jan 06 14:29:35.999: vcpu-0| VNET: Notification enabled for Ethernet0

Jan 06 14:29:36.001: vcpu-0| Transitioned vmx/execState/val to poweredOn

Jan 06 14:29:36.055: vcpu-0| sz=2987984

Jan 06 14:29:36.060: vcpu-0| vmm32 initialized: Releasebuild-128865. cflags: 0x00000000.00040080.03000180.00000900

Jan 06 14:29:36.064: vcpu-0| MonitorInitNumaUnmapVMM32

Jan 06 14:29:36.745: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0x0) and 0xd8000000(0x0)

Jan 06 14:29:36.750: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:36.938: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:36.944: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:36.957: vcpu-0| SVGA: Registering IOSpace at 0x10d0

Jan 06 14:29:36.957: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:36.963: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.965: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.966: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.968: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.969: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.971: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.972: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.974: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.975: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.977: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.978: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.980: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.981: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.983: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.984: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.986: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.987: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.989: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.990: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.992: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.994: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.995: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.997: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:36.998: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.000: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.001: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.003: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.004: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.006: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.007: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.009: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.010: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.226: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.228: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.229: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.231: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.232: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.234: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.235: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.237: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.238: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.240: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.241: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.243: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.244: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.246: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.247: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.249: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.250: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.252: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.253: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.255: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.256: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.258: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.259: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.261: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.262: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.264: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.265: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.267: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.268: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.270: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.271: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.273: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:37.296: vcpu-0| VIDE: Curr CHS info cyls: 17475 heads: 15 sects: 63 lba_cap: 62914560

Jan 06 14:29:37.297: vcpu-0| VIDE: Curr CHS info cyls: 17475 heads: 15 sects: 63 lba_cap: 65536128

Jan 06 14:29:37.340: vcpu-0| BIOS-UUID is 56 4d 0a 87 38 26 6b 13-f4 ad 88 9e f9 93 22 e1

Jan 06 14:29:37.630: mks| Connecting to window system.

Jan 06 14:29:37.634: mks| GLHostInitializeLimits: Maximum hardware accelerated viewport size: (8192 x 8192)

Jan 06 14:29:37.641: mks| GLChain: Using GL_ARB_texture_rectangle textures.

Jan 06 14:29:37.646: mks| Ignoring update request in VGA_Expose (mode change pending).

Jan 06 14:29:37.977: vcpu-0| Unknown int 10h func 0x2000

Jan 06 14:29:37.988: vcpu-0| Monitor64_PowerOn()

Jan 06 14:29:38.005: vcpu-0| vmm64-modules: vmm.vmm64 .data:0xfffffffffc04b000-0xbe0 .sdata:0xfffffffffc04c000-0x9a8 .statvars:0xfffffffffc04d00...

Jan 06 14:29:38.016: vcpu-0| APIC: version = 0x14, max LVT = 5

Jan 06 14:29:38.016: vcpu-0| APIC: LDR = 0x1000000, DFR = 0xffffffff

Jan 06 14:29:38.056: vcpu-0| HV enabled

Jan 06 14:29:38.065: vcpu-0| VMM64 initialized

Jan 06 14:29:38.075: vcpu-0| MonitorInitNumaUnmapVMM64

Jan 06 14:29:41.327: vcpu-0| UHCI: Global Reset

Jan 06 14:29:41.426: mks| SVGA: display status changed, using optimizations for local consoles.

Jan 06 14:29:42.081: vcpu-0| SVGA: Unregistering IOSpace at 0x10d0

Jan 06 14:29:42.081: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:42.104: vcpu-0| SVGA: Registering IOSpace at 0x10d0

Jan 06 14:29:42.105: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:42.108: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.109: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.110: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.111: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.112: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.113: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.115: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.115: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.117: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.117: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.119: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.120: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.121: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.122: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.124: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.124: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.125: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.125: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.127: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.127: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.129: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.130: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.131: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.132: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.133: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.134: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.136: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.136: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.138: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.138: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.140: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.140: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.141: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.142: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.143: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.144: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.145: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.146: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.147: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.148: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.150: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.150: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.152: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.152: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.154: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.154: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.156: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.157: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.158: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.158: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.159: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.160: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.162: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.162: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.164: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.164: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.166: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.167: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.168: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.169: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.171: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.171: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.173: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.173: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.220: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.223: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.227: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.230: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.233: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.236: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.239: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.243: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.246: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.249: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.252: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.255: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.258: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.261: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.264: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.267: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.270: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.273: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.276: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.279: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.282: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.285: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.288: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.291: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.294: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.297: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.300: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.303: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.306: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.309: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.312: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.315: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 14:29:42.537: vcpu-0| VIDE: Curr CHS info cyls: 17475 heads: 15 sects: 63 lba_cap: 62914560

Jan 06 14:29:42.538: vcpu-0| CDROM: Mode Sense for Unsupported Page 0x1B

Jan 06 14:29:42.538: vcpu-0| SCSI DEVICE (ide0:1): MODE SENSE(10) for unsupported page 0x1b

Jan 06 14:29:42.971: vcpu-0| VIDE: Curr CHS info cyls: 17475 heads: 15 sects: 63 lba_cap: 65536128

Jan 06 14:29:44.839: mks| Ignoring update request in VGA_Expose (mode change pending).

Jan 06 14:29:45.386: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 0

Jan 06 14:29:45.387: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 0

Jan 06 14:29:45.390: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 0

Jan 06 14:29:45.419: vcpu-0| SVGA: Unregistering IOSpace at 0x10d0

Jan 06 14:29:45.419: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:45.441: vcpu-0| SVGA: Registering IOSpace at 0x10d0

Jan 06 14:29:45.442: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 14:29:46.668: vcpu-0| Guest OS = 0x5008

Jan 06 14:29:46.695: vcpu-0| UHCI: Global Reset

Jan 06 14:29:46.763: vcpu-0| VNET: Notification enabled for Ethernet0

Jan 06 14:29:46.764: vmx| POLL device deleted

Jan 06 14:29:46.765: vcpu-0| Guest: VMXNET: Initialization completed successfully. Version 2.0 Jul 9 2008.

Jan 06 14:29:46.765: vcpu-0| Guest: VMXNET: Features:

Jan 06 14:29:46.765: vcpu-0| Guest: VMXNET: Vmxnet rx ringLen1 = 100, ringLen2 = 1

Jan 06 14:29:50.769: vcpu-0| SVGA monitor install trace: tracing only 16711680 bytes of 20131840

Jan 06 14:29:50.773: mks| SVGA: enabling escape command

Jan 06 14:29:50.779: vcpu-0| Guest display topology changed: numDisplays 1

Jan 06 14:29:50.801: vcpu-0| Guest: vmx_fb: SVGADBG: ready

Jan 06 14:29:50.802: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV e1b39010

Jan 06 14:29:50.802: vcpu-0| Guest: vmx_fb: Display Acceleration: DirectDraw:ok, Direct3D:ok.

Jan 06 14:29:50.802: vcpu-0| Guest: vmx_fb: Current hardware revision: 2.0.

Jan 06 14:29:50.802: vcpu-0| Guest: vmx_fb: Driver compiled against: 2.0.

Jan 06 14:29:50.802: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set

Jan 06 14:29:50.803: vcpu-0| Guest: vmx_fb: This is the primary surface: PPDEV e1b39010

Jan 06 14:29:50.803: vcpu-0| Guest: vmx_fb: Display Acceleration: DirectDraw:ok, Direct3D:ok.

Jan 06 14:29:50.803: vcpu-0| Guest: vmx_fb: Current hardware revision: 2.0.

Jan 06 14:29:50.803: vcpu-0| Guest: vmx_fb: Driver compiled against: 2.0.

Jan 06 14:29:50.803: vcpu-0| Guest: vmx_fb: DrvGetDirectDrawInfo: Overlay flags set

Jan 06 14:29:51.119: mks| HostOps showCursor before defineCursor!

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 0

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 30

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 31

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 32

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 33

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 35

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 36

Jan 06 14:29:53.669: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 38

Jan 06 14:29:53.670: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 45

Jan 06 14:29:53.670: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 46

Jan 06 14:29:53.670: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 47

Jan 06 14:29:53.670: vcpu-0| CDROM: Emulate GET CONFIGURATION RT 0 start feature 259

Jan 06 14:29:56.550: mks| MKS switching absolute mouse on

Jan 06 14:30:05.729: vcpu-0| GuestRpc: Channel 0, guest application toolbox.

Jan 06 14:30:05.729: vcpu-0| TOOLS Reducing idleLoopSpinUS to 500us

Jan 06 14:30:05.729: vcpu-0| TOOLS sending 'OS_PowerOn' (3) state change request

Jan 06 14:30:05.736: vcpu-0| TOOLS autoupgrade protocol version 2

Jan 06 14:30:05.739: vcpu-0| TOOLS ToolsCapabilityGuestTempDirectory received 1 C:\WINDOWS\TEMP

Jan 06 14:30:05.761: vcpu-0| TOOLS ToolsCapabilityGuestConfDirectory received C:\Documents and Settings\All Users\Application Data\VMware\VMware Tools

Jan 06 14:30:05.785: vcpu-0| TOOLS setting the tools version to '7460'

Jan 06 14:30:06.133: vcpu-0| Guest: toolbox: Version: build-128865

Jan 06 14:30:06.133: vcpu-0| TOOLS unified loop capability requested by 'toolbox'; now sending options via TCLO

Jan 06 14:30:06.149: vcpu-0| FILE: FileIO_ResetExcludedFromTimeMachine Couldn't set xattr on path : Permission denied.

Jan 06 14:30:06.240: vcpu-0| Compared tools manifest from host and from the guest. Status = 2.

Jan 06 14:30:06.241: vcpu-0| TOOLS installed legacy version 7460, available legacy version 7460

Jan 06 14:30:06.241: vcpu-0| TOOLS manifest update status is 2 (1-out of date, 2-ok, 3-unknown)

Jan 06 14:30:06.241: vcpu-0| TOOLS will not be autoupgraded.

Jan 06 14:30:06.241: vcpu-0| TOOLS Setting autoupgrade-checked TRUE.

Jan 06 14:30:06.501: vcpu-0| TOOLS state change 3 returned status 1

Jan 06 14:30:07.179: vcpu-0| MKS Backdoor get pointer: first time, notify tools are running

Jan 06 14:30:08.020: vcpu-0| TOOLS unified loop capability requested by 'toolbox-dnd'; now sending options via TCLO

Jan 06 14:30:08.021: vcpu-0| GuestRpc: Channel 1, guest application toolbox-dnd.

Jan 06 14:30:08.023: vmx| DnDRegisterRpc: DnD rpc already set to 1

Jan 06 14:30:08.023: vmx| CopyPasteRegisterRpc: already set to 1

Jan 06 14:30:08.053: vcpu-0| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 14:30:08.454: vmx| DnDRegisterRpc: DnD rpc already set to 1

Jan 06 14:30:08.455: vmx| CopyPasteRegisterRpc: already set to 1

Jan 06 14:30:08.791: vcpu-0| TOOLS call to ghi.guest.handler.restoreDefault failed.

Jan 06 14:30:08.791: vcpu-0| VMXVmdbSimpleGHIReturnCB: failed: ret = VMDB failure

Jan 06 14:30:10.098: vcpu-0| TOOLS call to unity.get.binary.info failed.

Jan 06 14:30:10.098: vcpu-0| VMXVmdbGuestBinaryInfoCB: failed: ret = VMDB failure

Jan 06 14:30:10.098: vcpu-0| VMXVmdbGuestBinaryInfoCB: failed: ret = VMDB failure

Jan 06 14:30:10.630: vcpu-0| TOOLS call to unity.get.binary.info failed.

Jan 06 14:30:10.630: vcpu-0| VMXVmdbGuestBinaryInfoCB: failed: ret = VMDB failure

Jan 06 14:30:10.630: vcpu-0| VMXVmdbGuestBinaryInfoCB: failed: ret = VMDB failure

Jan 06 14:30:52.073: vcpu-0| VIDE: (0x1f0) OUTB Cmd 0xb0, Unknown ATA Command on drive 0

Jan 06 14:31:40.332: vmx| VMXVmdbLoadUsbDevices: New set of 7 USB devices

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:31:40.349: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| VMXVmdbLoadUsbDevices: New set of 6 USB devices

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:00.966: vmx| USB: Found device

Jan 06 14:32:36.318: vmx| VMXVmdbLoadUsbDevices: New set of 7 USB devices

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:36.319: vmx| USB: Found device

Jan 06 14:32:39.413: vmx| USB: Connecting device 0x62000046471000

Jan 06 14:32:39.414: vmx| Msg_Hint: msg.msg.usb.generic.allowHID (sent)

Jan 06 14:32:39.414: vmx| This VM is trying to claim 'OHSUNG URCHID'. If you continue, the device will no longer be usable in the host.----


Jan 06 14:32:51.319: vmx| USBG: CONNREQ: Dequeued head request after 11905 ms for

Jan 06 14:32:51.320: vmx| USB: Adding autoconnect pattern in slot 0

Jan 06 14:32:51.340: vmx| USB: Device should already be connected

Jan 06 14:32:51.340: vmx| VMXVmdbLoadUsbDevices: New set of 7 USB devices

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

Jan 06 14:32:51.340: vmx| USB: Found device

******************************************************************************

Parallels VM .vmx file

******************************************************************************

.encoding = "UTF-8"

config.version = "8"

virtualHW.version = "7"

scsi0.present = "TRUE"

memsize = "2008"

scsi0:0.present = "TRUE"

scsi0:0.fileName = "Windows XP Professional.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "cdrom-raw"

floppy0.fileType = "device"

floppy0.fileName = ""

floppy0.clientDevice = "FALSE"

ethernet0.present = "TRUE"

ethernet0.connectionType = "bridged"

ethernet0.wakeOnPcktRcv = "FALSE"

ethernet0.linkStatePropagation.enable = "TRUE"

usb.present = "TRUE"

ehci.present = "TRUE"

sound.present = "TRUE"

sound.fileName = "-1"

sound.autodetect = "TRUE"

mks.enable3d = "TRUE"

serial0.present = "TRUE"

serial0.fileType = "thinprint"

pciBridge0.present = "TRUE"

pciBridge4.present = "TRUE"

pciBridge4.virtualDev = "pcieRootPort"

pciBridge4.functions = "8"

pciBridge5.present = "TRUE"

pciBridge5.virtualDev = "pcieRootPort"

pciBridge5.functions = "8"

pciBridge6.present = "TRUE"

pciBridge6.virtualDev = "pcieRootPort"

pciBridge6.functions = "8"

pciBridge7.present = "TRUE"

pciBridge7.virtualDev = "pcieRootPort"

pciBridge7.functions = "8"

vmci0.present = "TRUE"

buslogic.noDriver = "FALSE"

roamingVM.exitBehavior = "go"

tools.syncTime = "TRUE"

displayName = "Windows XP Professional"

guestOS = "winxppro"

nvram = "Windows XP Professional.nvram"

virtualHW.productCompatibility = "hosted"

ft.secondary0.enabled = "TRUE"

printers.enabled = "TRUE"

tools.upgrade.policy = "upgradeAtPowerCycle"

powerType.powerOff = "soft"

powerType.powerOn = "soft"

powerType.suspend = "soft"

powerType.reset = "soft"

extendedConfigFile = "Windows XP Professional.vmxf"

numvcpus = "2"

checkpoint.vmState = ""

ide1:0.startConnected = "TRUE"

ethernet0.addressType = "generated"

uuid.location = "56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89"

uuid.bios = "56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89"

unity.wasCapable = "FALSE"

scsi0:0.redo = ""

vmotion.checkpointFBSize = "134217728"

pciBridge0.pciSlotNumber = "17"

pciBridge4.pciSlotNumber = "21"

pciBridge5.pciSlotNumber = "22"

pciBridge6.pciSlotNumber = "23"

pciBridge7.pciSlotNumber = "24"

scsi0.pciSlotNumber = "16"

usb.pciSlotNumber = "32"

ethernet0.pciSlotNumber = "33"

sound.pciSlotNumber = "34"

ehci.pciSlotNumber = "35"

vmci0.pciSlotNumber = "36"

usb:0.present = "TRUE"

usb:1.present = "TRUE"

ethernet0.generatedAddress = "00:0c:29:ae:64:89"

ethernet0.generatedAddressOffset = "0"

vmci0.id = "-558996343"

usb:1.deviceType = "hub"

usb:0.deviceType = "mouse"

floppy0.autodetect = "TRUE"

ide1:0.autodetect = "TRUE"

usb.autoConnect.device0 = "path:6/2/2 autoclean:1"

floppy0.present = "FALSE"

gui.fullScreenAtPowerOn = "FALSE"

gui.viewModeAtPowerOn = "windowed"

***************************************************************************

Parallels VM Log file

***************************************************************************

Jan 06 13:32:35.964: vmx| Log for VMware Fusion pid=6754 version=2.0.1 build=build-128865 option=Release

Jan 06 13:32:35.964: vmx| Host codepage=UTF-8 encoding=UTF-8

Jan 06 13:32:35.964: vmx| Hostname=weasel

Jan 06 13:32:35.964: vmx| IP=fe80::1 (lo0)

Jan 06 13:32:35.964: vmx| IP=127.0.0.1 (lo0)

Jan 06 13:32:35.964: vmx| IP=::1 (lo0)

Jan 06 13:32:35.964: vmx| IP=fdcd:f34a:f635:1b2b:223:32ff:feaf:a0c4 (lo0)

Jan 06 13:32:35.964: vmx| IP=fe80::223:6cff:fe85:27f1 (en1)

Jan 06 13:32:35.964: vmx| IP=10.0.0.107 (en1)

Jan 06 13:32:35.964: vmx| IP=192.168.16.1 (vmnet8)

Jan 06 13:32:35.964: vmx| IP=192.168.122.1 (vmnet1)

Jan 06 13:32:35.964: vmx| IP=fe80::21c:42ff:fe00:0 (en2)

Jan 06 13:32:35.964: vmx| IP=169.254.198.158 (en2)

Jan 06 13:32:35.964: vmx| IP=fe80::21c:42ff:fe00:1 (en3)

Jan 06 13:32:35.964: vmx| IP=169.254.198.158 (en3)

Jan 06 13:32:35.964: vmx| Command line: "/Library/Application Support/VMware Fusion/vmware-vmx" "-E" "en" "-D" "8lhzsovSGUADLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" "-#" "product=1;name=VMware Fusion;version=2.0.1;buildnumber=128865;licensename=VMware Fusion for Mac OS;licenseversion=6.0 build-128865;" "-@" "pipe=/var/folders/AK/AKGx1wtxGKSkAh5-PfUBrE+++TI/-Tmp-//vmware-hvolmer/vmx73c85602527b8934;readyEvent=29" "/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmx"

Jan 06 13:32:35.964: vmx| Msg_SetLocale: HostLocale=UTF-8 UserLocale=en

Jan 06 13:32:35.964: vmx| Msg_Reset:

Jan 06 13:32:35.964: vmx| http://msg.dictionary.load.statFailed Unable to get information about file "/Library/Application Support/VMware Fusion/messages/en/vmware.vmsg": No such file or directory.

Jan 06 13:32:35.964: vmx| -


Jan 06 13:32:35.964: vmx| Cannot load message dictionary "/Library/Application Support/VMware Fusion/messages/en/vmware.vmsg".

Jan 06 13:32:36.014: vmx| Ready event: 29

Jan 06 13:32:36.045: vmx| UI Connecting to pipe '/var/folders/AK/AKGx1wtxGKSkAh5-PfUBrE+++TI/-Tmp-//vmware-hvolmer/vmx73c85602527b8934' with user '(null)'

Jan 06 13:32:36.046: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 13:32:36.047: vmx| Setup symlink /var/run/vmware/c5174bf2524d35e7444c409476a57e31 -> /var/run/vmware/hvolmer_501/1231273956013567_6754

Jan 06 13:32:36.049: vmx| Sig_Init already initialized

Jan 06 13:32:36.051: vmx| Transitioned vmx/execState/val to poweredOff

Jan 06 13:32:36.105: vmx| VMMon_GetkHzEstimate: Calculated 2786275 kHz

Jan 06 13:32:36.105: vmx| CPU kHz estimates: vmmon 2786275, cpuinfo 0, cpufreq 0. Using 2786275 kHz

Jan 06 13:32:36.105: vmx| PTSC: failed to read the TSCs.

Jan 06 13:32:36.105: vmx| PTSC: RefClockToTSC 1000000000Hz -> 2786275000Hz

Jan 06 13:32:36.105: vmx| PTSC: RefClockToTSC ((x * 2991740000) >> 30)

Jan 06 13:32:36.105: vmx| PTSC: using reference clock

Jan 06 13:32:36.105: vmx| CPUID[0] vendor: GenuntelineI

Jan 06 13:32:36.105: vmx| CPUID[0] name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000001, 0: 0x00010676 0x01020800 0x0008e3fd 0xbfebfbff

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[0] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] vendor: GenuntelineI

Jan 06 13:32:36.105: vmx| CPUID[1] name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000001, 0: 0x00010676 0x00020800 0x0008e3fd 0xbfebfbff

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 13:32:36.105: vmx| CPUID[1] level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.105: vmx| CPUID[1] level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 13:32:36.105: vmx| CPUID[1] level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 13:32:36.105: vmx| CPUID[1] level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 13:32:36.106: vmx| CPUID[1] level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 13:32:36.106: vmx| CPUID[1] level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| CPUID[1] level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 13:32:36.106: vmx| CPUID[1] level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| CPUID[1] level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID vendor: GenuntelineI

Jan 06 13:32:36.106: vmx| hostCPUID name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 13:32:36.106: vmx| hostCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 13:32:36.106: vmx| hostCPUID level 00000001, 0: 0x00010676 0x01020800 0x0008e3fd 0xbfebfbff

Jan 06 13:32:36.106: vmx| hostCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 13:32:36.106: vmx| hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 13:32:36.106: vmx| hostCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 13:32:36.106: vmx| hostCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 13:32:36.106: vmx| hostCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 13:32:36.106: vmx| hostCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 13:32:36.106: vmx| hostCPUID level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 13:32:36.106: vmx| hostCPUID level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 13:32:36.106: vmx| hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| hostCPUID level 80000008, 0: 0x00003024 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.106: vmx| CPUID Maximum Physical Address Bits supported across all CPUs: 36

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x480 = 0x5a08000000000d

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x480 = 0x5a08000000000d

Jan 06 13:32:36.106: vmx| Common: MSR 0x480 = 0x5a08000000000d

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x481 = 0x3f00000016

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x481 = 0x3f00000016

Jan 06 13:32:36.106: vmx| Common: MSR 0x481 = 0x3f00000016

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 13:32:36.106: vmx| Common: MSR 0x482 = 0xf7f9fffe0401e172

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x483 = 0x3ffff00036dff

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x483 = 0x3ffff00036dff

Jan 06 13:32:36.106: vmx| Common: MSR 0x483 = 0x3ffff00036dff

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x484 = 0x3fff000011ff

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x484 = 0x3fff000011ff

Jan 06 13:32:36.106: vmx| Common: MSR 0x484 = 0x3fff000011ff

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x485 = 0x403c0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x485 = 0x403c0

Jan 06 13:32:36.106: vmx| Common: MSR 0x485 = 0x403c0

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x486 = 0x80000021

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x486 = 0x80000021

Jan 06 13:32:36.106: vmx| Common: MSR 0x486 = 0x80000021

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x487 = 0xffffffff

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x487 = 0xffffffff

Jan 06 13:32:36.106: vmx| Common: MSR 0x487 = 0xffffffff

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x488 = 0x2000

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x488 = 0x2000

Jan 06 13:32:36.106: vmx| Common: MSR 0x488 = 0x2000

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x489 = 0x67ff

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x489 = 0x67ff

Jan 06 13:32:36.106: vmx| Common: MSR 0x489 = 0x67ff

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48a = 0x2c

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48a = 0x2c

Jan 06 13:32:36.106: vmx| Common: MSR 0x48a = 0x2c

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48b = 0x4100000000

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48b = 0x4100000000

Jan 06 13:32:36.106: vmx| Common: MSR 0x48b = 0x4100000000

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48c = 0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48c = 0

Jan 06 13:32:36.106: vmx| Common: MSR 0x48c = 0

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48d = 0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48d = 0

Jan 06 13:32:36.106: vmx| Common: MSR 0x48d = 0

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48e = 0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48e = 0

Jan 06 13:32:36.106: vmx| Common: MSR 0x48e = 0

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x48f = 0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x48f = 0

Jan 06 13:32:36.106: vmx| Common: MSR 0x48f = 0

Jan 06 13:32:36.106: vmx| CPU[0]: MSR 0x490 = 0

Jan 06 13:32:36.106: vmx| CPU[1]: MSR 0x490 = 0

Jan 06 13:32:36.106: vmx| Common: MSR 0x490 = 0

Jan 06 13:32:36.108: vmx| Host: SRAT tables not found in memory

Jan 06 13:32:36.131: vmx| ACL_InitCapabilities: current IPC thread

Jan 06 13:32:36.131: vmx| ACL_InitCapabilities: done

Jan 06 13:32:36.132: vmx| changing directory to /Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/.

Jan 06 13:32:36.132: vmx| Config file: /Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmx

Jan 06 13:32:36.160: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 13:32:36.200: vmx| VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOn without reset, soft.

Jan 06 13:32:36.200: vmx| TOOLS delaying state change request to state 3

Jan 06 13:32:36.200: vmx| PowerOn

Jan 06 13:32:36.200: vmx| VMX_PowerOn: VMX build 128865, UI build 128865

Jan 06 13:32:36.200: vmx| Processor affinity unavailable: Bad address

Jan 06 13:32:36.205: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 13:32:36.209: vmx| HOSTINFO: Seeing Intel CPU, numCoresPerCPU 2 numThreadsPerCore 1.

Jan 06 13:32:36.209: vmx| HOSTINFO: This machine has 1 physical CPUS, 2 total cores, and 2 logical CPUs.

Jan 06 13:32:36.209: vmx| HOST sysname Darwin, nodename weasel, release 9.6.0, version Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386, machine i386, SMP, hz=100

Jan 06 13:32:36.209: vmx| DICT --- USER PREFERENCES

Jan 06 13:32:36.209: vmx| DICT pref.grabOnKeyPress = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest0.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest0.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest0.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest1.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest1.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest1.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest2.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest2.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest2.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest3.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest3.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest3.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest4.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest4.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest4.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest5.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest5.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest5.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest6.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest6.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest6.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest7.present = FALSE

Jan 06 13:32:36.209: vmx| DICT pref.mruDest7.destString =

Jan 06 13:32:36.209: vmx| DICT pref.mruDest7.user =

Jan 06 13:32:36.209: vmx| DICT pref.mruATS0.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS0.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS0.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS0.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS0.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS0.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS1.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS2.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS3.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS4.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS5.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS6.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.present = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.atsString =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.domain =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.user =

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.secure = FALSE

Jan 06 13:32:36.210: vmx| DICT pref.mruATS7.port = 0

Jan 06 13:32:36.210: vmx| DICT pref.registrationViewed = TRUE

Jan 06 13:32:36.210: vmx| DICT pref.lastEvalReminder = 15

Jan 06 13:32:36.210: vmx| DICT pref.usbDev.maxDevs = 0

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.maxProfiles = 2

Jan 06 13:32:36.210: vmx| DICT webUpdate.lastCheckTime = 1230908514

Jan 06 13:32:36.210: vmx| DICT prefvmx.defaultVMPath = /Users/hvolmer/Documents/Virtual Machines.localized

Jan 06 13:32:36.210: vmx| DICT vmWizard.guestKey = winxppro

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.profileKey = 5231d9fb-ed02-a979-ab0c-f5e518a7

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.profileName = Profile

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.mappingKey = 0

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.fromHost = GUI

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping0.toGuest = GUI

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.mappingKey = 1

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.fromHost = ALT

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping1.toGuest = ALT

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.mappingKey = 11

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.fromHost = 0x11c

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.toGuest = 0x138

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.mappingKey = 12

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.fromHost = Mouse1 CONTROL

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.toGuest = Mouse2

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.mappingKey = 13

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.fromHost = Mouse1 GUI

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.toGuest = Mouse3

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.mappingKey = 14

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.fromHost = GUI CONTROL

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.toGuest = Ungrab

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.mappingKey = 15

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.fromHost = GUI CONTROL 0x01c

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.toGuest = Fullscreen

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.mappingKey = 16

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.fromHost = GUI CONTROL U

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.toGuest = Unity

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.mappingKey = 17

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.fromHost = GUI CONTROL S

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.toGuest = SingleWindow

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.mappingKey = 18

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.fromHost = GUI 0x029

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.toGuest = CycleWindow

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.mappingKey = 19

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.fromHost = GUI SHIFT 0x029

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.toGuest = CycleWindowReverse

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.mappingKey = 20

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.enabled = TRUE

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.fromHost = GUI H

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping11.toGuest = HideApplication

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.mappingKey = 21

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.fromHost = GUI ALT H

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.toGuest = HideOtherApplications

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.mappingKey = 22

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.fromHost = GUI Q

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.toGuest = Quit

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.mappingKey = 23

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.fromHost = GUI E

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.toGuest = Settings

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.mappingKey = 24

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.fromHost = GUI L

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.toGuest = LaunchApplications

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.mappingKey = 2

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.fromHost = GUI Z

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.toGuest = CONTROL Z

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.mappingKey = 3

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.fromHost = GUI X

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.toGuest = CONTROL X

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.mappingKey = 4

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.fromHost = GUI C

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.toGuest = CONTROL C

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.mappingKey = 5

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.fromHost = GUI V

Jan 06 13:32:36.210: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.toGuest = CONTROL V

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.mappingKey = 6

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.fromHost = GUI P

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.toGuest = CONTROL P

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.mappingKey = 7

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.fromHost = GUI A

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.toGuest = CONTROL A

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.mappingKey = 8

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.fromHost = GUI S

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.toGuest = CONTROL S

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.mappingKey = 9

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.fromHost = GUI F

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping23.toGuest = 0x03d

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.mappingKey = 10

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.fromHost = GUI W

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping24.toGuest = ALT 0x03e

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.maxMappings = 25

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.defaultProfileKey = 5231d9fb-ed02-a979-ab0c-f5e518a7

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping9.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping10.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping20.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping6.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping18.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping19.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.profileKey = macProfile

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.profileName = Mac Profile

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.enableOSShortcuts = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.mappingKey = 0

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.fromHost = Mouse1 Control

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping0.toGuest = Mouse2

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.mappingKey = 1

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.fromHost = Mouse1 GUI

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping1.toGuest = Mouse3

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.mappingKey = 2

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.fromHost = GUI CONTROL

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping2.toGuest = Ungrab

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.mappingKey = 3

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.fromHost = GUI CONTROL 0x01c

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping3.toGuest = Fullscreen

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.mappingKey = 4

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.fromHost = GUI CONTROL U

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping4.toGuest = Unity

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.mappingKey = 5

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.fromHost = GUI CONTROL S

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping5.toGuest = SingleWindow

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.mappingKey = 6

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.fromHost = GUI 0x029

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping6.toGuest = CycleWindow

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.mappingKey = 7

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.fromHost = GUI SHIFT 0x029

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping7.toGuest = CycleWindowReverse

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.mappingKey = 8

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.fromHost = GUI H

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping8.toGuest = HideApplication

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.mappingKey = 9

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.fromHost = GUI ALT H

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping9.toGuest = HideOtherApplications

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.mappingKey = 10

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.fromHost = GUI Q

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping10.toGuest = Quit

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.mappingKey = 11

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.fromHost = GUI E

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping11.toGuest = Settings

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.mappingKey = 12

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.fromHost = GUI L

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.mapping12.toGuest = LaunchApplications

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile1.maxMappings = 13

Jan 06 13:32:36.211: vmx| DICT hint.dui.skipAntivirusCheck.Suppressible = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping4.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping5.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping15.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping13.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping14.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping22.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT webUpdate.updatesAvailable = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping8.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping17.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping3.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT hint.monitorevent.halt = FALSE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping12.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping21.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping7.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping16.enabled = TRUE

Jan 06 13:32:36.211: vmx| DICT pref.keyboardAndMouse.profile0.mapping2.enabled = FALSE

Jan 06 13:32:36.211: vmx| DICT webUpdate.failCount = 0

Jan 06 13:32:36.211: vmx| DICT --- USER DEFAULTS

Jan 06 13:32:36.211: vmx| DICT --- HOST DEFAULTS

Jan 06 13:32:36.211: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 13:32:36.211: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 13:32:36.211: vmx| DICT --- SITE DEFAULTS

Jan 06 13:32:36.211: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 13:32:36.211: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 13:32:36.211: vmx| DICT --- COMMAND LINE

Jan 06 13:32:36.211: vmx| DICT gui.available = TRUE

Jan 06 13:32:36.211: vmx| DICT --- CONFIGURATION

Jan 06 13:32:36.211: vmx| DICT config.version = 8

Jan 06 13:32:36.211: vmx| DICT virtualHW.version = 7

Jan 06 13:32:36.211: vmx| DICT scsi0.present = TRUE

Jan 06 13:32:36.211: vmx| DICT memsize = 2008

Jan 06 13:32:36.211: vmx| DICT scsi0:0.present = TRUE

Jan 06 13:32:36.211: vmx| DICT scsi0:0.fileName = Windows XP Professional.vmdk

Jan 06 13:32:36.211: vmx| DICT ide1:0.present = TRUE

Jan 06 13:32:36.211: vmx| DICT ide1:0.fileName = auto detect

Jan 06 13:32:36.211: vmx| DICT ide1:0.deviceType = cdrom-raw

Jan 06 13:32:36.211: vmx| DICT floppy0.fileType = device

Jan 06 13:32:36.211: vmx| DICT floppy0.fileName =

Jan 06 13:32:36.211: vmx| DICT floppy0.clientDevice = FALSE

Jan 06 13:32:36.211: vmx| DICT ethernet0.present = TRUE

Jan 06 13:32:36.212: vmx| DICT ethernet0.connectionType = bridged

Jan 06 13:32:36.212: vmx| DICT ethernet0.wakeOnPcktRcv = FALSE

Jan 06 13:32:36.212: vmx| DICT ethernet0.linkStatePropagation.enable = TRUE

Jan 06 13:32:36.212: vmx| DICT usb.present = TRUE

Jan 06 13:32:36.212: vmx| DICT ehci.present = TRUE

Jan 06 13:32:36.212: vmx| DICT sound.present = TRUE

Jan 06 13:32:36.212: vmx| DICT sound.fileName = -1

Jan 06 13:32:36.212: vmx| DICT sound.autodetect = TRUE

Jan 06 13:32:36.212: vmx| DICT mks.enable3d = TRUE

Jan 06 13:32:36.212: vmx| DICT serial0.present = TRUE

Jan 06 13:32:36.212: vmx| DICT serial0.fileType = thinprint

Jan 06 13:32:36.212: vmx| DICT pciBridge0.present = TRUE

Jan 06 13:32:36.212: vmx| DICT pciBridge4.present = TRUE

Jan 06 13:32:36.212: vmx| DICT pciBridge4.virtualDev = pcieRootPort

Jan 06 13:32:36.212: vmx| DICT pciBridge4.functions = 8

Jan 06 13:32:36.212: vmx| DICT pciBridge5.present = TRUE

Jan 06 13:32:36.212: vmx| DICT pciBridge5.virtualDev = pcieRootPort

Jan 06 13:32:36.212: vmx| DICT pciBridge5.functions = 8

Jan 06 13:32:36.212: vmx| DICT pciBridge6.present = TRUE

Jan 06 13:32:36.212: vmx| DICT pciBridge6.virtualDev = pcieRootPort

Jan 06 13:32:36.212: vmx| DICT pciBridge6.functions = 8

Jan 06 13:32:36.212: vmx| DICT pciBridge7.present = TRUE

Jan 06 13:32:36.212: vmx| DICT pciBridge7.virtualDev = pcieRootPort

Jan 06 13:32:36.212: vmx| DICT pciBridge7.functions = 8

Jan 06 13:32:36.212: vmx| DICT vmci0.present = TRUE

Jan 06 13:32:36.212: vmx| DICT buslogic.noDriver = FALSE

Jan 06 13:32:36.212: vmx| DICT roamingVM.exitBehavior = go

Jan 06 13:32:36.212: vmx| DICT tools.syncTime = TRUE

Jan 06 13:32:36.212: vmx| DICT displayName = Windows XP Professional

Jan 06 13:32:36.212: vmx| DICT guestOS = winxppro

Jan 06 13:32:36.212: vmx| DICT nvram = Windows XP Professional.nvram

Jan 06 13:32:36.212: vmx| DICT virtualHW.productCompatibility = hosted

Jan 06 13:32:36.212: vmx| DICT ft.secondary0.enabled = TRUE

Jan 06 13:32:36.212: vmx| DICT printers.enabled = TRUE

Jan 06 13:32:36.212: vmx| DICT tools.upgrade.policy = upgradeAtPowerCycle

Jan 06 13:32:36.212: vmx| DICT powerType.powerOff = soft

Jan 06 13:32:36.212: vmx| DICT powerType.powerOn = soft

Jan 06 13:32:36.212: vmx| DICT powerType.suspend = soft

Jan 06 13:32:36.212: vmx| DICT powerType.reset = soft

Jan 06 13:32:36.212: vmx| DICT extendedConfigFile = Windows XP Professional.vmxf

Jan 06 13:32:36.212: vmx| DICT numvcpus = 2

Jan 06 13:32:36.212: vmx| DICT checkpoint.vmState =

Jan 06 13:32:36.212: vmx| DICT ide1:0.startConnected = TRUE

Jan 06 13:32:36.212: vmx| DICT ethernet0.addressType = generated

Jan 06 13:32:36.212: vmx| DICT uuid.location = 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:36.212: vmx| DICT uuid.bios = 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:36.212: vmx| DICT unity.wasCapable = FALSE

Jan 06 13:32:36.212: vmx| DICT scsi0:0.redo =

Jan 06 13:32:36.212: vmx| DICT vmotion.checkpointFBSize = 134217728

Jan 06 13:32:36.212: vmx| DICT pciBridge0.pciSlotNumber = 17

Jan 06 13:32:36.212: vmx| DICT pciBridge4.pciSlotNumber = 21

Jan 06 13:32:36.212: vmx| DICT pciBridge5.pciSlotNumber = 22

Jan 06 13:32:36.212: vmx| DICT pciBridge6.pciSlotNumber = 23

Jan 06 13:32:36.212: vmx| DICT pciBridge7.pciSlotNumber = 24

Jan 06 13:32:36.212: vmx| DICT scsi0.pciSlotNumber = 16

Jan 06 13:32:36.212: vmx| DICT usb.pciSlotNumber = 32

Jan 06 13:32:36.212: vmx| DICT ethernet0.pciSlotNumber = 33

Jan 06 13:32:36.212: vmx| DICT sound.pciSlotNumber = 34

Jan 06 13:32:36.212: vmx| DICT ehci.pciSlotNumber = 35

Jan 06 13:32:36.212: vmx| DICT vmci0.pciSlotNumber = 36

Jan 06 13:32:36.212: vmx| DICT usb:0.present = TRUE

Jan 06 13:32:36.212: vmx| DICT usb:1.present = TRUE

Jan 06 13:32:36.212: vmx| DICT ethernet0.generatedAddress = 00:0c:29:ae:64:89

Jan 06 13:32:36.212: vmx| DICT ethernet0.generatedAddressOffset = 0

Jan 06 13:32:36.212: vmx| DICT vmci0.id = -558996343

Jan 06 13:32:36.212: vmx| DICT usb:1.deviceType = hub

Jan 06 13:32:36.212: vmx| DICT usb:0.deviceType = mouse

Jan 06 13:32:36.212: vmx| DICT floppy0.autodetect = TRUE

Jan 06 13:32:36.212: vmx| DICT ide1:0.autodetect = TRUE

Jan 06 13:32:36.212: vmx| DICT usb.autoConnect.device0 = path:6/2/2 autoclean:1

Jan 06 13:32:36.212: vmx| DICT floppy0.present = FALSE

Jan 06 13:32:36.212: vmx| DICT gui.fullScreenAtPowerOn = FALSE

Jan 06 13:32:36.212: vmx| DICT gui.viewModeAtPowerOn = windowed

Jan 06 13:32:36.212: vmx| DICT --- USER DEFAULTS

Jan 06 13:32:36.212: vmx| DICT --- HOST DEFAULTS

Jan 06 13:32:36.212: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 13:32:36.212: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 13:32:36.212: vmx| DICT --- SITE DEFAULTS

Jan 06 13:32:36.212: vmx| DICT vmnet1.hostonlyaddress = 192.168.122.1

Jan 06 13:32:36.212: vmx| DICT vmnet1.hostonlynetmask = 255.255.255.0

Jan 06 13:32:36.212: vmx| DICT --- GLOBAL SETTINGS

Jan 06 13:32:36.213: vmx| hostCpuFeatures = 0x446001fc

Jan 06 13:32:36.213: vmx| hostNumPerfCounters = 2

Jan 06 13:32:36.213: vmx| CPU0: PMC: IA32, Penryn

Jan 06 13:32:36.213: vmx| CPU1: PMC: IA32, Penryn

Jan 06 13:32:36.213: vmx| MONITOR MODE: allowed modes : BT HV

Jan 06 13:32:36.213: vmx| MONITOR MODE: user requested modes : BT HV HWMMU

Jan 06 13:32:36.213: vmx| MONITOR MODE: guestOS preferred modes: HWMMU HV BT

Jan 06 13:32:36.213: vmx| MONITOR MODE: filtered list : HV BT

Jan 06 13:32:36.213: vmx| HV Settings: virtual exec = 'hardware'; virtual mmu = 'software'

Jan 06 13:32:36.231: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 13:32:36.235: vmx| Largest historical display topology: 2 displays, bounding rect (3360 x 1050).

Jan 06 13:32:36.235: vmx| Host display topology 5120x3200.

Jan 06 13:32:36.235: vmx| SVGA using 5120x3200.

Jan 06 13:32:36.236: vmx| WSSCAN: reserved mem (in MB) min=32 max=4000 recommended=4000

Jan 06 13:32:36.236: vmx| WSSCAN: used rec mem (in MB) 4000

Jan 06 13:32:36.236: vmx| PSHARE: scan rate min 16 max 400

Jan 06 13:32:36.236: vmx| WSSCAN: Overhead 548150 paged 35442 nonpaged 32768 maxFBSize

Jan 06 13:32:36.236: vmx| WSSCAN 1 1 534768 542960 1024000 -1 50 0

Jan 06 13:32:36.239: vmx| LICENSE using: '/Library/Application Support/VMware Fusion/licenses/site/license.fusion.site.6.0.200610'

Jan 06 13:32:36.255: vmx| LOG failed to remove stats/stats32-2 failed: No such file or directory

Jan 06 13:32:36.255: vmx| LOG failed to remove stats/stats64-2 failed: No such file or directory

Jan 06 13:32:36.255: vmx| LOG failed to remove stats32-2 failed: No such file or directory

Jan 06 13:32:36.255: vmx| LOG failed to remove stats64-2 failed: No such file or directory

Jan 06 13:32:36.255: vmx| Monitor_PowerOn: hostedVSMPMaxSkew is 1500 us (4179412 cycles)

Jan 06 13:32:36.255: vmx| Monitor_PowerOn: hostedVSMPYieldPoint is 50 us (139313 cycles)

Jan 06 13:32:36.258: vmx| vmm32-modules: [vmm.vmm32 .data:0x2b000-0x728 .sdata:0x2c000-0x4e4 .statvars:0x2d000-0x3a0 .peer:0x2e000-0x261c0 .shared:0x56000-0x12ac0 .bss:0x6a000-0x5c88 .rodata:0x71000-0xb350 .text:0x7d000-0x5910d .kstatvars:0x3000-0x0, mmu-pae.vmm32 .rodata:0x7c350-0x44 .data:0x2b728-0xc .peer:0x541c0-0x16c0 .shared:0x68ac0-0x2c0 .bss:0x6fca0-0x518 .text:0xd6110-0xa4e7 .comment:0x40000d38-0x10e .statvars:0x2000-0x0 .kstatvars:0x2000-0x0 .scb:0x40003900-0x180 .shared_meta:0x40003c60-0x390 .peer_meta:0x40001020-0x210, sharedmmu-none.vmm32 .text:0xe05f8-0x32 .comment:0x40000e46-0x12, pv-none.vmm32 .shared:0x68d80-0x180 .bss:0x701c0-0x84 .text:0xe062c-0xe6 .comment:0x40000e58-0x48 .shared_meta:0x40003ff0-0x90, vprobe-none.vmm32 .text:0xe0714-0x79 .comment:0x40000ea0-0x12, hv-vt.vmm32 .rodata:0x7c394-0x4 .data:0x1000-0x0 .peer:0x1000-0x0 .shared:0x1000-0x0 .bss:0x1000-0x0 .text:0xe0790-0x141 .comment:0x40000eb2-0x12 .statvars:0x1000-0x0 .kstatvars:0x1000-0x0, gphys-sw.vmm32 .peer:0x55880-0x40 .shared:0x68f00-0x140 .bss:0x2000-0x0 .text:0xe08e0-0xb43 .comment:0x40000ec4-0x12 .scb:0x40003a80-0x60 .shared_meta:0x40004080-0x2a0 .peer_meta:0x40001230-0x60, vassert-none.vmm32 .text:0xe1424-0xf .comment:0x40000ed6-0x12, vmsafe-none.vmm32 .text:0xe1434-0xd .comment:0x40000ee8-0x12, buslogic-buslogic.vmm32 .shared:0x69040-0x40 .bss:0x1000-0x0 .text:0xe1450-0xc9 .comment:0x40000efa-0x12 .scb:0x40003ae0-0x60 .shared_meta:0x40004320-0x60, .shared:0x69080-0x40, .rodata:0x7c398-0x3af]

Jan 06 13:32:36.263: vmx| KHZEstimate 2786275

Jan 06 13:32:36.263: vmx| MHZEstimate 2786

Jan 06 13:32:36.263: vmx| NumVCPUs 2

Jan 06 13:32:36.264: vmx| PShare: enabled 1, scanRate 32, checkRate 16

Jan 06 13:32:36.264: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 13:32:36.264: vmx| UUID: location-UUID is 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:36.265: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 13:32:36.265: vmx| UUID: location-UUID is 56 4d 0c b3 49 4f d7 b9-1e 12 a2 44 7a 3f 78 49

Jan 06 13:32:36.265: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 13:32:36.265: vmx| UUID: location-UUID is 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:36.265: vmx| AIOGNRC: numThreads=18 ide=0, scsi=1, passthru=1

Jan 06 13:32:36.265: vmx| WORKER: Creating new group with numThreads=18 (18)

Jan 06 13:32:36.265: vmx| Replay State = 0

Jan 06 13:32:36.265: vmx| minDEThreshold: 70

Jan 06 13:32:36.265: vmx| MM: Using partialmap, 514048 pages AC 0 CE 1 TM 0 DOHU 0

Jan 06 13:32:36.266: vmx| UUID: Unable to open /dev/mem: No such file or directory

Jan 06 13:32:36.266: vmx| UUID: location-UUID is 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:36.271: vmx| MM: using '/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/564d4f01-d4df-16e2-2a33-923edeae6489.vmem' as a paging file

Jan 06 13:32:36.271: vmx| Opened paging file /Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/564d4f01-d4df-16e2-2a33-923edeae6489.vmem

Jan 06 13:32:36.425: vmx| Mapped mainmem as pageable

Jan 06 13:32:36.425: vmx| MStat: Creating Stat vm.uptime

Jan 06 13:32:36.425: vmx| MStat: Creating Stat vm.suspendTime

Jan 06 13:32:36.425: vmx| MStat: Creating Stat vm.powerOnTimeStamp

Jan 06 13:32:36.425: vmx| VMXAIOMGR: Using: simple=Generic unbuf=Generic

Jan 06 13:32:36.479: vmx| VMXVmdb_LoadRawConfig: Loading raw config

Jan 06 13:32:36.484: vmx| DISK: OPEN scsi0:0 '/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmdk' persistent R[]

Jan 06 13:32:36.497: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s001.vmdk" (0x1a)

Jan 06 13:32:36.504: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s002.vmdk" (0x1a)

Jan 06 13:32:36.506: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s003.vmdk" (0x1a)

Jan 06 13:32:36.508: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s004.vmdk" (0x1a)

Jan 06 13:32:36.511: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s005.vmdk" (0x1a)

Jan 06 13:32:36.523: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s006.vmdk" (0x1a)

Jan 06 13:32:36.534: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s007.vmdk" (0x1a)

Jan 06 13:32:36.540: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s008.vmdk" (0x1a)

Jan 06 13:32:36.543: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s009.vmdk" (0x1a)

Jan 06 13:32:36.545: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s010.vmdk" (0x1a)

Jan 06 13:32:36.555: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s011.vmdk" (0x1a)

Jan 06 13:32:36.558: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s012.vmdk" (0x1a)

Jan 06 13:32:36.560: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s013.vmdk" (0x1a)

Jan 06 13:32:36.562: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s014.vmdk" (0x1a)

Jan 06 13:32:36.565: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s015.vmdk" (0x1a)

Jan 06 13:32:36.567: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s016.vmdk" (0x1a)

Jan 06 13:32:36.569: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s017.vmdk" (0x1a)

Jan 06 13:32:36.572: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s018.vmdk" (0x1a)

Jan 06 13:32:36.574: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s019.vmdk" (0x1a)

Jan 06 13:32:36.576: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s020.vmdk" (0x1a)

Jan 06 13:32:36.576: vmx| DISKLIB-DSCPTR: Opened : "Windows XP Professional-s021.vmdk" (0x1a)

Jan 06 13:32:36.577: vmx| DISKLIB-LINK : Opened '/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmdk' (0x1a): twoGbMaxExtentSparse, 83886080 sectors / 40 GB.

Jan 06 13:32:36.577: vmx| DISKLIB-LIB : Opened "/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmdk" (flags 0x1a).

Jan 06 13:32:36.577: vmx| DiskGetGeometry: Reading of disk partition table

Jan 06 13:32:36.581: vmx| DISK: OPEN '/Users/hvolmer/VMWare New/Windows XP Professional.vmwarevm/Windows XP Professional.vmdk' Geo (5221/255/63) BIOS Geo (5221/255/63) freeSpace=11619 MB, buslogic

Jan 06 13:32:36.582: vmx| TimeTracker host to guest rate conversion 5374693927179 @ 2786275000Hz -> 5374693927179 @ 2786275000Hz

Jan 06 13:32:36.582: vmx| TimeTracker host to guest rate conversion ((x * 2147483648) >> 31) + 0

Jan 06 13:32:36.582: vmx| USB: Search for USB devices to connect

Jan 06 13:32:36.583: vmx| USB: Initializing 'Generic' backend

Jan 06 13:32:36.625: vmx| USB: Initializing 'Virtual Hub' backend

Jan 06 13:32:36.625: vmx| USB: Initializing 'Virtual Mouse' backend

Jan 06 13:32:36.625: vmx| USB: Initializing 'Virtual Keyboard' backend

Jan 06 13:32:36.625: vmx| USB: Initializing 'Virtual Mass Storage' backend

Jan 06 13:32:36.625: vmx| USB: Initializing 'Virtual CCID' backend

Jan 06 13:32:36.625: vmx| USB-CCID: dlopened /System/Library/Frameworks/PCSC.framework/PCSC.

Jan 06 13:32:36.626: vmx| USB-CCID: Could not establish resource manager context for card ops: SCARD_E_NO_SERVICE(0x8010001d).

Jan 06 13:32:36.626: vmx| USB: Unable to initialize 'Virtual CCID' backend

Jan 06 13:32:36.636: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 13:32:36.637: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 13:32:36.640: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 13:32:36.641: vmx| USBGM: Failed to retrieve drive type for volume:(/dev/disk0s2)

Jan 06 13:32:36.641: vmx| Host display topology 5120x3200.

Jan 06 13:32:36.641: vmx| SVGA using 5120x3200.

Jan 06 13:32:36.643: vmx| Largest historical display topology: 2 displays, bounding rect (3360 x 1050).

Jan 06 13:32:36.643: vmx| GLPrimary_Alloc, thread vmx

Jan 06 13:32:36.643: vmx| Warning: Render at line 1617 from thread vmx

Jan 06 13:32:36.643: vmx| Warning: Render at line 1985 from thread vmx

Jan 06 13:32:36.643: vmx| Warning: Render at line 1866 from thread vmx

Jan 06 13:32:36.645: vmx| WORKER: Creating new group with numThreads=1 (19)

Jan 06 13:32:36.645: vmx| MKS REMOTE Loading VNC Configuration from VM config file

Jan 06 13:32:36.648: vmx| VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks

Jan 06 13:32:36.648: vmx| VMXNET: send cluster threshold is 80, size = 2 recalcInterval is 2 ticks, dontClusterSize is 128

Jan 06 13:32:36.648: vmx| NetPkt: checksum cycles/kB: C=1126 asm1=1212 asm2=1212

Jan 06 13:32:36.648: vmx| NetPkt: copy and sum cycles/kB: C=2290 asm1=1229 asm2=1229

Jan 06 13:32:36.673: vmx| Chipset version: 0x13

Jan 06 13:32:36.677: vmx| DISKUTIL: ide1:0 : capacity=0

Jan 06 13:32:36.677: vmx| DISKUTIL: ide1:0 : geometry=0/0/0

Jan 06 13:32:36.677: vmx| SCSI0: UNTAGGED commands will be converted to ORDER tags.

Jan 06 13:32:36.677: vmx| DISKUTIL: scsi0:0 : capacity=83886080

Jan 06 13:32:36.677: vmx| DISKUTIL: scsi0:0 : geometry=5221/255/63

Jan 06 13:32:36.679: vmx| Warning: Render at line 2317 from thread vmx

Jan 06 13:32:36.679: vmx| SVGA: Advertising 3D acceleration.

Jan 06 13:32:36.679: vmx| Host display topology 5120x3200 with 2 displays.

Jan 06 13:32:36.679: vmx| SVGA using 5120x3200.

Jan 06 13:32:36.680: vmx| USB: Initializing 'UHCI' host controller

Jan 06 13:32:36.680: vmx| Ethernet0 MAC Address: 00:0c:29:ae:64:89

Jan 06 13:32:36.681: vmx| USB: Initializing 'EHCI' host controller

Jan 06 13:32:36.684: vmx| MStat: Creating Stat vm.heartbeat

Jan 06 13:32:36.684: vmx| DISKUTIL: scsi0:0 : toolsVersion = 7460

Jan 06 13:32:36.685: vmx| TOOLS INSTALL initializing state to IDLE on power on.

Jan 06 13:32:36.687: vmx| PTSC to VMI Wallclock (nsec) 5374987527238 @ 2786275000Hz -> 1231273956000000000 @ 1000000000Hz

Jan 06 13:32:36.687: vmx| PTSC to VMI Wallclock (nsec) ((x * 3082945722) >> 33) + 1231272026905590093

Jan 06 13:32:36.687: vmx| PTSC to ParaTime RealCycles 0 @ 2786275000Hz -> 0 @ 2786275000Hz

Jan 06 13:32:36.687: vmx| PTSC to ParaTime RealCycles ((x * 1) >> 0) + 0

Jan 06 13:32:36.687: vmx| ParaTime RealCycles to PTSC 0 @ 2786275000Hz -> 0 @ 2786275000Hz

Jan 06 13:32:36.687: vmx| ParaTime RealCycles to PTSC ((x * 1) >> 0) + 0

Jan 06 13:32:36.687: vmx| memoryHotplug: Current size = 2008MB, Minimum size = 2008MB, Maximum size = 2008MB

Jan 06 13:32:36.687: vmx| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000

Jan 06 13:32:36.687: vmx| memoryHotplug: Entry[1]: 00000000001000A0-000000007D800000

Jan 06 13:32:36.689: vmx| guestCpuFeatures = 0x404001fc

Jan 06 13:32:36.689: vmx| guestCPUID vendor: GenuntelineI

Jan 06 13:32:36.689: vmx| guestCPUID name: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz

Jan 06 13:32:36.689: vmx| guestCPUID level 00000000, 0: 0x0000000a 0x756e6547 0x6c65746e 0x49656e69

Jan 06 13:32:36.689: vmx| guestCPUID level 00000001, 0: 0x00010676 0x01010800 0x80082201 0x0febfbff

Jan 06 13:32:36.689: vmx| guestCPUID level 00000002, 0: 0x05b0b101 0x005657f0 0x00000000 0x2cb4304e

Jan 06 13:32:36.689: vmx| guestCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 00000004, 0: 0x04000121 0x01c0003f 0x0000003f 0x00000001

Jan 06 13:32:36.690: vmx| guestCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x03122220

Jan 06 13:32:36.690: vmx| guestCPUID level 00000006, 0: 0x00000001 0x00000002 0x00000001 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 00000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 00000008, 0: 0x00000400 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 0000000a, 0: 0x07280202 0x00000000 0x00000000 0x00000503

Jan 06 13:32:36.690: vmx| guestCPUID level 40000000, 0: 0x40000010 0x61774d56 0x4d566572 0x65726177

Jan 06 13:32:36.690: vmx| guestCPUID level 40000010, 0: 0x002a83e3 0x000101d0 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000001 0x20100000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

Jan 06 13:32:36.690: vmx| guestCPUID level 80000003, 0: 0x44203229 0x43206f75 0x20205550 0x54202020

Jan 06 13:32:36.690: vmx| guestCPUID level 80000004, 0: 0x30303639 0x20402020 0x30382e32 0x007a4847

Jan 06 13:32:36.690: vmx| guestCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000006, 0: 0x00000000 0x00000000 0x18008040 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.690: vmx| guestCPUID level 80000008, 0: 0x00003028 0x00000000 0x00000000 0x00000000

Jan 06 13:32:36.710: vmx| BusMemSample: initPercent 75 touched 385536

Jan 06 13:32:36.710: vmx| TOOLS received request in VMX to set option 'enableDnD' -> '1'

Jan 06 13:32:36.710: vmx| TOOLS received request in VMX to set option 'copypaste' -> '1'

Jan 06 13:32:36.736: vmx| USB: Autoconnecting device "Maxtor OneTouch III" matching pattern

Jan 06 13:32:36.736: vmx| USB: Connecting device 0x26200000d497250

Jan 06 13:32:37.851: vmx| VMXVmdbLoadUsbDevices: New set of 4 USB devices

Jan 06 13:32:37.851: vmx| USB: Found device

Jan 06 13:32:37.851: vmx| USB: Found device

Jan 06 13:32:37.851: vmx| USB: Found device

Jan 06 13:32:37.851: vmx| USB: Found device

Jan 06 13:32:38.010: vmx| VMX_PowerOn: ModuleTable_PowerOn = 1

Jan 06 13:32:38.010: vmx| VMX setting maximum IPC write buffers to 0 packets, 0 bytes

Jan 06 13:32:38.010: mks| Async MKS thread is alive

Jan 06 13:32:38.010: mks| GLPrimaryInit3D, thread mks

Jan 06 13:32:38.124: mks| VMGL_UpdateConnection: Updating extension strings for new connection.

Jan 06 13:32:38.124: mks| OpenGL Vendor: "NVIDIA Corporation"

Jan 06 13:32:38.124: mks| OpenGL Renderer: "NVIDIA GeForce 9400M OpenGL Engine"

Jan 06 13:32:38.124: mks| OpenGL Version: "2.0 NVIDIA-1.5.36" (2.0.0)

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_transpose_matrix GL_ARB_vertex_program GL_ARB_vertex_blend GL_ARB_window_pos

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_shader_objects GL_ARB_vertex_shader GL_ARB_shading_language_100 GL_EXT_multi_draw_arrays

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_clip_volume_hint GL_EXT_rescale_normal GL_EXT_draw_range_elements GL_EXT_fog_coord

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_gpu_program_parameters GL_EXT_geometry_shader4 GL_EXT_transform_feedback

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_client_storage GL_APPLE_specular_vector GL_APPLE_transform_hint GL_APPLE_packed_pixels

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_fence GL_APPLE_vertex_array_object GL_APPLE_vertex_program_evaluators

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_element_array GL_APPLE_flush_render GL_APPLE_aux_depth_stencil GL_NV_texgen_reflection

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_NV_light_max_exponent GL_IBM_rasterpos_clip GL_SGIS_generate_mipmap GL_ARB_imaging

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_point_parameters GL_ARB_texture_env_crossbar GL_ARB_texture_border_clamp GL_ARB_multitexture

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_texture_env_add GL_ARB_texture_cube_map GL_ARB_texture_env_dot3 GL_ARB_multisample

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_texture_env_combine GL_ARB_texture_compression GL_ARB_texture_mirrored_repeat GL_ARB_shadow

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_occlusion_query GL_ARB_point_sprite GL_ARB_texture_non_power_of_two

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_vertex_buffer_object GL_ARB_pixel_buffer_object GL_ARB_draw_buffers

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_shader_texture_lod GL_EXT_compiled_vertex_array GL_EXT_framebuffer_object

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_texture_rectangle

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ARB_texture_rectangle GL_EXT_texture_env_add GL_EXT_blend_color GL_EXT_blend_minmax

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_blend_subtract GL_EXT_texture_lod_bias GL_EXT_abgr GL_EXT_bgra GL_EXT_stencil_wrap

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_texture_filter_anisotropic GL_EXT_secondary_color GL_EXT_blend_func_separate

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_depth_bounds_test

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_sRGB

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_blend_equation_separate GL_EXT_texture_mirror_clamp GL_EXT_packed_depth_stencil

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_EXT_bindable_uniform GL_EXT_texture_integer GL_EXT_gpu_shader4 GL_EXT_draw_buffers2

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_flush_buffer_range GL_APPLE_ycbcr_422 GL_APPLE_vertex_array_range GL_APPLE_texture_range

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_float_pixels GL_ATI_texture_float GL_ARB_texture_float GL_ARB_half_float_pixel

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_APPLE_pixel_buffer GL_APPLE_object_purgeable GL_NV_point_sprite GL_NV_register_combiners

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_NV_register_combiners2 GL_NV_blend_square GL_NV_texture_shader GL_NV_texture_shader2

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_NV_texture_shader3 GL_NV_fog_distance GL_NV_depth_clamp GL_NV_multisample_filter_hint

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_vertex_program2_option

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_NV_vertex_program3 GL_ATI_texture_mirror_once GL_ATI_texture_env_combine3

Jan 06 13:32:38.124: mks| OpenGL Extensions: GL_ATI_separate_stencil GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod

Jan 06 13:32:38.128: mks| GLUtil_InstallExtensionLists: Missing extension GL_ATI_shader_texture_lod

Jan 06 13:32:38.128: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_packed_depth_stencil

Jan 06 13:32:38.128: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_fence

Jan 06 13:32:38.128: mks| GLUtil_InstallExtensionLists: Missing extension GL_NV_half_float

Jan 06 13:32:38.130: vcpu-0| APIC: version = 0x14, max LVT = 5

Jan 06 13:32:38.130: vcpu-0| APIC: LDR = 0x0, DFR = 0xffffffff

Jan 06 13:32:38.132: vmx| USBG: CONNREQ: Dequeued head request after 1396 ms for

Jan 06 13:32:38.139: vmx| DnDRegisterRpc: DnD rpc already set to 1

Jan 06 13:32:38.139: vmx| CopyPasteRegisterRpc: already set to 1

Jan 06 13:32:38.299: vcpu-0| guestCpuFeatures = 0x404001fc

Jan 06 13:32:38.306: vcpu-0| CPU reset: hard

Jan 06 13:32:38.306: vcpu-0| memoryHotplug: Entry[0]: 00000000000000A0-00000000000A0000

Jan 06 13:32:38.306: vcpu-0| memoryHotplug: Entry[1]: 00000000001000A0-000000007D800000

Jan 06 13:32:38.306: vcpu-0| PIIX4: PM Resuming from suspend type 0x0.

Jan 06 13:32:38.419: vcpu-0| VNET: Notification enabled for Ethernet0

Jan 06 13:32:38.419: vcpu-0| CDROM: Using autodetect backend cdrom0 for ide1:0.

Jan 06 13:32:38.419: vcpu-0| CDROM: Connecting ide1:0 to 'cdrom0'. img=0 raw=1 remote=0

Jan 06 13:32:38.424: vcpu-0| CDROM-SG: Opening device 'MATSHITA' 'DVD-R UJ-868' (auth=1)

Jan 06 13:32:38.424: vcpu-0| SGMAC: opening 'cdrom0'

Jan 06 13:32:38.442: vcpu-0| SGMAC: Failed to obtain exclusive access: The media is still mounted. (0xe00002d5)

Jan 06 13:32:41.264: vcpu-0| WORKER: Creating new group with numThreads=1 (20)

Jan 06 13:32:41.271: vcpu-0| Transitioned vmx/execState/val to poweredOn

Jan 06 13:32:41.288: vmx| USB: Device should already be connected

Jan 06 13:32:41.288: vmx| VMXVmdbLoadUsbDevices: New set of 4 USB devices

Jan 06 13:32:41.288: vmx| USB: Found device

Jan 06 13:32:41.288: vmx| USB: Found device

Jan 06 13:32:41.288: vmx| USB: Found device

Jan 06 13:32:41.288: vmx| USB: Found device

Jan 06 13:32:41.344: vcpu-0| sz=2969568

Jan 06 13:32:41.416: vcpu-1| APIC: version = 0x14, max LVT = 5

Jan 06 13:32:41.416: vcpu-1| APIC: LDR = 0x1000000, DFR = 0xffffffff

Jan 06 13:32:41.515: vcpu-1| guestCpuFeatures = 0x404001fc

Jan 06 13:32:41.521: vcpu-1| CPU reset: hard

Jan 06 13:32:41.539: vcpu-1| sz=2969568

Jan 06 13:32:41.544: vcpu-0| vmm32 initialized: Releasebuild-128865. cflags: 0x00000000.00040080.03000180.00000900

Jan 06 13:32:41.577: vcpu-1| vmm32 initialized: Releasebuild-128865. cflags: 0x00000000.00040080.03000180.00000900

Jan 06 13:32:41.683: vcpu-0| MonitorInitNumaUnmapVMM32

Jan 06 13:32:42.039: vcpu-1| CPU reset: soft

Jan 06 13:32:42.408: mks| Connecting to window system.

Jan 06 13:32:42.412: mks| GLHostInitializeLimits: Maximum hardware accelerated viewport size: (8192 x 8192)

Jan 06 13:32:42.422: mks| GLChain: Using GL_ARB_texture_rectangle textures.

Jan 06 13:32:42.427: mks| Ignoring update request in VGA_Expose (mode change pending).

Jan 06 13:32:42.574: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0x0) and 0xd8000000(0x0)

Jan 06 13:32:42.581: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:42.795: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:42.809: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:42.835: vcpu-0| SVGA: Registering IOSpace at 0x10f0

Jan 06 13:32:42.835: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:42.843: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.845: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.846: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.848: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.849: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.851: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.852: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.854: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.855: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.857: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.859: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.860: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.862: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.863: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.865: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.866: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.868: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.869: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.871: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.872: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.874: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.875: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.877: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.879: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.880: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.882: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.883: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.885: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.886: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.888: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.889: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.891: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:42.903: vcpu-1| CPU reset: soft

Jan 06 13:32:43.252: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.254: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.255: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.257: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.258: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.260: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.261: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.263: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.265: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.266: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.268: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.269: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.271: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.273: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.274: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.276: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.278: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.279: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.281: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.282: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.284: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.285: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.287: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.288: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.290: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.291: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.293: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.294: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.296: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.297: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.299: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.301: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:43.310: vcpu-0| DISKUTIL: scsi0:0 : geometry=5221/255/63

Jan 06 13:32:43.354: vcpu-1| CPU reset: soft

Jan 06 13:32:43.388: vcpu-0| BIOS-UUID is 56 4d 4f 01 d4 df 16 e2-2a 33 92 3e de ae 64 89

Jan 06 13:32:43.922: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:43.923: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:43.923: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:43.924: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:43.979: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:43.979: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.101: vcpu-0| Monitor64_PowerOn()

Jan 06 13:32:44.119: vcpu-0| vmm64-modules: vmm.vmm64 .data:0xfffffffffc04b000-0xbe0 .sdata:0xfffffffffc04c000-0x9a8 .statvars:0xfffffffffc04d00...

Jan 06 13:32:44.131: vcpu-0| APIC: version = 0x14, max LVT = 5

Jan 06 13:32:44.131: vcpu-0| APIC: LDR = 0x0, DFR = 0xffffffff

Jan 06 13:32:44.203: vcpu-0| HV enabled

Jan 06 13:32:44.211: vcpu-0| VMM64 initialized

Jan 06 13:32:44.212: vcpu-1| APIC: version = 0x14, max LVT = 5

Jan 06 13:32:44.212: vcpu-1| APIC: LDR = 0x0, DFR = 0xffffffff

Jan 06 13:32:44.284: vcpu-1| HV enabled

Jan 06 13:32:44.292: vcpu-1| VMM64 initialized

Jan 06 13:32:44.329: vcpu-0| MonitorInitNumaUnmapVMM64

Jan 06 13:32:44.397: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.397: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.398: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.398: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.426: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.426: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.430: vcpu-0| Unknown int 10h func 0x2000

Jan 06 13:32:44.432: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.433: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.483: vcpu-0| BUSLOGIC: Store HAL[20] = 0x00fb

Jan 06 13:32:44.484: vcpu-0| BUSLOGIC: Store HAL[22] = 0x0400

Jan 06 13:32:44.484: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.484: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.510: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.510: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.512: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.512: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.513: vcpu-0| BUSLOGIC: Store HAL[16] = 0xffff

Jan 06 13:32:44.513: vcpu-0| BUSLOGIC: Store HAL[18] = 0xfe01

Jan 06 13:32:44.943: vcpu-0| MMUValidateWork: FlexPriority enabled for APIC, mpn: 0

Jan 06 13:32:46.632: vcpu-1| CPU reset: soft

Jan 06 13:32:46.651: vcpu-1| MMUValidateWork: FlexPriority enabled for APIC, mpn: 0

Jan 06 13:32:46.871: mks| SVGA: display status changed, using optimizations for local consoles.

Jan 06 13:32:47.207: mks| Ignoring update request in VGA_Expose (mode change pending).

Jan 06 13:32:50.632: vcpu-1| PatchSetProcessOne: Remote EagerValidate Enabled

Jan 06 13:32:50.698: vcpu-0| PatchSetProcessOne: Remote EagerValidate Enabled

Jan 06 13:32:51.292: vcpu-0| PatchSetProcessOne: Remote EagerValidate Enabled

Jan 06 13:32:52.313: vcpu-0| SVGA: Unregistering IOSpace at 0x10f0

Jan 06 13:32:52.313: vcpu-0| SVGA: Unregistering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:52.362: vcpu-0| SVGA: Registering IOSpace at 0x10f0

Jan 06 13:32:52.362: vcpu-0| SVGA: Registering MemSpace at 0xd0000000(0xd0000000) and 0xd8000000(0xd8000000)

Jan 06 13:32:52.372: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.373: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.374: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.375: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.378: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.379: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.381: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.382: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.384: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.384: vcpu-0| pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.386: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.387: vcpu-0| pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.389: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.390: vcpu-0| pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.392: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.392: vcpu-0| pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.394: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.394: vcpu-0| PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.396: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.397: vcpu-0| pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.400: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.400: vcpu-0| pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.402: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.403: vcpu-0| pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.405: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.405: vcpu-0| pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.408: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.408: vcpu-0| pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.411: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.411: vcpu-0| pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.417: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.417: vcpu-0| pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.419: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.419: vcpu-0| PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.421: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.422: vcpu-0| pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.424: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.424: vcpu-0| pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.427: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.427: vcpu-0| pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.429: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.430: vcpu-0| pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.432: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.432: vcpu-0| pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.435: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.435: vcpu-0| pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.437: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.438: vcpu-0| pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.439: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.440: vcpu-0| PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.442: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.442: vcpu-0| pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.445: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.446: vcpu-0| pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.448: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.448: vcpu-0| pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.451: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.451: vcpu-0| pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.453: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.454: vcpu-0| pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.456: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.460: vcpu-0| pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.462: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:52.463: vcpu-0| pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:53.277: vcpu-0| PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:53.294: vcpu-0| pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:53.312: vcpu-0| pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:53.329: vcpu-0| pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

Jan 06 13:32:53.355: vmx| VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOff without reset, soft.

Jan 06 13:32:53.356: vmx| Stopping VCPU threads...

Jan 06 13:32:53.357: mks| Detaching from window system.

Jan 06 13:32:53.461: mks| MKSHostOps_Exit3D: 1, 0

Jan 06 13:32:53.461: mks| GLPrimaryExit3D, thread mks

Jan 06 13:32:53.465: mks| Async MKS thread is exiting

Jan 06 13:32:53.465: vmx| USB: Disconnecting device 0x26200000d497250

Jan 06 13:32:53.467: vmx| MachPoll: mach_port_extract_member failed for port 25351 (15)

Jan 06 13:32:53.467: vmx| TOOLS received request in VMX to set option 'enableDnD' -> '0'

Jan 06 13:32:53.467: vmx| TOOLS received request in VMX to set option 'copypaste' -> '0'

Jan 06 13:32:53.467: vmx| TOOLS received request in VMX to set option 'copypaste' -> '0'

Jan 06 13:32:53.469: vmx| USB: Disconnecting device 0x200000010e0f0002

Jan 06 13:32:53.469: vmx| USB: Disconnecting device 0x400000010e0f0003

Jan 06 13:32:53.473: vmx| SOCKET 2 (231) close VNC socket on VNCBackendDestroy

Jan 06 13:32:53.473: vmx| GLPrimaryDestroy, thread vmx

Jan 06 13:32:53.473: vmx| MKS local poweroff

Jan 06 13:32:53.720: vmx| scsi0:0: numIOs = 1510 numMergedIOs = 18 numSplitIOs = 0 ( 0.0%)

Jan 06 13:32:53.824: vmx| WORKER: asyncOps=1137 maxActiveOps=1 maxPending=1 maxCompleted=1

Jan 06 13:32:54.015: vmx| VMMon_UnlockPage: failed uvAddr = 133A8000, errno = 22

Jan 06 13:32:54.015: vmx| VMMon_UnlockPage: failed uvAddr = 1332A000, errno = 22

Jan 06 13:32:54.043: vmx| Transitioned vmx/execState/val to poweredOff

Jan 06 13:32:54.553: vmx| vmdbPipe_Streams Couldn't read: OVL_STATUS_EOF

Jan 06 13:32:54.553: vmx| VMX idle exit

Jan 06 13:32:54.554: vmx| MachPoll: mach_port_extract_member failed for port 39439 (17)

Jan 06 13:32:54.555: vmx| Discard mainmem: begin

Jan 06 13:32:54.555: vmx| MainMemSyncPageFile: Unable to mmap: 12

Jan 06 13:32:54.632: vmx| Flushing VMX VMDB connections

Jan 06 13:32:54.632: vmx| IPC_exit: disconnecting all threads

Jan 06 13:32:54.632: vmx| VMX exit (0).

0 Kudos
hvolmer
Enthusiast
Enthusiast

Funny thing with the shutdown issue.

The line

gui.exitonCLIHLT = "TRUE"

was supposed to fix the "it is now safe to shut of your computer" problem with the Parallels converted machine. It didn't, even though the line was always there.

But, when I added the line

usb.generic.allowHID = "TRUE"

to allow a USB Universal remote to connect to the VM (which worked thank god!), now the VM shuts down properly. Hmm... I'm gonna assume that Fusion just needed to re-read a cached .vmx or something and making the unrelated change caused shutdown to work properly. I double checked to make sure the VM was still running quicker and it's still fast.

0 Kudos
hvolmer
Enthusiast
Enthusiast

And a couple more tidbits of info regarding speed:

Booting up on the Parallels VM is considerably faster, although I didn't time.

The Fusion-created one just 'feels' faster.

In 'top', the Fusion-created VM averages around 12% CPU for vmware-vmx and 1% CPU for vmware, while the VM is idle with nothing open.

The Parallels VM sits at about 5% for vmware-vmx and .1% for vmware.

0 Kudos
admin
Immortal
Immortal

Your CPU does have FlexPriority, which is a VT-x optimization specifically designed to improve the performance of the 32-bit Windows ACPI HAL. So, VT-x is generally the best choice for this guest, and that is the execution mode Fusion has chosen by default. However, there is always the possibility that binary translation may perform better for your workload.

Try shutting down Fusion and adding the following configuration option to your "native" VM:

monitor.virtual_exec = software

It may make things better or it may just make things worse. It's worth a try.

0 Kudos
hvolmer
Enthusiast
Enthusiast

I tried that and it had no observable effect on the tasks I've been doing comparisons on.

I did a few other things that helped gain some speed before receiving your response, but it's still quite a bit slower than the Parallels VM.

First I disabled the printer sharing and then I removed a serial port from the 'other devices' category. It was noticeably faster after, but it's still not up to the speed of the Parallels VM.

0 Kudos
hvolmer
Enthusiast
Enthusiast

Wait, made a mistake...

0 Kudos
matthewls
Enthusiast
Enthusiast

A fascinating and useful discussion. I noticed that your parallels.vmx had 2CPUs enabled, whereas the native had1VCPu. Is that right? Does it change performance?

0 Kudos
hvolmer
Enthusiast
Enthusiast

I tried that and it had no observable effect on the tasks I've been doing comparisons on.

I did a few other things that helped gain some speed before receiving your response, but it's still quite a bit slower than the Parallels VM.

First I disabled the printer sharing and then I removed a serial port from the 'other devices' category. It was noticeably faster after, but it's still not up to the speed of the Parallels VM.

I would like to rescind the last remark Smiley Happy I think it helped, but upon further use, it's still not as fast.

0 Kudos
hvolmer
Enthusiast
Enthusiast

A fascinating and useful discussion. I noticed that your parallels.vmx had 2CPUs enabled, whereas the native had1VCPu. Is that right? Does it change performance?

The parallels VM did have 2 CPUs enabled, but only one was showing in Task Manager - I understand this is an ACPI thing. They both had 2 processors enabled in the settings window, so now I'm confused about where you saw that the native only had 1 set.

I forgot to mention that I did change them both to 1, and while it had no effect on the Parallels, which was only using one anyway, it helped the native VM a bit.

0 Kudos
admin
Immortal
Immortal

There are some overheads involved with multi-processor VMs, which will adversely affect the performance relative to uniprocessor VMs for single-threaded workloads. I'm glad to hear that switching the "native" VM to uniprocessor helped to narrow the gap. However, this oversight makes me wonder if there are perhaps other ways in which we are comparing apples and oranges here. How close to identical are your two Windows VMs? Are the disks the same sizes and formats (FAT vs NTFS)? Are they running the same anti-virus software (or no anti-virus software)? Are both (or neither) running VMware Tools? Are the same Windows updates installed? Is the same third-party software installed?

We've been focusing on the HAL, since that is a known difference, but that may not be the explanation. It is easy enough to test this theory, though. If you take a snapshot of the "native" VM and then change the HAL to the Standard PC HAL, does it become as fast as the converted VM?

0 Kudos