Peter Krempa
9223ebbc85
virsh: cmdBlockcopy: Fix generator of block copy disk XML
...
In a recent commit I've attempted to rewrite the XML generator to use
virXMLFormatElement instead of manual steps. Unfortunately the commit
had multiple problems resulting in a garbled XML:
1) in certain cases the wrong buffer was used resulting in misplaced
snippets
2) the child element buffer was improperly set up so sub-elements were
not indented
This resulted in following XML being generated:
$ virsh blockcopy cd vda /tmp/test.copy --raw --print-xml
type='file''/tmp/test.copy'/>
<driver type='raw'/>
<disk>
<source file=</disk>
To fix this we'll generate the '<source>' element in one go and use the
proper buffer for it and other places.
Fixes: 1cd95f858ab83f2baab0e35070d00766bb06ce3a
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2078274
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2022-04-25 16:37:05 +02:00
..
2022-04-01 15:33:19 +02:00
2021-12-13 14:17:56 +01:00
2022-03-07 12:37:54 +01:00
2021-11-30 10:45:35 +00:00
2022-02-22 13:35:47 +01:00
2020-11-04 12:18:05 +01:00
2022-04-01 15:33:19 +02:00
2021-09-17 09:40:46 +02:00
2019-12-10 12:41:56 +01:00
2021-09-17 09:40:46 +02:00
2019-07-26 16:48:58 -05:00
2021-08-16 13:10:33 +02:00
2021-09-17 09:40:46 +02:00
2022-03-15 13:36:58 +01:00
2022-03-03 11:06:56 +01:00
2022-04-04 16:30:44 +02:00
2022-04-04 16:30:44 +02:00
2021-10-06 09:23:25 +02:00
2021-09-17 09:40:46 +02:00
2022-01-19 16:48:33 +01:00
2022-01-19 16:48:33 +01:00
2022-04-04 16:30:48 +02:00
2022-04-04 16:30:48 +02:00
2021-10-06 09:27:03 +02:00
2021-09-17 09:40:46 +02:00
2022-03-15 13:36:58 +01:00
2021-09-17 09:40:46 +02:00
2021-04-13 17:00:38 +02:00
2021-09-17 09:40:46 +02:00
2021-08-16 13:10:33 +02:00
2021-09-17 09:40:46 +02:00
2022-03-15 13:36:58 +01:00
2022-03-11 09:10:24 +01:00
2022-03-15 13:36:56 +01:00
2022-03-15 13:36:56 +01:00
2022-02-15 09:32:23 +01:00
2019-06-19 17:12:34 +02:00
2022-04-11 17:03:49 +02:00
2022-03-03 11:06:56 +01:00
2022-02-08 08:42:07 +01:00
2020-01-07 16:12:55 +01:00
2022-04-25 16:37:05 +02:00
2022-02-21 13:34:16 +01:00
2019-10-15 16:14:19 +02:00
2022-04-04 16:30:44 +02:00
2021-07-23 09:59:12 +02:00
2022-02-08 08:42:07 +01:00
2019-06-19 17:12:34 +02:00
2022-02-08 08:42:07 +01:00
2022-01-19 16:48:33 +01:00
2022-04-06 09:40:13 +02:00
2019-08-09 09:03:53 +02:00
2022-02-08 08:42:07 +01:00
2019-06-19 17:12:34 +02:00
2022-02-08 08:42:07 +01:00
2021-06-16 10:32:33 +02:00
2022-02-08 08:42:07 +01:00
2020-08-03 15:30:40 +02:00
2022-04-07 12:02:31 +02:00
2020-08-03 15:30:40 +02:00
2022-03-03 11:06:56 +01:00
2022-03-03 11:06:56 +01:00
2022-03-11 09:10:24 +01:00
2022-03-11 09:10:24 +01:00
2022-03-03 11:06:56 +01:00
2022-03-03 11:06:56 +01:00
2021-04-13 17:00:38 +02:00
2019-06-19 17:12:34 +02:00
2022-02-11 16:03:29 +01:00
2021-04-13 17:00:38 +02:00
2020-05-05 14:45:58 +02:00
2019-06-19 17:12:34 +02:00
2021-11-23 16:59:36 +01:00
2021-10-12 17:28:35 +02:00
2022-02-03 14:10:03 +01:00
2021-06-08 08:52:07 +02:00
2018-10-05 15:53:29 +02:00
2019-06-19 17:12:34 +02:00
2021-12-10 16:37:42 +01:00
2019-06-19 17:12:34 +02:00
2021-10-12 17:28:35 +02:00
2021-11-11 16:16:17 +01:00
2020-01-29 14:51:39 +00:00
2016-06-10 11:03:02 +01:00
2021-11-12 12:37:29 +01:00
2022-04-25 16:33:01 +02:00
2016-04-25 15:40:43 +02:00
2019-09-12 16:06:57 +01:00
2021-12-17 15:05:49 +01:00
2021-12-17 15:05:58 +01:00
2022-03-10 08:57:31 +01:00
2022-03-03 11:06:56 +01:00