* [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
@ 2005-09-06 11:38 user user
2005-09-08 19:32 ` Jim C. Brown
0 siblings, 1 reply; 7+ messages in thread
From: user user @ 2005-09-06 11:38 UTC (permalink / raw)
To: qemu-devel
Why isn't the adlib emulation compiled in the default
binary? Please do that.
It's this one:
[qemu-0.7.2-i386.tar.gz - Binary distribution for
linux-i386 (untar it in '/').]
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
2005-09-06 11:38 [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?) user user
@ 2005-09-08 19:32 ` Jim C. Brown
2005-09-08 20:06 ` Lionel Ulmer
0 siblings, 1 reply; 7+ messages in thread
From: Jim C. Brown @ 2005-09-08 19:32 UTC (permalink / raw)
To: qemu-devel
On Tue, Sep 06, 2005 at 04:38:30AM -0700, user user wrote:
> Why isn't the adlib emulation compiled in the default
> binary? Please do that.
>
> It's this one:
> [qemu-0.7.2-i386.tar.gz - Binary distribution for
> linux-i386 (untar it in '/').]
>
Wasn't there an issue with adlib emulation that caused problems with Windows
guests? (I know that malc_'s recent audio patches fix the problem, but I don't
know if they've been committed to CVS yet or not.)
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
2005-09-08 19:32 ` Jim C. Brown
@ 2005-09-08 20:06 ` Lionel Ulmer
2005-09-08 21:01 ` malc
0 siblings, 1 reply; 7+ messages in thread
From: Lionel Ulmer @ 2005-09-08 20:06 UTC (permalink / raw)
To: qemu-devel
On Thu, Sep 08, 2005 at 03:32:52PM -0400, Jim C. Brown wrote:
> Wasn't there an issue with adlib emulation that caused problems with Windows
> guests? (I know that malc_'s recent audio patches fix the problem, but I don't
> know if they've been committed to CVS yet or not.)
As far as I can remember, it was due to some licensing issue. The Adlib code
floating around (that you can find in projects like Mame) is of a strange
license that is not compliant with the one of QEMU.
I may be wrong though :)
Lionel
--
Lionel Ulmer - http://www.bbrox.org/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
2005-09-08 20:06 ` Lionel Ulmer
@ 2005-09-08 21:01 ` malc
0 siblings, 0 replies; 7+ messages in thread
From: malc @ 2005-09-08 21:01 UTC (permalink / raw)
To: qemu-devel
On Thu, 8 Sep 2005, Lionel Ulmer wrote:
> On Thu, Sep 08, 2005 at 03:32:52PM -0400, Jim C. Brown wrote:
>> Wasn't there an issue with adlib emulation that caused problems with Windows
>> guests? (I know that malc_'s recent audio patches fix the problem, but I don't
>> know if they've been committed to CVS yet or not.)
>
> As far as I can remember, it was due to some licensing issue. The Adlib code
> floating around (that you can find in projects like Mame) is of a strange
> license that is not compliant with the one of QEMU.
>
> I may be wrong though :)
You are wrong. fmopl.c that is used in QEMU is LGPLed it is disabled by
default because it uses floating point unit and Fabrice has objections.
There is however patch to use ymf262 from MAME, that you have to apply
manually, but that's beside the point.
--
mailto:malc@pulsesoft.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
@ 2005-09-16 11:18 user user
2005-09-16 12:05 ` malc
0 siblings, 1 reply; 7+ messages in thread
From: user user @ 2005-09-16 11:18 UTC (permalink / raw)
To: qemu-devel
>malc wrote:
>You are wrong. fmopl.c that is used in QEMU is LGPLed
it >is disabled by default because it uses floating
point >unit and Fabrice has objections. There is
however patch >to use ymf262 from MAME, that you have
to apply >manually, but that's beside the point.
So does that mean you can't have Adlib emulation in
the Mac version of QEMU?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
2005-09-16 11:18 user user
@ 2005-09-16 12:05 ` malc
0 siblings, 0 replies; 7+ messages in thread
From: malc @ 2005-09-16 12:05 UTC (permalink / raw)
To: qemu-devel
On Fri, 16 Sep 2005, user user wrote:
>> malc wrote:
>> You are wrong. fmopl.c that is used in QEMU is LGPLed
> it >is disabled by default because it uses floating
> point >unit and Fabrice has objections. There is
> however patch >to use ymf262 from MAME, that you have
> to apply >manually, but that's beside the point.
> So does that mean you can't have Adlib emulation in
> the Mac version of QEMU?
Huh? What any of it has to do with Mac? Configure it yourself
with --enable-adlib and build.
--
mailto:malc@pulsesoft.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?)
@ 2005-09-16 11:41 user user
0 siblings, 0 replies; 7+ messages in thread
From: user user @ 2005-09-16 11:41 UTC (permalink / raw)
To: qemu-devel
[quote="malc"]You are wrong. fmopl.c that is used in
QEMU is LGPLed it is disabled by default because it
uses floating point unit and Fabrice has objections.
There is however patch to use ymf262 from MAME, that
you have to apply manually, but that's beside the
point.[/quote]
So does that mean I can't have Adlib emulation in the
Mac version of QEMU?
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-09-16 12:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 11:38 [Qemu-devel] Why, Fabrice? (CORRECTION: adlib emulation NOT compiled in the default binary?) user user
2005-09-08 19:32 ` Jim C. Brown
2005-09-08 20:06 ` Lionel Ulmer
2005-09-08 21:01 ` malc
-- strict thread matches above, loose matches on Subject: below --
2005-09-16 11:18 user user
2005-09-16 12:05 ` malc
2005-09-16 11:41 user user
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.