qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 08/10] ahci: add ahci emulation


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH 08/10] ahci: add ahci emulation
Date: Fri, 19 Nov 2010 10:12:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Thunderbird/3.1.3

+static void ahci_check_irq(AHCIState *s)

MSI support would be nice to have.

Alrighty, I added MSI support. But I only have a single vector in use
atm as nvec>  0 doesn't get written to the PCI config space so the code
trips on that later on.

For multiple vectors MSI-X is the best choice as it fixes a few design issues MSI has when it comes to multiple vectors. I think linux never ever uses MSI with multiple vectors anyway.

cheers,
  Gerd




reply via email to

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