QEMU Migration

Hi, I am trying QEMU migration.
When I migrate a VM from host1 to host2, the VM gets started on host2.
But the VM remains in suspend mode on host1.
I would like to get only all the live VMs on host1.
But using ‘ps -eaf | grep qemu’ I find live as well as suspended qemu.
How can I get only active VMs on host side? Please help.