syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadThe EIOProcess class was removed recently and it was the only other classwhich derived from Process. Since every Process invocation is also aLiveProcess invocation, it makes sense to simplify the organization bycombining the fields from LiveProcess into Process.
SE/FS: Make both SE and FS tests available all the time.