Statistics
| Branch: | Revision:

root / hw / grlib_irqmp.c @ 310faaed

History | View | Annotate | Download (9.3 kB)

# Date Author Comment
b4548fcc 04/26/2011 03:14 pm Stefan Hajnoczi

trace: Remove %s in grlib trace events

Trace events cannot use %s in their format strings because trace
backends vary in how they can deference pointers (if at all). Recording
const char * values is not meaningful if their contents are not recorded
too....

3f10bcbb 01/24/2011 10:54 pm Fabien Chouteau

SPARC: Emulation of GRLIB IRQMP

This device exposes two parameters:
- set_pil_in (ptr) : A function to set the pil_in of the SPARC CPU
- set_pil_in_opaque (ptr) : Opaque argument of the set_pil_in function

Emulation of GrLib devices is base on the GRLIB IP Core User's Manual:...