On Thu, Oct 15, 2020 at 16:18:03 +0200, Tim Wiederhake wrote: > Usage was mixed. For doc/schema/*.rng we switched to quotation marks > in commit 0e907b8216b42a7c6cfa826e1df539ae513cc3a9. Follow suit. > > Signed-off-by: Tim Wiederhake <twiederh@xxxxxxxxxx> > --- > src/cpu_map/arm_Falkor.xml | 6 +- > src/cpu_map/arm_Kunpeng-920.xml | 6 +- > src/cpu_map/arm_ThunderX299xx.xml | 6 +- While these are technically input files only, for libvirt's XML files we almost exclusively use apostrophes. This is as they don't have to be quoted when we construct the XML via C strings. We definitely don't want to modify all XML formatters, so if you want to unify them, XML files should use apostrophes.