xref: /openbmc/qemu/tests/multiboot/modules.out (revision 0c28d0d07fbcd7aa44d231241d444d00882256e2)
1*a9c837d8SKevin Wolf
2*a9c837d8SKevin Wolf
3*a9c837d8SKevin Wolf
4*a9c837d8SKevin Wolf=== Running test case: modules.elf  ===
5*a9c837d8SKevin Wolf
6*a9c837d8SKevin WolfModule list with 0 entries at 102000
7*a9c837d8SKevin Wolf
8*a9c837d8SKevin Wolf
9*a9c837d8SKevin Wolf=== Running test case: modules.elf -initrd module.txt ===
10*a9c837d8SKevin Wolf
11*a9c837d8SKevin WolfModule list with 1 entries at 102000
12*a9c837d8SKevin Wolf[102000] Module: 103000 - 103038 (56 bytes) 'module.txt'
13*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
14*a9c837d8SKevin Wolf
15*a9c837d8SKevin Wolf
16*a9c837d8SKevin Wolf=== Running test case: modules.elf -initrd module.txt argument ===
17*a9c837d8SKevin Wolf
18*a9c837d8SKevin WolfModule list with 1 entries at 102000
19*a9c837d8SKevin Wolf[102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument'
20*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
21*a9c837d8SKevin Wolf
22*a9c837d8SKevin Wolf
23*a9c837d8SKevin Wolf=== Running test case: modules.elf -initrd module.txt argument,,with,,commas ===
24*a9c837d8SKevin Wolf
25*a9c837d8SKevin WolfModule list with 1 entries at 102000
26*a9c837d8SKevin Wolf[102000] Module: 103000 - 103038 (56 bytes) 'module.txt argument,with,commas'
27*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
28*a9c837d8SKevin Wolf
29*a9c837d8SKevin Wolf
30*a9c837d8SKevin Wolf=== Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
31*a9c837d8SKevin Wolf
32*a9c837d8SKevin WolfModule list with 3 entries at 102000
33*a9c837d8SKevin Wolf[102000] Module: 103000 - 103038 (56 bytes) 'module.txt'
34*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
35*a9c837d8SKevin Wolf[102010] Module: 104000 - 104038 (56 bytes) 'module.txt argument'
36*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
37*a9c837d8SKevin Wolf[102020] Module: 105000 - 105038 (56 bytes) 'module.txt'
38*a9c837d8SKevin Wolf         Content: 'This is a test file that is used as a multiboot module.'
39