Re: [Xen-devel] [PATCH v3 4/7] vTPM: add vTPM device for HVM virtual machine

2015-03-13 Thread Wei Liu
On Tue, Mar 10, 2015 at 08:13:59AM -0400, Quan Xu wrote: > refactor libxl__device_vtpm_add to call the right helpers > libxl__device_vtpm_add_{pv,hvm}. For HVM virtual machine, > it does not support hot-plug and hot-unplug, as it requires > SeaBios to initalize ACPI and virtual MMIO space for TPM >

[Xen-devel] [PATCH v3 4/7] vTPM: add vTPM device for HVM virtual machine

2015-03-10 Thread Quan Xu
refactor libxl__device_vtpm_add to call the right helpers libxl__device_vtpm_add_{pv,hvm}. For HVM virtual machine, it does not support hot-plug and hot-unplug, as it requires SeaBios to initalize ACPI and virtual MMIO space for TPM TIS when virtual machine starts. Signed-off-by: Quan Xu --- too