]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildObjectCommandlineFromJSON: Remove checks for 'type' and 'alias'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 24 Sep 2021 16:43:35 +0000 (18:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:00 +0000 (10:26 +0200)
commitc6a92859258ebe2015de6554fd85e4aa698c71ea
treea9994a7a8fc780e42b8c47e081bbcc8f8151292c
parentcacfd540f083233165e2c7de73b53c3f834823d1
qemuBuildObjectCommandlineFromJSON: Remove checks for 'type' and 'alias'

We validate the generated props against the QMP schema which makes sure
that the objects are generated properly.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c