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

2025-05-21 Thread Collin Walling
On 5/22/25 1:33 AM, 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_process.c | 13 ++

[PATCH v2 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(-)