qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] Add serial number support for virtio_blk, V


From: john cooper
Subject: Re: [Qemu-devel] [PATCH 2/2] Add serial number support for virtio_blk, V3
Date: Wed, 27 May 2009 11:06:26 -0400
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Christoph Hellwig wrote:

This looks functionally correct, but pretty far from normal kernel coding
style.

I tend to avoid 'goto's.

Christoph Hellwig wrote:
/*
 * IDE-compatible identify ioctl.
 *
 * Currenlyt only returns the serial number and leaves all other fields
 * zero.
 */

Btw, thinking about it the rest of the information in the ioctl should
probably be filled up with faked data, similar to how we do it for
the ide emulation inside qemu.

Doing so crossed my mind but thought it may be better to
start here and provide data on an as-needed basis.  But
as you point out there is precedent (and likely reason)
for hw/ide.c:ide_identify() doing as such.  I don't have
a strong bias either way.  Comments from others?

-john

--
address@hidden




reply via email to

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