qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 6/9] QError: Add qdev not found error


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 6/9] QError: Add qdev not found error
Date: Fri, 16 Oct 2009 09:30:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

  Hi,

{ "error": { "code": 404,
              "desc": "husb: host usb device 0.12 is already open" } }

  In case I'm right, there are two problems with it:

1. It's hard to retrieve the variable information

Markus asked it already, I'm asking again:

*Do we actually need the variable information?*

The point is that the information usually is available from context anyway, i.e. if you get the reply above from a command like 'usb_add host:0.12' you know it is host device 0.12 *without* parsing reply because you know you've asked for host device 0.12.

cheers,
  Gerd




reply via email to

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