Peter Krempa
32573e3d23
qemu: monitor: Use qemuMonitorJSONGetReply for VIR_JSON_TYPE_ARRAY
...
Replace usage of the following pattern with the new helper:
if (qemuMonitorJSONCheckReply(cmd, reply, VIR_JSON_TYPE_ARRAY) < 0)
return -1;
data = virJSONValueObjectGetArray(reply, "return");
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2022-12-02 16:18:37 +01:00
..
2022-10-20 08:58:10 +02:00
2022-11-08 12:10:50 +01:00
2022-11-08 12:10:50 +01:00
2022-11-11 14:06:47 +01:00
2022-08-11 15:14:18 +02:00
2022-09-07 12:15:06 +02:00
2022-08-10 16:50:07 +02:00
2022-11-09 14:08:31 +01:00
2022-08-11 15:23:08 +02:00
2022-08-11 15:22:56 +02:00
2022-08-10 16:50:07 +02:00
2022-11-15 11:28:45 +01:00
2022-11-15 11:28:45 +01:00
2022-07-18 17:23:15 +02:00
2022-11-11 14:06:39 +01:00
2022-06-16 06:43:57 +02:00
2022-09-07 12:14:07 +02:00
2022-06-16 06:43:57 +02:00
2022-11-15 11:56:08 +01:00
2022-11-15 11:47:08 +01:00
2022-10-20 08:58:10 +02:00
2022-10-20 08:58:10 +02:00
2022-06-16 06:43:57 +02:00
2022-11-11 14:06:34 +01:00
2022-06-16 06:43:57 +02:00
2022-11-21 15:37:41 -06:00
2022-11-15 11:54:56 +01:00
2022-11-02 09:20:58 +01:00
2022-09-07 12:15:28 +02:00
2022-12-02 16:18:37 +01:00
2022-11-09 12:26:42 +01:00
2022-11-09 12:26:42 +01:00
2022-06-06 09:42:58 +02:00
2022-05-17 19:31:08 +02:00
2022-07-26 15:41:44 +01:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2022-10-20 09:01:21 +02:00
2022-08-10 16:50:07 +02:00
2022-08-25 13:27:04 +02:00
2022-07-18 17:23:15 +02:00
2022-06-16 06:43:57 +02:00
2022-12-01 11:01:58 +01:00
2022-12-01 11:01:58 +01:00
2022-12-02 16:18:37 +01:00
2022-12-02 16:18:37 +01:00
2022-07-01 11:28:34 +02:00
2022-12-02 16:18:37 +01:00
2022-12-02 16:18:37 +01:00
2022-12-02 16:18:37 +01:00
2022-11-11 14:06:24 +01:00
2022-11-09 14:08:31 +01:00
2022-08-11 15:23:21 +02:00
2022-08-11 15:23:21 +02:00
2022-11-11 16:48:48 +01:00
2022-11-11 14:06:24 +01:00
2022-11-11 14:06:42 +01:00
2022-09-23 16:33:09 +02:00
2022-11-21 18:17:44 +01:00
2022-11-15 11:54:56 +01:00
2022-05-24 16:26:04 +02:00
2022-06-16 06:43:57 +02:00
2022-10-20 08:48:14 +02:00
2022-06-16 06:43:57 +02:00
2022-10-20 09:00:02 +02:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2022-08-23 16:14:05 +02:00
2022-05-16 09:15:46 +02:00
2022-11-09 12:26:42 +01:00
2022-06-16 06:43:57 +02:00
2022-12-01 14:22:39 +01:00
2022-11-09 12:26:42 +01:00
2022-11-11 16:51:39 +01:00
2022-06-16 06:43:57 +02:00
2022-08-23 16:14:05 +02:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2022-06-16 06:43:57 +02:00
2022-10-20 09:00:02 +02:00
2022-11-11 16:48:48 +01:00
2022-10-20 08:58:10 +02:00
2022-10-27 17:39:19 +02:00