On 11 November 2011 17:49, Alexander Graf wrote:
> When running the s390x virtio machine we can potentially use uninitialized
> memory for the virtio device backing ram. That can lead to weird breakge.
>
> So let's better initialize it to 0 properly.
>
> Reported-by: Andreas Färber
> Signed-off-b
When running the s390x virtio machine we can potentially use uninitialized
memory for the virtio device backing ram. That can lead to weird breakge.
So let's better initialize it to 0 properly.
Reported-by: Andreas Färber
Signed-off-by: Alexander Graf
---
v1 -> v2:
- use target_phys_addr_t