qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 02/36] qerror/block: introduce QERR_BLOCK_JO


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 02/36] qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
Date: Fri, 15 Jun 2012 18:56:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

Il 15/06/2012 18:51, Eric Blake ha scritto:
> Looks reasonable, but it will affect libvirt:  Right now, libvirt parses
> the particular return code (qemu_monitor.c:qemuMonitorJSONBlockJob), and
> translates
> 
> DeviceNotActive => "No active operation on device"
> ...
> all others => "Unexpected error"
> 
> so if this patch goes in but libvirt doesn't match, then libvirt will
> have a regression in error message quality.  Not the end of the world,
> though, so don't hold back just because of libvirt.
> Reviewed-by: Eric Blake <address@hidden>
> 
>> > @@ -1679,8 +1679,7 @@
>> >  # @device: the device name
>> >  #
>> >  # Returns: Nothing on success
>> > -#          If no background operation is active on this device, 
>> > DeviceNotActive
>> > -#          If cancellation already in progress, DeviceInUse
>> > +#          If no background operation is active on this device, 
>> > BlockJobNotActive
> What happened to DeviceInUse?

It wasn't being sent in reality. :)

Paolo



reply via email to

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