Using Legacy Interrupts in qemu PCI devices & Linux Drivers

Опубликовано: 16 Октябрь 2024
на канале: Johannes 4GNU_Linux
583
23

#Linux #Tutorial #Driver #DriverDevelopment

In this video, we will add support for LEgacy Interrupts in our qemu emulated PCI device and in the Linux driver for it.

You want to support my work? You can buy me a coffee here: https://www.buymeacoffee.com/johannes...

If you want to contact me, you can find my E-Mail on www.gnu-linux.rocks

You can find the sourcecode for the pci-echodev at github:
https://github.com/Johannes4Linux/pci...

00:00 Intro, Different PCI(e) IRQ mechanisms
02:35 Adding Legacy IRQ to qemu PCI device
05:05 Adding IRQ Support in Linux Driver
14:07 Userspace App
15:40 Testing