summaryrefslogtreecommitdiff
path: root/hw/scsi
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-05-14 11:44:02 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-05-24 18:42:19 +0200
commit4f39178b3ab54538759df92a38655063f5d59301 (patch)
treeb01cbf1f35c2bc2dbf61f959e56d5d7b25e432f3 /hw/scsi
parentbbcfd2913cdb8623d1c57fa26bf481f34bf7989a (diff)
downloadqemu-4f39178b3ab54538759df92a38655063f5d59301.tar.gz
exec: eliminate qemu_put_ram_ptr
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi')
-rw-r--r--hw/scsi/megasas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c
index 4934a815ce..fe6550ca54 100644
--- a/hw/scsi/megasas.c
+++ b/hw/scsi/megasas.c
@@ -711,7 +711,6 @@ static int megasas_ctrl_get_info(MegasasState *s, MegasasCmd *cmd)
ptr = memory_region_get_ram_ptr(&s->dev.rom);
memcpy(biosver, ptr + 0x41, 31);
- qemu_put_ram_ptr(ptr);
memcpy(info.image_component[1].name, "BIOS", 4);
memcpy(info.image_component[1].version, biosver,
strlen((const char *)biosver));