[PATCH 0/5] qemu_monitor_json: Assume existence of some commands

Michal Privoznik posted 5 patches 2 years, 6 months ago
Only 0 patches received!
There is a newer version of this series
src/qemu/qemu_monitor_json.c | 23 -----------------------
1 file changed, 23 deletions(-)
[PATCH 0/5] qemu_monitor_json: Assume existence of some commands
Posted by Michal Privoznik 2 years, 6 months ago
Just like with QEMU capabilities, we can safely assume existence of some
monitor commands because they were introduced in older than minimal
required version and do not depend on QEMU build arguments.

Michal Prívozník (5):
  qemuMonitorJSONGetMigrationParams: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetDumpGuestMemoryCapability: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetKVMState: Don't return early on CommandNotFound
  qemuMonitorJSONGetMemoryDeviceInfo: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetMigrationCapabilities: Don't return early on
    CommandNotFound

 src/qemu/qemu_monitor_json.c | 23 -----------------------
 1 file changed, 23 deletions(-)

-- 
2.32.0

Re: [PATCH 0/5] qemu_monitor_json: Assume existence of some commands
Posted by Michal Prívozník 2 years, 6 months ago
On 10/21/21 10:56 AM, Michal Privoznik wrote:
> Just like with QEMU capabilities, we can safely assume existence of some
> monitor commands because they were introduced in older than minimal
> required version and do not depend on QEMU build arguments.
> 
> Michal Prívozník (5):
>   qemuMonitorJSONGetMigrationParams: Don't return early on
>     CommandNotFound
>   qemuMonitorJSONGetDumpGuestMemoryCapability: Don't return early on
>     CommandNotFound
>   qemuMonitorJSONGetKVMState: Don't return early on CommandNotFound
>   qemuMonitorJSONGetMemoryDeviceInfo: Don't return early on
>     CommandNotFound
>   qemuMonitorJSONGetMigrationCapabilities: Don't return early on
>     CommandNotFound
> 
>  src/qemu/qemu_monitor_json.c | 23 -----------------------
>  1 file changed, 23 deletions(-)
> 

Please ignore this. I'll send v2 shortly.

Michal