From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Fioravante Subject: Re: vTPM setup problem on the emulator Date: Mon, 14 Jan 2013 16:11:11 -0500 Message-ID: <50F4746F.6060404@jhuapl.edu> References: <36a97c6a.ff69.13c1e887f12.Coremail.gbtux@126.com> <50EDC5EC.7050306@jhuapl.edu> <50EEE36F.8030705@jhuapl.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3696612839938648548==" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Bei Guan Cc: "xen-users@lists.xen.org" , xen-devel List-Id: xen-devel@lists.xenproject.org This is a cryptographically signed message in MIME format. --===============3696612839938648548== Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms000700070107010505060508" This is a cryptographically signed message in MIME format. --------------ms000700070107010505060508 Content-Type: multipart/alternative; boundary="------------040404080703090704080600" This is a multi-part message in MIME format. --------------040404080703090704080600 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 01/10/2013 10:11 PM, Bei Guan wrote: > > > 2013/1/10 Matthew Fioravante > > > On 01/09/2013 09:17 PM, Bei Guan wrote: >> Hi Matthew, >> >> Thank you for your reply. >> >> >> >> 2013/1/10 Matthew Fioravante > > >> >> On 01/09/2013 03:58 AM, gavin wrote: >>> Hi, >>> >>> I tried to install the vTPM in Xen-4.1.0 + Dom0 kernel >>> 2.6.18.8 + DomU kernel 2.6.18.8. The device is TPM emulator. >>> However, I encountered several problems. >>> >>> 1. In DomU, I run "modprobe tpm_xenu" successfully. But it >>> doesn't creates the /dev/tpm0 device as our had expected. >>> So, the trousers cannot be started. An old thread in Xen >>> mail-list can do >>> this,(http://old-list-archives.xen.org/xense-devel/2006-12/ms= g00002.html) >>> but it helps little to me. >>> Is there any problem with my vTPM front driver? The tpm >>> related modules and other info in DomU is list here. >>> *[root@gavin-pv ~]# lsmod | grep tpm* >>> tpm_xenu 15752 0 [permanent] >>> tpm 17952 1 tpm_xenu >>> tpm_bios 10112 1 tpm >>> *[root@gavin-pv ~]# tcsd -f* >>> TCSD TDDL ERROR: Could not find a device to open! >> Any relevant output in dmesg? Also does your domu config file >> have a vtpm device specified? >> >> >> When I run "insmod tpm_xenu.ko" at the first time in DomU, there >> is no special message in dmesg except for this "xen_tpm_fr: >> Initialising the vTPM driver." >> Then, I reload the tpm_xenu module after removing it using "rmmod >> tpm_xenu.ko -f". I get the following message in dmesg. >> ... >> xen_tpm_fr: Initialising the vTPM driver. >> kobject_add failed for vtpm with -EEXIST, don't try to register >> things with the same >> name in the same directory. >> [] kobject_add+0x11a/0x1a0 >> [] kobject_register+0x21/0x50 >> [] bus_add_driver+0x7d/0x140 >> [] xenbus_register_driver_common+0x39/0x60 >> [] xenbus_register_frontend+0x20/0x40 >> [] tpmif_init+0x50/0x62 [tpm_xenu] >> [] sys_init_module+0x148/0x1b40 >> [] do_page_fault+0x10c/0xc6f >> [] do_syscall_trace+0x1ee/0x205 >> [] syscall_call+0x7/0xb >> >> In the DomUconfig file, I use vtpm =3D ['backend=3D0']. >> But there is no vtpm device in Dom0 and DomU. See the following in= fo. > The domU is PVM correct? You can also try just compiling in > tpm_xenu instead of using it as a module. > > Yes, it's DomU. > Now, I try vTPM in Xen-4.0.2, Dom0 and DomU are still with kernel=20 > 2.6.18.8. I can get the device /dev/tpm0 in DomU after modprobe tpm_xen= u. > (Perhaps this problem has something to do with the hardware and the=20 > Xen version) > > However, When I run tcsd in DomU, there is an error: > *root@ubuntu:~/vtpm/trousers-0.3.4/src/tcsd# tcsd -f* > TCSD resetting mode of /usr/local/var/lib/tpm from 40755 to: 700 > TCSD TDDL ioctl: (25) Inappropriate ioctl for device > TCSD TDDL Falling back to Read/Write device support. > TCSD TCS ERROR: TCS GetCapability failed with result =3D 0x9 > > Is this because vtpm_managerd is not running in Dom0 or physical TPM=20 > does not work well in Dom0? > What does the output of the vtpm say? You have to have the manager=20 running before you start the domU otherwise it wont work. > > >> >> Dom0: >> [root@localhost fc8_new]# ls /sys/devices/xen-backend/ >> console-3-0 power uevent vbd-3-2049 vfb-3-0 vif-3-0 vkbd-3-0= >> >> DomU: >> [root@gavin-pv tpm]# ls /sys/devices/xen >> power uevent vbd-2049 vfb-0 vif-0 vkbd-0 >> >> >>> 2. In Dom0, I run "modprobe tpmd_dev" and "modprobe tpmbk" >>> also successfully and I can get the devices /dev/tpm, >>> /dev/tpm0, and /dev/vtpm. However, I cannot start the tpm >>> emulator (# ./tpmd -f clear pvm 1) and vtpm manager (# >>> vtpm_managerd). The related info and output error from Dom0 >>> is also list here. >> So you want to use the TPM emulator on dom0 instead of a >> physical TPM? >> >> Yes, I try to use TPM emulator right now. >> In fact, there is a physical TPM chip in my laptop. But I'm not >> sure how to make it work in fedora8. So, when the vTPM works well >> on emulator, I will try to abandon the emulator and use the >> physical TPM. > In that case you might want to make sure the TPM is disabled in > the BIOS if you want to use the emulator. Your dom0 kernel might > have tpm drivers built in which could cause a possible conflict > with the emulator. > > Using the tpm emulator in dom0 has its own collection of issues. > You might want to get the physical tpm working first and then play > with vtpms. We used TPM successfully on Fedora 8. > > Try this: > Reboot your machine and get into the bios. Clear the TPM and then > activiate it. You might not have that option to clear if its > disabled, in that case just activiate it. In fedora install > trousers and tpm_tools. Start tcsd and try tpm_version or some > other command to ensure your TPM is working. If not, make sure all > of the TPM drivers are either compiled into the kernel or loaded > as modules. > > Now, I try to use physical TPM directly instead of an emulator. I try=20 > to make the physical TPM work firstly. I did what you suggested above, = > but I still encountered some problems. > The TPM relevant modules in Dom0 are loaded like this. > > modprobe tpm_bios > modprobe tpm > modprobe tpm_tis force=3D1 > > Then, I got the /dev/tpm0. > However, I cannot start tcsd and vtpm_managerd in Dom0. The output is=20 > as the following. > > *[root@localhost Xen]# tcsd -f* > TCSD TDDL ioctl: (25) Inappropriate ioctl for device > TCSD TDDL Falling back to Read/Write device support. > TCSD TDDL ERROR: read from device /dev/tpm0 failed: Input/output error > TCSD TCS ERROR: TCS GetCapability failed with result =3D 0x1087 > > *[root@localhost vtpm_manager]# vtpm_managerd* > INFO[VTPM]: Starting VTPM. > INFO[TCS]: Constructing new TCS: > INFO[TCS]: Calling TCS_OpenContext: > ERROR[TXDATA]: read() failed*** ERRORDIE in TDDL_TransmitData at=20 > transmit.c: 89 > ERROR in VTPM_Init_Manager at vtpm_manager.c:215 code: TPM_FAIL. > ERROR[VTPM]: Closing vtpmd due to error during startup. > > > I searched in google for a while, but I still cannot resolve it. > Do you have any suggestions on these problems? Thanks in advance. You can't run tcsd and vtpm manager at the same time. Only use tcsd to=20 test if your tpm if working and then kill the process and disable it=20 from starting on boot (chkconfig tcsd off). Make sure tcsd is not=20 already running in the background before you try running it yourself (ps = -ef | grep tcsd). If you try 2 instances of tcsd it will fail. > > >> >> >> I see you listed /dev/tpm and /dev/tpm0. I believe the old >> manager is hard coded to use the second one. Is tpmd creating >> both? >> >> Yes. When modprobe the tpmd_dev module, these two devices are >> created. >> >> >> Thanks again. >> >> >> >>> *[root@localhost tpmd]# lsmod | grep tpm* >>> tpmd_dev 10416 0 >>> tpmbk 19516 0 [permanent] >>> *[root@localhost tpmd]# ./tpmd -f clear pvm 1* >>> VTPMD[0]: tpmd.c:766: Info: starting TPM Emulator daemon >>> VTPMD[0]: tpmd.c:369: Info: parsing options >>> VTPMD[1]: tpmd.c:478: Info: openening random device /dev/uran= dom >>> VTPMD[1]: tpmd.c:621: Info: staring main loop >>> Loading NVM. >>> Error in read_from_file:301 >>> VTPMD[1]: ../tpm/tpm_data.c:83: Info: initializing TPM data >>> to default values >>> VTPMD[1]: ../tpm/tpm_startup.c:30: Info: TPM_Init() >>> VTPMD[1]: ../tpm/tpm_testing.c:242: Info: TPM_SelfTestFull() >>> VTPMD[1]: ../tpm/tpm_testing.c:260: Info: Self-Test succeeded= >>> VTPMD[1]: ../tpm/tpm_startup.c:44: Info: TPM_Startup(1) >>> VTPMD[1]: tpmd.c:661: Error: Failed to open devices to >>> listen to guest. >> >> >>> >>> *[root@localhost vtpm]# vtpm_managerd* >>> INFO[VTPM]: Starting VTPM. >>> INFO[TCS]: Constructing new TCS: >>> ERROR[TXDATA]: TPM open failedERROR in VTPM_Init_Manager at >>> vtpm_manager.c:205 code: >>> TPM_IOERROR. >>> ERROR[VTPM]: Closing vtpmd due to error during startup. >>> >>> >>> Thanks in advance for your any reply. >>> >>> -- >>> Best Regards, >>> Gavin >>> >>> >> >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xen.org >> http://lists.xen.org/xen-devel >> >> >> > > Keep in mind that the old vTPM system is deprecated and I can only > provide limited support. If you can't get it to work I would > suggest pulling the latest xen-unstable and my latest patch set on > here and trying to use that. > > Well, it's very nice. I think maybe I need to try it later. > > > > -- > Best Regards, > Gavin > --------------040404080703090704080600 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 01/10/2013 10:11 PM, Bei Guan wrote= :


