qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]


From: Jan Kiszka
Subject: Re: [Qemu-devel] [Fwd: qemu tx stop in cloonix]
Date: Tue, 26 Feb 2013 12:25:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2013-02-26 10:21, Stefan Hajnoczi wrote:
> On Mon, Feb 25, 2013 at 11:38 PM,  <address@hidden> wrote:
>> I coded a socket-based cable between 2 vanilla kvm, here are the commands
>> to do:
> 
> Please try:
> 
>  kvm \
>     -nodefaults \
>     -nographic \
>     -serial stdio \
>     -drive file=guest1,media=disk,if=virtio \
>     -netdev socket,id=socket0,connect=127.0.0.1:47654 \
>     -device virtio-net-pci,tx=bh,netdev=socket0,mac=02:01:01:01:01:01
> 
>     kvm \
>     -nodefaults \
>     -nographic \
>     -serial stdio \
>     -drive file=guest2,media=disk,if=virtio \
>     -netdev socket,id=socket0,connect=127.0.0.1:47655 \
>     -device virtio-net-pci,tx=bh,netdev=socket0,mac=02:02:02:02:02:02
> 
> Notice that -netdev socket is used instead of -net socket,vlan=1.

That's pointless. -netdev socket is still broken, only -net works.

Jan

-- 
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux



reply via email to

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