Configure the VUART IRQ.
result = lv1_configure_virtual_uart_irq( /*IN*/ lpar_addr, /*OUT*/ &outlet );
| Inputs | |
|---|---|
| Register | Description |
| R3 | lpar_addr - logical partition address of virtual uart interrupt bitmap |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
| R4 | outlet - irq outlet |
Notes:
Comment from interrupt.c:
/** * The system supports only a single virtual uart, so multiple calls without * freeing the interrupt will return a wrong state error. */