2013/1/10 Matthew Fioravante <matthew.fioravante@jhuapl.edu>
On 01/09/2013 09:17 PM, Bei Guan wrote:
Hi Matthew,=C2=A0

Thank you for your reply.



2013/1/10 Matthew Fioravante <matthew.fioravante@jhuapl.e= du>
On 01/09/2013 03:58 AM, gavin wrote:
Hi,

I tried to install the vTPM in Xen-4.1.0 + Dom0 kernel 2.6.18.8 + DomU kernel 2.6.18.8. The device is TPM emulator.
However, I=C2=A0 encountered several problems.

1. In DomU, I run "modprobe tpm_xenu" successfully. But it doesn't creates the /dev/tpm0 device as our had expected. So, the trousers cannot be started. An old thread in Xen mail-list can do this,(http://old-list-a= rchives.xen.org/xense-devel/2006-12/msg00002.html) but it helps little to me.
Is there any problem with my vTPM front driver? The tpm related modules and other info in DomU is list here.
[root@gavin-pv ~]# lsmod | gr=
ep tpm
tpm_xenu               15752  0 [permanent]
tpm                        17952  1 tpm_xenu
tpm_bios               10112  1 tpm
[root@gavin-pv ~]# tcsd -f
TCSD TDDL ERROR: Could not find a device to open!
Any relevant output in dmesg? Also does your domu config file have a vtpm device specified?

When I run "insmod tpm_xenu.ko" at the first time in DomU, there is no=C2=A0special message in dmesg except for this "xen_tpm_fr: Initialising the vTPM=C2=A0drive= r."
Then, I reload the tpm_xenu module after removing it using "rmmod tpm_xenu.ko -f". I=C2=A0get the following message in dmesg.
...
xen_tpm_fr: Initialising the vTPM driver.<= /div>
kobject_add failed for vtpm with -EEXIST, don't try to register things with the same
name in the same directory.
=C2=A0[<c01ea4ea>] kobject_add+0x11a/0x1a0
=C2=A0[<c01ea691>] kobject_register+0x21/0x50
=C2=A0[<c02400fd>] bus_add_driver+0x7d/0x140
=C2=A0[<c02856f9>] xenbus_register_driver_common+0x39/0x60
=
=C2=A0[<c0285740>] xenbus_register_frontend+0x20/0x40
=C2=A0[<e1227050>] tpmif_init+0x50/0= x62 [tpm_xenu]
=C2=A0[<c0143b08>] sys_init_module+0x148/0x1b40
=C2=A0[<c01187fc>] do_page_fault+0x10c/0xc6f
=C2=A0[<c010845e>] do_syscall_trace+0x1ee/0x205
=C2=A0[<c01059bf>] syscall_call+0x7/= 0xb

