qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/10] xen: backend driver core


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 02/10] xen: backend driver core
Date: Fri, 03 Apr 2009 21:59:48 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Blue Swirl wrote:
> On 4/2/09, Gerd Hoffmann <address@hidden> wrote:
>> This patch adds infrastructure for xen backend drivers living in qemu,
>>  so drivers don't need to implement common stuff on their own.  It's
>>  mostly xenbus management stuff: some functions to access xentore,
>>  setting up xenstore watches, callbacks on device discovery and state
>>  changes, handle event channel, ...
>>
>>  Signed-off-by: Gerd Hoffmann <address@hidden>
> 
>>  + *  You should have received a copy of the GNU General Public License
>>  + *  along with this program; if not, write to the Free Software
>>  + *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
>> USA
> 
> The address is now 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Will fix.

>>  +    if (NULL == node  ||  0 == strcmp(node, "online")) {
>>  +       if (-1 == xenstore_read_be_int(xendev, "online", &xendev->online))
> 
> This style is alien.

Oops.  Still one of them.  I though I've killed them all, will check again.

cheers,
  Gerd




reply via email to

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