Message ID | 2D923BAD-813F-41F9-A6BF-48D0D8C8195A@suse.de |
---|---|
State | New |
Headers | show |
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c index ad3386f..37d6c64 100644 --- a/hw/s390-virtio.c +++ b/hw/s390-virtio.c @@ -95,7 +99,10 @@ int s390_virtio_hypercall(CPUState *env) } } else { /* Early printk */ + + uint8_t *p = (uint8_t *)qemu_get_ram_ptr(mem); + printf("%s", p); } break; case KVM_S390_VIRTIO_RESET: {