* [Qemu-devel] SPARC emulations
@ 2011-01-14 17:56 Mateusz Loskot
2011-01-14 19:40 ` Artyom Tarasenko
0 siblings, 1 reply; 5+ messages in thread
From: Mateusz Loskot @ 2011-01-14 17:56 UTC (permalink / raw)
To: qemu-devel
Hi,
I use QEMU to emulate SPARC for NetBSD.
By default, it uses SUNW/SPARCStation-5.
As far as I know, it is also possible to switch to SPARCStation-10.
How can I find what other SPARCs are supported, if any?
Also, is there any matrix with successfully tested
combinations of architecture vs OS ?
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] SPARC emulations
2011-01-14 17:56 [Qemu-devel] SPARC emulations Mateusz Loskot
@ 2011-01-14 19:40 ` Artyom Tarasenko
2011-01-14 21:09 ` Mateusz Loskot
0 siblings, 1 reply; 5+ messages in thread
From: Artyom Tarasenko @ 2011-01-14 19:40 UTC (permalink / raw)
To: Mateusz Loskot; +Cc: qemu-devel
On Fri, Jan 14, 2011 at 6:56 PM, Mateusz Loskot <mateusz@loskot.net> wrote:
> I use QEMU to emulate SPARC for NetBSD.
> By default, it uses SUNW/SPARCStation-5.
> As far as I know, it is also possible to switch to SPARCStation-10.
> How can I find what other SPARCs are supported, if any?
man qemu, the option
-M ?
is described there.
> Also, is there any matrix with successfully tested
> combinations of architecture vs OS ?
--
Regards,
Artyom Tarasenko
solaris/sparc under qemu blog: http://tyom.blogspot.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] SPARC emulations
2011-01-14 19:40 ` Artyom Tarasenko
@ 2011-01-14 21:09 ` Mateusz Loskot
2011-01-14 21:21 ` Stefan Weil
0 siblings, 1 reply; 5+ messages in thread
From: Mateusz Loskot @ 2011-01-14 21:09 UTC (permalink / raw)
To: Artyom Tarasenko; +Cc: qemu-devel
On 14/01/11 19:40, Artyom Tarasenko wrote:
> On Fri, Jan 14, 2011 at 6:56 PM, Mateusz Loskot <mateusz@loskot.net> wrote:
>> I use QEMU to emulate SPARC for NetBSD.
>> By default, it uses SUNW/SPARCStation-5.
>> As far as I know, it is also possible to switch to SPARCStation-10.
>> How can I find what other SPARCs are supported, if any?
>
> man qemu, the option
> -M ?
> is described there.
I know this option and tried it with one of 0.13 binaries on Windows,
but apparently it prints nothing.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] SPARC emulations
2011-01-14 21:09 ` Mateusz Loskot
@ 2011-01-14 21:21 ` Stefan Weil
2011-01-14 21:24 ` Mateusz Loskot
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Weil @ 2011-01-14 21:21 UTC (permalink / raw)
To: Mateusz Loskot; +Cc: qemu-devel, Artyom Tarasenko
Am 14.01.2011 22:09, schrieb Mateusz Loskot:
> On 14/01/11 19:40, Artyom Tarasenko wrote:
>
>> On Fri, Jan 14, 2011 at 6:56 PM, Mateusz Loskot<mateusz@loskot.net> wrote:
>>
>>> I use QEMU to emulate SPARC for NetBSD.
>>> By default, it uses SUNW/SPARCStation-5.
>>> As far as I know, it is also possible to switch to SPARCStation-10.
>>> How can I find what other SPARCs are supported, if any?
>>>
>> man qemu, the option
>> -M ?
>> is described there.
>>
> I know this option and tried it with one of 0.13 binaries on Windows,
> but apparently it prints nothing.
>
> Best regards,
>
Look for stdout.txt and stderr.txt in the directory where
your QEMU executable is located.
Most versions of QEMU for Windows send their output
to these two files (this is a feature of SDL_main).
Regards,
Stefan Weil
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] SPARC emulations
2011-01-14 21:21 ` Stefan Weil
@ 2011-01-14 21:24 ` Mateusz Loskot
0 siblings, 0 replies; 5+ messages in thread
From: Mateusz Loskot @ 2011-01-14 21:24 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel, Artyom Tarasenko
On 14/01/11 21:21, Stefan Weil wrote:
> Am 14.01.2011 22:09, schrieb Mateusz Loskot:
>> On 14/01/11 19:40, Artyom Tarasenko wrote:
>>
>>> On Fri, Jan 14, 2011 at 6:56 PM, Mateusz Loskot<mateusz@loskot.net>
>>> wrote:
>>>
>>>> I use QEMU to emulate SPARC for NetBSD.
>>>> By default, it uses SUNW/SPARCStation-5.
>>>> As far as I know, it is also possible to switch to SPARCStation-10.
>>>> How can I find what other SPARCs are supported, if any?
>>>>
>>> man qemu, the option
>>> -M ?
>>> is described there.
>>>
>> I know this option and tried it with one of 0.13 binaries on Windows,
>> but apparently it prints nothing.
>>
>> Best regards,
>>
>
> Look for stdout.txt and stderr.txt in the directory where
> your QEMU executable is located.
>
> Most versions of QEMU for Windows send their output
> to these two files (this is a feature of SDL_main).
Stefan,
This is definitely the bit I was missing.
I will check it on Windows after weekend when I'm back in office.
In the meantime, I'm building qemu on Linux at home to play with SPARC
systems more.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
Member of ACCU, http://accu.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-14 21:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 17:56 [Qemu-devel] SPARC emulations Mateusz Loskot
2011-01-14 19:40 ` Artyom Tarasenko
2011-01-14 21:09 ` Mateusz Loskot
2011-01-14 21:21 ` Stefan Weil
2011-01-14 21:24 ` Mateusz Loskot
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).