[m5-dev] changeset in m5: X86: Rework interrupt pins to allow one to many...

2009-02-01 Thread Gabe Black
changeset ac2c268bf4f1 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=ac2c268bf4f1 description: X86: Rework interrupt pins to allow one to many connections. diffstat: 16 files changed, 209 insertions(+), 70 deletions(-) src/dev/x86/Cmos.py|4 +

Re: [m5-dev] changeset in m5: X86: Rework interrupt pins to allow one to many...

2009-02-01 Thread Gabe Black
Sure. Does that work like warn once? It's in a position to be called a lot. Gabe nathan binkert wrote: For the XXX this is a hack, can you please use the newish hack() function? Thanks, Nate On Sun, Feb 1, 2009 at 5:18 PM, Gabe Black gbl...@eecs.umich.edu wrote: changeset

Re: [m5-dev] changeset in m5: X86: Rework interrupt pins to allow one to many...

2009-02-01 Thread nathan binkert
Sure. Does that work like warn once? It's in a position to be called a lot. There's hack() and hack_once(). Though, you bring up a good point as to whether it is worth ever printing a hack message more than once. Nate ___ m5-dev mailing list