* [Qemu-devel] More platforms for the wiki
@ 2016-11-11 5:04 G 3
2016-11-11 11:02 ` Paolo Bonzini
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: G 3 @ 2016-11-11 5:04 UTC (permalink / raw)
To: Paolo Bonzini, qemu-devel qemu-devel
http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-
distributions/
On this page I found a huge list of QEMU emulators. I haven't heard
of most of them, but some of them are not on the platforms page. Do
you think we should add the missing ones?
qemu-system-aarch64
qemu-system-alpha
qemu-system-arm
qemu-system-cris
qemu-system-i386
qemu-system-lm32
qemu-system-m68k
qemu-system-microblaze
qemu-system-microblazeel
qemu-system-mips
qemu-system-mips64
qemu-system-mips64el
qemu-system-mipsel
qemu-system-moxie
qemu-system-or32
qemu-system-ppc
qemu-system-ppc64
qemu-system-ppc64le
qemu-system-ppcemb
qemu-system-sh4
qemu-system-sh4eb
qemu-system-sparc
qemu-system-sparc64
qemu-system-tricore
qemu-system-unicore32
qemu-system-x86_64
qemu-system-x86_64-spice
qemu-system-xtensa
qemu-system-xtensaeb
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 5:04 [Qemu-devel] More platforms for the wiki G 3
@ 2016-11-11 11:02 ` Paolo Bonzini
2016-11-11 13:02 ` Stefan Hajnoczi
2016-11-11 15:16 ` Bastian Koppelmann
2 siblings, 0 replies; 9+ messages in thread
From: Paolo Bonzini @ 2016-11-11 11:02 UTC (permalink / raw)
To: G 3, qemu-devel qemu-devel
On 11/11/2016 06:04, G 3 wrote:
> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-distributions/
>
>
> On this page I found a huge list of QEMU emulators. I haven't heard of
> most of them, but some of them are not on the platforms page.
They are. AARCH64 is ARM, microblazeel is little-endian microblaze,
ppcemb is embedded PowerPC (Book-E), and so on.
Paolo
Do you
> think we should add the missing ones?
>
> qemu-system-aarch64
> qemu-system-alpha
> qemu-system-arm
> qemu-system-cris
> qemu-system-i386
> qemu-system-lm32
> qemu-system-m68k
> qemu-system-microblaze
> qemu-system-microblazeel
> qemu-system-mips
> qemu-system-mips64
> qemu-system-mips64el
> qemu-system-mipsel
> qemu-system-moxie
> qemu-system-or32
> qemu-system-ppc
> qemu-system-ppc64
> qemu-system-ppc64le
> qemu-system-ppcemb
> qemu-system-sh4
> qemu-system-sh4eb
> qemu-system-sparc
> qemu-system-sparc64
> qemu-system-tricore
> qemu-system-unicore32
> qemu-system-x86_64
> qemu-system-x86_64-spice
> qemu-system-xtensa
> qemu-system-xtensaeb
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 5:04 [Qemu-devel] More platforms for the wiki G 3
2016-11-11 11:02 ` Paolo Bonzini
@ 2016-11-11 13:02 ` Stefan Hajnoczi
2016-11-11 21:03 ` Max Filippov
2016-11-11 15:16 ` Bastian Koppelmann
2 siblings, 1 reply; 9+ messages in thread
From: Stefan Hajnoczi @ 2016-11-11 13:02 UTC (permalink / raw)
To: G 3; +Cc: Paolo Bonzini, qemu-devel qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1731 bytes --]
On Fri, Nov 11, 2016 at 12:04:47AM -0500, G 3 wrote:
> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-distributions/
>
> On this page I found a huge list of QEMU emulators. I haven't heard of most
> of them, but some of them are not on the platforms page. Do you think we
> should add the missing ones?
A lot of them are 32-bit/64-bit and little-/big-endian variants of an
architecture.
The unique ones I see are:
ARM, Alpha, Cris, i386, lm32, m68k, Microblaze, MIPS, Moxie, OR32, PPC,
SH4, SPARC, Tricore, Unicore32, and xtensa.
Whew! That's 16 architectures.
Some of the 32- vs 64-bit variants have big differences in instruction
sets and features. However, people searching for information may not
know when to search for the specific variant versus when to look for the
common architecture.
I think it is simpler to house variants on a single wiki page (i.e. ARM
for both aarch64 and arm). Then we can use Mediawiki redirects to also
catch the specific variant names.
But ultimately it's up to the wiki page authors to decide.
> qemu-system-aarch64
> qemu-system-alpha
> qemu-system-arm
> qemu-system-cris
> qemu-system-i386
> qemu-system-lm32
> qemu-system-m68k
> qemu-system-microblaze
> qemu-system-microblazeel
> qemu-system-mips
> qemu-system-mips64
> qemu-system-mips64el
> qemu-system-mipsel
> qemu-system-moxie
> qemu-system-or32
> qemu-system-ppc
> qemu-system-ppc64
> qemu-system-ppc64le
> qemu-system-ppcemb
> qemu-system-sh4
> qemu-system-sh4eb
> qemu-system-sparc
> qemu-system-sparc64
> qemu-system-tricore
> qemu-system-unicore32
> qemu-system-x86_64
> qemu-system-x86_64-spice
> qemu-system-xtensa
> qemu-system-xtensaeb
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 5:04 [Qemu-devel] More platforms for the wiki G 3
2016-11-11 11:02 ` Paolo Bonzini
2016-11-11 13:02 ` Stefan Hajnoczi
@ 2016-11-11 15:16 ` Bastian Koppelmann
2016-11-11 15:18 ` G 3
2 siblings, 1 reply; 9+ messages in thread
From: Bastian Koppelmann @ 2016-11-11 15:16 UTC (permalink / raw)
To: G 3, Paolo Bonzini, qemu-devel qemu-devel
On 11/11/2016 06:04 AM, G 3 wrote:
> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-distributions/
>
>
> On this page I found a huge list of QEMU emulators. I haven't heard of
> most of them, but some of them are not on the platforms page. Do you
> think we should add the missing ones?
>
I'll add a page for the TriCore platform.
Cheers,
Bastian
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 15:16 ` Bastian Koppelmann
@ 2016-11-11 15:18 ` G 3
2016-11-11 15:48 ` Bastian Koppelmann
0 siblings, 1 reply; 9+ messages in thread
From: G 3 @ 2016-11-11 15:18 UTC (permalink / raw)
To: Bastian Koppelmann; +Cc: Paolo Bonzini, qemu-devel qemu-devel
On Nov 11, 2016, at 10:16 AM, Bastian Koppelmann wrote:
> On 11/11/2016 06:04 AM, G 3 wrote:
>> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-
>> distributions/
>>
>>
>> On this page I found a huge list of QEMU emulators. I haven't
>> heard of
>> most of them, but some of them are not on the platforms page. Do you
>> think we should add the missing ones?
>>
>
> I'll add a page for the TriCore platform.
>
> Cheers,
> Bastian
Thank you so much. If you need any help or suggestions just ask. If
you have pictures of the TriCore emulator running software, I would
really like to post these on the wiki page.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 15:18 ` G 3
@ 2016-11-11 15:48 ` Bastian Koppelmann
2016-11-11 16:15 ` G 3
0 siblings, 1 reply; 9+ messages in thread
From: Bastian Koppelmann @ 2016-11-11 15:48 UTC (permalink / raw)
To: G 3; +Cc: Paolo Bonzini, qemu-devel qemu-devel
On 11/11/2016 04:18 PM, G 3 wrote:
>
> On Nov 11, 2016, at 10:16 AM, Bastian Koppelmann wrote:
>
>> On 11/11/2016 06:04 AM, G 3 wrote:
>>> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-distributions/
>>>
>>>
>>>
>>> On this page I found a huge list of QEMU emulators. I haven't heard of
>>> most of them, but some of them are not on the platforms page. Do you
>>> think we should add the missing ones?
>>>
>>
>> I'll add a page for the TriCore platform.
>>
>> Cheers,
>> Bastian
>
> Thank you so much. If you need any help or suggestions just ask. If you
> have pictures of the TriCore emulator running software, I would really
> like to post these on the wiki page.
Unfortunately there is not much to show right now since I don't have any
devices implemented upstream.
Any comments on the page?
http://qemu-project.org/Documentation/Platforms/TriCore
Cheers,
Bastian
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 15:48 ` Bastian Koppelmann
@ 2016-11-11 16:15 ` G 3
0 siblings, 0 replies; 9+ messages in thread
From: G 3 @ 2016-11-11 16:15 UTC (permalink / raw)
To: Bastian Koppelmann; +Cc: Paolo Bonzini, qemu-devel qemu-devel
On Nov 11, 2016, at 10:48 AM, Bastian Koppelmann wrote:
> On 11/11/2016 04:18 PM, G 3 wrote:
>>
>> On Nov 11, 2016, at 10:16 AM, Bastian Koppelmann wrote:
>>
>>> On 11/11/2016 06:04 AM, G 3 wrote:
>>>> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-
>>>> distributions/
>>>>
>>>>
>>>>
>>>> On this page I found a huge list of QEMU emulators. I haven't
>>>> heard of
>>>> most of them, but some of them are not on the platforms page. Do
>>>> you
>>>> think we should add the missing ones?
>>>>
>>>
>>> I'll add a page for the TriCore platform.
>>>
>>> Cheers,
>>> Bastian
>>
>> Thank you so much. If you need any help or suggestions just ask.
>> If you
>> have pictures of the TriCore emulator running software, I would
>> really
>> like to post these on the wiki page.
>
> Unfortunately there is not much to show right now since I don't
> have any
> devices implemented upstream.
>
> Any comments on the page?
> http://qemu-project.org/Documentation/Platforms/TriCore
>
> Cheers,
> Bastian
Excellent job. I would add a description section that briefly talks
about what TriCore is.
A links section would also be useful. This could be to other web
pages that have more info, or youtube videos of the emulator running.
Whatever you feel would be of use/interest to the reader.
I don't know much about TriCore, but I did find several youtube
videos that look like this one:
https://www.youtube.com/watch?v=IXl2GI0lis0
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 13:02 ` Stefan Hajnoczi
@ 2016-11-11 21:03 ` Max Filippov
2016-11-11 21:09 ` G 3
0 siblings, 1 reply; 9+ messages in thread
From: Max Filippov @ 2016-11-11 21:03 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: G 3, Paolo Bonzini, qemu-devel qemu-devel
On Fri, Nov 11, 2016 at 5:02 AM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Fri, Nov 11, 2016 at 12:04:47AM -0500, G 3 wrote:
>> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-distributions/
>>
>> On this page I found a huge list of QEMU emulators. I haven't heard of most
>> of them, but some of them are not on the platforms page. Do you think we
>> should add the missing ones?
>
> A lot of them are 32-bit/64-bit and little-/big-endian variants of an
> architecture.
>
> The unique ones I see are:
>
> ARM, Alpha, Cris, i386, lm32, m68k, Microblaze, MIPS, Moxie, OR32, PPC,
> SH4, SPARC, Tricore, Unicore32, and xtensa.
>
> Whew! That's 16 architectures.
s390 and tile are missing in this list.
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More platforms for the wiki
2016-11-11 21:03 ` Max Filippov
@ 2016-11-11 21:09 ` G 3
0 siblings, 0 replies; 9+ messages in thread
From: G 3 @ 2016-11-11 21:09 UTC (permalink / raw)
To: Max Filippov; +Cc: Stefan Hajnoczi, Paolo Bonzini, qemu-devel qemu-devel
On Nov 11, 2016, at 4:03 PM, Max Filippov wrote:
> On Fri, Nov 11, 2016 at 5:02 AM, Stefan Hajnoczi
> <stefanha@gmail.com> wrote:
>> On Fri, Nov 11, 2016 at 12:04:47AM -0500, G 3 wrote:
>>> http://fossboss.com/2016/08/13/use-qemu-test-operating-systems-
>>> distributions/
>>>
>>> On this page I found a huge list of QEMU emulators. I haven't
>>> heard of most
>>> of them, but some of them are not on the platforms page. Do you
>>> think we
>>> should add the missing ones?
>>
>> A lot of them are 32-bit/64-bit and little-/big-endian variants of an
>> architecture.
>>
>> The unique ones I see are:
>>
>> ARM, Alpha, Cris, i386, lm32, m68k, Microblaze, MIPS, Moxie, OR32,
>> PPC,
>> SH4, SPARC, Tricore, Unicore32, and xtensa.
>>
>> Whew! That's 16 architectures.
>
> s390 and tile are missing in this list.
>
The s390x does have its own page already. TileGX still needs a page.
http://wiki.qemu.org/Documentation/Platforms
The links are here.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-11-11 21:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11 5:04 [Qemu-devel] More platforms for the wiki G 3
2016-11-11 11:02 ` Paolo Bonzini
2016-11-11 13:02 ` Stefan Hajnoczi
2016-11-11 21:03 ` Max Filippov
2016-11-11 21:09 ` G 3
2016-11-11 15:16 ` Bastian Koppelmann
2016-11-11 15:18 ` G 3
2016-11-11 15:48 ` Bastian Koppelmann
2016-11-11 16:15 ` G 3
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).