Paolo Bonzini writes:
> On 03/05/2018 14:17, Markus Armbruster wrote:
4. Connect to the QMP socket e.g. like this:
$ socat UNIX:/your/qmp/socket
READLINE,history=$HOME/.qmp_history,prompt='QMP> '
Issue QMP command 'qmp_capabilities':
QMP> { "execute": "qmp_
Kevin Wolf writes:
> Am 03.05.2018 um 14:17 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
>> >> When resume of a stopped guest immediately runs into block device
>> >> errors, the BLOCK_IO_ERROR event is sent before th
On 03/05/2018 14:17, Markus Armbruster wrote:
>>> 4. Connect to the QMP socket e.g. like this:
>>>$ socat UNIX:/your/qmp/socket
>>> READLINE,history=$HOME/.qmp_history,prompt='QMP> '
>>>
>>>Issue QMP command 'qmp_capabilities':
>>>QMP> { "execute": "qmp_capabilities" }
>>>
>>> 5. Boot
Am 03.05.2018 um 14:17 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
> >> When resume of a stopped guest immediately runs into block device
> >> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
> >>
> >> R
Kevin Wolf writes:
> Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
>> When resume of a stopped guest immediately runs into block device
>> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
>>
>> Reproducer:
>>
>> 1. Create a scratch image
>>$ dd if=/dev/zero of=s
Am 23.04.2018 um 17:47 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
> >> When resume of a stopped guest immediately runs into block device
> >> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
> >>
> >> R
Kevin Wolf writes:
> Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
>> When resume of a stopped guest immediately runs into block device
>> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
>>
>> Reproducer:
>>
>> 1. Create a scratch image
>>$ dd if=/dev/zero of=s
Am 23.04.2018 um 10:45 hat Markus Armbruster geschrieben:
> When resume of a stopped guest immediately runs into block device
> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
>
> Reproducer:
>
> 1. Create a scratch image
>$ dd if=/dev/zero of=scratch.img bs=1M count=100
>
On 23/04/2018 10:45, Markus Armbruster wrote:
> When resume of a stopped guest immediately runs into block device
> errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
>
> Reproducer:
>
> 1. Create a scratch image
>$ dd if=/dev/zero of=scratch.img bs=1M count=100
>
>Size do
When resume of a stopped guest immediately runs into block device
errors, the BLOCK_IO_ERROR event is sent before the RESUME event.
Reproducer:
1. Create a scratch image
$ dd if=/dev/zero of=scratch.img bs=1M count=100
Size doesn't actually matter.
2. Prepare blkdebug configuration:
$
10 matches
Mail list logo