gem5/dev
Steve Reinhardt f5da73b688 Initial support for CPU switching. New SamplingCPU object encompasses a set
of CPUs that get switched round-robin (though currently we're only shooting for
two CPUs and one switch event, and even that doesn't quite work yet).  Registration
of ExecContexts with System/Process object factored out so we can create two CPUs
but only register one of them at a time.  Also worked at making behavior and naming
in System and Process objects more consistent.

arch/alpha/ev5.cc:
    Rename ipr_init to initIPRs and get rid of unused mem arg.
arch/alpha/fake_syscall.cc:
    Process:numCpus is now a function (not a data member).
base/remote_gdb.hh:
    Support for ExecContext switching.
cpu/base_cpu.cc:
cpu/base_cpu.hh:
cpu/exec_context.cc:
cpu/exec_context.hh:
cpu/simple_cpu/simple_cpu.hh:
    Support for ExecContext switching.
    Renamed contexts array to execContexts to be consistent with Process.
    CPU ID now auto-assigned by system object.
cpu/simple_cpu/simple_cpu.cc:
    Support for ExecContext switching.
    Renamed contexts array to execContexts to be consistent with Process.
    CPU ID now auto-assigned by system object.
    Cleaned up MP full-system initialization a bit.
dev/alpha_console.cc:
    Renamed xcvec array to execContexts to be consistent with Process.
kern/tru64/tru64_system.cc:
kern/tru64/tru64_system.hh:
    Support for ExecContext switching.
    CPU ID now auto-assigned by system object.
sim/prog.cc:
sim/prog.hh:
    Support for ExecContext switching.
    Process:numCpus is now a function (not a data member).
sim/system.cc:
sim/system.hh:
    Support for ExecContext switching.
    Renamed xcvec array to execContexts to be consistent with Process.

--HG--
extra : convert_revision : 79649cffad5bf3e83de8df44236941907926d791
2003-10-23 19:07:52 -07:00
..
alpha_access.h Import changeset 2003-10-07 10:41:54 -04:00
alpha_console.cc Initial support for CPU switching. New SamplingCPU object encompasses a set 2003-10-23 19:07:52 -07:00
alpha_console.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
console.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
console.hh Try to get the correct license on various files 2003-10-13 02:00:47 -04:00
disk_image.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
disk_image.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherbus.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherbus.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherdump.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherdump.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherint.cc Don't need to include sim/param.hh in sim_object.hh anymore. 2003-10-21 21:32:15 -07:00
etherint.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherlink.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherlink.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherpkt.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
ethertap.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
ethertap.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
pcireg.h Import changeset 2003-10-07 10:41:54 -04:00
simple_disk.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
simple_disk.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00