1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
|
00:00:00.984 VirtualBox 3.0.6 r52128 darwin.x86 (Sep 9 2009 19:23:16) release log
00:00:00.984 Log opened 2009-09-16T14:05:34.480146000Z
00:00:00.984 OS Product: Darwin
00:00:00.984 OS Release: 9.8.0
00:00:00.984 OS Version: Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
00:00:00.984 Host RAM: 2048MB RAM, available: 635MB
00:00:00.985 Executable: /Applications/VirtualBox.app/Contents/MacOS/../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBoxVM
00:00:00.985 Process ID: 96047
00:00:00.985 Package type: DARWIN_32BITS_GENERIC
00:00:01.014 SUP: Loaded VMMR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VMMR0.r0) at 0x34b57060 - ModuleInit at 0000000034b6a2b0 and ModuleTerm at 0000000034b6a340
00:00:01.014 SUP: VMMR0EntryEx located at 0000000034b6b120, VMMR0EntryFast at 0000000034b6b250 and VMMR0EntryInt at 0000000034b6a3d0
00:00:01.090 VBoxSharedClipboard mode: Bidirectional
00:00:01.272 ************************* CFGM dump *************************
00:00:01.272 pRoot=001d6d80:{/}
00:00:01.272 [/] (level 0)
00:00:01.272 Name <string> = "Windows XP Pro" (cch=15)
00:00:01.272 UUID <bytes> = "3d 34 43 62 9a f5 97 42 aa 71 ca d6 89 1e e2 28" (cb=16)
00:00:01.272 RamSize <integer> = 0x0000000020000000 (536870912)
00:00:01.272 RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:01.272 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.272 TimerMillies <integer> = 0x000000000000000a (10)
00:00:01.272 RawR3Enabled <integer> = 0x0000000000000001 (1)
00:00:01.272 RawR0Enabled <integer> = 0x0000000000000001 (1)
00:00:01.272 PATMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.272 CSAMEnabled <integer> = 0x0000000000000001 (1)
00:00:01.272 HwVirtExtForced <integer> = 0x0000000000000001 (1)
00:00:01.272 EnableNestedPaging <integer> = 0x0000000000000000 (0)
00:00:01.272 EnableVPID <integer> = 0x0000000000000000 (0)
00:00:01.272 EnablePAE <integer> = 0x0000000000000000 (0)
00:00:01.272
00:00:01.272 [/HWVirtExt/] (level 1)
00:00:01.272 Enabled <integer> = 0x0000000000000001 (1)
00:00:01.272 64bitEnabled <integer> = 0x0000000000000000 (0)
00:00:01.272
00:00:01.272 [/PDM/] (level 1)
00:00:01.272
00:00:01.272 [/PDM/Drivers/] (level 2)
00:00:01.273
00:00:01.273 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.273 Path <string> = "/Applications/VirtualBox.app/Contents/MacOS/components/VBoxC" (cch=61)
00:00:01.273
00:00:01.273 [/Devices/] (level 1)
00:00:01.273
00:00:01.273 [/Devices/pcarch/] (level 2)
00:00:01.273
00:00:01.273 [/Devices/pcarch/0/] (level 3)
00:00:01.273 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.273
00:00:01.273 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.273
00:00:01.273 [/Devices/pcbios/] (level 2)
00:00:01.273
00:00:01.273 [/Devices/pcbios/0/] (level 3)
00:00:01.273 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.273
00:00:01.273 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.273 RamSize <integer> = 0x0000000020000000 (536870912)
00:00:01.273 RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:01.273 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.273 HardDiskDevice <string> = "piix3ide" (cch=9)
00:00:01.273 FloppyDevice <string> = "i82078" (cch=7)
00:00:01.273 IOAPIC <integer> = 0x0000000000000000 (0)
00:00:01.273 PXEDebug <integer> = 0x0000000000000000 (0)
00:00:01.274 UUID <bytes> = "3d 34 43 62 9a f5 97 42 aa 71 ca d6 89 1e e2 28" (cb=16)
00:00:01.274 BootDevice0 <string> = "FLOPPY" (cch=7)
00:00:01.274 BootDevice1 <string> = "DVD" (cch=4)
00:00:01.274 BootDevice2 <string> = "IDE" (cch=4)
00:00:01.274 BootDevice3 <string> = "NONE" (cch=5)
00:00:01.274
00:00:01.274 [/Devices/8237A/] (level 2)
00:00:01.274
00:00:01.274 [/Devices/8237A/0/] (level 3)
00:00:01.274 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.274
00:00:01.274 [/Devices/pci/] (level 2)
00:00:01.274
00:00:01.274 [/Devices/pci/0/] (level 3)
00:00:01.274 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.274
00:00:01.274 [/Devices/pci/0/Config/] (level 4)
00:00:01.274 IOAPIC <integer> = 0x0000000000000000 (0)
00:00:01.274
00:00:01.274 [/Devices/pckbd/] (level 2)
00:00:01.274
00:00:01.274 [/Devices/pckbd/0/] (level 3)
00:00:01.274 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.274
00:00:01.274 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.274
00:00:01.274 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.274 Driver <string> = "KeyboardQueue" (cch=14)
00:00:01.274
00:00:01.275 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.275 QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.275 Driver <string> = "MainKeyboard" (cch=13)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.275 Object <integer> = 0x0000000000184570 (1590640)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.275 Driver <string> = "MouseQueue" (cch=11)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.275 QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.275 Driver <string> = "MainMouse" (cch=10)
00:00:01.275
00:00:01.275 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.275 Object <integer> = 0x00000000001845f0 (1590768)
00:00:01.275
00:00:01.275 [/Devices/i82078/] (level 2)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/] (level 3)
00:00:01.275 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/Config/] (level 4)
00:00:01.275 IRQ <integer> = 0x0000000000000006 (6)
00:00:01.275 DMA <integer> = 0x0000000000000002 (2)
00:00:01.275 MemMapped <integer> = 0x0000000000000000 (0)
00:00:01.275 IOBase <integer> = 0x00000000000003f0 (1008)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/LUN#999/] (level 4)
00:00:01.275 Driver <string> = "MainStatus" (cch=11)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/LUN#999/Config/] (level 5)
00:00:01.275 papLeds <integer> = 0x00000000008a1ee4 (9051876)
00:00:01.275 First <integer> = 0x0000000000000000 (0)
00:00:01.275 Last <integer> = 0x0000000000000000 (0)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/LUN#0/] (level 4)
00:00:01.275 Driver <string> = "Block" (cch=6)
00:00:01.275
00:00:01.275 [/Devices/i82078/0/LUN#0/Config/] (level 5)
00:00:01.275 Type <string> = "Floppy 1.44" (cch=12)
00:00:01.275 Mountable <integer> = 0x0000000000000001 (1)
00:00:01.275
00:00:01.275 [/Devices/acpi/] (level 2)
00:00:01.275
00:00:01.275 [/Devices/acpi/0/] (level 3)
00:00:01.275 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.275 PCIDeviceNo <integer> = 0x0000000000000007 (7)
00:00:01.275 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.275
00:00:01.275 [/Devices/acpi/0/Config/] (level 4)
00:00:01.275 RamSize <integer> = 0x0000000020000000 (536870912)
00:00:01.275 RamHoleSize <integer> = 0x0000000020000000 (536870912)
00:00:01.275 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.275 IOAPIC <integer> = 0x0000000000000000 (0)
00:00:01.275 FdcEnabled <integer> = 0x0000000000000001 (1)
00:00:01.275 HpetEnabled <integer> = 0x0000000000000000 (0)
00:00:01.275 ShowRtc <integer> = 0x0000000000000000 (0)
00:00:01.275 ShowCpu <integer> = 0x0000000000000000 (0)
00:00:01.275
00:00:01.275 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.275 Driver <string> = "ACPIHost" (cch=9)
00:00:01.275
00:00:01.275 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.275
00:00:01.275 [/Devices/i8254/] (level 2)
00:00:01.275
00:00:01.275 [/Devices/i8254/0/] (level 3)
00:00:01.276
00:00:01.276 [/Devices/i8254/0/Config/] (level 4)
00:00:01.276
00:00:01.276 [/Devices/i8259/] (level 2)
00:00:01.276
00:00:01.276 [/Devices/i8259/0/] (level 3)
00:00:01.276 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.276
00:00:01.276 [/Devices/i8259/0/Config/] (level 4)
00:00:01.276
00:00:01.276 [/Devices/apic/] (level 2)
00:00:01.276
00:00:01.276 [/Devices/apic/0/] (level 3)
00:00:01.276 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.276
00:00:01.276 [/Devices/apic/0/Config/] (level 4)
00:00:01.276 IOAPIC <integer> = 0x0000000000000000 (0)
00:00:01.276 NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.276
00:00:01.276 [/Devices/mc146818/] (level 2)
00:00:01.276
00:00:01.276 [/Devices/mc146818/0/] (level 3)
00:00:01.276
00:00:01.276 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.276
00:00:01.276 [/Devices/vga/] (level 2)
00:00:01.276
00:00:01.276 [/Devices/vga/0/] (level 3)
00:00:01.276 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.276 PCIDeviceNo <integer> = 0x0000000000000002 (2)
00:00:01.276 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.276
00:00:01.276 [/Devices/vga/0/Config/] (level 4)
00:00:01.276 VRamSize <integer> = 0x0000000000c00000 (12582912)
00:00:01.276 R0Enabled <integer> = 0x0000000000000001 (1)
00:00:01.276 FadeIn <integer> = 0x0000000000000001 (1)
00:00:01.276 FadeOut <integer> = 0x0000000000000001 (1)
00:00:01.276 LogoTime <integer> = 0x0000000000000000 (0)
00:00:01.276 LogoFile <string> = "" (cch=1)
00:00:01.276 ShowBootMenu <integer> = 0x0000000000000002 (2)
00:00:01.276 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.276 HeightReduction <integer> = 0x0000000000000000 (0)
00:00:01.276
00:00:01.276 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.276 Driver <string> = "MainDisplay" (cch=12)
00:00:01.276
00:00:01.276 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.276 Object <integer> = 0x00000000008a0400 (9044992)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/] (level 2)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/] (level 3)
00:00:01.276 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.276 PCIDeviceNo <integer> = 0x0000000000000001 (1)
00:00:01.276 PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/Config/] (level 4)
00:00:01.276 Type <string> = "PIIX4" (cch=6)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:01.276 Driver <string> = "MainStatus" (cch=11)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:01.276 papLeds <integer> = 0x00000000008a1eec (9051884)
00:00:01.276 First <integer> = 0x0000000000000000 (0)
00:00:01.276 Last <integer> = 0x0000000000000003 (3)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:01.276 Driver <string> = "Block" (cch=6)
00:00:01.276
00:00:01.276 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:01.277 Type <string> = "DVD" (cch=4)
00:00:01.277 Mountable <integer> = 0x0000000000000001 (1)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#2/AttachedDriver/] (level 5)
00:00:01.277 Driver <string> = "MediaISO" (cch=9)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#2/AttachedDriver/Config/] (level 6)
00:00:01.277 Path <string> = "/Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso" (cch=67)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:01.277 Driver <string> = "Block" (cch=6)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:01.277 Type <string> = "HardDisk" (cch=9)
00:00:01.277 Mountable <integer> = 0x0000000000000000 (0)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.277 Driver <string> = "VD" (cch=3)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.277 Path <string> = "/Users/byoung/Library/VirtualBox/Machines/Windows XP Pro/Snapshots/{1237f5c4-b5f0-4bc1-ab60-3867d57d9d29}.vmdk" (cch=111)
00:00:01.277 Format <string> = "VMDK" (cch=5)
00:00:01.277
00:00:01.277 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Parent/] (level 7)
00:00:01.277 Path <string> = "/Volumes/Time Machine Backups/Parallels VMs/veendoze3445/winxp.vmdk" (cch=68)
00:00:01.277 Format <string> = "VMDK" (cch=5)
00:00:01.277
00:00:01.277 [/Devices/pcnet/] (level 2)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/] (level 3)
00:00:01.277 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.277 PCIDeviceNo <integer> = 0x0000000000000003 (3)
00:00:01.277 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/Config/] (level 4)
00:00:01.277 R0Enabled <integer> = 0x0000000000000000 (0)
00:00:01.277 Am79C973 <integer> = 0x0000000000000001 (1)
00:00:01.277 MAC <bytes> = "08 00 27 e7 76 d2" (cb=6)
00:00:01.277 CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.277 LineSpeed <integer> = 0x0000000000000000 (0)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/LUN#999/] (level 4)
00:00:01.277 Driver <string> = "MainStatus" (cch=11)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/LUN#999/Config/] (level 5)
00:00:01.277 papLeds <integer> = 0x00000000008a1fb4 (9052084)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/LUN#0/] (level 4)
00:00:01.277 Driver <string> = "NAT" (cch=4)
00:00:01.277
00:00:01.277 [/Devices/pcnet/0/LUN#0/Config/] (level 5)
00:00:01.277 TFTPPrefix <string> = "/Users/byoung/Library/VirtualBox/TFTP" (cch=38)
00:00:01.277 BootFile <string> = "Windows XP Pro.pxe" (cch=19)
00:00:01.277
00:00:01.277 [/Devices/e1000/] (level 2)
00:00:01.277
00:00:01.277 [/Devices/serial/] (level 2)
00:00:01.277
00:00:01.277 [/Devices/parallel/] (level 2)
00:00:01.277
00:00:01.277 [/Devices/VMMDev/] (level 2)
00:00:01.277
00:00:01.277 [/Devices/VMMDev/0/] (level 3)
00:00:01.277 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.278 PCIDeviceNo <integer> = 0x0000000000000004 (4)
00:00:01.278 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.278
00:00:01.278 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.278
00:00:01.278 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.278 Driver <string> = "MainVMMDev" (cch=11)
00:00:01.278
00:00:01.278 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.278 Object <integer> = 0x0000000000184080 (1589376)
00:00:01.278
00:00:01.278 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.278 Driver <string> = "MainStatus" (cch=11)
00:00:01.278
00:00:01.278 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.278 papLeds <integer> = 0x00000000008a1fd4 (9052116)
00:00:01.278 First <integer> = 0x0000000000000000 (0)
00:00:01.278 Last <integer> = 0x0000000000000000 (0)
00:00:01.278
00:00:01.278 [/Devices/AudioSniffer/] (level 2)
00:00:01.278
00:00:01.278 [/Devices/AudioSniffer/0/] (level 3)
00:00:01.278
00:00:01.278 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:01.278
00:00:01.278 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:01.278 Driver <string> = "MainAudioSniffer" (cch=17)
00:00:01.278
00:00:01.278 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:01.278 Object <integer> = 0x0000000000184070 (1589360)
00:00:01.278
00:00:01.278 [/Devices/ichac97/] (level 2)
00:00:01.278
00:00:01.278 [/Devices/ichac97/0/] (level 3)
00:00:01.278 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.278 PCIDeviceNo <integer> = 0x0000000000000005 (5)
00:00:01.278 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.278
00:00:01.278 [/Devices/ichac97/0/Config/] (level 4)
00:00:01.278
00:00:01.278 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:01.278 Driver <string> = "AUDIO" (cch=6)
00:00:01.278
00:00:01.278 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:01.278 AudioDriver <string> = "coreaudio" (cch=10)
00:00:01.278 StreamName <string> = "Windows XP Pro" (cch=15)
00:00:01.278
00:00:01.278 [/Devices/usb-ohci/] (level 2)
00:00:01.278
00:00:01.278 [/Devices/usb-ohci/0/] (level 3)
00:00:01.278 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.278 PCIDeviceNo <integer> = 0x0000000000000006 (6)
00:00:01.278 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.278
00:00:01.278 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:01.278
00:00:01.279 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:01.279 Driver <string> = "VUSBRootHub" (cch=12)
00:00:01.279
00:00:01.279 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:01.280
00:00:01.280 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:01.280 Driver <string> = "MainStatus" (cch=11)
00:00:01.280
00:00:01.280 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:01.280 papLeds <integer> = 0x00000000008a1fd8 (9052120)
00:00:01.280 First <integer> = 0x0000000000000000 (0)
00:00:01.280 Last <integer> = 0x0000000000000000 (0)
00:00:01.280
00:00:01.281 [/Devices/usb-ehci/] (level 2)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/] (level 3)
00:00:01.281 Trusted <integer> = 0x0000000000000001 (1)
00:00:01.281 PCIDeviceNo <integer> = 0x000000000000000b (11)
00:00:01.281 PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/Config/] (level 4)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/LUN#0/] (level 4)
00:00:01.281 Driver <string> = "VUSBRootHub" (cch=12)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/LUN#0/Config/] (level 5)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/LUN#999/] (level 4)
00:00:01.281 Driver <string> = "MainStatus" (cch=11)
00:00:01.281
00:00:01.281 [/Devices/usb-ehci/0/LUN#999/Config/] (level 5)
00:00:01.281 papLeds <integer> = 0x00000000008a1fdc (9052124)
00:00:01.281 First <integer> = 0x0000000000000000 (0)
00:00:01.281 Last <integer> = 0x0000000000000000 (0)
00:00:01.281
00:00:01.281 [/TM/] (level 1)
00:00:01.281 UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.281
00:00:01.281 ********************* End of CFGM dump **********************
00:00:01.281 MM: cbHyperHeap=0xa0000 (655360)
00:00:01.282 Logical host processors: 2, processor active mask: 0000000000000003
00:00:01.282 ************************* CPUID dump ************************
00:00:01.282 RAW Standard CPUIDs
00:00:01.282 Function eax ebx ecx edx
00:00:01.282 Gst: 00000000 00000005 756e6547 6c65746e 49656e69
00:00:01.282 Hst: 0000000a 756e6547 6c65746e 49656e69
00:00:01.282 Gst: 00000001 000006fb 00000800 00000009 078bf1bf
00:00:01.282 Hst: 000006fb 01020800 0000e3bd bfebfbff
00:00:01.282 Gst: 00000002 05b0b101 005657f0 00000000 2cb43049
00:00:01.282 Hst: 05b0b101 005657f0 00000000 2cb43049
00:00:01.282 Gst: 00000003 00000000 00000000 00000000 00000000
00:00:01.282 Hst: 00000000 00000000 00000000 00000000
00:00:01.282 Gst: 00000004 00000000 00000000 00000000 00000000
00:00:01.282 Hst: 04000121 01c0003f 0000003f 00000001
00:00:01.282 Gst: 00000005 00000040 00000040 00000000 00000000
00:00:01.282 Hst: 00000040 00000040 00000003 00022220
00:00:01.282 Name: GenuineIntel
00:00:01.282 Supports: 0-5
00:00:01.282 Family: 6 Extended: 0 Effective: 6
00:00:01.282 Model: 15 Extended: 0 Effective: 15
00:00:01.282 Stepping: 11
00:00:01.282 APIC ID: 0x00
00:00:01.282 Logical CPUs: 0
00:00:01.282 CLFLUSH Size: 8
00:00:01.282 Brand ID: 0x00
00:00:01.282 Mnemonic - Description = guest (host)
00:00:01.282 FPU - x87 FPU on Chip = 1 (1)
00:00:01.282 VME - Virtual 8086 Mode Enhancements = 1 (1)
00:00:01.282 DE - Debugging extensions = 1 (1)
00:00:01.282 PSE - Page Size Extension = 1 (1)
00:00:01.282 TSC - Time Stamp Counter = 1 (1)
00:00:01.282 MSR - Model Specific Registers = 1 (1)
00:00:01.282 PAE - Physical Address Extension = 0 (1)
00:00:01.282 MCE - Machine Check Exception = 1 (1)
00:00:01.282 CX8 - CMPXCHG8B instruction = 1 (1)
00:00:01.282 APIC - APIC On-Chip = 0 (1)
00:00:01.282 Reserved = 0 (0)
00:00:01.282 SEP - SYSENTER and SYSEXIT = 0 (1)
00:00:01.282 MTRR - Memory Type Range Registers = 1 (1)
00:00:01.282 PGE - PTE Global Bit = 1 (1)
00:00:01.282 MCA - Machine Check Architecture = 1 (1)
00:00:01.282 CMOV - Conditional Move Instructions = 1 (1)
00:00:01.282 PAT - Page Attribute Table = 1 (1)
00:00:01.282 PSE-36 - 36-bit Page Size Extention = 1 (1)
00:00:01.282 PSN - Processor Serial Number = 0 (0)
00:00:01.282 CLFSH - CLFLUSH Instruction. = 1 (1)
00:00:01.282 Reserved = 0 (0)
00:00:01.282 DS - Debug Store = 0 (1)
00:00:01.282 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:01.282 MMX - Intel MMX Technology = 1 (1)
00:00:01.282 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:01.282 SSE - SSE Support = 1 (1)
00:00:01.282 SSE2 - SSE2 Support = 1 (1)
00:00:01.282 SS - Self Snoop = 0 (1)
00:00:01.282 HTT - Hyper-Threading Technolog = 0 (1)
00:00:01.282 TM - Thermal Monitor = 0 (1)
00:00:01.282 30 - Reserved = 0 (0)
00:00:01.282 PBE - Pending Break Enable = 0 (1)
00:00:01.282 Supports SSE3 or not = 1 (1)
00:00:01.282 Reserved = 0 (0)
00:00:01.282 DS Area 64-bit layout = 0 (1)
00:00:01.282 Supports MONITOR/MWAIT = 1 (1)
00:00:01.282 CPL-DS - CPL Qualified Debug Store = 0 (1)
00:00:01.282 VMX - Virtual Machine Technology = 0 (1)
00:00:01.282 SMX - Safer Mode Extensions = 0 (0)
00:00:01.282 Enhanced SpeedStep Technology = 0 (1)
00:00:01.282 Terminal Monitor 2 = 0 (1)
00:00:01.282 Supports Supplemental SSE3 or not = 0 (1)
00:00:01.282 L1 Context ID = 0 (0)
00:00:01.282 Reserved = 0x0 (0x0)
00:00:01.283 CMPXCHG16B = 0 (1)
00:00:01.283 xTPR Update Control = 0 (1)
00:00:01.283 Perf/Debug Capability MSR = 0 (1)
00:00:01.283 Reserved = 0x0 (0x0)
00:00:01.283 Direct Cache Access = 0 (0)
00:00:01.283 Supports SSE4_1 or not = 0 (0)
00:00:01.283 Supports SSE4_2 or not = 0 (0)
00:00:01.283 Supports the x2APIC extensions = 0 (0)
00:00:01.283 Supports MOVBE = 0 (0)
00:00:01.283 Supports POPCNT = 0 (0)
00:00:01.283 Reserved = 0x0 (0x0)
00:00:01.283 Supports XSAVE = 0 (0)
00:00:01.283 Supports OSXSAVE = 0 (0)
00:00:01.283 Reserved = 0x0 (0x0)
00:00:01.283
00:00:01.283 RAW Extended CPUIDs
00:00:01.283 Function eax ebx ecx edx
00:00:01.283 Gst: 80000000 80000008 00000000 00000000 00000000
00:00:01.283 Hst: 80000008 00000000 00000000 00000000
00:00:01.283 Gst: 80000001 00000000 00000000 00000000 00000000
00:00:01.283 Hst: 00000000 00000000 00000001 20100000
00:00:01.283 Gst: 80000002 65746e49 2952286c 726f4320 4d542865
00:00:01.283 Hst: 65746e49 2952286c 726f4320 4d542865
00:00:01.283 Gst: 80000003 44203229 43206f75 20205550 54202020
00:00:01.283 Hst: 44203229 43206f75 20205550 54202020
00:00:01.283 Gst: 80000004 30303537 20402020 30322e32 007a4847
00:00:01.283 Hst: 30303537 20402020 30322e32 007a4847
00:00:01.283 Gst: 80000005 00000000 00000000 00000000 00000000
00:00:01.283 Hst: 00000000 00000000 00000000 00000000
00:00:01.283 Gst: 80000006 00000000 00000000 10008040 00000000
00:00:01.283 Hst: 00000000 00000000 10008040 00000000
00:00:01.283 Gst: 80000007 00000000 00000000 00000000 00000000
00:00:01.283 Hst: 00000000 00000000 00000000 00000000
00:00:01.283 Gst: 80000008 00003024 00000000 00000000 00000000
00:00:01.283 Hst: 00003024 00000000 00000000 00000000
00:00:01.283 Gst: 80000009 07280202 00000000 00000000 00000503*
00:00:01.283 Hst: 07280202 00000000 00000000 00000503
00:00:01.283 Ext Name:
00:00:01.283 Ext Supports: 0x80000000-0x80000008
00:00:01.283 Family: 0 Extended: 0 Effective: 0
00:00:01.283 Model: 0 Extended: 0 Effective: 0
00:00:01.283 Stepping: 0
00:00:01.283 Brand ID: 0x000
00:00:01.283 Mnemonic - Description = guest (host)
00:00:01.283 FPU - x87 FPU on Chip = 0 (0)
00:00:01.283 VME - Virtual 8086 Mode Enhancements = 0 (0)
00:00:01.283 DE - Debugging extensions = 0 (0)
00:00:01.283 PSE - Page Size Extension = 0 (0)
00:00:01.283 TSC - Time Stamp Counter = 0 (0)
00:00:01.283 MSR - K86 Model Specific Registers = 0 (0)
00:00:01.283 PAE - Physical Address Extension = 0 (0)
00:00:01.283 MCE - Machine Check Exception = 0 (0)
00:00:01.283 CX8 - CMPXCHG8B instruction = 0 (0)
00:00:01.283 APIC - APIC On-Chip = 0 (0)
00:00:01.283 10 - Reserved = 0 (0)
00:00:01.283 SEP - SYSCALL and SYSRET = 0 (0)
00:00:01.283 MTRR - Memory Type Range Registers = 0 (0)
00:00:01.283 PGE - PTE Global Bit = 0 (0)
00:00:01.283 MCA - Machine Check Architecture = 0 (0)
00:00:01.283 CMOV - Conditional Move Instructions = 0 (0)
00:00:01.283 PAT - Page Attribute Table = 0 (0)
00:00:01.283 PSE-36 - 36-bit Page Size Extention = 0 (0)
00:00:01.283 18 - Reserved = 0 (0)
00:00:01.283 19 - Reserved = 0 (0)
00:00:01.283 NX - No-Execute Page Protection = 0 (1)
00:00:01.283 DS - Debug Store = 0 (0)
00:00:01.283 AXMMX - AMD Extensions to MMX Instr. = 0 (0)
00:00:01.283 MMX - Intel MMX Technology = 0 (0)
00:00:01.283 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:01.283 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:01.283 26 - 1 GB large page support = 0 (0)
00:00:01.283 27 - RDTSCP instruction = 0 (0)
00:00:01.283 28 - Reserved = 0 (0)
00:00:01.283 29 - AMD Long Mode = 0 (1)
00:00:01.283 30 - AMD Extensions to 3DNow = 0 (0)
00:00:01.283 31 - AMD 3DNow = 0 (0)
00:00:01.283 LahfSahf - LAHF/SAHF in 64-bit mode = 0 (1)
00:00:01.283 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:01.283 SVM - AMD VM Extensions = 0 (0)
00:00:01.283 APIC registers starting at 0x400 = 0 (0)
00:00:01.283 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:01.283 Advanced bit manipulation = 0 (0)
00:00:01.283 SSE4A instruction support = 0 (0)
00:00:01.283 Misaligned SSE mode = 0 (0)
00:00:01.283 PREFETCH and PREFETCHW instruction = 0 (0)
00:00:01.283 OS visible workaround = 0 (0)
00:00:01.283 Instruction based sampling = 0 (0)
00:00:01.283 SSE5 support = 0 (0)
00:00:01.283 SKINIT, STGI, and DEV support = 0 (0)
00:00:01.283 Watchdog timer support. = 0 (0)
00:00:01.283 31:14 - Reserved = 0x0 (0x0)
00:00:01.283 Full Name: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
00:00:01.283 TLB 2/4M Instr/Uni: res0 0 entries
00:00:01.283 TLB 2/4M Data: res0 0 entries
00:00:01.283 TLB 4K Instr/Uni: res0 0 entries
00:00:01.283 TLB 4K Data: res0 0 entries
00:00:01.283 L1 Instr Cache Line Size: 0 bytes
00:00:01.283 L1 Instr Cache Lines Per Tag: 0
00:00:01.283 L1 Instr Cache Associativity: res0
00:00:01.283 L1 Instr Cache Size: 0 KB
00:00:01.283 L1 Data Cache Line Size: 0 bytes
00:00:01.283 L1 Data Cache Lines Per Tag: 0
00:00:01.283 L1 Data Cache Associativity: res0
00:00:01.283 L1 Data Cache Size: 0 KB
00:00:01.283 L2 TLB 2/4M Instr/Uni: off 0 entries
00:00:01.283 L2 TLB 2/4M Data: off 0 entries
00:00:01.283 L2 TLB 4K Instr/Uni: off 0 entries
00:00:01.283 L2 TLB 4K Data: off 0 entries
00:00:01.283 L2 Cache Line Size: 0 bytes
00:00:01.283 L2 Cache Lines Per Tag: 0
00:00:01.283 L2 Cache Associativity: off
00:00:01.283 L2 Cache Size: 0 KB
00:00:01.283 APM Features:
00:00:01.284 Physical Address Width: 36 bits
00:00:01.284 Virtual Address Width: 48 bits
00:00:01.284 Physical Core Count: 0
00:00:01.284
00:00:01.284 RAW Centaur CPUIDs
00:00:01.284 Function eax ebx ecx edx
00:00:01.284 Gst: c0000000 07280202 00000000 00000000 00000503
00:00:01.284 Hst: 07280202 00000000 00000000 00000503
00:00:01.284 Gst: c0000001 07280202 00000000 00000000 00000503
00:00:01.284 Hst: 07280202 00000000 00000000 00000503
00:00:01.284 Gst: c0000002 07280202 00000000 00000000 00000503
00:00:01.284 Hst: 07280202 00000000 00000000 00000503
00:00:01.284 Gst: c0000003 07280202 00000000 00000000 00000503
00:00:01.284 Hst: 07280202 00000000 00000000 00000503
00:00:01.284 Centaur Supports: 0xc0000000-0x07280202
00:00:01.284 Mnemonic - Description = guest (host)
00:00:01.284 AIS - Alternate Instruction Set = 0 (1)
00:00:01.284 AIS-E - AIS enabled = 0 (1)
00:00:01.284 RNG - Random Number Generator = 0 (0)
00:00:01.284 RNG-E - RNG enabled = 0 (0)
00:00:01.284 LH - LongHaul MSR 0000_110Ah = 0 (0)
00:00:01.284 FEMMS - FEMMS = 0 (0)
00:00:01.284 ACE - Advanced Cryptography Engine = 0 (0)
00:00:01.284 ACE-E - ACE enabled = 0 (0)
00:00:01.284 ACE2 - Advanced Cryptography Engine 2 = 0 (1)
00:00:01.284 ACE2-E - ACE enabled = 0 (0)
00:00:01.284 PHE - Hash Engine = 0 (1)
00:00:01.284 PHE-E - PHE enabled = 0 (0)
00:00:01.284 PMM - Montgomery Multiplier = 0 (0)
00:00:01.284 PMM-E - PMM enabled = 0 (0)
00:00:01.284
00:00:01.284
00:00:01.284 ******************** End of CPUID dump **********************
00:00:01.288 REM: VBoxREM32
00:00:01.312 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=100
00:00:01.344 TM: cTSCTicksPerSecond=0x831a925c (2 199 556 700) fTSCVirtualized=true fTSCUseRealTSC=false
00:00:01.344 TM: fMaybeUseOffsettedHostTSC=true TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.344 CoreCode: R3=19c21000 R0=34586000 RC=a0310000 Phys=00000000037a7000 cb=0x3000
00:00:01.354 [SMP] BIOS with 1 CPUs
00:00:01.359 SUP: Loaded VBoxDDR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDDR0.r0) at 0x23f85060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:01.361 SUP: Loaded VBoxDD2R0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDD2R0.r0) at 0x23f11060 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:01.361 Activating Local APIC
00:00:01.361 CPUMSetGuestCpuIdFeature: Enabled APIC
00:00:01.361 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:00:01.361 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.373 Shared Folders service loaded.
00:00:01.413 VDInit finished
00:00:01.446 PIIX3 ATA: LUN#0: disk, PCHS=16383/16/63, total number of sectors 65536128
00:00:01.446 PIIX3 ATA: LUN#1: no unit
00:00:01.447 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 16009, passthrough disabled
00:00:01.447 PIIX3 ATA: LUN#3: no unit
00:00:01.447 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.550 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:01.651 NAT: value of BindIP has been ignored
00:00:01.652 Audio: Trying driver 'coreaudio'.
00:00:01.652 Audio: set_record_source ars=0 als=0 (not implemented)
00:00:02.312 DevPcBios: ATA LUN#0 LCHS=1024/255/63
00:00:02.312 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
00:00:02.330 HWACCM: Host CR4=00000660
00:00:02.330 HWACCM: MSR_IA32_FEATURE_CONTROL = 5
00:00:02.330 HWACCM: MSR_IA32_VMX_BASIC_INFO = 5a08000000000b
00:00:02.330 HWACCM: VMCS id = b
00:00:02.330 HWACCM: VMCS size = 800
00:00:02.330 HWACCM: VMCS physical address limit = None
00:00:02.330 HWACCM: VMCS memory type = 6
00:00:02.330 HWACCM: Dual monitor treatment = 1
00:00:02.330 HWACCM: MSR_IA32_VMX_PINBASED_CTLS = 3f00000016
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_EXT_INT_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_NMI_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PIN_EXEC_CONTROLS_VIRTUAL_NMI
00:00:02.330 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS = f7f9fffe0401e172
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_IRQ_WINDOW_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_TSC_OFFSET
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_HLT_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_INVLPG_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MWAIT_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDPMC_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_RDTSC_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_LOAD_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR8_STORE_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_TPR_SHADOW
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_NMI_WINDOW_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MOV_DR_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_UNCOND_IO_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_IO_BITMAPS
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_USE_MSR_BITMAPS
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_MONITOR_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_PAUSE_EXIT
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:02.330 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_LOAD_EXIT *must* be set
00:00:02.331 HWACCM: VMX_VMCS_CTRL_PROC_EXEC_CONTROLS_CR3_STORE_EXIT *must* be set
00:00:02.331 HWACCM: MSR_IA32_VMX_PROCBASED_CTLS2 = 100000000
00:00:02.331 HWACCM: VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:02.331 HWACCM: MSR_IA32_VMX_ENTRY_CTLS = 1fff000011ff
00:00:02.331 HWACCM: VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG
00:00:02.331 HWACCM: VMX_VMCS_CTRL_ENTRY_CONTROLS_IA64_MODE
00:00:02.331 HWACCM: VMX_VMCS_CTRL_ENTRY_CONTROLS_ENTRY_SMM
00:00:02.331 HWACCM: VMX_VMCS_CTRL_ENTRY_CONTROLS_DEACTIVATE_DUALMON
00:00:02.331 HWACCM: VMX_VMCS_CTRL_ENTRY_CONTROLS_LOAD_DEBUG *must* be set
00:00:02.331 HWACCM: MSR_IA32_VMX_EXIT_CTLS = 3efff00036dff
00:00:02.331 HWACCM: VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG
00:00:02.331 HWACCM: VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
00:00:02.331 HWACCM: VMX_VMCS_CTRL_EXIT_CONTROLS_ACK_EXTERNAL_IRQ
00:00:02.331 HWACCM: VMX_VMCS_CTRL_EXIT_CONTROLS_SAVE_DEBUG *must* be set
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC = 403c0
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT 0
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC_ACTIVITY_STATES 7
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC_CR3_TARGET 4
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC_MAX_MSR 200
00:00:02.331 HWACCM: MSR_IA32_VMX_MISC_MSEG_ID 0
00:00:02.331 HWACCM: MSR_IA32_VMX_CR0_FIXED0 = 80000021
00:00:02.331 HWACCM: MSR_IA32_VMX_CR0_FIXED1 = ffffffff
00:00:02.331 HWACCM: MSR_IA32_VMX_CR4_FIXED0 = 2000
00:00:02.331 HWACCM: MSR_IA32_VMX_CR4_FIXED1 = 27ff
00:00:02.331 HWACCM: MSR_IA32_VMX_VMCS_ENUM = 2c
00:00:02.331 HWACCM: TPR shadow physaddr = 000000005687d000
00:00:02.331 HWACCM: VCPU0: MSR bitmap physaddr = 0000000079000000
00:00:02.331 HWACCM: VCPU0: VMCS physaddr = 000000002ba7e000
00:00:02.331 HWACCM: Real Mode TSS guest physaddr = 00000000f0800000
00:00:02.331 HWACCM: Non-Paging Mode EPT CR3 = 00000000f0803000
00:00:02.331 CPUMSetGuestCpuIdFeature: Enabled sysenter/exit
00:00:02.331 HWACCM: 32-bit guests supported.
00:00:02.331 HWACCM: VMX enabled!
00:00:02.346 VM: Halt method global1 (5)
00:00:02.346 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:02.347 Changing the VM state from 'CREATED' to 'RUNNING'.
00:00:02.362 Guest Log: BIOS: VirtualBox 3.0.6
00:00:02.362 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:02.502 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:02.502 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:02.503 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:00:02.503 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:02.504 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:02.505 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:02.515 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=1a76c000 w=640 h=480 bpp=32 cbLine=0xA00
00:00:04.984 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00000000 w=720 h=400 bpp=0 cbLine=0x0
00:00:05.003 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:05.006 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:05.008 Guest Log: BIOS: CDROM boot failure code : 0004
00:00:05.008 Guest Log: BIOS: Boot from CD-ROM failed
00:00:05.012 Guest Log: BIOS: Booting from Hard Disk...
00:00:05.394 Guest Log: BIOS: int13_harddisk: function 15, unmapped device for ELDL=81
00:00:13.477 PIT: mode=2 count=0x2ead (11949) - 99.85 Hz (ch=0)
00:00:15.092 PIIX3 ATA: LUN#0: IDLE IMMEDIATE, CmdIf=0xef (-1 usec ago)
00:00:15.092 PIIX3 ATA: LUN#0: aborting current command
00:00:16.160 Guest Additions information report: additionsVersion = 0x00010004 osType = 0x00033000
00:00:16.186 Guest reported fixed hypervisor window at 0xf7800000 (size = 0x800000, rc = VINF_SUCCESS)
00:00:17.992 PCNet#0: Init: ss32=1 GCRDRA=0x02b0f420[64] GCTDRA=0x02b0f020[64]
00:00:17.996 OHCI: Software reset
00:00:17.996 OHCI: USB Reset
00:00:17.996 OHCI: USB Operational
00:00:18.068 EHCI: Hardware reset
00:00:18.069 EHCI: USB Operational
00:00:18.202 SharedFolders host service: connected, u32ClientID = 1
00:00:18.279 PCNet#0: Init: ss32=1 GCRDRA=0x02b0f420[64] GCTDRA=0x02b0f020[64]
00:00:19.035 OHCI: USB Suspended
00:00:19.615 EHCI: USB Suspended
00:00:42.292 PIIX3 ATA: execution time for ATA command 0xc8 was 8 seconds
00:02:36.431 Changing the VM state from 'RUNNING' to 'RESETTING'.
00:02:36.474 CPUMSetGuestCpuIdFeature: Enabled APIC
00:02:36.474 CPUMSetGuestCpuIdFeature: Disabled x2APIC
00:02:36.474 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:02:36.513 SharedFolders host service: disconnected, u32ClientID = 1
00:02:36.519 PIIX3 ATA: Ctl#0: finished processing RESET
00:02:36.620 PIIX3 ATA: Ctl#1: finished processing RESET
00:02:36.720 Audio: set_record_source ars=0 als=0 (not implemented)
00:02:36.720 TM: Aborting catch-up attempt on reset with a 287 893 187 ns lag on reset; new total: 287 893 187 ns
00:02:36.720 Changing the VM state from 'RESETTING' to 'RUNNING'.
00:02:36.722 Guest Log: BIOS: VirtualBox 3.0.6
00:02:36.722 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:02:36.889 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xe7 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:02:36.889 PIIX3 ATA: Ctl#0: finished processing RESET
00:02:36.891 Guest Log: BIOS: ata0-0: PCHS=16383/16/63 LCHS=1024/255/63
00:02:36.891 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0xa0 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:02:36.891 PIIX3 ATA: Ctl#1: finished processing RESET
00:02:36.892 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:02:36.911 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=1a76c000 w=640 h=480 bpp=32 cbLine=0xA00
00:02:39.377 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00000000 w=720 h=400 bpp=0 cbLine=0x0
00:02:39.382 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:02:39.383 Guest Log: BIOS: Boot from Floppy 0 failed
00:02:39.410 Guest Log: BIOS: CDROM boot failure code : 0004
00:02:39.412 Guest Log: BIOS: Boot from CD-ROM failed
00:02:39.413 Guest Log: BIOS: Booting from Hard Disk...
00:02:39.803 Guest Log: BIOS: int13_harddisk: function 15, unmapped device for ELDL=81
00:02:44.767 PIT: mode=2 count=0x2ead (11949) - 99.85 Hz (ch=0)
00:02:44.875 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=1a76c000 w=640 h=480 bpp=0 cbLine=0x140
00:02:47.286 PIIX3 ATA: LUN#0: IDLE IMMEDIATE, CmdIf=0xef (-1 usec ago)
00:02:47.286 PIIX3 ATA: LUN#0: aborting current command
00:02:48.339 Guest Additions information report: additionsVersion = 0x00010004 osType = 0x00033000
00:02:48.373 Guest reported fixed hypervisor window at 0xf7800000 (size = 0x800000, rc = VINF_SUCCESS)
00:02:56.391 PCNet#0: Init: ss32=1 GCRDRA=0x02a9a420[64] GCTDRA=0x02a9a020[64]
00:02:57.404 Audio: set_record_source ars=0 als=0 (not implemented)
00:02:57.406 Audio: set_record_source ars=0 als=0 (not implemented)
00:02:57.415 OHCI: Software reset
00:02:57.415 OHCI: USB Reset
00:02:57.415 OHCI: USB Operational
00:02:57.480 EHCI: Hardware reset
00:02:57.480 EHCI: USB Operational
00:02:57.563 SharedFolders host service: connected, u32ClientID = 2
00:02:57.629 PCNet#0: Init: ss32=1 GCRDRA=0x02a9a420[64] GCTDRA=0x02a9a020[64]
00:02:58.447 OHCI: USB Suspended
00:04:06.544 Changing the VM state from 'RUNNING' to 'SUSPENDED'.
00:04:09.686 Console::powerDown(): A request to power off the VM has been issued (mMachineState=8, InUninit=0)
00:04:09.703 SharedFolders host service: disconnected, u32ClientID = 2
00:04:09.704 ****************** Guest state at power off ******************
00:04:09.704 Guest CPUM (VCPU 0) state: se
00:04:09.704 eax=00000004 ebx=00000000 ecx=80550ea4 edx=0000d032 esi=82e73368 edi=80550ebb
00:04:09.704 eip=806f56a6 esp=80550e78 ebp=80550e9c iopl=0 nv up ei pl zr na pe nc
00:04:09.704 cs={0008 base=0000000000000000 limit=ffffffff flags=0000c09b} dr0=00000000 dr1=00000000
00:04:09.704 ds={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} dr2=00000000 dr3=00000000
00:04:09.705 es={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} dr4=00000000 dr5=00000000
00:04:09.705 fs={0030 base=00000000ffdff000 limit=00001fff flags=0000c093} dr6=ffff0ff0 dr7=00000400
00:04:09.705 gs={0000 base=0000000000000000 limit=ffffffff flags=0001c000} cr0=e001003b cr2=f8779a82
00:04:09.705 ss={0010 base=0000000000000000 limit=ffffffff flags=0000c093} cr3=00039000 cr4=000006d8
00:04:09.705 gdtr=000000008003f000:03ff idtr=000000008003f400:07ff eflags=00000202
00:04:09.705 ldtr={0000 base=00000000 limit=00000000 flags=00000082}
00:04:09.705 tr ={0028 base=80042000 limit=000020ab flags=0000008b}
00:04:09.705 SysEnter={cs=0008 eip=804de6f0 esp=f8ab0000}
00:04:09.705 FPU:
00:04:09.705 FCW=027f FSW=0000 FTW=00
00:04:09.705 res1=00 FOP=0000 FPUIP=00000000 CS=0000 Rsvrd1=0000
00:04:09.705 FPUDP=0000 DS=0000 Rsvrd2=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff
00:04:09.705 MSR:
00:04:09.705 EFER =0000000000000000
00:04:09.705 PAT =0007010600070106
00:04:09.705 STAR =0000000000000000
00:04:09.705 CSTAR =0000000000000000
00:04:09.705 LSTAR =0000000000000000
00:04:09.705 SFMASK =0000000000000000
00:04:09.705 KERNELGSBASE =0000000000000000
00:04:09.705 ***
00:04:09.705 Guest paging mode: 32-bit, changed 2378 times, A20 enabled
00:04:09.705 Shadow paging mode: PAE
00:04:09.705 Host paging mode: AMD64+NX
00:04:09.705 ***
00:04:09.705 Active Timers (pVM=188d1000)
00:04:09.705 pTimerR3 offNext offPrev offSched Clock Time Expire State Description
00:04:09.705 18b53180 00008200 00000000 00000000 Real 000000000091770943 000000000091767899 2-ACTIVE VGA Refresh Timer
00:04:09.705 18b5b380 00000000 ffff7e00 00000000 Real 000000000091770943 000000000091767902 2-ACTIVE EMT Yielder
00:04:09.705 18b59200 ffffe580 00000000 00000000 Virt 000000244289954694 000000244299929759 2-ACTIVE USB2 Frame Timer (no sync)
00:04:09.705 18b57780 00000000 00001a80 00000000 Virt 000000244289954694 000000244299931396 2-ACTIVE Audio timer
00:04:09.705 18b416e0 000003a0 00000000 00000000 VrSy 000000243906053389 000000243916067788 2-ACTIVE i8254 Programmable Interval Timer
00:04:09.705 18b41a80 00018fa0 fffffc60 00000000 VrSy 000000243906053389 000000243990000000 2-ACTIVE MC146818 RTC/CMOS - Second
00:04:09.705 18b5aa20 00000000 fffe7060 00000000 VrSy 000000243906053389 000001353944970621 2-ACTIVE ACPI Timer
00:04:09.705 ***
00:04:09.705 Shadow GDT (GCAddr=ff719000):
00:04:09.705 ffd8 - 97380087 ff008940 - base=ff409738 limit=00000087 dpl=0 TSS32Avail Present 16-bit HyperTSSTrap08
00:04:09.705 ffe0 - 96b00087 ff008940 - base=ff4096b0 limit=00000087 dpl=0 TSS32Avail Present 16-bit HyperTSS
00:04:09.705 ffe8 - 0000ffff 00af9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 16-bit HyperCS64
00:04:09.705 fff0 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit HyperDS
00:04:09.705 fff8 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit HyperCS
00:04:09.705 ***
00:04:09.705 ************** End of Guest state at power off ***************
00:04:09.705 Changing the VM state from 'SUSPENDED' to 'OFF'.
00:04:09.707 Changing the VM state from 'OFF' to 'DESTROYING'.
00:04:09.707 ************************* Statistics *************************
00:04:09.707 /Devices/ATA0/Unit0/AtapiDMA 0 times
00:04:09.707 /Devices/ATA0/Unit0/AtapiPIO 0 times
00:04:09.707 /Devices/ATA0/Unit0/DMA 53450 times
00:04:09.707 /Devices/ATA0/Unit0/PIO 3408 times
00:04:09.707 /Devices/ATA0/Unit0/ReadBytes 758603264 bytes
00:04:09.707 /Devices/ATA0/Unit0/WrittenBytes 15339520 bytes
00:04:09.707 /Devices/ATA0/Unit1/AtapiDMA 0 times
00:04:09.707 /Devices/ATA0/Unit1/AtapiPIO 0 times
00:04:09.707 /Devices/ATA0/Unit1/DMA 0 times
00:04:09.707 /Devices/ATA0/Unit1/PIO 0 times
00:04:09.707 /Devices/ATA0/Unit1/ReadBytes 0 bytes
00:04:09.707 /Devices/ATA0/Unit1/WrittenBytes 0 bytes
00:04:09.707 /Devices/ATA1/Unit0/AtapiDMA 2 times
00:04:09.707 /Devices/ATA1/Unit0/AtapiPIO 171 times
00:04:09.707 /Devices/ATA1/Unit0/DMA 0 times
00:04:09.707 /Devices/ATA1/Unit0/PIO 0 times
00:04:09.707 /Devices/ATA1/Unit0/ReadBytes 4096 bytes
00:04:09.707 /Devices/ATA1/Unit0/WrittenBytes 0 bytes
00:04:09.707 /Devices/ATA1/Unit1/AtapiDMA 0 times
00:04:09.707 /Devices/ATA1/Unit1/AtapiPIO 0 times
00:04:09.707 /Devices/ATA1/Unit1/DMA 0 times
00:04:09.707 /Devices/ATA1/Unit1/PIO 0 times
00:04:09.707 /Devices/ATA1/Unit1/ReadBytes 0 bytes
00:04:09.707 /Devices/ATA1/Unit1/WrittenBytes 0 bytes
00:04:09.707 /Devices/PCNet0/ReceiveBytes 0 bytes
00:04:09.707 /Devices/PCNet0/TransmitBytes 0 bytes
00:04:09.707 /GVMM/EMTs 1 calls
00:04:09.707 /GVMM/Sum/HaltBlocking 54855 calls
00:04:09.707 /GVMM/Sum/HaltCalls 786431 calls
00:04:09.707 /GVMM/Sum/HaltNotBlocking 731576 calls
00:04:09.707 /GVMM/Sum/HaltTimeouts 24032 calls
00:04:09.707 /GVMM/Sum/HaltWakeUps 0 calls
00:04:09.707 /GVMM/Sum/PokeCalls 18437 calls
00:04:09.707 /GVMM/Sum/PokeNotBusy 6175 calls
00:04:09.707 /GVMM/Sum/PollCalls 240 calls
00:04:09.707 /GVMM/Sum/PollHalts 0 calls
00:04:09.707 /GVMM/Sum/PollWakeUps 0 calls
00:04:09.707 /GVMM/Sum/WakeUpCalls 44950 calls
00:04:09.707 /GVMM/Sum/WakeUpNotHalted 26550 calls
00:04:09.707 /GVMM/Sum/WakeUpWakeUps 0 calls
00:04:09.707 /GVMM/VM/HaltBlocking 54855 calls
00:04:09.707 /GVMM/VM/HaltCalls 786431 calls
00:04:09.707 /GVMM/VM/HaltNotBlocking 731576 calls
00:04:09.708 /GVMM/VM/HaltTimeouts 24032 calls
00:04:09.708 /GVMM/VM/HaltWakeUps 0 calls
00:04:09.708 /GVMM/VM/PokeCalls 18437 calls
00:04:09.708 /GVMM/VM/PokeNotBusy 6175 calls
00:04:09.708 /GVMM/VM/PollCalls 240 calls
00:04:09.708 /GVMM/VM/PollHalts 0 calls
00:04:09.708 /GVMM/VM/PollWakeUps 0 calls
00:04:09.708 /GVMM/VM/WakeUpCalls 44950 calls
00:04:09.708 /GVMM/VM/WakeUpNotHalted 26550 calls
00:04:09.708 /GVMM/VM/WakeUpWakeUps 0 calls
00:04:09.708 /GVMM/VMs 1 calls
00:04:09.708 /MM/HyperHeap/cbFree 448688 bytes
00:04:09.708 /MM/HyperHeap/cbHeap 655104 bytes
00:04:09.708 /PDM/CritSects/ATA0/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/ATA0/ContentionRZLock 17 times
00:04:09.708 /PDM/CritSects/ATA0/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/ATA1/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/ATA1/ContentionRZLock 2 times
00:04:09.708 /PDM/CritSects/ATA1/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/EM-REM/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/EM-REM/ContentionRZLock 0 times
00:04:09.708 /PDM/CritSects/EM-REM/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/IOM EMT Lock/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/IOM EMT Lock/ContentionRZLock 0 times
00:04:09.708 /PDM/CritSects/IOM EMT Lock/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/MM-HYPER/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/MM-HYPER/ContentionRZLock 0 times
00:04:09.708 /PDM/CritSects/MM-HYPER/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/PCNet#0/ContentionR3 0 times
00:04:09.708 /PDM/CritSects/PCNet#0/ContentionRZLock 0 times
00:04:09.708 /PDM/CritSects/PCNet#0/ContentionRZUnlock 0 times
00:04:09.708 /PDM/CritSects/PDM/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/PDM/ContentionRZLock 65 times
00:04:09.709 /PDM/CritSects/PDM/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/PGM/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/PGM/ContentionRZLock 270 times
00:04:09.709 /PDM/CritSects/PGM/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/PS2KM#0/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/PS2KM#0/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/PS2KM#0/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/REM-Register/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/REM-Register/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/REM-Register/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/TM Timer Lock/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/TM Timer Lock/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/TM Timer Lock/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/TM VirtualSync Lock/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/TM VirtualSync Lock/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/TM VirtualSync Lock/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/VGA/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/VGA/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/VGA/ContentionRZUnlock 0 times
00:04:09.709 /PDM/CritSects/VMMDev/ContentionR3 0 times
00:04:09.709 /PDM/CritSects/VMMDev/ContentionRZLock 0 times
00:04:09.709 /PDM/CritSects/VMMDev/ContentionRZUnlock 0 times
00:04:09.709 /PGM/CPU0/cGuestModeChanges 2378 times
00:04:09.709 /PGM/ChunkR3Map/c 513 times
00:04:09.709 /PGM/ChunkR3Map/cMax 4294967295 times
00:04:09.709 /PGM/Page/cAllPages 135375 times
00:04:09.709 /PGM/Page/cHandyPages 111 times
00:04:09.709 /PGM/Page/cPrivatePages 55497 times
00:04:09.709 /PGM/Page/cSharedPages 0 times
00:04:09.709 /PGM/Page/cZeroPages 79878 times
00:04:09.709 /PGM/cRelocations 0 times
00:04:09.709 /PROF/CPU0/EM/ForcedActions 110993 times
00:04:09.709 /PROF/CPU0/EM/Halted 37204 times
00:04:09.709 /PROF/CPU0/EM/RAWTotal 0 times
00:04:09.709 /PROF/CPU0/EM/REMTotal 7309 times
00:04:09.709 /PROF/CPU0/EM/Total 532068231035 ticks/call (532068231035 ticks, 1 times, max 532068231035, min 532068231035)
00:04:09.709 /PROF/VM/CPU0/Halt/Block 325071 ticks/call (255643731035 ticks, 786423 times, max 44765523, min 7513)
00:04:09.709 /PROF/VM/CPU0/Halt/Timers 4994 ticks/call ( 5803412329 ticks, 1162000 times, max 15882658, min 1815)
00:04:09.709 /PROF/VM/CPU0/Halt/Yield 13660 ticks/call ( 3278605 ticks, 240 times, max 67804, min 8756)
00:04:09.709 /REM/TbFlushCount 7309 times
00:04:09.709 /REM/TbPhysInvldCount 1001 times
00:04:09.709 /REM/TlbFlushCount 23104 times
00:04:09.709 /TM/R0/1nsSteps 37768 times
00:04:09.709 /TM/R3/1nsSteps 91387 times
00:04:09.709 /TM/TSC/offCPU0 0 ticks
00:04:09.709 /TM/VirtualSync/CurrentOffset 383864240 ns
00:04:09.709 /TM/VirtualSync/GivenUp 287893187 ns
00:04:09.709 /VUSB/0/cUrbsInPool 0 count
00:04:09.709 /VUSB/1/cUrbsInPool 0 count
00:04:09.709 ********************* End of statistics **********************
00:04:09.729 Changing the VM state from 'DESTROYING' to 'TERMINATED'.
|