Hi!
Memory-backend-file is not used if that backend file's permissions are 644
(which is what QEMU sets them as default if creating the file). If I change
the permissions to 666, then the file is used by QEMU for guest RAM memory.
The file is owned by the same user that qemu is run under.
This do
Sorry, never mind, it seems to work.
On Mon, Feb 17, 2025 at 3:35 PM ofthecentury wrote:
> Hi!
>
> Memory-backend-file is not used if that backend file's permissions are 644
> (which is what QEMU sets them as default if creating the file). If I change
> the permissions to 6