]> Git Repo - qemu.git/blobdiff - hw/s390x/sclp.c
ide: bdrv_attach_dev() for empty CD-ROM
[qemu.git] / hw / s390x / sclp.c
index 83d6023894579193ecf415445dc664b07bfcd02b..9253dbbc64322366cc30f4daecc64eb5a0587a92 100644 (file)
@@ -273,7 +273,6 @@ static void assign_storage(SCLPDevice *sclp, SCCB *sccb)
              * instead of doing it via the ref count of the MemoryRegion. */
             object_ref(OBJECT(standby_ram));
             object_unparent(OBJECT(standby_ram));
-            vmstate_register_ram_global(standby_ram);
             memory_region_add_subregion(sysmem, offset, standby_ram);
         }
         /* The specified subregion is no longer in standby */
This page took 0.023133 seconds and 4 git commands to generate.