Difference between revisions of "Mailing Lists"

From gem5
Jump to: navigation, search
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
There are two mailing lists for m5 hosted on m5sim.org:
 
There are two mailing lists for m5 hosted on m5sim.org:
* [http://www.m5sim.org/mailman/listinfo/m5-users m5-users] - General discussion about M5 and its use. (~2 messages/day)
+
* gem5-dev [http://www.gem5.org/mailman/listinfo/gem5-dev (subscribe)] - Discussions of gem5 development. Bug reports should be sent here. This list receives emails from Gerrit reviews and cron test results.
* [http://www.m5sim.org/mailman/listinfo/m5-announce m5-announce] - Announcements related to M5. (~3 messages/year)
+
* gem5-users [http://www.gem5.org/mailman/listinfo/gem5-users (subscribe)] - General discussion about gem5 and its use.
<!---* [http://www.m5sim.org/mailman/listinfo/m5-dev m5-dev] - Discussions about the development of M5. (~2 messages/day)-->
+
* gem5-announce [http://www.gem5.org/mailman/listinfo/gem5-announce (subscribe)] - Announcements related to gem5.
  
 
To subscribe or view the archives click on the links above.  
 
To subscribe or view the archives click on the links above.  
  
Additional (and much more easily searchable) archives are hosted by [http://gmane.org/info.php?group=gmane.comp.emulators.m5.users Gmane] and [http://www.mail-archive.com/m5-users@m5sim.org/ The Mail Archive].
+
Additional (and much more easily searchable) archives are hosted by:
 +
 
 +
{| class="wikitable" style="margin: 1em auto 1em aut
 +
|-
 +
! List
 +
! [http://gmane.org Gmane]
 +
! [http://www.mail-archive.com/ The Mail Archive]
 +
|-
 +
| gem5-announce
 +
| [http://dir.gmane.org/gmane.comp.emulators.m5.announce here]
 +
| [http://www.mail-archive.com/m5-announce@m5sim.org/ here]
 +
|-
 +
|gem5-users
 +
| [http://dir.gmane.org/gmane.comp.emulators.m5.users here]
 +
| [http://www.mail-archive.com/gem5-users@gem5.org/ here]
 +
|-
 +
| gem5-dev
 +
| [http://dir.gmane.org/gmane.comp.emulators.m5.devel here]
 +
| [http://www.mail-archive.com/gem5-dev@gem5.org/ here]
 +
|-
 +
| m5-dev
 +
| [http://dir.gmane.org/gmane.comp.emulators.m5.devel here]
 +
| [http://www.mail-archive.com/m5-dev@m5sim.org/ here]
 +
|-
 +
|}
 +
 
 +
Before posting a problem to the mailing list '''please read [[Reporting Problems]] and follow the guidelines listed.''' Doing so will get your question answered far faster and more precisely.
 +
 
 +
== Alternative communication channels ==
 +
 
 +
The following alternative support communication channels also exist, although they are less canonical not as actively monitored by the developers currently.
 +
 
 +
If you don't get an answer in those channels quickly, make sure to also send the full text of your post to the correct mailing list with an additional link to the original post.
 +
 
 +
* https://stackoverflow.com/questions/tagged/gem5 Stack Overflow <code>gem5</code> tag. Make sure that your question complies with the site guidelines before posting: https://stackoverflow.com/help/asking Interested users can opt to receive email notifications for such questions as explained at: https://meta.stackexchange.com/questions/25224/email-notifications-for-new-questions-matching-specific-tags
 +
* https://www.quora.com/topic/Gem5-Simulator Stack Overflow is generally preferred, but you can use Quora instead if your question is not on topic for Stack Overflow, e.g. for more subjective questions

Latest revision as of 14:42, 16 April 2018

There are two mailing lists for m5 hosted on m5sim.org:

  • gem5-dev (subscribe) - Discussions of gem5 development. Bug reports should be sent here. This list receives emails from Gerrit reviews and cron test results.
  • gem5-users (subscribe) - General discussion about gem5 and its use.
  • gem5-announce (subscribe) - Announcements related to gem5.

To subscribe or view the archives click on the links above.

Additional (and much more easily searchable) archives are hosted by:

List Gmane The Mail Archive
gem5-announce here here
gem5-users here here
gem5-dev here here
m5-dev here here

Before posting a problem to the mailing list please read Reporting Problems and follow the guidelines listed. Doing so will get your question answered far faster and more precisely.

Alternative communication channels

The following alternative support communication channels also exist, although they are less canonical not as actively monitored by the developers currently.

If you don't get an answer in those channels quickly, make sure to also send the full text of your post to the correct mailing list with an additional link to the original post.