qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] IRQ sharing in PCI bus


From: Fabrice Bellard
Subject: Re: [Qemu-devel] [PATCH] IRQ sharing in PCI bus
Date: Sat, 23 Sep 2006 19:38:28 +0200
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

andrzej zaborowski wrote:
This allows multiple PCI devices on a bus to use the same IRQ lines.
The signals from all devices are ORed. It will only work if the guest
OS'es drivers supports that.

Linux guest required that to have scsi disks and usb devices working
at the same time on an emulated Versatile PB machine.

PCI IRQ sharing is already implemented, at least for piix3. You should look at that code and try to fix the related code in other PCI controllers.

Regards,

Fabrice.




reply via email to

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