Loading arch_init.c +3 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,9 @@ int ram_load(QEMUFile *f, void *opaque, int version_id) host = qemu_get_ram_ptr(addr); else host = host_from_stream_offset(f, addr, flags); if (!host) { return -EINVAL; } ch = qemu_get_byte(f); memset(host, ch, TARGET_PAGE_SIZE); Loading Loading
arch_init.c +3 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,9 @@ int ram_load(QEMUFile *f, void *opaque, int version_id) host = qemu_get_ram_ptr(addr); else host = host_from_stream_offset(f, addr, flags); if (!host) { return -EINVAL; } ch = qemu_get_byte(f); memset(host, ch, TARGET_PAGE_SIZE); Loading