]> Git Repo - qemu.git/blobdiff - include/hw/irq.h
spapr/xive: add hcall support when under KVM
[qemu.git] / include / hw / irq.h
index 4c4c2eaf9a034e1d9773924797044f073abd2238..7a40e3ed263bcac717d5db93817c108898f909c8 100644 (file)
@@ -50,7 +50,9 @@ void qemu_free_irq(qemu_irq irq);
 /* Returns a new IRQ with opposite polarity.  */
 qemu_irq qemu_irq_invert(qemu_irq irq);
 
-/* Returns a new IRQ which feeds into both the passed IRQs */
+/* Returns a new IRQ which feeds into both the passed IRQs.
+ * It's probably better to use the TYPE_SPLIT_IRQ device instead.
+ */
 qemu_irq qemu_irq_split(qemu_irq irq1, qemu_irq irq2);
 
 /* Returns a new IRQ set which connects 1:1 to another IRQ set, which
This page took 0.019771 seconds and 4 git commands to generate.