Re: [Qemu-devel] [PATCH 4/4] module: Rename machine_init() to opts_init()

2016-02-17 Thread Michael S. Tsirkin
On Tue, Feb 16, 2016 at 06:59:07PM -0200, Eduardo Habkost wrote: > 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" > Cc: Igor Mammedov > Cc: Gerd H

Re: [Qemu-devel] [PATCH 4/4] module: Rename machine_init() to opts_init()

2016-02-17 Thread Marcel Apfelbaum
On 02/16/2016 10:59 PM, Eduardo Habkost wrote: 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" Cc: Igor Mammedov Cc: Gerd Hoffmann Signed-off-by: Eduard

[Qemu-devel] [PATCH 4/4] module: Rename machine_init() to opts_init()

2016-02-16 Thread Eduardo Habkost
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" Cc: Igor Mammedov Cc: Gerd Hoffmann Signed-off-by: Eduardo Habkost --- fsdev/qemu-fsdev-opts.c | 2 +- h