| Submitter | Alexander Graf |
|---|---|
| Date | Oct. 29, 2012, 6:38 p.m. |
| Message ID | <1351535917-27487-2-git-send-email-agraf@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/195110/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index 85bd13e..52fad37 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -285,8 +285,8 @@ static void s390_init(QEMUMachineInitArgs *args) } /* 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)) {