Is there any simulator that supports TCG/TPM based cloud computing? i want to implement seurity credentias Trust_token based VM migration on source node and destination node ???
I would question the need for migrating VMs. I haven't seen demand for that in cloud deployments, and the typical cloud aware application design (see link below) typically has lots of small stateless components that you create or destroy in VMs rather than migrate. Stateful portions of an application are usually part of some already robust distributed backend that wouldn't use migration.