X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=cpu-all.h;h=3869bfd844c2e394723495bbe5202fc094a4ab4e;hb=eca1bdf415c454093dfc7eb983cd49287c043967;hp=c8c5b988cedb743dc43c67558a21977c78bf76b5;hpb=2f5f89963186d42a7ded253bc6cf5b32abb45cec;p=qemu diff --git a/cpu-all.h b/cpu-all.h index c8c5b98..3869bfd 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -816,6 +816,7 @@ target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr); #define CPU_LOG_PCALL (1 << 6) #define CPU_LOG_IOPORT (1 << 7) #define CPU_LOG_TB_CPU (1 << 8) +#define CPU_LOG_RESET (1 << 9) /* define log items */ typedef struct CPULogItem {