Re: [PATCH] qemu: agent: remove all code around disabled DEBUG_IO/DEBUG_RAW_IO definitions

2022-01-06 Thread Ani Sinha
On Thu, 6 Jan 2022, Peter Krempa wrote: > On Tue, Jan 04, 2022 at 17:47:43 +0530, Ani Sinha wrote: > > DEBUG_IO and DEBUG_RAW_IO are disabled and hence the code #defined under > > them > > are useless. Remove them. Also remove similar useless code from > > qemu_monitor_json. > > > > See also 4

Re: [PATCH] qemu: agent: remove all code around disabled DEBUG_IO/DEBUG_RAW_IO definitions

2022-01-06 Thread Peter Krempa
On Tue, Jan 04, 2022 at 17:47:43 +0530, Ani Sinha wrote: > DEBUG_IO and DEBUG_RAW_IO are disabled and hence the code #defined under them > are useless. Remove them. Also remove similar useless code from > qemu_monitor_json. > > See also 4aae00bf1287f ("qemu: monitor: Remove disabled debug infrastr

[PATCH] qemu: agent: remove all code around disabled DEBUG_IO/DEBUG_RAW_IO definitions

2022-01-04 Thread Ani Sinha
DEBUG_IO and DEBUG_RAW_IO are disabled and hence the code #defined under them are useless. Remove them. Also remove similar useless code from qemu_monitor_json. See also 4aae00bf1287f ("qemu: monitor: Remove disabled debug infrastructure") Signed-off-by: Ani Sinha --- src/qemu/qemu_agent.c