From de807206ae49791fd339db28d3096637da3b7b0c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 15 Aug 2011 10:15:10 +0930 Subject: [PATCH] --- yaml --- r: 263003 b: refs/heads/master c: e22a539824e8ddb82c87b4f415165ede82e6ab56 h: refs/heads/master i: 263001: 5e675b3864babde8e3b8d4b3c1d99271907341e4 262999: 09e84803fa6eb20ce5a5b9b9b01e1696ceae3507 v: v3 --- [refs] | 2 +- trunk/Documentation/virtual/lguest/lguest.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ae73980204c5..3be1574dfb39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c3c53a073247ee7522ca80393319540db9f4dc1e +refs/heads/master: e22a539824e8ddb82c87b4f415165ede82e6ab56 diff --git a/trunk/Documentation/virtual/lguest/lguest.c b/trunk/Documentation/virtual/lguest/lguest.c index 043bd7df3139..d928c134dee6 100644 --- a/trunk/Documentation/virtual/lguest/lguest.c +++ b/trunk/Documentation/virtual/lguest/lguest.c @@ -1996,6 +1996,9 @@ int main(int argc, char *argv[]) /* We use a simple helper to copy the arguments separated by spaces. */ concat((char *)(boot + 1), argv+optind+2); + /* Set kernel alignment to 16M (CONFIG_PHYSICAL_ALIGN) */ + boot->hdr.kernel_alignment = 0x1000000; + /* Boot protocol version: 2.07 supports the fields for lguest. */ boot->hdr.version = 0x207;