]> Git Repo - qemu.git/commit
pc: Eliminate pc_common_machine_options()
authorEduardo Habkost <[email protected]>
Fri, 7 Aug 2015 19:55:47 +0000 (16:55 -0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 13 Aug 2015 11:08:26 +0000 (14:08 +0300)
commit41742767bfa8127954b6f57b39b590adcde3ac6c
treec0adf49fe13db009ef4eaead1c2a021d3151ef34
parent8170dfa077761ed979b45f608cf706253a764f0d
pc: Eliminate pc_common_machine_options()

All TYPE_PC_MACHINE subclasses call pc_common_machine_options().
TYPE_PC_MACHINE can simply initialize the common options on class_init
directly.

Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/pc.c
hw/i386/pc_piix.c
include/hw/i386/pc.h
This page took 0.024539 seconds and 4 git commands to generate.