Re: [Qemu-devel] [RESEND PATCH v9 2/4] x86: use new method to correct reset sequence

2015-08-21 Thread Eduardo Habkost
On Wed, Aug 19, 2015 at 05:36:30PM +0800, Zhu Guihua wrote: > Something must be occur during reset of the X86 platform in a specific > order. For example, the apic reset should be after some devices (such > as hpet, rtc) reset, so that the apic register could be set to default > values. Can you ex

[Qemu-devel] [RESEND PATCH v9 2/4] x86: use new method to correct reset sequence

2015-08-19 Thread Zhu Guihua
Something must be occur during reset of the X86 platform in a specific order. For example, the apic reset should be after some devices (such as hpet, rtc) reset, so that the apic register could be set to default values. This patch uses the new QEMUMachine reset method to solve the above problem, e