On Wed, 20 Nov 2013, Andreas Hansson wrote:
On Sept. 22, 2013, 4:22 p.m., Andreas Hansson wrote:One additional issue: Somehow the unproxying of the eventq_index does not work for the PC regressions due to some odd circular relationship. The change below is needed for it to work again. diff --git a/src/dev/x86/Pc.py b/src/dev/x86/Pc.py --- a/src/dev/x86/Pc.py +++ b/src/dev/x86/Pc.py @@ -57,10 +57,9 @@ behind_pci = IsaFake(pio_addr=x86IOAddress(0xcf8), pio_size=8) # Serial port and terminal - terminal = Terminal() com_1 = Uart8250() com_1.pio_addr = x86IOAddress(0x3f8) - com_1.terminal = terminal + com_1.terminal = Terminal() # Devices to catch access to non-existant serial ports. fake_com_2 = IsaFake(pio_addr=x86IOAddress(0x2f8), pio_size=8)Hi Nilay, I wanted to give this another bash, but the patch does no longer apply cleanly. Is this something you've bumped in to? Thanks.
I have uploaded the latest version. -- Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
