Re: [PATCH 1/2] qemu-img: refactor dump_map_entry JSON format output

2020-05-06 Thread Eyal Moscovici
On 29/04/2020, 17:58, "Eric Blake" wrote: On 3/22/20 4:11 AM, Eyal Moscovici wrote: > Previously dump_map_entry identified whether we need to start a new JSON > array based on whether start address == 0. In this refactor we remove > this assumption as in following patches we w

Re: [PATCH 1/2] qemu-img: refactor dump_map_entry JSON format output

2020-04-29 Thread Eric Blake
On 3/22/20 4:11 AM, Eyal Moscovici wrote: Previously dump_map_entry identified whether we need to start a new JSON array based on whether start address == 0. In this refactor we remove this assumption as in following patches we will allow map to start from an arbitrary position. Acked-by: Mark K

[PATCH 1/2] qemu-img: refactor dump_map_entry JSON format output

2020-03-22 Thread Eyal Moscovici
Previously dump_map_entry identified whether we need to start a new JSON array based on whether start address == 0. In this refactor we remove this assumption as in following patches we will allow map to start from an arbitrary position. Acked-by: Mark Kanda Signed-off-by: Eyal Moscovici --- qe