]> Git Repo - qemu.git/commit - hw/i386/pc_q35.c
pc: Define machines using a DEFINE_PC_MACHINE macro
authorEduardo Habkost <[email protected]>
Fri, 15 May 2015 17:18:53 +0000 (14:18 -0300)
committerMichael S. Tsirkin <[email protected]>
Sun, 31 May 2015 14:26:42 +0000 (16:26 +0200)
commit61f219dfb093c0df91926928c780299cdf429619
tree7eb9ac3dd6e3ad3c0d7fc8e7d0b5724f331d1596
parentb6b5c8e492ae7b71a16fe702b7409bff0feebfa7
pc: Define machines using a DEFINE_PC_MACHINE macro

This will automatically generate the existing QEMUMachine structs based
on the *_MACHINE_OPTIONS macros, and automatically add registration code
for them.

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_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
This page took 0.026606 seconds and 4 git commands to generate.