device: 0.846 vnc: 0.601 graphic: 0.506 boot: 0.492 PID: 0.448 debug: 0.370 KVM: 0.366 network: 0.359 permissions: 0.352 performance: 0.322 semantic: 0.265 socket: 0.249 files: 0.089 other: 0.080 Prevent virtual machine memory leakage Description of problem: The data written in the virtual machine does not clear the memory after the virtual machine is shut down. When the virtual machine with large memory is started, it may access the data of the previous virtual machine Steps to reproduce: 1. create a virtual machine with large size memory( 80% of the host's Physical memory) 2. Request all free memory and write the characteristic string in vm 3. restart the vm 4. Request all free memory and query the last character string written Additional information: