On Wed, 16 Aug 2017 15:36:42 +0200
Thomas Huth wrote:
> On 16.08.2017 11:23, Cornelia Huck wrote:
> > On Wed, 16 Aug 2017 07:05:37 +0200
> > Thomas Huth wrote:
> >
> >> Hi,
> >>
> >> I recently noticed that QEMU abort()s if you try to remove the diag288
> >> watchdog. For example:
> >>
> >>
On 16.08.2017 11:23, Cornelia Huck wrote:
> On Wed, 16 Aug 2017 07:05:37 +0200
> Thomas Huth wrote:
>
>> Hi,
>>
>> I recently noticed that QEMU abort()s if you try to remove the diag288
>> watchdog. For example:
>>
>> $ qemu-system-s390x -nographic -nodefaults -S -monitor stdio
>> QEMU 2.9.92 mo
On Wed, 16 Aug 2017 07:05:37 +0200
Thomas Huth wrote:
> Hi,
>
> I recently noticed that QEMU abort()s if you try to remove the diag288
> watchdog. For example:
>
> $ qemu-system-s390x -nographic -nodefaults -S -monitor stdio
> QEMU 2.9.92 monitor - type 'help' for more information
> (qemu) dev
Hi,
I recently noticed that QEMU abort()s if you try to remove the diag288
watchdog. For example:
$ qemu-system-s390x -nographic -nodefaults -S -monitor stdio
QEMU 2.9.92 monitor - type 'help' for more information
(qemu) device_add diag288,id=x
(qemu) device_del x
**
ERROR:/home/thuth/devel/qemu