mbox series

[0/4] VMX: configure posted interrupt descriptor when assigning device

Message ID 20210507130609.269153197@redhat.com (mailing list archive)
Headers show
Series VMX: configure posted interrupt descriptor when assigning device | expand

Message

Marcelo Tosatti May 7, 2021, 1:06 p.m. UTC
Configuration of the posted interrupt descriptor is incorrect when devices
are hotplugged to the guest (and vcpus are halted).

See patch 4 for details.

---

v2: rather than using a potentially racy IPI (vs vcpu->cpu switches),
    kick the vcpus when assigning a device and let the blocked per-CPU
    list manipulation happen locally at ->pre_block and ->post_block
    (Sean Christopherson).