Re: [Qemu-devel] [PATCH 1/7] machine: move possible_cpus to MachineState

2017-02-09 Thread David Gibson
On Thu, Feb 09, 2017 at 12:08:32PM +0100, Igor Mammedov wrote: > so that it would be possible to reuse it with > spapr/virt-aarch64 targets. > > Signed-off-by: Igor Mammedov Reviewed-by: David Gibson > --- > include/hw/boards.h | 1 + > include/hw/i386/pc.h | 1 - > hw/i386/pc.c |

[Qemu-devel] [PATCH 1/7] machine: move possible_cpus to MachineState

2017-02-09 Thread Igor Mammedov
so that it would be possible to reuse it with spapr/virt-aarch64 targets. Signed-off-by: Igor Mammedov --- include/hw/boards.h | 1 + include/hw/i386/pc.h | 1 - hw/i386/pc.c | 57 ++-- 3 files changed, 30 insertions(+), 29 deletions(-)