aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils/readnotes.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 09:41:02 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 09:41:02 +0000
commit7954a48c41bd2b5a15d3fb1a803aef884ee69fd4 (patch)
treed7eb2559fd4ef402e71bf4201637daec56a36b68 /tools/xcutils/readnotes.c
parent1066e48e8618389e64d0143fc328311a87026bbd (diff)
downloadxen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.tar.gz
xen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.tar.bz2
xen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.zip
Add suspend_cancel flag to linux elf notes.
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Diffstat (limited to 'tools/xcutils/readnotes.c')
-rw-r--r--tools/xcutils/readnotes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xcutils/readnotes.c b/tools/xcutils/readnotes.c
index b445a73837..4ba53819c5 100644
--- a/tools/xcutils/readnotes.c
+++ b/tools/xcutils/readnotes.c
@@ -103,6 +103,9 @@ static int print_notes(struct elf_binary *elf, const elf_note *start, const elf_
case XEN_ELFNOTE_HV_START_LOW:
print_numeric_note("HV_START_LOW", elf , note);
break;
+ case XEN_ELFNOTE_SUSPEND_CANCEL:
+ print_numeric_note("SUSPEND_CANCEL", elf, note);
+ break;
case XEN_ELFNOTE_L1_MFN_VALID:
print_l1_mfn_valid_note("L1_MFN_VALID", elf , note);
break;