mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
core-ppc64: mark gregs and clear_tid_addr as (criu).hex
travis-ci: success for core-aarch64: mark gregs and clear_tid_addr as (criu).hex (rev2) Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
3396710df1
commit
c3e184f14a
@ -1,5 +1,7 @@
|
||||
syntax = "proto2";
|
||||
|
||||
import "opts.proto";
|
||||
|
||||
message user_ppc64_regs_entry {
|
||||
/* Following is the list of regiters starting at r0. */
|
||||
repeated uint64 gpr = 1;
|
||||
@ -60,8 +62,8 @@ message user_ppc64_tm_regs_entry {
|
||||
}
|
||||
|
||||
message thread_info_ppc64 {
|
||||
required uint64 clear_tid_addr = 1;
|
||||
required user_ppc64_regs_entry gpregs = 2;
|
||||
required uint64 clear_tid_addr = 1[(criu).hex = true];
|
||||
required user_ppc64_regs_entry gpregs = 2[(criu).hex = true];
|
||||
optional user_ppc64_fpstate_entry fpstate = 3;
|
||||
optional user_ppc64_vrstate_entry vrstate = 4;
|
||||
optional user_ppc64_vsxstate_entry vsxstate = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user