qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Found a tun/tap patch for osx
@ 2004-12-14 13:17 Hans Fuchs
  2005-05-10  0:04 ` Jason Brittain
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Fuchs @ 2004-12-14 13:17 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Hello

Here is a patch

http://www-user.rhrk.uni-kl.de/~nissler/tuntap/qemu_tap_os_x.patch

it adds tun/tap support to osx.

Best,
	Hans

-- 
http://fangorn.ch
http://fangorn.ch/wcal/month.php?cal=HFComplete

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Found a tun/tap patch for osx
  2004-12-14 13:17 [Qemu-devel] Found a tun/tap patch for osx Hans Fuchs
@ 2005-05-10  0:04 ` Jason Brittain
  2005-05-10  0:35   ` Hetz Ben Hamo
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Brittain @ 2005-05-10  0:04 UTC (permalink / raw)
  To: qemu-devel

On December 14th, 2004 Hans Fuchs wrote:
> Hello
> 
> Here is a patch
> 
> http://www-user.rhrk.uni-kl.de/~nissler/tuntap/qemu_tap_os_x.patch
> 
> it adds tun/tap support to osx.
> 
> Best,
>     Hans

I don't own a macosx machine, but others around me do, and they want to run
qemu.  The above patch comes from this page:

http://www-user.rhrk.uni-kl.de/~nissler/tuntap/

Fabrice:

It still applies cleanly to qemu source in CVS HEAD.  If it actually works,
can't you commit this patch?

Thanks.

-- 
Jason Brittain

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Found a tun/tap patch for osx
  2005-05-10  0:04 ` Jason Brittain
@ 2005-05-10  0:35   ` Hetz Ben Hamo
  2005-05-12  1:28     ` Jason Brittain
  0 siblings, 1 reply; 4+ messages in thread
From: Hetz Ben Hamo @ 2005-05-10  0:35 UTC (permalink / raw)
  To: qemu-devel

Any confirmations from OS X users that this patch works OK with CVS
version of QEMU?

Thanks,
Hetz


On 5/10/05, Jason Brittain <jason@brittainweb.org> wrote:
> On December 14th, 2004 Hans Fuchs wrote:
> > Hello
> >
> > Here is a patch
> >
> > http://www-user.rhrk.uni-kl.de/~nissler/tuntap/qemu_tap_os_x.patch
> >
> > it adds tun/tap support to osx.
> >
> > Best,
> >     Hans
> 
> I don't own a macosx machine, but others around me do, and they want to run
> qemu.  The above patch comes from this page:
> 
> http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
> 
> Fabrice:
> 
> It still applies cleanly to qemu source in CVS HEAD.  If it actually works,
> can't you commit this patch?
> 
> Thanks.
> 
> --
> Jason Brittain
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Found a tun/tap patch for osx
  2005-05-10  0:35   ` Hetz Ben Hamo
@ 2005-05-12  1:28     ` Jason Brittain
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Brittain @ 2005-05-12  1:28 UTC (permalink / raw)
  To: qemu-devel


Today I can finally confirm that the patch does work okay on OSX 10.3.9
(Panther?) with qemu source from CVS HEAD..  Or, at least, when I follow all
of the directions on the page, I can boot qemu with RH9 Linux guest, and:

- sshing from the host into the guest works.
- pinging the guest's gateway from the guest works.
- pinging the host's real IP address from the guest works.
- pinging anything outside of the host didn't work, but I haven't spent much
   time yet trying to figure out why.
- DNS inside the guest didn't seem to work either.. but that's likely related
   to the previous item.

I believe the remaining problems are routing problems that are caused by some
failures in the ifup.sh script that comes with the OSX tun/tap driver.  And,
since the machine I tried this on isn't mine, I don't really have the opportunity
to try all kinds of other stuff, nor dig into what's wrong with the ifup.sh
script, but the co-worker of mine whose laptop it is said he'll see what he
can figure out.

So, I think at least the qemu patch works as written.  Can we commit that?

Cheers.

-- 
Jason Brittain

Hetz Ben Hamo wrote:
> Any confirmations from OS X users that this patch works OK with CVS
> version of QEMU?
> 
> Thanks,
> Hetz
> 
> On 5/10/05, Jason Brittain <jason@brittainweb.org> wrote:
> 
>>On December 14th, 2004 Hans Fuchs wrote:
>>
>>>Hello
>>>
>>>Here is a patch
>>>
>>>http://www-user.rhrk.uni-kl.de/~nissler/tuntap/qemu_tap_os_x.patch
>>>
>>>it adds tun/tap support to osx.
>>>
>>>Best,
>>>    Hans
>>
>>I don't own a macosx machine, but others around me do, and they want to run
>>qemu.  The above patch comes from this page:
>>
>>http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
>>
>>Fabrice:
>>
>>It still applies cleanly to qemu source in CVS HEAD.  If it actually works,
>>can't you commit this patch?
>>
>>Thanks.
>>
>>--
>>Jason Brittain

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-12  1:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-14 13:17 [Qemu-devel] Found a tun/tap patch for osx Hans Fuchs
2005-05-10  0:04 ` Jason Brittain
2005-05-10  0:35   ` Hetz Ben Hamo
2005-05-12  1:28     ` Jason Brittain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).