Re: [PATCH v2 2/2] qom/object, accel-system: add support to Accel globals

2024-08-07 Thread Daniel Henrique Barboza
On 7/31/24 3:30 AM, Markus Armbruster wrote: I apologize for the delay. Daniel Henrique Barboza writes: We're not honouring KVM options that are provided by any -accel option aside from the first. In this example: qemu-system-riscv64 -accel kvm,riscv-aia=emul (...) \ -accel kvm,riscv

Re: [PATCH v2 2/2] qom/object, accel-system: add support to Accel globals

2024-07-31 Thread Markus Armbruster
Andrew Jones writes: > On Wed, Jul 31, 2024 at 08:30:46AM GMT, Markus Armbruster wrote: >> I apologize for the delay. >> >> Daniel Henrique Barboza writes: >> >> > We're not honouring KVM options that are provided by any -accel option >> > aside from the first. In this example: >> > >> > qemu-

Re: [PATCH v2 2/2] qom/object, accel-system: add support to Accel globals

2024-07-31 Thread Andrew Jones
On Wed, Jul 31, 2024 at 08:30:46AM GMT, Markus Armbruster wrote: > I apologize for the delay. > > Daniel Henrique Barboza writes: > > > We're not honouring KVM options that are provided by any -accel option > > aside from the first. In this example: > > > > qemu-system-riscv64 -accel kvm,riscv-a

Re: [PATCH v2 2/2] qom/object, accel-system: add support to Accel globals

2024-07-30 Thread Markus Armbruster
I apologize for the delay. Daniel Henrique Barboza writes: > We're not honouring KVM options that are provided by any -accel option > aside from the first. In this example: > > qemu-system-riscv64 -accel kvm,riscv-aia=emul (...) \ > -accel kvm,riscv-aia=hwaccel > > 'riscv-aia' will be set to

[PATCH v2 2/2] qom/object, accel-system: add support to Accel globals

2024-07-03 Thread Daniel Henrique Barboza
We're not honouring KVM options that are provided by any -accel option aside from the first. In this example: qemu-system-riscv64 -accel kvm,riscv-aia=emul (...) \ -accel kvm,riscv-aia=hwaccel 'riscv-aia' will be set to 'emul', ignoring the last occurrence of the option that set 'riscv-aia' t