Re: [PATCH v3 2/3] qemu: process: refactor deprecated features code

2025-05-22 Thread Boris Fiuczynski
Reviewed-by: Boris Fiuczynski On 5/22/25 08:03, Collin Walling wrote: Group up the deprecated features code into a single block to keep things clean; only check if the deprecated_features attribute is present once and then do relevent work. Signed-off-by: Collin Walling --- src/qemu/qemu_pr

[PATCH v3 2/3] qemu: process: refactor deprecated features code

2025-05-21 Thread Collin Walling
Group up the deprecated features code into a single block to keep things clean; only check if the deprecated_features attribute is present once and then do relevent work. Signed-off-by: Collin Walling --- src/qemu/qemu_process.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-)