<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.osll.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Open Source &amp; Linux Lab etc:users:jcmvbkbc:little-things</title>
        <description></description>
        <link>http://wiki.osll.ru/</link>
        <lastBuildDate>Fri, 10 Apr 2026 13:28:55 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://wiki.osll.ru/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>Open Source &amp; Linux Lab</title>
            <link>http://wiki.osll.ru/</link>
        </image>
        <item>
            <title>2009-12-21 Linux kernel driver that handles IRQ</title>
            <link>http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:little-things:1?rev=1470678794&amp;do=diff</link>
            <description>2009-12-21 Linux kernel driver that handles IRQ

Plan

	*  make minimalistic driver that requests IRQ on load and release it on unload;
	*  pass IRQ no. as a module parameter;
	*  (variation) make ISR lock spinlock and not release it; see how it looks;$PWD/linux-2.6&quot; ARCH=i386 M=&quot;$</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>linux</category>
        <category>lkm</category>
        <category>qemu</category>
        <category>lted</category>
            <pubDate>Mon, 08 Aug 2016 20:53:14 +0000</pubDate>
        </item>
        <item>
            <title>2009-12-22 Qemu monitor command that triggers IRQ</title>
            <link>http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:little-things:2?rev=1470678794&amp;do=diff</link>
            <description>2009-12-22 Qemu monitor command that triggers IRQ

Plan

	*  See how PC platform is initialized
	*  Drag 8259 and IOAPIC interfaces to the reachability of monitor
	*  Add monitor commands to trigger IRQ through 8259 or through IOAPIC
	*  See how it works</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>qemu</category>
        <category>irq</category>
        <category>lted</category>
            <pubDate>Mon, 08 Aug 2016 20:53:14 +0000</pubDate>
        </item>
        <item>
            <title>2009-12-24 Qemu PCI card emulation</title>
            <link>http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:little-things:3?rev=1470678794&amp;do=diff</link>
            <description>2009-12-24 Qemu PCI card emulation

Plan

	*  Make a PCI device with IRQ, IO and memory. Kind of ADC
	*  Find some suitable reference PCI device in hw/
	*  See details of bus interface. See used idioms
	*  Design ADC command system
	*  Implement ADC and plug it into reference platform, e.g. PC</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>qemu</category>
        <category>pci</category>
        <category>lted</category>
            <pubDate>Mon, 08 Aug 2016 20:53:14 +0000</pubDate>
        </item>
        <item>
            <title>2010-01-04 Qemu PCI card with IRQ</title>
            <link>http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:little-things:4?rev=1470678794&amp;do=diff</link>
            <description>2010-01-04 Qemu PCI card with IRQ

Plan

	*  Find the right way of triggering IRQ through PCI:
		*  when to assert, when to deassert IRQ line;
		*  when to start, when to cease interrupting;

	*  Make PCI device driver that would handle IRQs;

Worklog</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>qemu</category>
        <category>pci</category>
        <category>irq</category>
        <category>lted</category>
            <pubDate>Mon, 08 Aug 2016 20:53:14 +0000</pubDate>
        </item>
    </channel>
</rss>
