Skip to content
Snippets Groups Projects
  1. Jul 29, 2013
    • Avi Kivity's avatar
      interrupt: add separate pre- and post-eoi interrupt handler · f496f7a7
      Avi Kivity authored
      kvm's pv_eoi functionality fails if any vmexits are taken before the EOI
      (likely due to a bug).  Work around this by deferring the handler until after
      the interrupt has been EOIed.  Since level-triggered interrupts must be acked
      at the device level prior to the EOI, add an additional handler to be called
      prior to the EOI.
      f496f7a7
    • Avi Kivity's avatar
      percpu: align percpu data · 38b6390a
      Avi Kivity authored
      Make sure percpu data is aligned correctly as some hardware features expect it.
      38b6390a
  2. Jul 28, 2013
Loading