From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyKKr-0000u5-Bc for qemu-devel@nongnu.org; Tue, 09 Dec 2014 07:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyKKk-0006au-6R for qemu-devel@nongnu.org; Tue, 09 Dec 2014 07:56:13 -0500 Received: from forward10l.mail.yandex.net ([84.201.143.143]:39881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyKKj-0006ZW-Uq for qemu-devel@nongnu.org; Tue, 09 Dec 2014 07:56:06 -0500 Message-ID: <5486F162.5070701@yandex.ru> Date: Tue, 09 Dec 2014 15:56:02 +0300 From: Dmitry Antipov MIME-Version: 1.0 References: <5485BD18.1050303@yandex.ru> <548696D3.90003@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Redundant VDE network List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel On 12/09/2014 12:37 PM, Stefan Hajnoczi wrote: > Is there a reason why you are using the old 32-bit SPARC machine types > instead of the more modern 64-bit SPARC machine types? Unfortunately yes, this is the closest match to the real (legacy) hardware I need to use :-(. > I guess the SS-5 default machine type you are running doesn't have a PCI bus? Yes. > By the way, I have not tested the command-line because Fedora does not > have a vde package. FYI, there is one I build myself: http://37.139.80.10/tmp/vde-2.3.2-0.587.fc20.src.rpm Dmitry