From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH 1/2] kvm tools: Set up tun interface using ioctls Date: Wed, 13 Apr 2011 16:49:18 +0300 (EEST) Message-ID: References: <1302696804-29684-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-600946511-1302702558=:5456" Cc: gorcunov@gmail.com, asias.hejun@gmail.com, kvm@vger.kernel.org To: Sasha Levin Return-path: Received: from filtteri6.pp.htv.fi ([213.243.153.189]:45037 "EHLO filtteri6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750868Ab1DMNtU (ORCPT ); Wed, 13 Apr 2011 09:49:20 -0400 In-Reply-To: <1302696804-29684-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-600946511-1302702558=:5456 Content-Type: TEXT/PLAIN; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 13 Apr 2011, Sasha Levin wrote: > Use ioctls to assign IP address and bring interface up instead of using ifconfig. > > Signed-off-by: Sasha Levin I'm seeing this: penberg@tiger:~/linux/tools/kvm$ make GEN include/common-cmds.h CC 8250-serial.o CC virtio-blk.o CC virtio-net.o cc1: warnings being treated as errors virtio-net.c: In function ¡virtio_net__init¢: virtio-net.c:302: error: dereferencing pointer ¡({anonymous})¢ does break strict-aliasing rules virtio-net.c:302: note: initialized from here make: *** [virtio-net.o] Error 1 --8323329-600946511-1302702558=:5456--