blob: 9080a4e389baa9ad0fd8705cfa21255c6ba44d20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
exynos4210_uart.c: SIGSEGV when loadvm
Description of problem:
Line 619 of hw/char/exynos4210_uart.c cast the object incorrectly.
The function will be called with Exynos4210UartFIFO as opaque because it is set as `vmstate_exynos4210_uart_fifo.post_load`
#
Steps to reproduce:
1. Create a VM with exynos4210_uart
2. savevm
3. loadvm
Additional information:
|