Re: About creating machines on the command line

2021-02-13 Thread Luc Michel
On 2/10/21 1:13 PM, Alexander Graf wrote: On 05.02.21 11:43, Luc Michel wrote: On 2/3/21 6:09 PM, Alexander Graf wrote: On 03.02.21 17:55, Philippe Mathieu-Daudé wrote: On 1/11/21 3:50 PM, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom

Re: About creating machines on the command line

2021-02-05 Thread Luc Michel
On 2/4/21 9:29 PM, John Snow wrote: On 2/3/21 12:09 PM, graf--- via wrote: On 03.02.21 17:55, Philippe Mathieu-Daudé wrote: On 1/11/21 3:50 PM, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get

Re: About creating machines on the command line

2021-02-05 Thread Luc Michel
On 2/3/21 6:09 PM, Alexander Graf wrote: On 03.02.21 17:55, Philippe Mathieu-Daudé wrote: On 1/11/21 3:50 PM, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and

Re: About creating machines on the command line

2021-02-04 Thread John Snow
On 2/3/21 12:09 PM, graf--- via wrote: On 03.02.21 17:55, Philippe Mathieu-Daudé wrote: On 1/11/21 3:50 PM, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and

Re: About creating machines on the command line

2021-02-03 Thread graf--- via
On 03.02.21 17:55, Philippe Mathieu-Daudé wrote: On 1/11/21 3:50 PM, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and shape the future developments. Cc'ing John

Re: About creating machines on the command line

2021-02-03 Thread Philippe Mathieu-Daudé
On 1/11/21 3:50 PM, Luc Michel wrote: > Hi, > > We would like to work on improving QEMU to be able to create custom > machines from the command line. The goal here is to get feedback from > the community and shape the future developments. Cc'ing John who is working on command line, and some

Re: About creating machines on the command line

2021-01-14 Thread Kashyap Chamarthy
On Thu, Jan 14, 2021 at 11:37:06AM +, Daniel P. Berrangé wrote: > On Mon, Jan 11, 2021 at 03:50:58PM +0100, Luc Michel wrote: [...] > > This would hopefully allow for simple machines creation. We would then be > > able to use either the command line or the `-readconfig` option to create > >

Re: About creating machines on the command line

2021-01-14 Thread Daniel P . Berrangé
On Thu, Jan 14, 2021 at 06:11:50PM +0100, Kashyap Chamarthy wrote: > On Thu, Jan 14, 2021 at 11:37:06AM +, Daniel P. Berrangé wrote: > > On Mon, Jan 11, 2021 at 03:50:58PM +0100, Luc Michel wrote: > > [...] > > > > This would hopefully allow for simple machines creation. We would then be > >

Re: About creating machines on the command line

2021-01-14 Thread Daniel P . Berrangé
On Mon, Jan 11, 2021 at 03:50:58PM +0100, Luc Michel wrote: > Hi, > > We would like to work on improving QEMU to be able to create custom machines > from the command line. The goal here is to get feedback from the community > and shape the future developments. > > The use case mainly comes from

Re: About creating machines on the command line

2021-01-14 Thread Liviu Ionescu
> On 14 Jan 2021, at 12:56, Luc Michel wrote: > > ... But yes the goal here is to rely on QEMU's already existing device models > to dynamically create a machine. I did not check the current QEMU device models, so I might be wrong, but I think that the scope might be slightly different.

Re: About creating machines on the command line

2021-01-14 Thread Luc Michel
Hi Liviu, On 1/11/21 9:28 PM, Liviu Ionescu wrote: I know it does not answer your question directly, but you might find useful to take a look at the solution used in the xPack QEMU Arm (formerly GNU ARM Eclipse QEMU). In this fork I dynamically create the peripheral registers when QEMU

Re: About creating machines on the command line

2021-01-14 Thread Luc Michel
Hi Zoltan, On 1/11/21 9:04 PM, BALATON Zoltan wrote: On Mon, 11 Jan 2021, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and shape the future developments. The

Re: About creating machines on the command line

2021-01-11 Thread Liviu Ionescu
I know it does not answer your question directly, but you might find useful to take a look at the solution used in the xPack QEMU Arm (formerly GNU ARM Eclipse QEMU). In this fork I dynamically create the peripheral registers when QEMU starts, by reading a JSON file, converted from the CMSIS

Re: About creating machines on the command line

2021-01-11 Thread BALATON Zoltan
On Mon, 11 Jan 2021, Luc Michel wrote: Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and shape the future developments. The use case mainly comes from people working with tools to

About creating machines on the command line

2021-01-11 Thread Luc Michel
Hi, We would like to work on improving QEMU to be able to create custom machines from the command line. The goal here is to get feedback from the community and shape the future developments. The use case mainly comes from people working with tools to customize their designs, such as SiFive