mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix minor details not only in apic eoi
The introduction of APIC EOI patches had a few little details that could look better, so this patch fixes that and one more place in the file as well (same problem).
This commit is contained in:
@@ -1020,9 +1020,9 @@
|
||||
</dd>
|
||||
<dt><code>apic</code></dt>
|
||||
<dd>APIC allows the use of programmable IRQ
|
||||
management. <span class="since">Since 0.10.2 (QEMU only)</span>
|
||||
there is an optional attribute <code>eoi</code> with values "on"
|
||||
and "off" which toggles the availability of EOI (End of
|
||||
management. <span class="since">Since 0.10.2 (QEMU only)</span> there is
|
||||
an optional attribute <code>eoi</code> with values <code>on</code>
|
||||
and <code>off</code> which toggles the availability of EOI (End of
|
||||
Interrupt) for the guest.
|
||||
</dd>
|
||||
<dt><code>hap</code></dt>
|
||||
|
||||
Reference in New Issue
Block a user