From d43389b754be31c0a47bec2a9aefba6a03e93aab Mon Sep 17 00:00:00 2001
From: Justin Clift <jclift@redhat.com>
Date: Mon, 31 Jan 2011 16:26:02 +0000
Subject: [PATCH] Update Parallels Desktop test files.

---
 tests/parallels-desktop/proc/cpuinfo     | 12 ++++++------
 tests/parallels-desktop/proc/self/status |  8 ++++----
 tests/parallels-desktop/sbin/dmidecode   | 18 +++++++++---------
 tests/test-parallels-desktop.sh          |  1 +
 4 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/tests/parallels-desktop/proc/cpuinfo b/tests/parallels-desktop/proc/cpuinfo
index d8b21b8..e97e64a 100644
--- a/tests/parallels-desktop/proc/cpuinfo
+++ b/tests/parallels-desktop/proc/cpuinfo
@@ -2,16 +2,16 @@ processor	: 0
 vendor_id	: GenuineIntel
 cpu family	: 6
 model		: 23
-model name	: Intel(R) Core(TM)2 Extreme CPU X9650  @ 3.00GHz
-stepping	: 7
-cpu MHz		: 3434.878
-cache size	: 6144 KB
+model name	: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
+stepping	: 10
+cpu MHz		: 2400.113
+cache size	: 3072 KB
 fpu		: yes
 fpu_exception	: yes
-cpuid level	: 10
+cpuid level	: 13
 wp		: yes
 flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc up arch_perfmon rep_good aperfmperf pni ssse3 cx16 sse4_1 x2apic hypervisor lahf_lm
-bogomips	: 6869.75
+bogomips	: 4800.22
 clflush size	: 64
 cache_alignment	: 64
 address sizes	: 40 bits physical, 48 bits virtual
diff --git a/tests/parallels-desktop/proc/self/status b/tests/parallels-desktop/proc/self/status
index adc0df7..515c3be 100644
--- a/tests/parallels-desktop/proc/self/status
+++ b/tests/parallels-desktop/proc/self/status
@@ -1,8 +1,8 @@
 Name:	cat
 State:	R (running)
-Tgid:	3278
-Pid:	3278
-PPid:	3235
+Tgid:	3437
+Pid:	3437
+PPid:	3370
 TracerPid:	0
 Uid:	0	0	0	0
 Gid:	0	0	0	0
@@ -21,7 +21,7 @@ VmLib:	    1772 kB
 VmPTE:	      48 kB
 VmSwap:	       0 kB
 Threads:	1
-SigQ:	0/7851
+SigQ:	0/3797
 SigPnd:	0000000000000000
 ShdPnd:	0000000000000000
 SigBlk:	0000000000000000
diff --git a/tests/parallels-desktop/sbin/dmidecode b/tests/parallels-desktop/sbin/dmidecode
index f4af185..b6f1d3a 100755
--- a/tests/parallels-desktop/sbin/dmidecode
+++ b/tests/parallels-desktop/sbin/dmidecode
@@ -31,8 +31,8 @@ System Information
 	Manufacturer: Parallels Software International Inc.
 	Product Name: Parallels Virtual Platform
 	Version: None
-	Serial Number: Parallels-E0 53 44 86 B1 45 41 31 8F 40 65 7A AF AD BE A1
-	UUID: E0534486-B145-4131-8F40-657AAFADBEA1
+	Serial Number: Parallels-1C 6B FF 34 0F 96 46 DF A0 F6 60 D1 53 56 B8 5A
+	UUID: 1C6BFF34-0F96-46DF-A0F6-60D15356B85A
 	Wake-up Type: Power Switch
 
 Handle 0x0002, DMI type 2, 8 bytes
@@ -62,12 +62,12 @@ Processor Information
 	Type: Central Processor
 	Family: Unknown
 	Manufacturer: GenuineIntel
-	ID: 77 06 01 00 FF FB EB BF
+	ID: 7A 06 01 00 FF FB EB BF
 	Version: Not Specified
 	Voltage: 3.3 V
-	External Clock: 572 MHz
-	Max Speed: 3435 MHz
-	Current Speed: 3435 MHz
+	External Clock: 400 MHz
+	Max Speed: 2400 MHz
+	Current Speed: 2400 MHz
 	Status: Populated, Enabled
 	Upgrade: Other
 	L1 Cache Handle: Not Provided
@@ -161,7 +161,7 @@ Memory Device
 	Error Information Handle: Not Provided
 	Total Width: 32 bits
 	Data Width: 32 bits
-	Size: 1024 MB
+	Size: 512 MB
 	Form Factor: DIMM
 	Set: None
 	Locator: DIMM #0
@@ -234,8 +234,8 @@ Memory Device
 Handle 0x0011, DMI type 19, 15 bytes
 Memory Array Mapped Address
 	Starting Address: 0x00000000000
-	Ending Address: 0x0003FFFFFFF
-	Range Size: 1 GB
+	Ending Address: 0x0001FFFFFFF
+	Range Size: 512 MB
 	Physical Array Handle: 0x000C
 	Partition Width: 2
 
diff --git a/tests/test-parallels-desktop.sh b/tests/test-parallels-desktop.sh
index 647ae85..20701fe 100755
--- a/tests/test-parallels-desktop.sh
+++ b/tests/test-parallels-desktop.sh
@@ -1,4 +1,5 @@
 # Test for Parallels Desktop (data contributed by Justin Clift).
+# Data taken from Fedora 14 guest running in Parallels on a Mac Mini.
 # Copyright (C) 2008-2011 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
-- 
1.8.3.1