mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
b94239a61e
Instead of creating an empty object and then setting keys one at a time, it is possible to pass a dict object to configuration_data(). This is nicer because it doesn't require repeating the name of the cfg_data object over and over. There is one exception: the 'conf' object, where we store values that are used directly by C code. In that case, using a dict object is not feasible for two reasons: first of all, replacing the set_quoted() calls would result in awkward code with a lot of calls to format(); moreover, since code that modifies it is sprinkled all over the place, refactoring it would probably make things more complicated rather than simpler. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com> |
||
---|---|---|
.. | ||
index.rst | ||
libvirt-guests.rst | ||
libvirtd.rst | ||
meson.build | ||
virsh.rst | ||
virt-admin.rst | ||
virt-host-validate.rst | ||
virt-login-shell.rst | ||
virt-pki-query-dn.rst | ||
virt-pki-validate.rst | ||
virt-qemu-run.rst | ||
virt-sanlock-cleanup.rst | ||
virt-ssh-helper.rst | ||
virt-xml-validate.rst | ||
virtbhyved.rst | ||
virtinterfaced.rst | ||
virtlockd.rst | ||
virtlogd.rst | ||
virtlxcd.rst | ||
virtnetworkd.rst | ||
virtnodedevd.rst | ||
virtnwfilterd.rst | ||
virtproxyd.rst | ||
virtqemud.rst | ||
virtsecretd.rst | ||
virtstoraged.rst | ||
virtvboxd.rst | ||
virtvzd.rst | ||
virtxend.rst |