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

2015-08-31 Thread Igor Mammedov
On Mon, 31 Aug 2015 17:47:45 +0800 Zhu Guihua wrote: > Something must be occur during reset of the X86 platform in a specific > order. For example, some devices (such as hpet, rtc) reset will send > irq to apic, this will update the apic register. In order to ensure > the apic register could be s

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

2015-08-31 Thread Zhu Guihua
Something must be occur during reset of the X86 platform in a specific order. For example, some devices (such as hpet, rtc) reset will send irq to apic, this will update the apic register. In order to ensure the apic register could be set to default values, apic reset must be after those devices re