On 20 Nov 2014, at 17:10, Peter Maydell <peter.mayd...@linaro.org> wrote:
>> something is missing with the way options are handled, this call fails with >> BAD_ACCESS. > > What's this? It's not an error code in QEMU... no, it is a system condition, EXC_BAD_ACCESS, generally caused by a bad pointer. (on linux probably you get a signal). I also tried with ".merge_lists = true," but no difference. Liviu