Re: [RFC PATCH] cli: add connect-gpios option

2024-10-21 Thread Peter Maydell
On Fri, 18 Oct 2024 at 19:50, Octavian Purdila wrote: > > On Fri, Oct 18, 2024 at 9:09 AM Peter Maydell > wrote: > > At the moment our design is "QEMU command line options are for > > doing the equivalent of plugging in PCI cards into slots, not > > for the equivalent of soldering chips onto boa

Re: [RFC PATCH] cli: add connect-gpios option

2024-10-18 Thread Octavian Purdila
On Fri, Oct 18, 2024 at 9:09 AM Peter Maydell wrote: > > On Fri, 18 Oct 2024 at 17:05, Daniel P. Berrangé wrote: > > > > On Fri, Oct 18, 2024 at 04:38:24PM +0100, Peter Maydell wrote: > > > On Thu, 10 Oct 2024 at 18:39, Octavian Purdila wrote: > > > > > > > > From: Valentin Ghita > > > > > > >

Re: [RFC PATCH] cli: add connect-gpios option

2024-10-18 Thread Daniel P . Berrangé
On Fri, Oct 18, 2024 at 04:38:24PM +0100, Peter Maydell wrote: > On Thu, 10 Oct 2024 at 18:39, Octavian Purdila wrote: > > > > From: Valentin Ghita > > > > Add option to allow for connecting device GPIOs. This is useful when > > adding a peripheral device from the command line which uses an > > i

Re: [RFC PATCH] cli: add connect-gpios option

2024-10-18 Thread Peter Maydell
On Fri, 18 Oct 2024 at 17:05, Daniel P. Berrangé wrote: > > On Fri, Oct 18, 2024 at 04:38:24PM +0100, Peter Maydell wrote: > > On Thu, 10 Oct 2024 at 18:39, Octavian Purdila wrote: > > > > > > From: Valentin Ghita > > > > > > Add option to allow for connecting device GPIOs. This is useful when >

Re: [RFC PATCH] cli: add connect-gpios option

2024-10-18 Thread Peter Maydell
On Thu, 10 Oct 2024 at 18:39, Octavian Purdila wrote: > > From: Valentin Ghita > > Add option to allow for connecting device GPIOs. This is useful when > adding a peripheral device from the command line which uses an > interrupt. > > It takes the following options: > > * in-dev-path, out-dev-path

[RFC PATCH] cli: add connect-gpios option

2024-10-10 Thread Octavian Purdila
From: Valentin Ghita Add option to allow for connecting device GPIOs. This is useful when adding a peripheral device from the command line which uses an interrupt. It takes the following options: * in-dev-path, out-dev-path - required, the device canonical object path (e.g. /machine/periphera