[Qemu-devel] [PATCH v5 2/3] merge pc_piix.c to pc.c
A long time ago, there was a grand plan to merge q35 chipset support. The start of that series was a refactoring of pc.c which split a bunch of the "common" functionality into a separate file that could be shared by the two. But q35 never got merged and the refactoring, in retrospect, just made th
[Qemu-devel] [PATCH v5 2/3] merge pc_piix.c to pc.c
From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Wanpeng Li --- hw/i386/Makefile.objs |1 - hw/pc.c | 695 + hw/pc.h | 46 +--- hw/pc_piix.c | 661 --