Re: [PATCH 6/7] accel/kvm: Remove mentions of legacy '-machine foo,accel=bar'

2024-12-03 Thread Thomas Huth
On 03/12/2024 10.21, Philippe Mathieu-Daudé wrote: Since commit 6f6e1698a68 ("vl: configure accelerators from -accel options") we prefer the '-accel bar' command line option. Update the documentation when KVM is referred to. Signed-off-by: Philippe Mathieu-Daudé --- docs/bypass-iommu.txt

Re: [PATCH 6/7] accel/kvm: Remove mentions of legacy '-machine foo,accel=bar'

2024-12-03 Thread Daniel P . Berrangé
On Tue, Dec 03, 2024 at 10:21:52AM +0100, Philippe Mathieu-Daudé wrote: > Since commit 6f6e1698a68 ("vl: configure accelerators from -accel > options") we prefer the '-accel bar' command line option. > > Update the documentation when KVM is referred to. > > Signed-off-by: Philippe Mathieu-Daudé