Re: [Qemu-devel] [PATCH 1/2] x86: Add 2.4 pc machine versions

2015-04-23 Thread Eduardo Habkost
(CCing the PC maintainer, Michael) On Wed, Apr 22, 2015 at 12:38:10AM +0200, Alexander Graf wrote: > This patch adds all the boilerplate required to handle a 2.4 machine type > and compatibility options required on older machines. > > Signed-off-by: Alexander Graf > --- > hw/i386/pc_piix.c|

[Qemu-devel] [PATCH 1/2] x86: Add 2.4 pc machine versions

2015-04-21 Thread Alexander Graf
This patch adds all the boilerplate required to handle a 2.4 machine type and compatibility options required on older machines. Signed-off-by: Alexander Graf --- hw/i386/pc_piix.c| 37 + hw/i386/pc_q35.c | 34 +++--- include