X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=cpu-defs.h;h=db48a7afefd3df176dec461e7d6cb8f43d8bad03;hb=107a47cc2dac1b6c5edae0121831713161cb70c5;hp=2b59fa6fb09a105847f4fe8ea7dc065f5edc7321;hpb=0899965f6841ff96fcfe1fd766e95216af96b33e;p=qemu.git diff --git a/cpu-defs.h b/cpu-defs.h index 2b59fa6fb..db48a7afe 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -203,6 +203,7 @@ typedef struct CPUWatchpoint { int nr_cores; /* number of cores within this CPU package */ \ int nr_threads;/* number of threads within this CPU */ \ int running; /* Nonzero if cpu is currently running(usermode). */ \ + int thread_id; \ /* user data */ \ void *opaque; \ \