]> git.ipfire.org Git - thirdparty/qemu.git/commit
BACKPORT: Fix segfault of qemu-system-arm with PXA target
authorTorsten Duwe <duwe@lst.de>
Sun, 23 Aug 2009 16:08:14 +0000 (18:08 +0200)
committerGlauber Costa <glommer@redhat.com>
Tue, 25 Aug 2009 20:27:36 +0000 (16:27 -0400)
commitf3c7245f2387d3963ed85e97f220b72e5bddc161
treeb653016c770218b0943da00ce56e4ea0236aac00
parentd4779e9572d9c97da137124445b6ea2e7d014235
BACKPORT: Fix segfault of qemu-system-arm with PXA target

qemu-system-arm (0.10.5) segfaults when invoked with a PXA machine target,
e.g. -M tosa. The reason is fairly obvious:

[backport: current code uses struct scoop_info_s instead of a typedef ]

Signed-off-by: Torsten Duwe <duwe@lst.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrzej Zaborowski <balrogg@gmail.com>
Signed-off-by: Glauber Costa <glommer@redhat.com>
hw/zaurus.c