In the DomUconfig file, I use vtpm =3D ['backend=3D0'].
But there is no vtpm device in Dom0 and DomU. See the following info.
The domU is PVM correct? You can also try just compiling in tpm_xenu instead of using it as a module.
Yes, it's DomU.
Now, I try vTPM in Xen-4.0.2, Dom0 and DomU are still with kernel 2.6.18.8. I can get the device /dev/tpm0 in DomU after modprobe tpm_xenu.
(Perhaps this problem has something to do with the hardware and the Xen version)

However, When I run tcsd in DomU, there is an error:
TCSD resetting mode of /usr/local/var/lib/tpm from 40755 to: 700
TCSD TDDL ioctl: (25) Inappropriate ioctl for device
=
TCSD TDDL Falling back to Read/Write device support.
=
TCSD TCS ERROR: TCS GetCapability failed with result =3D 0x9

Is this because vtpm_managerd is not running in Dom0 or physical TPM does not work well in Dom0?

What does the output of the vtpm say? You have to have the manager running before you start the domU otherwise it wont work.
=C2=A0


Dom0:
[root@localhost fc8_new]# ls /sys/devices/xen-backend/
console-3-0 =C2=A0power =C2=A0uevent =C2=A0v= bd-3-2049 =C2=A0vfb-3-0 =C2=A0vif-3-0 =C2=A0vkbd-3-0

DomU:
[root@gavin-pv tpm]# ls /sys/devices/xen
power =C2=A0uevent =C2=A0vbd-2049 =C2=A0vfb-= 0 =C2=A0vif-0 =C2=A0vkbd-0

=C2=A0

