Re: [Qemu-devel] [PATCH] Fix crash on spapr_tce_table_finalize()

2014-12-17 Thread Alexander Graf
On 08.12.14 03:48, David Gibson wrote: > spapr_tce_table_finalize() can SEGV if the object was not previously > realized. In particular this can be triggered by running > qemu-system-ppc -device spapr-tce-table,? > > The basic problem is that we have mismatched initialization versus >

[Qemu-devel] [PATCH] Fix crash on spapr_tce_table_finalize()

2014-12-07 Thread David Gibson
spapr_tce_table_finalize() can SEGV if the object was not previously realized. In particular this can be triggered by running qemu-system-ppc -device spapr-tce-table,? The basic problem is that we have mismatched initialization versus finalization: spapr_tce_table_finalize() is attemptin