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: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH 02/10] xen: backend driver core
Date: Thu, 2 Apr 2009 19:49:27 +0300

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.

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

This style is alien.




reply via email to

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