Markus Rechberger wrote:
> This patch synchronises the APIC reset with the inkernel
> implementation which fixes the reboot issues which can be seen with
> Linux and Windows.
Applied, thanks. While I'm not sure how SMP guests will behave with
this (nothing forces the other vcpu to exit), this
Dong, Eddie wrote:
> Avi Kivity wrote:
>
>> Dong, Eddie wrote:
>>
>>> Yes, when reseting, we need to reset both APIC/PIC/IOAPIC and pv
>>> driver in future, and also VCPU.
>>> But isn't apic_reset a pure user level APIC thing?
>>>
>> The reset callbacks are still called, so the users
Avi Kivity wrote:
> Dong, Eddie wrote:
>> Yes, when reseting, we need to reset both APIC/PIC/IOAPIC and pv
>> driver in future, and also VCPU.
>> But isn't apic_reset a pure user level APIC thing?
>
> The reset callbacks are still called, so the userspace apic is
> still reset.
OK. But since we h
Dong, Eddie wrote:
> Yes, when reseting, we need to reset both APIC/PIC/IOAPIC and pv
> driver in future, and also VCPU.
> But isn't apic_reset a pure user level APIC thing?
The reset callbacks are still called, so the userspace apic is still reset.
> BTW
> I posted a patch to support kernel devi
] Fix writing back APIC reset to
inkernel APIC
Markus Rechberger wrote:
This patch synchronises the APIC reset with the inkernel
implementation which fixes the reboot issues which can be seen with Linux and
Windows.
Signed-o
Markus Rechberger wrote:
This patch synchronises the APIC reset with the inkernel
implementation which fixes the reboot issues which can be seen with
Linux and Windows.
Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]>
Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]>
This patch synchronises the APIC reset with the inkernel implementation
which fixes the reboot issues which can be seen with Linux and Windows.
Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]>
Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]>
diff --git a/qemu/hw/apic.c b/qemu/hw/apic.c
index