qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 8/8] kvm: Rework VCPU reset


From: Avi Kivity
Subject: [Qemu-devel] Re: [PATCH 8/8] kvm: Rework VCPU reset
Date: Sun, 03 May 2009 18:58:24 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Jan Kiszka wrote:
Use standard callback with highest order to synchronize VCPU on reset
after all device callbacks were execute. This allows to remove the
special kvm hook in qemu_system_reset.

Is this needed for the lapic reset callback?

If so, we can express the dependency explicitly rather than with a priority, by having cpu reset notifiers invoked when the cpu is reset. In the case of the lapic, I don't think we need an abstract mechanism; the lapic is part of the cpu, not some random device.

Maybe we should even save/load it as part of the cpu.

--
error compiling committee.c: too many arguments to function





reply via email to

[Prev in Thread] Current Thread [Next in Thread]