]> git.proxmox.com Git - mirror_qemu.git/commit
module: Rename machine_init() to opts_init()
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 16 Feb 2016 20:59:07 +0000 (18:59 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Mar 2016 18:54:23 +0000 (15:54 -0300)
commit34294e2f545dae9f020b6d52e3929f4c4e45800c
tree93554d0af7120bb50751f0c86e191e6b05debced
parent0e6aac87fd0f5db2be57c36c03d67388577208a7
module: Rename machine_init() to opts_init()

The only remaining users of machine_init() only call
qemu_add_opts(). Rename machine_init() to opts_init() and move it
closer to the qemu_add_opts() calls on vl.c.

Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
fsdev/qemu-fsdev-opts.c
hw/acpi/core.c
hw/smbios/smbios.c
include/qemu/module.h
ui/input-linux.c
ui/spice-core.c
ui/vnc.c
vl.c