diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-14 11:44:02 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-05-24 18:42:19 +0200 |
commit | 4f39178b3ab54538759df92a38655063f5d59301 (patch) | |
tree | b01cbf1f35c2bc2dbf61f959e56d5d7b25e432f3 /hw/scsi/megasas.c | |
parent | bbcfd2913cdb8623d1c57fa26bf481f34bf7989a (diff) | |
download | qemu-4f39178b3ab54538759df92a38655063f5d59301.zip qemu-4f39178b3ab54538759df92a38655063f5d59301.tar.gz qemu-4f39178b3ab54538759df92a38655063f5d59301.tar.bz2 |
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/megasas.c')
-rw-r--r-- | hw/scsi/megasas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c index 4934a81..fe6550c 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)); |