qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Hot unplug of pci-serial-2x crashes


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Hot unplug of pci-serial-2x crashes
Date: Wed, 25 Jun 2014 20:19:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Il 25/06/2014 19:30, Markus Armbruster ha scritto:
Start QEMU with a pci-serial-2x device:

    -chardev file,path=/dev/null,id=foo2
    -chardev file,path=/dev/null,id=foo3
    -device id=gg,driver=pci-serial-2x,chardev1=foo2,chardev2=foo3

Wait until the guest finishes booting (F-19 in my case), then hot unplug
the device:

    (qemu) device_del gg
    (qemu) qemu-system-x86_64: /work/armbru/tmp/qemu/memory.c:1021: 
memory_region_destroy: Assertion `((&mr->subregions)->tqh_first == ((void 
*)0))' failed.
    Aborted (core dumped)

A missing memory_region_del_subregion.  Patch on the way.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]