Re: Question: how to add CLI options for custom hw model

2025-02-14 Thread Paolo Bonzini
On 2/14/25 16:31, Mark Nesky wrote: Hello, I am new to the QEMU code base and I am working on a project involving a custom hardware model representing a customized ppc board.  What is the best way to add command line arguments applicable to my model? I see options in qemu-options.hx + vl.c,

Question: how to add CLI options for custom hw model

2025-02-14 Thread Mark Nesky
Hello, I am new to the QEMU code base and I am working on a project involving a custom hardware model representing a customized ppc board. What is the best way to add command line arguments applicable to my model? I see options in qemu-options.hx + vl.c, but I am not sure if that is the right pl