[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does reboot clear RAM?
From: |
Peter Maydell |
Subject: |
Re: Does reboot clear RAM? |
Date: |
Tue, 12 Nov 2019 10:40:50 +0000 |
On Tue, 12 Nov 2019 at 10:32, Narcis Garcia via <address@hidden> wrote:
>
> I'm now supposing that Qemu is currently assigning RAM to guest with
> host's RAM garbage: A host leak to guest?
No, memory initially created and assigned to the guest
is zeroed[*]. We just don't re-zero it when the guest reboots.
[*] ignoring special cases like when the command line options
specifically request us to back the guest memory with an
on-disk file, in which case you get the contents of the file
you asked for.
thanks
-- PMM
- Does reboot clear RAM?, Nachammai Karuppiah, 2019/11/08
- Re: Does reboot clear RAM?, Narcis Garcia, 2019/11/09
- Re: Does reboot clear RAM?, Joachim Durchholz, 2019/11/10
- Re: Does reboot clear RAM?, Kent Dorfman, 2019/11/10
- Re: Does reboot clear RAM?, Joachim Durchholz, 2019/11/11
- Re: Does reboot clear RAM?, Jakob Bohm, 2019/11/11
- Re: Does reboot clear RAM?, Joachim Durchholz, 2019/11/11
- Re: Does reboot clear RAM?, Jakob Bohm, 2019/11/11
- Re: Does reboot clear RAM?, Narcis Garcia, 2019/11/12
- Re: Does reboot clear RAM?,
Peter Maydell <=
- Re: Does reboot clear RAM?, Joachim Durchholz, 2019/11/13
- Re: Does reboot clear RAM?, Narcis Garcia, 2019/11/13
- Re: Does reboot clear RAM?, Marc-André Lureau, 2019/11/13