qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] multiboot: Fix offset of bootloader name
@ 2015-01-15 11:26 Kevin Wolf
  2015-01-15 11:26 ` [Qemu-devel] [PATCH 1/3] tests/multiboot: Update reference output Kevin Wolf
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Kevin Wolf @ 2015-01-15 11:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, sir, stefanha, mreitz

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-19 12:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 11:26 [Qemu-devel] [PATCH 0/3] multiboot: Fix offset of bootloader name Kevin Wolf
2015-01-15 11:26 ` [Qemu-devel] [PATCH 1/3] tests/multiboot: Update reference output Kevin Wolf
2015-01-15 11:26 ` [Qemu-devel] [PATCH 2/3] multiboot: Fix offset of bootloader name Kevin Wolf
2015-01-15 17:08   ` Max Reitz
2015-01-15 11:26 ` [Qemu-devel] [PATCH 3/3] tests/multiboot: Add test for modules Kevin Wolf
2015-01-15 17:57   ` Max Reitz
2015-01-15 17:21 ` [Qemu-devel] [PATCH 0/3] multiboot: Fix offset of bootloader name Drew DeVault
2015-01-19 12:02 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).