On 1/14/19 4:36 PM, Eric Blake wrote:
> On 1/14/19 5:04 AM, Philippe Mathieu-Daudé wrote:
>> Hi Eric,
>>
>> On 1/11/19 9:13 PM, Eric Blake wrote:
>>> When qemu dies from a signal, the python code gets a negative
>>> value for exitcode; but signal numbers are positive. Copy the
>>> pattern used in
On 1/14/19 5:04 AM, Philippe Mathieu-Daudé wrote:
> Hi Eric,
>
> On 1/11/19 9:13 PM, Eric Blake wrote:
>> When qemu dies from a signal, the python code gets a negative
>> value for exitcode; but signal numbers are positive. Copy the
>> pattern used in qemu-iotests/iotests.py for reporting a posit
Hi Eric,
On 1/11/19 9:13 PM, Eric Blake wrote:
> When qemu dies from a signal, the python code gets a negative
> value for exitcode; but signal numbers are positive. Copy the
> pattern used in qemu-iotests/iotests.py for reporting a positive
> value.
>
> CC: qemu-triv...@nongnu.org
> Signed-off-
When qemu dies from a signal, the python code gets a negative
value for exitcode; but signal numbers are positive. Copy the
pattern used in qemu-iotests/iotests.py for reporting a positive
value.
CC: qemu-triv...@nongnu.org
Signed-off-by: Eric Blake
---
scripts/qemu.py | 2 +-
1 file changed, 1