From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBia2-0006e9-G1 for qemu-devel@nongnu.org; Thu, 15 Jan 2015 06:27:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBiZw-0001hR-JV for qemu-devel@nongnu.org; Thu, 15 Jan 2015 06:27:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBiZw-0001hH-CV for qemu-devel@nongnu.org; Thu, 15 Jan 2015 06:27:08 -0500 From: Kevin Wolf Date: Thu, 15 Jan 2015 12:26:41 +0100 Message-Id: <1421321204-17764-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] multiboot: Fix offset of bootloader name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, sir@cmpwn.com, stefanha@redhat.com, mreitz@redhat.com This fixes a recent Multiboot load regression (see patch 2) that we noticed while hacking on the advent calendar image for December 24. Kevin Wolf (3): tests/multiboot: Update reference output multiboot: Fix offset of bootloader name tests/multiboot: Add test for modules hw/i386/multiboot.c | 16 +++++++------ tests/multiboot/Makefile | 5 ++++- tests/multiboot/libc.c | 12 ++++++++++ tests/multiboot/libc.h | 1 + tests/multiboot/mmap.out | 37 +++++++++++++++--------------- tests/multiboot/module.txt | 1 + tests/multiboot/modules.c | 55 +++++++++++++++++++++++++++++++++++++++++++++ tests/multiboot/modules.out | 38 +++++++++++++++++++++++++++++++ tests/multiboot/run_test.sh | 9 +++++++- 9 files changed, 146 insertions(+), 28 deletions(-) create mode 100644 tests/multiboot/module.txt create mode 100644 tests/multiboot/modules.c create mode 100644 tests/multiboot/modules.out -- 1.8.3.1