[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, n
From: |
Jan Kiszka |
Subject: |
[Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait |
Date: |
Tue, 21 Jul 2009 18:20:06 +0200 |
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 |
Richard W.M. Jones wrote:
> On Tue, Jul 21, 2009 at 07:39:39PM +0200, Jan Kiszka wrote:
>> What is your precise qemu command line? I noticed that omitting "-net
>> user" while specifying "-net channel" seems to miss instantiating a
>> default slirp stack. That should be easy to fix, will have a look. If
>> your problem is a different one, please describe the details.
>
> This is my full command line, where $qemudir is my qemu git directory.
>
> $qemudir/i386-softmmu/qemu -L $qemudir/pc-bios \
> -drive file=/tmp/test.img,cache=off,if=ide \
> -m 500 -no-reboot \
> -kernel /tmp/libguestfsivUi3g/kernel -initrd /tmp/libguestfsivUi3g/initrd \
> -append 'panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off
> guestfs=10.0.2.4:6666 guestfs_verbose=1' \
> -nographic -serial stdio \
> -net channel,6666:unix:/tmp/libguestfsivUi3g/sock,server,nowait \
> -net user,vlan=0 \
> -net nic,model=virtio,vlan=0 \
> -no-hpet -rtc-td-hack
>
> The above works with qemu 0.10.4, but not with qemu 0.10.5 where there
So this particular issue is (also?) a -stable regression? That should be
easily bisectible.
> is a hang (which I'm investigating - first send from guest -> host
> works, response from host -> guest disappears into the ether
> somewhere).
>
>>> libguestfs is continuing to use the old, working -net channel form of
>>> this parameter, so please don't remove it.
>> It won't be removed in the foreseeable future for backward
>> compatibility. But we also need to fix the new format as the old one
>> does not allow to specify the slirp stack it should be apply to.
>
> Good to know, thanks.
>
> Rich.
>
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
- [Qemu-devel] guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Jan Kiszka, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait,
Jan Kiszka <=
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/21
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Jan Kiszka, 2009/07/21
- Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/22
- Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Jan Kiszka, 2009/07/22
- Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/22
- Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Richard W.M. Jones, 2009/07/22
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Jan Kiszka, 2009/07/22
- [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Jan Kiszka, 2009/07/22
Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait, Anthony Liguori, 2009/07/21