Re: [Qemu-devel] [PATCH 4/8] target-i386: Keep track of apic-id setting

2014-12-19 Thread Eduardo Habkost
On Fri, Dec 19, 2014 at 12:23:07PM +0100, Paolo Bonzini wrote: > On 19/12/2014 03:41, Eduardo Habkost wrote: > > Set a flag indicating that the apic-id property was set, so we can later > > ensure we won't try to realize a X86CPU object before apic-id was set. > > > > Signed-off-by: Eduardo Habkos

Re: [Qemu-devel] [PATCH 4/8] target-i386: Keep track of apic-id setting

2014-12-19 Thread Paolo Bonzini
On 19/12/2014 03:41, Eduardo Habkost wrote: > Set a flag indicating that the apic-id property was set, so we can later > ensure we won't try to realize a X86CPU object before apic-id was set. > > Signed-off-by: Eduardo Habkost > Cc: Gu Zheng > --- > target-i386/cpu-qom.h | 1 + > target-i386/

[Qemu-devel] [PATCH 4/8] target-i386: Keep track of apic-id setting

2014-12-18 Thread Eduardo Habkost
Set a flag indicating that the apic-id property was set, so we can later ensure we won't try to realize a X86CPU object before apic-id was set. Signed-off-by: Eduardo Habkost Cc: Gu Zheng --- target-i386/cpu-qom.h | 1 + target-i386/cpu.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletio