Renamed AspectConfig.hpp.in -> FailConfig.hpp.in, updated files accordingly.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1247 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef __BREAKPOINTS_AH__
|
||||
#define __BREAKPOINTS_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_EVENT_BREAKPOINTS
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __GUESTSYS_COM_AH__
|
||||
#define __GUESTSYS_COM_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_EVENT_GUESTSYS
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __INTERRUPT_AH__
|
||||
#define __INTERRUPT_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_EVENT_INTERRUPT
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __INTERRUPT_SUPPRESSION_AH__
|
||||
#define __INTERRUPT_SUPPRESSION_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_SUPPRESS_INTERRUPTS
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __JUMP_AH__
|
||||
#define __JUMP_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_EVENT_JUMP
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __JUMP_TO_PREVIOUS_CTX_AH__
|
||||
#define __JUMP_TO_PREVIOUS_CTX_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#if 0
|
||||
// #if defined(CONFIG_SR_RESTORE) || defined(CONFIG_SR_REBOOT)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __MEM_ACCESS_BIT_FLIP_AH__
|
||||
#define __MEM_ACCESS_BIT_FLIP_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_FI_MEM_ACCESS_BITFLIP
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#define __MEM_EVENTS_AH__
|
||||
|
||||
#include <iostream>
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#if defined(CONFIG_EVENT_MEMREAD) || defined(CONFIG_EVENT_MEMWRITE)
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __TRAP_AH__
|
||||
#define __TRAP_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_EVENT_TRAP
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __DISABLE_KEYBOARD_INTERRUPT_AH__
|
||||
#define __DISABLE_KEYBOARD_INTERRUPT_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_DISABLE_KEYB_INTERRUPTS
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __FIREINTERRUPT_AH__
|
||||
#define __FIREINTERRUPT_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_FIRE_INTERRUPTS
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __REBOOT_AH__
|
||||
#define __REBOOT_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
#include "../SALInst.hpp"
|
||||
|
||||
#ifdef CONFIG_SR_REBOOT
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#define __RESTORE_AH__
|
||||
|
||||
#include <iostream>
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
#include "../SALInst.hpp"
|
||||
|
||||
#ifdef CONFIG_SR_RESTORE
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __SAVE_AH__
|
||||
#define __SAVE_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_SR_SAVE
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef __NONVERBOSE_AH__
|
||||
#define __NONVERBOSE_AH__
|
||||
|
||||
#include "config/AspectConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef CONFIG_STFU
|
||||
|
||||
|
||||
Reference in New Issue
Block a user