From: Ben Taylor <sol10x86@cox.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Patch: solaris TAP patch
Date: Sat, 10 Feb 2007 8:29:45 -0500 [thread overview]
Message-ID: <10725461.1171114185903.JavaMail.root@eastrmwml08.mgt.cox.net> (raw)
Attribution for the TAP patch goes to Sittichai Palanisong
(palanisong@yahoo.com). The qemu_tap.c is a derivitive
work of a previous version called qemu_tun.c, and the scripts
are also by Sittichai with derivations by me.
---- Ben Taylor <sol10x86@cox.net> wrote:
>
> This patch is to allow solaris to create a tap device in qemu, using the modified
> tun/tap driver at http://www.whiteboard.ne.jp/~admin2/tuntap.
>
> I'm also including qemu_tap.c which is a setuid wrapper which sets up the
> tap, uses /etc/qemu-ifup (included - modify for your environment) and a
> start script (dsl.sh, minimal, but shows what needs done).
>
> To build qemu_tap, it's very simple.
>
> gcc -o qemu_tap qemu_tap.c
> sudo chown root qemu_tap
> sudo chmod 4755 qemu_tap
>
> The bridge code at http://www.whiteboard.ne.jp/~admin2/tuntap should
> also work, and should only require /etc/qemu-ifup to contain the commands
> to add the bridge, ie, no ifconfig should be needed.
next reply other threads:[~2007-02-10 13:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-10 13:29 Ben Taylor [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-10 12:36 [Qemu-devel] Patch: solaris TAP patch Ben Taylor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10725461.1171114185903.JavaMail.root@eastrmwml08.mgt.cox.net \
--to=sol10x86@cox.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.