Re: [PATCH 4/7] scripts/device-crash-test: Remove legacy '-machine foo,accel=bar'

2024-12-03 Thread Daniel P . Berrangé
On Tue, Dec 03, 2024 at 10:21:50AM +0100, Philippe Mathieu-Daudé wrote: > Since commit 6f6e1698a68 ("vl: configure accelerators from -accel > options") we prefer the '-accel bar' command line option. > > Replace '-machine foo,accel=bar' -> '-machine foo -accel bar' in > the device-crash-test scrip

[PATCH 4/7] scripts/device-crash-test: Remove legacy '-machine foo, accel=bar'

2024-12-03 Thread Philippe Mathieu-Daudé
Since commit 6f6e1698a68 ("vl: configure accelerators from -accel options") we prefer the '-accel bar' command line option. Replace '-machine foo,accel=bar' -> '-machine foo -accel bar' in the device-crash-test script. Signed-off-by: Philippe Mathieu-Daudé --- scripts/device-crash-test | 9