Message ID | CAFEAcA9p6u24f=sW8jbm9KOBKkrOOKnS+1D+2W_XvNu+D3Rs_Q@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 984bc8d..ff54600 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -211,14 +211,14 @@ typedef struct CPUBreakpoint { QTAILQ_ENTRY(CPUBreakpoint) entry; } CPUBreakpoint; -typedef struct CPUWatchpoint { +struct CPUWatchpoint { vaddr vaddr; vaddr len; vaddr hitaddr; MemTxAttrs hitattrs; int flags; /* BP_* */ QTAILQ_ENTRY(CPUWatchpoint) entry; -} CPUWatchpoint; +}; struct KVMState; struct kvm_run;