diff options
| author | Eduardo Habkost <ehabkost@redhat.com> | 2016-01-28 12:22:35 -0200 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-06-17 10:42:21 -0300 |
| commit | f9a8b5530d438f836f9697639814f585aaec554d (patch) | |
| tree | 22d2d7b648d2fc15f4848e486b8a340f170edaa2 /hw/timer/lm32_timer.c | |
| parent | 4acc8fdfd315f7ee474bea28fcbcc4dca9717d13 (diff) | |
| download | focaccia-qemu-f9a8b5530d438f836f9697639814f585aaec554d.tar.gz focaccia-qemu-f9a8b5530d438f836f9697639814f585aaec554d.zip | |
qdev: Use GList for global properties
If the same GlobalProperty struct is registered twice, the list entry gets corrupted, making tqe_next points to itself, and qdev_prop_set_globals() gets stuck in a loop. The bug can be easily reproduced by running: $ qemu-system-x86_64 -rtc-td-hack -rtc-td-hack Change global_props to use GList instead of queue.h, making the code simpler and able to deal with properties being registered twice. Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/timer/lm32_timer.c')
0 files changed, 0 insertions, 0 deletions