2. In Dom0, I run "modprobe tpmd_dev" and "modprobe tpmbk" also successfully and I can get the devices /dev/tpm, /dev/tpm0, and /dev/vtpm. However, I cannot start the tpm emulator (# ./tpmd -f clear pvm 1) and vtpm manager (# vtpm_managerd). The related info and output error from Dom0 is also list here.
So you want to use the TPM emulator on dom0 instead of a physical TPM?
Yes, I try to use TPM emulator right now.
In fact, there is a physical TPM chip in my laptop. But I'm not sure how to make it work in fedora8. So, when the vTPM works well on emulator, I will try to abandon the emulator and use the physical TPM.
In that case you might want to make sure=C2=A0 the TPM is disabled in the BIOS if you want to use the emulator. Your dom0 kernel might have tpm drivers built in which could cause a possible conflict with the emulator.

Using the tpm emulator in dom0 has its own collection of issues. You might want to get the physical tpm working first and then play with vtpms. We used TPM successfully on Fedora 8.

Try this:
Reboot your machine and get into the bios. Clear the TPM and then activiate it. You might not have that option to clear if its disabled, in that case just activiate it. In fedora install trousers and tpm_tools. Start tcsd and try tpm_version or some other command to ensure your TPM is working. If not, make sure all of the TPM drivers are either compiled into the kernel or loaded as modules.
Now, I try to use physical TPM directly instead of an emulator. I try to make the physical TPM work firstly. I did=C2=A0what you suggested above, but I still encountered some= problems.
The TPM relevant modules in Dom0 are loaded like this.

modprobe tpm_bios
modprobe=C2=A0tpm
modprobe=C2=A0tpm_tis force=3D1

Then, I got the /dev/tpm0.
However, I cannot start tcsd and=C2=A0vtpm_managerd=C2=A0in = Dom0. The output is as the following.

[root@localhost Xen]# tcsd -f
TCSD TDDL ioctl: (25) Inappropriate ioctl for device
=
TCSD TDDL Falling back to Read/Write device support.
=
TCSD TDDL ERROR: read from device /dev/tpm0 failed: Input/output error
TCSD TCS ERROR: TCS GetCapability failed with result =3D 0x1087

[root@localhost vtpm_manager]# vtpm_managerd
INFO[VTPM]: Starting VTPM.
INFO[TCS]: Constructing new TCS:
INFO[TCS]: Calling TCS_OpenContext:
ERROR[TXDATA]: read() failed*** ERRORDIE in TDDL_TransmitData at transmit.c: 89
ERROR in VTPM_Init_Manager at vtpm_manager.c:215 code: TPM_FAIL.
ERROR[VTPM]: Closing vtpmd due to error during startup.


I searched in google for a while, but I still cannot resolve it.=C2=A0
Do you have any suggestions=C2=A0on these problems? Thanks i= n advance.
You can't run tcsd and vtpm manager at the same time. Only use tcsd to test if your tpm if working and then kill the process and disable it from starting on boot (chkconfig tcsd off). Make sure tcsd is not already running in the background before you try running it yourself (ps -ef | grep tcsd). If you try 2 instances of tcsd it will fail.

=C2=A0


=C2=A0

= I see you listed /dev/tpm and /dev/tpm0. I believe the old manager is hard coded to use the second one. Is tpmd creating both?
Yes. When modprobe the tpmd_dev module, these two devices are created.


Thanks again.

=C2=A0


[root@localhost tpmd]# lsmo=
d | grep tpm
tpmd_dev               10416  0=20
tpmbk                     19516  0 [permanent]
[root@localhost tpmd]# ./tpmd -f clear pvm 1
VTPMD[0]: tpmd.c:766: Info: starting TPM Emulator daemon
VTPMD[0]: tpmd.c:369: Info: parsing options
VTPMD[1]: tpmd.c:478: Info: openening random device /dev/urandom
VTPMD[1]: tpmd.c:621: Info: staring main loop
Loading NVM.
Error in read_from_file:301=
VTPMD[1]: ../tpm/tpm_data.c:83: Info: initializing TPM data to default values
VTPMD[1]: ../tpm/tpm_startup.c:30: Info: TPM_Init()
VTPMD[1]: ../tpm/tpm_testing.c:242: Info: TPM_SelfTestFull()
VTPMD[1]: ../tpm/tpm_testing.c:260: Info: Self-Test succeeded
VTPMD[1]: ../tpm/tpm_startup.c:44: Info: TPM_Startup(1)
VTPMD[1]: tpmd.c:661: Error: Failed to open devices to listen to guest.



[root@localhost vtpm]# vtpm_managerd
INFO[VTPM]: Starting VTPM.
INFO[TCS]: Constructing new TCS: ERROR[TXDATA]: TPM open failedERROR in VTPM_Init_Manager at vtpm_manager.c:205 code:
TPM_IOERROR.
ERROR[VTPM]: Closing vtpmd due to error during startup.


Thanks in advance for your any reply.

--
Best Regards,
Gavin




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org=
http://lists.xen.org/xen-de= vel




Keep in mind that the old vTPM system is deprecated and I can only provide limited support. If you can't get it to work I would suggest pulling the latest xen-unstable and my latest patch set on here and trying to use that.
Well, it's very nice. I think maybe I need to try it later.



--
Best Regards,
Gavin


--------------040404080703090704080600-- --------------ms000700070107010505060508 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIDyjCC A8YwggMvoAMCAQICBD/xyf0wDQYJKoZIhvcNAQEFBQAwLzELMAkGA1UEBhMCVVMxDzANBgNV BAoTBkpIVUFQTDEPMA0GA1UECxMGQklTRENBMB4XDTEwMDYxMTE4MjIwNloXDTEzMDYxMTE4 NTIwNlowZjELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkpIVUFQTDEPMA0GA1UECxMGUGVvcGxl MTUwFgYDVQQLEw9WUE5Hcm91cC1CSVNEQ0EwGwYDVQQDExRNYXR0aGV3IEUgRmlvcmF2YW50 ZTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAnpbwVSP6o1Nb5lcW7dd3yTo9iBJdi7qz 4nANOMFPK7JOy5npKN1iiousl28U/scUJES55gPwAWYJK3uVyQAsA4adgDKi5DoD1UHDQEwp bY7iHLJeq0NPr4BqYNqnCFPbE6HC8zSJrr4qKn+gVUQT39SIFqdiIPJwZL8FYTRQ/zsCAwEA AaOCAbYwggGyMAsGA1UdDwQEAwIHgDArBgNVHRAEJDAigA8yMDEwMDYxMTE4MjIwNlqBDzIw MTIwNzE3MjI1MjA2WjAbBg0rBgEEAbMlCwMBAQEBBAoWCGZpb3JhbWUxMBsGDSsGAQQBsyUL AwEBAQIEChIIMDAxMDQyNjEwWAYJYIZIAYb6ax4BBEsMSVRoZSBwcml2YXRlIGtleSBjb3Jy ZXNwb25kaW5nIHRvIHRoaXMgY2VydGlmaWNhdGUgbWF5IGhhdmUgYmVlbiBleHBvcnRlZC4w KAYDVR0RBCEwH4EdTWF0dGhldy5GaW9yYXZhbnRlQGpodWFwbC5lZHUwUgYDVR0fBEswSTBH oEWgQ6RBMD8xCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZKSFVBUEwxDzANBgNVBAsTBkJJU0RD QTEOMAwGA1UEAxMFQ1JMNTYwHwYDVR0jBBgwFoAUCDUpmxH52EU2CyWmF2EJMB1yqeswHQYD VR0OBBYEFO6LYxg6r9wHZ+zdQtBHn1dZ/YTNMAkGA1UdEwQCMAAwGQYJKoZIhvZ9B0EABAww ChsEVjcuMQMCBLAwDQYJKoZIhvcNAQEFBQADgYEAJO9HQh4YNChVLzuZqK5ARJARD8JoujGZ fdo75quvg2jXFQe2sEjvLnxJZgm/pv8fdZakq48CWwjYHKuvIp7sDjTEsQfo+y7SpN/N2NvJ WU5SqfK1VgYtNLRRoGJUB5Q1aZ+Dg95g3kqpyfpUMISJL8IKVLtJVfN4fggFVUYZ9wwxggGr MIIBpwIBATA3MC8xCzAJBgNVBAYTAlVTMQ8wDQYDVQQKEwZKSFVBUEwxDzANBgNVBAsTBkJJ U0RDQQIEP/HJ/TAJBgUrDgMCGgUAoIHLMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJ KoZIhvcNAQkFMQ8XDTEzMDExNDIxMTExMVowIwYJKoZIhvcNAQkEMRYEFEjLv2jDv3ibhNkD 57883AKQgF/oMGwGCSqGSIb3DQEJDzFfMF0wCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBAjAK BggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYI KoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEgYAssn2fhgxao8FZCH9uV2EY8iZ+9dqmVvfG 62W1YG8XvpIfxWc8nfsbK6/2Rmrs8ZQXTkwS/jaTQMP0BePco7cYKS7j9z/Dzx/SbFVZKB9h l/cfjyn1/s1C2u0qeOx2VJ1fKF+WsHcpZBxYNfZIGq5o5tUbvbc7Old4worut6baZQAAAAAA AA== --------------ms000700070107010505060508-- --===============3696612839938648548== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============3696612839938648548==--