| Submitter | Michael Tokarev |
|---|---|
| Date | Feb. 4, 2013, 10:40 a.m. |
| Message ID | <1359974470-17044-36-git-send-email-mjt@msgid.tls.msk.ru> |
| Download | mbox | patch |
| Permalink | /patch/217953/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index c0e19fd..05058c3 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -282,8 +282,8 @@ static void s390_init(ram_addr_t my_ram_size, } /* we have to overwrite values in the kernel image, which are "rom" */ - memcpy(rom_ptr(INITRD_PARM_START), &initrd_offset, 8); - memcpy(rom_ptr(INITRD_PARM_SIZE), &initrd_size, 8); + stq_p(rom_ptr(INITRD_PARM_START), initrd_offset); + stq_p(rom_ptr(INITRD_PARM_SIZE), initrd_size); } if (rom_ptr(KERN_PARM_AREA)) {