Classes | Functions

vancouver/model/irqrouting.cc File Reference

#include "nul/motherboard.h"

Classes

class  IRQRouting
 Route messages between HostIrq and Irqlines. More...

Functions

 PARAM (hostirq,{mb.bus_hostirq.add(new IRQRouting(mb, argv[0], argv[1], argv[2]), IRQRouting::receive_static< MessageIrq >);MessageHostOp msg(MessageHostOp::OP_ATTACH_IRQ, argv[0]);if(!mb.bus_hostop.send(msg)) Logging::panic("%s failed to attach hostirq %lx\n", __PRETTY_FUNCTION__, msg.value);},"hostirq:hostgsi,irq,msi - add an IRQ redirection from host vectors to guest IRQs.","Example: 'hostirq:0x08,0x00,0x50'.")

Function Documentation

PARAM ( hostirq   ) 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines