qemu-option: remove now-dead code
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Nov 2020 14:03:37 +0000 (09:03 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Jul 2021 06:33:51 +0000 (08:33 +0200)
commit904806c69bd4e013491550d05f5c2cbdba9a9b38
treee2133694791eae5c0ae66bb6cd978b8dd299cc6b
parentfe68090e8fbd6e831aaf3fc3bb0459c5cccf14cf
qemu-option: remove now-dead code

-M was the sole user of qemu_opts_set and qemu_opts_set_defaults,
remove them and the arguments that they used.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/option.h
tests/unit/test-qemu-opts.c
util/qemu-option.c