diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1199.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1199.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1199.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1199.toml new file mode 100644 index 00000000..dcd90102 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1199.toml @@ -0,0 +1,18 @@ +id = 1199 +title = "Prevent virtual machine memory leakage" +state = "closed" +created_at = "2022-09-07T14:03:36.704Z" +closed_at = "2022-09-18T07:45:57.252Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1199" +host-os = "(Windows 10 21H1, Fedora 34, etc.)" +host-arch = "x86," +qemu-version = "QEMU emulator version 7.0.0 (qemu-kvm-7.0.0-1.el8)" +guest-os = "centos" +guest-arch = "x86" +description = """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""" +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 = """""" |