From 0c49869366ceeb1053eb3b53051534a390c72ca3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 25 May 2016 13:42:21 +0100 Subject: [PATCH] Revert "utils/boot-analysis: Make seabios optional in timeline." The loss of SeaBIOS messages was actually caused by a bug in my code, not a change in the boot process. This reverts commit 6fa24e768af9ddde83106b6bfe53c8d5ab2af861. --- utils/boot-analysis/boot-analysis-timeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/boot-analysis/boot-analysis-timeline.c b/utils/boot-analysis/boot-analysis-timeline.c index 017a3612b..8198c5677 100644 --- a/utils/boot-analysis/boot-analysis-timeline.c +++ b/utils/boot-analysis/boot-analysis-timeline.c @@ -281,7 +281,7 @@ construct_timeline (void) #if defined(__i386__) || defined(__x86_64__) /* SeaBIOS. */ - FIND_OPTIONAL ("seabios", 0, + FIND ("seabios", 0, data->events[j].source == GUESTFS_EVENT_APPLIANCE && strstr (data->events[j].message, "SeaBIOS (version"), data->events[k].source == GUESTFS_EVENT_APPLIANCE &&