qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Upstreaming Course Debugging Changes
@ 2024-03-29 15:04 Don Porter
  2024-03-29 15:04 ` [PATCH 1/1] e1000: Get debug flags from an environment variable Don Porter
  0 siblings, 1 reply; 8+ messages in thread
From: Don Porter @ 2024-03-29 15:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Don Porter

Hi all,

I am a CS professor (and first time contributor) and have been using
qemu in my courses for over a decade, especially a course that asks
students to write major pieces of an OS kernel from starter code.

I have some patches, originally from Austin Clements at MIT, that I
have found useful over the years and that may be useful to others.  It
would also be nice not to have to build a custom qemu each semester.  I
have cleared upstreaming these with Austin, the original author.

In order to learn the process and community, I thought I would start
with one patch.  As the description says, it enables e1000 debugging
without recompilation.  One project in the course is to write an e1000
driver, and these logs are quite helpful to students.

Thank you in advance for your time,
Don Porter

Austin Clements (1):
  e1000: Get debug flags from an environment variable

 hw/net/e1000.c | 65 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 59 insertions(+), 6 deletions(-)

--
2.25.1


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

end of thread, other threads:[~2024-04-08 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 15:04 [PATCH 0/1] Upstreaming Course Debugging Changes Don Porter
2024-03-29 15:04 ` [PATCH 1/1] e1000: Get debug flags from an environment variable Don Porter
2024-03-29 17:46   ` Richard Henderson
2024-04-03 13:45     ` [PATCH v2] e1000: Convert debug macros into tracepoints Don Porter
2024-04-03 17:51       ` Richard Henderson
2024-04-03 18:44       ` Austin Clements
2024-04-08 21:11         ` Don Porter
2024-04-08 21:15         ` [PATCH v3] " Don Porter

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).