* Booting F21-Alpha-x86 iso image on Xen 4.4 with: io.c:206:d240 MMIO emulation failed @ 0008:ffff245f: 38 7d 2d 3d 02 83 ff ff da 95
@ 2014-09-24 21:10 Konrad Rzeszutek Wilk
0 siblings, 0 replies; only message in thread
From: Konrad Rzeszutek Wilk @ 2014-09-24 21:10 UTC (permalink / raw)
To: xen-devel, m.a.young
[-- Attachment #1: Type: text/plain, Size: 3137 bytes --]
Hey,
Tomorrow is Fedora 21 Alpha test day and I decided to try it
one day earlier. The PV guests install just fine, but to my
surprise the HVM ones crash. It did not matter what kind of
ISO image I put in, it always crashed at:
(d240) HVM Loader
(d240) Detected Xen v4.4.1
(d240) Xenbus rings @0xfeffc000, event channel 3
(d240) System requested SeaBIOS
(d240) CPU speed is 3512 MHz
(d240) Relocating guest memory for lowmem MMIO space disabled
(XEN) irq.c:270: Dom240 PCI link 0 changed 0 -> 5
(d240) PCI-ISA link 0 routed to IRQ5
(XEN) irq.c:270: Dom240 PCI link 1 changed 0 -> 10
(d240) PCI-ISA link 1 routed to IRQ10
(XEN) irq.c:270: Dom240 PCI link 2 changed 0 -> 11
(d240) PCI-ISA link 2 routed to IRQ11
(XEN) irq.c:270: Dom240 PCI link 3 changed 0 -> 5
(d240) PCI-ISA link 3 routed to IRQ5
(d240) pci dev 01:3 INTA->IRQ10
(d240) pci dev 02:0 INTA->IRQ11
(d240) pci dev 04:0 INTA->IRQ5
(d240) No RAM in high memory; setting high_mem resource base to 100000000
(d240) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d240) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d240) pci dev 04:0 bar 30 size 000040000: 0f3000000
(d240) pci dev 03:0 bar 30 size 000010000: 0f3040000
(d240) pci dev 03:0 bar 14 size 000001000: 0f3050000
(d240) pci dev 02:0 bar 10 size 000000100: 00000c001
(d240) pci dev 04:0 bar 10 size 000000100: 00000c101
(d240) pci dev 04:0 bar 14 size 000000100: 0f3051000
(d240) pci dev 01:1 bar 20 size 000000010: 00000c201
(d240) Multiprocessor initialisation:
(d240) - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
(d240) Testing HVM environment:
(d240) - REP INSB across page boundaries ... passed
(d240) - GS base MSRs and SWAPGS ... passed
(d240) Passed 2 of 2 tests
(d240) Writing SMBIOS tables ...
(d240) Loading SeaBIOS ...
(d240) Creating MP tables ...
(d240) Loading ACPI ...
(d240) vm86 TSS at fc00a080
(d240) BIOS map:
(d240) 10000-100d3: Scratch space
(d240) e0000-fffff: Main BIOS
(d240) E820 table:
(d240) [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d240) HOLE: 00000000:000a0000 - 00000000:000e0000
(d240) [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d240) [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d240) HOLE: 00000000:3f800000 - 00000000:fc000000
(d240) [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d240) Invoking SeaBIOS ...
(XEN) io.c:206:d240 MMIO emulation failed @ 0008:ffff245f: 38 7d 2d 3d 02 83 ff ff da 95
(XEN) hvm.c:1346:d240 Triple fault on VCPU0 - invoking HVM shutdown action 1.
Which seem to be:
0: 38 7d 2d cmp %bh,0x2d(%rbp)
3: 3d 02 83 ff ff cmp $0xffff8302,%eax
8: da .byte 0xda
9: 95 xchg %eax,%ebp
If I change the guest config to use QEMU traditional it all works
fine.
To make sure it is nothing else but the lowlevel code, I tried
all of this using 'xl' and an simple guest config.
Then I replaced the 'hvmloader' with the one I had built (on F21)
and it worked fine.
Attached is the good and bad 'dmesg' output. And also the
'readelf -a' output from both hvmloader.
Nothing screams at me as "BUG HERE"..
[-- Attachment #2: bad --]
[-- Type: text/plain, Size: 1891 bytes --]
HVM Loader
Detected Xen v4.4.1
Xenbus rings @0xfeffc000, event channel 4
System requested SeaBIOS
CPU speed is 3512 MHz
Relocating guest memory for lowmem MMIO space disabled
rq.c:270: Dom521 PCI link 0 changed 0 -> 5
PCI-ISA link 0 routed to IRQ5
rq.c:270: Dom521 PCI link 1 changed 0 -> 10
PCI-ISA link 1 routed to IRQ10
rq.c:270: Dom521 PCI link 2 changed 0 -> 11
PCI-ISA link 2 routed to IRQ11
rq.c:270: Dom521 PCI link 3 changed 0 -> 5
PCI-ISA link 3 routed to IRQ5
pci dev 01:2 INTD->IRQ5
pci dev 01:3 INTA->IRQ10
pci dev 02:0 INTA->IRQ11
No RAM in high memory; setting high_mem resource base to 100000000
pci dev 03:0 bar 10 size 002000000: 0f0000008
pci dev 02:0 bar 14 size 001000000: 0f2000008
pci dev 03:0 bar 30 size 000010000: 0f3000000
pci dev 03:0 bar 14 size 000001000: 0f3010000
pci dev 02:0 bar 10 size 000000100: 00000c001
pci dev 01:2 bar 20 size 000000020: 00000c101
pci dev 01:1 bar 20 size 000000010: 00000c121
Multiprocessor initialisation:
- CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
- CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
Testing HVM environment:
- REP INSB across page boundaries ... passed
- GS base MSRs and SWAPGS ... passed
Passed 2 of 2 tests
Writing SMBIOS tables ...
Loading SeaBIOS ...
Creating MP tables ...
Loading ACPI ...
vm86 TSS at fc00a080
BIOS map:
10000-100d3: Scratch space
e0000-fffff: Main BIOS
E820 table:
[00]: 00000000:00000000 - 00000000:000a0000: RAM
HOLE: 00000000:000a0000 - 00000000:000e0000
[01]: 00000000:000e0000 - 00000000:00100000: RESERVED
[02]: 00000000:00100000 - 00000000:3f800000: RAM
HOLE: 00000000:3f800000 - 00000000:fc000000
[03]: 00000000:fc000000 - 00000001:00000000: RESERVED
Invoking SeaBIOS ...
io.c:206:d521 MMIO emulation failed @ 0008:ffff245f: 38 7d 2d 3d 02 83 ff ff da 95
hvm.c:1346:d521 Triple fault on VCPU0 - invoking HVM shutdown action 1.
[-- Attachment #3: bad.elf --]
[-- Type: text/plain, Size: 15872 bytes --]
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: Intel 80386
Version: 0x1
Entry point address: 0x100000
Start of program headers: 52 (bytes into file)
Start of section headers: 733828 (bytes into file)
Flags: 0x0
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 2
Size of section headers: 40 (bytes)
Number of section headers: 17
Section header string table index: 14
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .text PROGBITS 00100000 000080 006469 00 WAX 0 0 16
[ 2] .rodata PROGBITS 00106480 006500 000fbc 00 A 0 0 32
[ 3] .eh_frame PROGBITS 0010743c 0074bc 000e58 00 A 0 0 4
[ 4] .data PROGBITS 001082a0 008320 090cad 00 WA 0 0 32
[ 5] .bss NOBITS 00198f60 098fcd 009164 00 WA 0 0 32
[ 6] .comment PROGBITS 00000000 098fcd 00002c 01 MS 0 0 1
[ 7] .debug_aranges PROGBITS 00000000 098ff9 000278 00 0 0 1
[ 8] .debug_info PROGBITS 00000000 099271 00d0bf 00 0 0 1
[ 9] .debug_abbrev PROGBITS 00000000 0a6330 0026a9 00 0 0 1
[10] .debug_line PROGBITS 00000000 0a89d9 00221d 00 0 0 1
[11] .debug_str PROGBITS 00000000 0aabf6 002875 01 MS 0 0 1
[12] .debug_loc PROGBITS 00000000 0ad46b 005ca1 00 0 0 1
[13] .debug_ranges PROGBITS 00000000 0b310c 0000d8 00 0 0 1
[14] .shstrtab STRTAB 00000000 0b31e4 0000a0 00 0 0 1
[15] .symtab SYMTAB 00000000 0b352c 000c90 10 16 101 4
[16] .strtab STRTAB 00000000 0b41bc 0008ae 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
There are no section groups in this file.
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000080 0x00100000 0x00100000 0x98f4d 0xa20c4 RWE 0x20
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x10
Section to Segment mapping:
Segment Sections...
00 .text .rodata .eh_frame .data .bss
01
There is no dynamic section in this file.
There are no relocations in this file.
The decoding of unwind sections for machine type Intel 80386 is not currently supported.
Symbol table '.symtab' contains 201 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00100000 0 SECTION LOCAL DEFAULT 1
2: 00106480 0 SECTION LOCAL DEFAULT 2
3: 0010743c 0 SECTION LOCAL DEFAULT 3
4: 001082a0 0 SECTION LOCAL DEFAULT 4
5: 00198f60 0 SECTION LOCAL DEFAULT 5
6: 00000000 0 SECTION LOCAL DEFAULT 6
7: 00000000 0 SECTION LOCAL DEFAULT 7
8: 00000000 0 SECTION LOCAL DEFAULT 8
9: 00000000 0 SECTION LOCAL DEFAULT 9
10: 00000000 0 SECTION LOCAL DEFAULT 10
11: 00000000 0 SECTION LOCAL DEFAULT 11
12: 00000000 0 SECTION LOCAL DEFAULT 12
13: 00000000 0 SECTION LOCAL DEFAULT 13
14: 00000000 0 FILE LOCAL DEFAULT ABS hvmloader.c
15: 00100081 0 NOTYPE LOCAL DEFAULT 1 gdt_desr
16: 0019cf60 0 NOTYPE LOCAL DEFAULT 5 stack_top
17: 0010005f 0 NOTYPE LOCAL DEFAULT 1 trampoline_start
18: 00100081 0 NOTYPE LOCAL DEFAULT 1 trampoline_end
19: 001000b8 0 NOTYPE LOCAL DEFAULT 1 gdt_end
20: 00100088 0 NOTYPE LOCAL DEFAULT 1 gdt
21: 00198f60 0 NOTYPE LOCAL DEFAULT 5 stack
22: 00000000 0 FILE LOCAL DEFAULT ABS mp_tables.c
23: 00000000 0 FILE LOCAL DEFAULT ABS util.c
24: 00100910 83 FUNC LOCAL DEFAULT 1 printnum
25: 001066ce 17 OBJECT LOCAL DEFAULT 2 hex_digits
26: 00100963 35 FUNC LOCAL DEFAULT 1 __copy
27: 00100986 14 FUNC LOCAL DEFAULT 1 __put
28: 00100bfd 921 FUNC LOCAL DEFAULT 1 _doprint
29: 001014ac 56 FUNC LOCAL DEFAULT 1 crash
30: 001082bc 4 OBJECT LOCAL DEFAULT 4 alloc_down
31: 001082c0 4 OBJECT LOCAL DEFAULT 4 alloc_up
32: 0019cf68 4 OBJECT LOCAL DEFAULT 5 table.2654
33: 0019cf6c 4 OBJECT LOCAL DEFAULT 5 over_allocated.2492
34: 0019cf64 4 OBJECT LOCAL DEFAULT 5 shared_info.2659
35: 0019cf60 2 OBJECT LOCAL DEFAULT 5 cpu_mhz.2670
36: 00000000 0 FILE LOCAL DEFAULT ABS smbios.c
37: 001019d0 92 FUNC LOCAL DEFAULT 1 get_smbios_pt_struct
38: 0019cf74 4 OBJECT LOCAL DEFAULT 5 smbios_pt_addr
39: 0019cf70 4 OBJECT LOCAL DEFAULT 5 smbios_pt_length
40: 00000000 0 FILE LOCAL DEFAULT ABS smp.c
41: 00102c48 0 NOTYPE LOCAL DEFAULT 1 ap_boot_start
42: 00102c5f 0 NOTYPE LOCAL DEFAULT 1 gdt_desr
43: 00102c98 0 NOTYPE LOCAL DEFAULT 1 gdt_end
44: 00102c80 0 NOTYPE LOCAL DEFAULT 1 gdt
45: 00102c65 0 NOTYPE LOCAL DEFAULT 1 ap_boot_end
46: 001a0f78 0 NOTYPE LOCAL DEFAULT 5 stack_top
47: 0019cf78 0 NOTYPE LOCAL DEFAULT 5 stack
48: 00102c98 29 FUNC LOCAL DEFAULT 1 lapic_wait_ready
49: 001a0f78 4 OBJECT LOCAL DEFAULT 5 ap_cpuid
50: 001a0f7c 4 OBJECT LOCAL DEFAULT 5 ap_callin
51: 00000000 0 FILE LOCAL DEFAULT ABS cacheattr.c
52: 00000000 0 FILE LOCAL DEFAULT ABS xenbus.c
53: 001030d0 121 FUNC LOCAL DEFAULT 1 ring_wait
54: 001a1f84 4 OBJECT LOCAL DEFAULT 5 event
55: 00103149 187 FUNC LOCAL DEFAULT 1 ring_write
56: 001a1f88 4 OBJECT LOCAL DEFAULT 5 rings
57: 00103204 215 FUNC LOCAL DEFAULT 1 xenbus_send
58: 001032db 188 FUNC LOCAL DEFAULT 1 ring_read
59: 00103397 149 FUNC LOCAL DEFAULT 1 xenbus_recv
60: 001a0f80 4097 OBJECT LOCAL DEFAULT 5 payload
61: 00106a80 120 OBJECT LOCAL DEFAULT 2 xsd_errors
62: 00000000 0 FILE LOCAL DEFAULT ABS e820.c
63: 00000000 0 FILE LOCAL DEFAULT ABS pci.c
64: 00000000 0 FILE LOCAL DEFAULT ABS pir.c
65: 00000000 0 FILE LOCAL DEFAULT ABS ctype.c
66: 00000000 0 FILE LOCAL DEFAULT ABS tests.c
67: 001048a0 190 FUNC LOCAL DEFAULT 1 rep_io_test
68: 001070c0 40 OBJECT LOCAL DEFAULT 2 check.1714
69: 0010495e 348 FUNC LOCAL DEFAULT 1 shadow_gs_test
70: 001070e8 24 OBJECT LOCAL DEFAULT 2 tests.1741
71: 00000000 0 FILE LOCAL DEFAULT ABS optionroms.c
72: 00104c50 598 FUNC LOCAL DEFAULT 1 scan_option_rom
73: 001a1fa0 4 OBJECT LOCAL DEFAULT 5 nr_roms.1778
74: 001a1fc0 256 OBJECT LOCAL DEFAULT 5 orom_ids.1777
75: 00000000 0 FILE LOCAL DEFAULT ABS 32bitbios_support.c
76: 00000000 0 FILE LOCAL DEFAULT ABS rombios.c
77: 00105310 36 FUNC LOCAL DEFAULT 1 rombios_create_smbios_tab
78: 00105334 112 FUNC LOCAL DEFAULT 1 rombios_create_mp_tables
79: 001053a4 57 FUNC LOCAL DEFAULT 1 rombios_acpi_build_tables
80: 001053dd 61 FUNC LOCAL DEFAULT 1 rombios_setup_e820
81: 0010541a 36 FUNC LOCAL DEFAULT 1 rombios_setup_bios_info
82: 0010543e 46 FUNC LOCAL DEFAULT 1 rombios_load
83: 0010546c 475 FUNC LOCAL DEFAULT 1 rombios_load_roms
84: 00000000 0 FILE LOCAL DEFAULT ABS seabios.c
85: 00105647 46 FUNC LOCAL DEFAULT 1 seabios_finish_bios_info
86: 00105675 61 FUNC LOCAL DEFAULT 1 add_table
87: 001056b2 18 FUNC LOCAL DEFAULT 1 seabios_create_pir_tables
88: 001056c4 66 FUNC LOCAL DEFAULT 1 seabios_create_smbios_tab
89: 00105706 25 FUNC LOCAL DEFAULT 1 seabios_create_mp_tables
90: 0010571f 86 FUNC LOCAL DEFAULT 1 seabios_acpi_build_tables
91: 00105775 81 FUNC LOCAL DEFAULT 1 seabios_setup_e820
92: 001057c6 96 FUNC LOCAL DEFAULT 1 seabios_setup_bios_info
93: 00000000 0 FILE LOCAL DEFAULT ABS build.c
94: 00105826 36 FUNC LOCAL DEFAULT 1 set_checksum
95: 001a20c0 4 OBJECT LOCAL DEFAULT 5 nr_processor_objects
96: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_anycpu.c
97: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_15cpu.c
98: 00000000 0 FILE LOCAL DEFAULT ABS static_tables.c
99: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_anycpu_qemu_xen.c
100: 00000000 0 FILE LOCAL DEFAULT ABS
101: 00100b60 41 FUNC GLOBAL DEFAULT 1 strcpy
102: 001017c2 150 FUNC GLOBAL DEFAULT 1 mem_alloc
103: 001009d7 10 FUNC GLOBAL DEFAULT 1 inb
104: 00103a50 3346 FUNC GLOBAL DEFAULT 1 pci_setup
105: 00101487 37 FUNC GLOBAL DEFAULT 1 printf
106: 00103690 337 FUNC GLOBAL DEFAULT 1 dump_e820_table
107: 001018c5 155 FUNC GLOBAL DEFAULT 1 get_cpu_mhz
108: 001a1f8c 4 OBJECT GLOBAL DEFAULT 5 igd_opregion_pgbase
109: 001082b8 4 OBJECT GLOBAL DEFAULT 4 scratch_start
110: 001082e0 17052 OBJECT GLOBAL DEFAULT 4 highbios_array
111: 00100b1e 66 FUNC GLOBAL DEFAULT 1 memmove
112: 00101509 64 FUNC GLOBAL DEFAULT 1 snprintf
113: 0010123e 47 FUNC GLOBAL DEFAULT 1 cpuid
114: 001019b4 20 FUNC GLOBAL DEFAULT 1 hpet_exists
115: 001015d7 74 FUNC GLOBAL DEFAULT 1 scratch_alloc
116: 00104f70 316 FUNC GLOBAL DEFAULT 1 pci_load_option_roms
117: 0010584a 3103 FUNC GLOBAL DEFAULT 1 acpi_build_tables
118: 001735e0 76 OBJECT GLOBAL DEFAULT 4 ssdt_tpm
119: 00190920 64 OBJECT GLOBAL DEFAULT 4 Facs
120: 00101858 109 FUNC GLOBAL DEFAULT 1 get_shared_info
121: 00102e22 106 FUNC GLOBAL DEFAULT 1 cpu_phys_addr
122: 00184aa0 48238 OBJECT GLOBAL DEFAULT 4 dsdt_15cpu
123: 00100ae8 54 FUNC GLOBAL DEFAULT 1 memcpy
124: 001013b4 17 FUNC GLOBAL DEFAULT 1 lapic_write
125: 00102e8c 574 FUNC GLOBAL DEFAULT 1 cacheattr_init
126: 0010360d 127 FUNC GLOBAL DEFAULT 1 xenstore_write
127: 00100f96 545 FUNC GLOBAL DEFAULT 1 strtoll
128: 00100a21 87 FUNC GLOBAL DEFAULT 1 itoa
129: 0010342c 161 FUNC GLOBAL DEFAULT 1 xenbus_setup
130: 00190980 34253 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_qemu_xen
131: 00101575 37 FUNC GLOBAL DEFAULT 1 __bug
132: 001391c0 40448 OBJECT GLOBAL DEFAULT 4 vgabios_stdvga
133: 0010137f 18 FUNC GLOBAL DEFAULT 1 ioapic_read
134: 001009f6 20 FUNC GLOBAL DEFAULT 1 cmos_inb
135: 00104ea6 202 FUNC GLOBAL DEFAULT 1 scan_etherboot_nic
136: 0010c5c0 0x24000 OBJECT GLOBAL DEFAULT 4 etherboot
137: 00104aba 395 FUNC GLOBAL DEFAULT 1 perform_tests
138: 001016ec 214 FUNC GLOBAL DEFAULT 1 mem_hole_populate_ram
139: 001009e1 11 FUNC GLOBAL DEFAULT 1 inw
140: 001082a0 24 OBJECT GLOBAL DEFAULT 4 bios_configs
141: 00100a0a 23 FUNC GLOBAL DEFAULT 1 cmos_outb
142: 001014e4 37 FUNC GLOBAL DEFAULT 1 vprintf
143: 00173680 49 OBJECT GLOBAL DEFAULT 4 ssdt_s3
144: 001907e0 40 OBJECT GLOBAL DEFAULT 4 Rsdt
145: 001736e0 70541 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu
146: 00100000 0 NOTYPE GLOBAL DEFAULT 1 _start
147: 00100a98 80 FUNC GLOBAL DEFAULT 1 strncmp
148: 00153000 0x20000 OBJECT GLOBAL DEFAULT 4 seabios
149: 00102cb5 56 FUNC GLOBAL DEFAULT 1 ap_start
150: 001009ec 10 FUNC GLOBAL DEFAULT 1 inl
151: 001305c0 35840 OBJECT GLOBAL DEFAULT 4 vgabios_cirrusvga
152: 00100b89 84 FUNC GLOBAL DEFAULT 1 strncpy
153: 001011d8 102 FUNC GLOBAL DEFAULT 1 memcmp
154: 001907a0 44 OBJECT GLOBAL DEFAULT 4 Xsdt
155: 001037e1 614 FUNC GLOBAL DEFAULT 1 build_e820_table
156: 00106e80 256 OBJECT GLOBAL DEFAULT 2 _ctype
157: 001009ae 13 FUNC GLOBAL DEFAULT 1 outb
158: 00173640 49 OBJECT GLOBAL DEFAULT 4 ssdt_s4
159: 00198f4d 0 NOTYPE GLOBAL DEFAULT 5 __bss_start
160: 00101960 55 FUNC GLOBAL DEFAULT 1 uart_exists
161: 001011b7 33 FUNC GLOBAL DEFAULT 1 memset
162: 001000b8 1534 FUNC GLOBAL DEFAULT 1 main
163: 001006b6 602 FUNC GLOBAL DEFAULT 1 create_mp_tables
164: 00173000 1494 OBJECT GLOBAL DEFAULT 4 ssdt_pm
165: 00190760 36 OBJECT GLOBAL DEFAULT 4 Rsdp
166: 00101391 21 FUNC GLOBAL DEFAULT 1 ioapic_write
167: 00100a78 32 FUNC GLOBAL DEFAULT 1 strcmp
168: 001082c8 4 OBJECT GLOBAL DEFAULT 4 pci_mem_start
169: 0010141b 108 FUNC GLOBAL DEFAULT 1 pci_write
170: 00100994 16 FUNC GLOBAL DEFAULT 1 wrmsr
171: 00101549 44 FUNC GLOBAL DEFAULT 1 __assert_failed
172: 00102ced 309 FUNC GLOBAL DEFAULT 1 smp_initialise
173: 0010c580 52 OBJECT GLOBAL DEFAULT 4 rombios_config
174: 00104762 309 FUNC GLOBAL DEFAULT 1 create_pir_tables
175: 001009bb 15 FUNC GLOBAL DEFAULT 1 outw
176: 00101299 230 FUNC GLOBAL DEFAULT 1 uuid_to_string
177: 00101a2c 4633 FUNC GLOBAL DEFAULT 1 hvm_write_smbios_tables
178: 001a1f90 4 OBJECT GLOBAL DEFAULT 5 virtual_vga
179: 00190720 40 OBJECT GLOBAL DEFAULT 4 Waet
180: 00184a80 4 OBJECT GLOBAL DEFAULT 4 dsdt_15cpu_len
181: 00101621 203 FUNC GLOBAL DEFAULT 1 get_hvm_info_table
182: 001009ca 13 FUNC GLOBAL DEFAULT 1 outl
183: 00198f4d 0 NOTYPE GLOBAL DEFAULT 4 _edata
184: 001a20c4 0 NOTYPE GLOBAL DEFAULT 5 _end
185: 001013a6 14 FUNC GLOBAL DEFAULT 1 lapic_read
186: 00142fc0 65536 OBJECT GLOBAL DEFAULT 4 rombios
187: 001082c4 4 OBJECT GLOBAL DEFAULT 4 pci_mem_end
188: 00101997 29 FUNC GLOBAL DEFAULT 1 lpt_exists
189: 001013c5 86 FUNC GLOBAL DEFAULT 1 pci_read
190: 0010126d 44 FUNC GLOBAL DEFAULT 1 byte_to_hex
191: 00190960 4 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_qemu_xen_len
192: 0010357c 145 FUNC GLOBAL DEFAULT 1 xenstore_read
193: 00100bdd 32 FUNC GLOBAL DEFAULT 1 strlen
194: 001034cd 175 FUNC GLOBAL DEFAULT 1 xenbus_shutdown
195: 0010159a 61 FUNC GLOBAL DEFAULT 1 mem_hole_alloc
196: 001736c0 4 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_len
197: 001009a4 10 FUNC GLOBAL DEFAULT 1 rdmsr
198: 00190820 244 OBJECT GLOBAL DEFAULT 4 Fadt
199: 001050ac 612 FUNC GLOBAL DEFAULT 1 rombios_highbios_setup
200: 00152fc0 52 OBJECT GLOBAL DEFAULT 4 seabios_config
No version information found in this file.
[-- Attachment #4: good --]
[-- Type: text/plain, Size: 3492 bytes --]
HVM Loader
Detected Xen v4.4.1
Xenbus rings @0xfeffc000, event channel 4
System requested SeaBIOS
CPU speed is 3512 MHz
Relocating guest memory for lowmem MMIO space disabled
rq.c:270: Dom519 PCI link 0 changed 0 -> 5
PCI-ISA link 0 routed to IRQ5
rq.c:270: Dom519 PCI link 1 changed 0 -> 10
PCI-ISA link 1 routed to IRQ10
rq.c:270: Dom519 PCI link 2 changed 0 -> 11
PCI-ISA link 2 routed to IRQ11
rq.c:270: Dom519 PCI link 3 changed 0 -> 5
PCI-ISA link 3 routed to IRQ5
pci dev 01:2 INTD->IRQ5
pci dev 01:3 INTA->IRQ10
pci dev 02:0 INTA->IRQ11
No RAM in high memory; setting high_mem resource base to 100000000
pci dev 03:0 bar 10 size 002000000: 0f0000008
pci dev 02:0 bar 14 size 001000000: 0f2000008
pci dev 03:0 bar 30 size 000010000: 0f3000000
pci dev 03:0 bar 14 size 000001000: 0f3010000
pci dev 02:0 bar 10 size 000000100: 00000c001
pci dev 01:2 bar 20 size 000000020: 00000c101
pci dev 01:1 bar 20 size 000000010: 00000c121
Multiprocessor initialisation:
- CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
- CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [2/8] ... done.
Testing HVM environment:
- REP INSB across page boundaries ... passed
- GS base MSRs and SWAPGS ... passed
Passed 2 of 2 tests
Writing SMBIOS tables ...
Loading SeaBIOS ...
Creating MP tables ...
Loading ACPI ...
vm86 TSS at fc00a080
BIOS map:
10000-100d3: Scratch space
e0000-fffff: Main BIOS
E820 table:
[00]: 00000000:00000000 - 00000000:000a0000: RAM
HOLE: 00000000:000a0000 - 00000000:000e0000
[01]: 00000000:000e0000 - 00000000:00100000: RESERVED
[02]: 00000000:00100000 - 00000000:3f800000: RAM
HOLE: 00000000:3f800000 - 00000000:fc000000
[03]: 00000000:fc000000 - 00000001:00000000: RESERVED
Invoking SeaBIOS ...
SeaBIOS (version rel-1.7.3.1-0-g7d9cbe6-20140924_165801-localhost.localdomain)
Found Xen hypervisor signature at 40000000
xen: copy e820...
Relocating init from 0x000e4a51 to 0x3f7e3080 (size 52928)
CPU Mhz=3512
Found 7 PCI devices (max PCI bus is 00)
Allocated Xen hypercall page at 3f7ff000
Detected Xen v4.4.1
xen: copy BIOS tables...
Copying SMBIOS entry point from 0x00010010 to 0x000f1900
Copying MPTABLE from 0xfc001150/fc001160 to 0x000f1800
Copying PIR from 0x00010030 to 0x000f1780
Copying ACPI RSDP from 0x000100b0 to 0x000f1750
Using pmtimer, ioport 0xb008, freq 3579 kHz
Scan for VGA option rom
Running option rom at c000:0003
tdvga.c:147:d519 entering stdvga and caching modes
pmm call arg1=0
Turning on vga text mode console
SeaBIOS (version rel-1.7.3.1-0-g7d9cbe6-20140924_165801-localhost.localdomain)
Machine UUID 7462fc14-1c7b-4448-b4a6-48389416615d
UHCI init on dev 00:01.2 (io=c100)
Found 0 lpt ports
Found 1 serial ports
ATA controller 1 at 1f0/3f4/c120 (irq 14 dev 9)
ATA controller 2 at 170/374/c128 (irq 15 dev 9)
DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
PS2 keyboard initialized
All threads complete.
Scan for option roms
Press F12 for boot menu.
Searching bootorder for: HALT
Space available for UMB: c9800-ee800, f0000-f16d0
Returned 61440 bytes of ZoneHigh
e820 map has 6 items:
0: 0000000000000000 - 000000000009fc00 = 1 RAM
1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
3: 0000000000100000 - 000000003f7ff000 = 1 RAM
4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
enter handle_19:
NULL
Booting from DVD/CD...
Booting from 0000:7c00
[-- Attachment #5: good.elf --]
[-- Type: text/plain, Size: 15872 bytes --]
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: Intel 80386
Version: 0x1
Entry point address: 0x100000
Start of program headers: 52 (bytes into file)
Start of section headers: 718496 (bytes into file)
Flags: 0x0
Size of this header: 52 (bytes)
Size of program headers: 32 (bytes)
Number of program headers: 2
Size of section headers: 40 (bytes)
Number of section headers: 17
Section header string table index: 14
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .text PROGBITS 00100000 000080 006469 00 WAX 0 0 16
[ 2] .rodata PROGBITS 00106480 006500 000fbc 00 A 0 0 32
[ 3] .eh_frame PROGBITS 0010743c 0074bc 000e58 00 A 0 0 4
[ 4] .data PROGBITS 001082a0 008320 08d2ad 00 WA 0 0 32
[ 5] .bss NOBITS 00195560 0955cd 009164 00 WA 0 0 32
[ 6] .comment PROGBITS 00000000 0955cd 00002c 01 MS 0 0 1
[ 7] .debug_aranges PROGBITS 00000000 0955f9 000278 00 0 0 1
[ 8] .debug_info PROGBITS 00000000 095871 00d0bf 00 0 0 1
[ 9] .debug_abbrev PROGBITS 00000000 0a2930 0026a9 00 0 0 1
[10] .debug_line PROGBITS 00000000 0a4fd9 002065 00 0 0 1
[11] .debug_str PROGBITS 00000000 0a703e 002849 01 MS 0 0 1
[12] .debug_loc PROGBITS 00000000 0a9887 005ca1 00 0 0 1
[13] .debug_ranges PROGBITS 00000000 0af528 0000d8 00 0 0 1
[14] .shstrtab STRTAB 00000000 0af600 0000a0 00 0 0 1
[15] .symtab SYMTAB 00000000 0af948 000c90 10 16 101 4
[16] .strtab STRTAB 00000000 0b05d8 0008ae 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
There are no section groups in this file.
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000080 0x00100000 0x00100000 0x9554d 0x9e6c4 RWE 0x20
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x10
Section to Segment mapping:
Segment Sections...
00 .text .rodata .eh_frame .data .bss
01
There is no dynamic section in this file.
There are no relocations in this file.
The decoding of unwind sections for machine type Intel 80386 is not currently supported.
Symbol table '.symtab' contains 201 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00100000 0 SECTION LOCAL DEFAULT 1
2: 00106480 0 SECTION LOCAL DEFAULT 2
3: 0010743c 0 SECTION LOCAL DEFAULT 3
4: 001082a0 0 SECTION LOCAL DEFAULT 4
5: 00195560 0 SECTION LOCAL DEFAULT 5
6: 00000000 0 SECTION LOCAL DEFAULT 6
7: 00000000 0 SECTION LOCAL DEFAULT 7
8: 00000000 0 SECTION LOCAL DEFAULT 8
9: 00000000 0 SECTION LOCAL DEFAULT 9
10: 00000000 0 SECTION LOCAL DEFAULT 10
11: 00000000 0 SECTION LOCAL DEFAULT 11
12: 00000000 0 SECTION LOCAL DEFAULT 12
13: 00000000 0 SECTION LOCAL DEFAULT 13
14: 00000000 0 FILE LOCAL DEFAULT ABS hvmloader.c
15: 00100081 0 NOTYPE LOCAL DEFAULT 1 gdt_desr
16: 00199560 0 NOTYPE LOCAL DEFAULT 5 stack_top
17: 0010005f 0 NOTYPE LOCAL DEFAULT 1 trampoline_start
18: 00100081 0 NOTYPE LOCAL DEFAULT 1 trampoline_end
19: 001000b8 0 NOTYPE LOCAL DEFAULT 1 gdt_end
20: 00100088 0 NOTYPE LOCAL DEFAULT 1 gdt
21: 00195560 0 NOTYPE LOCAL DEFAULT 5 stack
22: 00000000 0 FILE LOCAL DEFAULT ABS mp_tables.c
23: 00000000 0 FILE LOCAL DEFAULT ABS util.c
24: 00100910 83 FUNC LOCAL DEFAULT 1 printnum
25: 001066ce 17 OBJECT LOCAL DEFAULT 2 hex_digits
26: 00100963 35 FUNC LOCAL DEFAULT 1 __copy
27: 00100986 14 FUNC LOCAL DEFAULT 1 __put
28: 00100bfd 921 FUNC LOCAL DEFAULT 1 _doprint
29: 001014ac 56 FUNC LOCAL DEFAULT 1 crash
30: 001082bc 4 OBJECT LOCAL DEFAULT 4 alloc_down
31: 001082c0 4 OBJECT LOCAL DEFAULT 4 alloc_up
32: 00199568 4 OBJECT LOCAL DEFAULT 5 table.2654
33: 0019956c 4 OBJECT LOCAL DEFAULT 5 over_allocated.2492
34: 00199564 4 OBJECT LOCAL DEFAULT 5 shared_info.2659
35: 00199560 2 OBJECT LOCAL DEFAULT 5 cpu_mhz.2670
36: 00000000 0 FILE LOCAL DEFAULT ABS smbios.c
37: 001019d0 92 FUNC LOCAL DEFAULT 1 get_smbios_pt_struct
38: 00199574 4 OBJECT LOCAL DEFAULT 5 smbios_pt_addr
39: 00199570 4 OBJECT LOCAL DEFAULT 5 smbios_pt_length
40: 00000000 0 FILE LOCAL DEFAULT ABS smp.c
41: 00102c48 0 NOTYPE LOCAL DEFAULT 1 ap_boot_start
42: 00102c5f 0 NOTYPE LOCAL DEFAULT 1 gdt_desr
43: 00102c98 0 NOTYPE LOCAL DEFAULT 1 gdt_end
44: 00102c80 0 NOTYPE LOCAL DEFAULT 1 gdt
45: 00102c65 0 NOTYPE LOCAL DEFAULT 1 ap_boot_end
46: 0019d578 0 NOTYPE LOCAL DEFAULT 5 stack_top
47: 00199578 0 NOTYPE LOCAL DEFAULT 5 stack
48: 00102c98 29 FUNC LOCAL DEFAULT 1 lapic_wait_ready
49: 0019d578 4 OBJECT LOCAL DEFAULT 5 ap_cpuid
50: 0019d57c 4 OBJECT LOCAL DEFAULT 5 ap_callin
51: 00000000 0 FILE LOCAL DEFAULT ABS cacheattr.c
52: 00000000 0 FILE LOCAL DEFAULT ABS xenbus.c
53: 001030d0 121 FUNC LOCAL DEFAULT 1 ring_wait
54: 0019e584 4 OBJECT LOCAL DEFAULT 5 event
55: 00103149 187 FUNC LOCAL DEFAULT 1 ring_write
56: 0019e588 4 OBJECT LOCAL DEFAULT 5 rings
57: 00103204 215 FUNC LOCAL DEFAULT 1 xenbus_send
58: 001032db 188 FUNC LOCAL DEFAULT 1 ring_read
59: 00103397 149 FUNC LOCAL DEFAULT 1 xenbus_recv
60: 0019d580 4097 OBJECT LOCAL DEFAULT 5 payload
61: 00106a80 120 OBJECT LOCAL DEFAULT 2 xsd_errors
62: 00000000 0 FILE LOCAL DEFAULT ABS e820.c
63: 00000000 0 FILE LOCAL DEFAULT ABS pci.c
64: 00000000 0 FILE LOCAL DEFAULT ABS pir.c
65: 00000000 0 FILE LOCAL DEFAULT ABS ctype.c
66: 00000000 0 FILE LOCAL DEFAULT ABS tests.c
67: 001048a0 190 FUNC LOCAL DEFAULT 1 rep_io_test
68: 001070c0 40 OBJECT LOCAL DEFAULT 2 check.1714
69: 0010495e 348 FUNC LOCAL DEFAULT 1 shadow_gs_test
70: 001070e8 24 OBJECT LOCAL DEFAULT 2 tests.1741
71: 00000000 0 FILE LOCAL DEFAULT ABS optionroms.c
72: 00104c50 598 FUNC LOCAL DEFAULT 1 scan_option_rom
73: 0019e5a0 4 OBJECT LOCAL DEFAULT 5 nr_roms.1778
74: 0019e5c0 256 OBJECT LOCAL DEFAULT 5 orom_ids.1777
75: 00000000 0 FILE LOCAL DEFAULT ABS 32bitbios_support.c
76: 00000000 0 FILE LOCAL DEFAULT ABS rombios.c
77: 00105310 36 FUNC LOCAL DEFAULT 1 rombios_create_smbios_tab
78: 00105334 112 FUNC LOCAL DEFAULT 1 rombios_create_mp_tables
79: 001053a4 57 FUNC LOCAL DEFAULT 1 rombios_acpi_build_tables
80: 001053dd 61 FUNC LOCAL DEFAULT 1 rombios_setup_e820
81: 0010541a 36 FUNC LOCAL DEFAULT 1 rombios_setup_bios_info
82: 0010543e 46 FUNC LOCAL DEFAULT 1 rombios_load
83: 0010546c 475 FUNC LOCAL DEFAULT 1 rombios_load_roms
84: 00000000 0 FILE LOCAL DEFAULT ABS seabios.c
85: 00105647 46 FUNC LOCAL DEFAULT 1 seabios_finish_bios_info
86: 00105675 61 FUNC LOCAL DEFAULT 1 add_table
87: 001056b2 18 FUNC LOCAL DEFAULT 1 seabios_create_pir_tables
88: 001056c4 66 FUNC LOCAL DEFAULT 1 seabios_create_smbios_tab
89: 00105706 25 FUNC LOCAL DEFAULT 1 seabios_create_mp_tables
90: 0010571f 86 FUNC LOCAL DEFAULT 1 seabios_acpi_build_tables
91: 00105775 81 FUNC LOCAL DEFAULT 1 seabios_setup_e820
92: 001057c6 96 FUNC LOCAL DEFAULT 1 seabios_setup_bios_info
93: 00000000 0 FILE LOCAL DEFAULT ABS build.c
94: 00105826 36 FUNC LOCAL DEFAULT 1 set_checksum
95: 0019e6c0 4 OBJECT LOCAL DEFAULT 5 nr_processor_objects
96: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_anycpu.c
97: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_15cpu.c
98: 00000000 0 FILE LOCAL DEFAULT ABS static_tables.c
99: 00000000 0 FILE LOCAL DEFAULT ABS dsdt_anycpu_qemu_xen.c
100: 00000000 0 FILE LOCAL DEFAULT ABS
101: 00100b60 41 FUNC GLOBAL DEFAULT 1 strcpy
102: 001017c2 150 FUNC GLOBAL DEFAULT 1 mem_alloc
103: 001009d7 10 FUNC GLOBAL DEFAULT 1 inb
104: 00103a50 3346 FUNC GLOBAL DEFAULT 1 pci_setup
105: 00101487 37 FUNC GLOBAL DEFAULT 1 printf
106: 00103690 337 FUNC GLOBAL DEFAULT 1 dump_e820_table
107: 001018c5 155 FUNC GLOBAL DEFAULT 1 get_cpu_mhz
108: 0019e58c 4 OBJECT GLOBAL DEFAULT 5 igd_opregion_pgbase
109: 001082b8 4 OBJECT GLOBAL DEFAULT 4 scratch_start
110: 001082e0 17052 OBJECT GLOBAL DEFAULT 4 highbios_array
111: 00100b1e 66 FUNC GLOBAL DEFAULT 1 memmove
112: 00101509 64 FUNC GLOBAL DEFAULT 1 snprintf
113: 0010123e 47 FUNC GLOBAL DEFAULT 1 cpuid
114: 001019b4 20 FUNC GLOBAL DEFAULT 1 hpet_exists
115: 001015d7 74 FUNC GLOBAL DEFAULT 1 scratch_alloc
116: 00104f70 316 FUNC GLOBAL DEFAULT 1 pci_load_option_roms
117: 0010584a 3103 FUNC GLOBAL DEFAULT 1 acpi_build_tables
118: 0016fbe0 76 OBJECT GLOBAL DEFAULT 4 ssdt_tpm
119: 0018cf20 64 OBJECT GLOBAL DEFAULT 4 Facs
120: 00101858 109 FUNC GLOBAL DEFAULT 1 get_shared_info
121: 00102e22 106 FUNC GLOBAL DEFAULT 1 cpu_phys_addr
122: 001810a0 48238 OBJECT GLOBAL DEFAULT 4 dsdt_15cpu
123: 00100ae8 54 FUNC GLOBAL DEFAULT 1 memcpy
124: 001013b4 17 FUNC GLOBAL DEFAULT 1 lapic_write
125: 00102e8c 574 FUNC GLOBAL DEFAULT 1 cacheattr_init
126: 0010360d 127 FUNC GLOBAL DEFAULT 1 xenstore_write
127: 00100f96 545 FUNC GLOBAL DEFAULT 1 strtoll
128: 00100a21 87 FUNC GLOBAL DEFAULT 1 itoa
129: 0010342c 161 FUNC GLOBAL DEFAULT 1 xenbus_setup
130: 0018cf80 34253 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_qemu_xen
131: 00101575 37 FUNC GLOBAL DEFAULT 1 __bug
132: 001357c0 40448 OBJECT GLOBAL DEFAULT 4 vgabios_stdvga
133: 0010137f 18 FUNC GLOBAL DEFAULT 1 ioapic_read
134: 001009f6 20 FUNC GLOBAL DEFAULT 1 cmos_inb
135: 00104ea6 202 FUNC GLOBAL DEFAULT 1 scan_etherboot_nic
136: 0010c5c0 0x20600 OBJECT GLOBAL DEFAULT 4 etherboot
137: 00104aba 395 FUNC GLOBAL DEFAULT 1 perform_tests
138: 001016ec 214 FUNC GLOBAL DEFAULT 1 mem_hole_populate_ram
139: 001009e1 11 FUNC GLOBAL DEFAULT 1 inw
140: 001082a0 24 OBJECT GLOBAL DEFAULT 4 bios_configs
141: 00100a0a 23 FUNC GLOBAL DEFAULT 1 cmos_outb
142: 001014e4 37 FUNC GLOBAL DEFAULT 1 vprintf
143: 0016fc80 49 OBJECT GLOBAL DEFAULT 4 ssdt_s3
144: 0018cde0 40 OBJECT GLOBAL DEFAULT 4 Rsdt
145: 0016fce0 70541 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu
146: 00100000 0 NOTYPE GLOBAL DEFAULT 1 _start
147: 00100a98 80 FUNC GLOBAL DEFAULT 1 strncmp
148: 0014f600 0x20000 OBJECT GLOBAL DEFAULT 4 seabios
149: 00102cb5 56 FUNC GLOBAL DEFAULT 1 ap_start
150: 001009ec 10 FUNC GLOBAL DEFAULT 1 inl
151: 0012cbc0 35840 OBJECT GLOBAL DEFAULT 4 vgabios_cirrusvga
152: 00100b89 84 FUNC GLOBAL DEFAULT 1 strncpy
153: 001011d8 102 FUNC GLOBAL DEFAULT 1 memcmp
154: 0018cda0 44 OBJECT GLOBAL DEFAULT 4 Xsdt
155: 001037e1 614 FUNC GLOBAL DEFAULT 1 build_e820_table
156: 00106e80 256 OBJECT GLOBAL DEFAULT 2 _ctype
157: 001009ae 13 FUNC GLOBAL DEFAULT 1 outb
158: 0016fc40 49 OBJECT GLOBAL DEFAULT 4 ssdt_s4
159: 0019554d 0 NOTYPE GLOBAL DEFAULT 5 __bss_start
160: 00101960 55 FUNC GLOBAL DEFAULT 1 uart_exists
161: 001011b7 33 FUNC GLOBAL DEFAULT 1 memset
162: 001000b8 1534 FUNC GLOBAL DEFAULT 1 main
163: 001006b6 602 FUNC GLOBAL DEFAULT 1 create_mp_tables
164: 0016f600 1494 OBJECT GLOBAL DEFAULT 4 ssdt_pm
165: 0018cd60 36 OBJECT GLOBAL DEFAULT 4 Rsdp
166: 00101391 21 FUNC GLOBAL DEFAULT 1 ioapic_write
167: 00100a78 32 FUNC GLOBAL DEFAULT 1 strcmp
168: 001082c8 4 OBJECT GLOBAL DEFAULT 4 pci_mem_start
169: 0010141b 108 FUNC GLOBAL DEFAULT 1 pci_write
170: 00100994 16 FUNC GLOBAL DEFAULT 1 wrmsr
171: 00101549 44 FUNC GLOBAL DEFAULT 1 __assert_failed
172: 00102ced 309 FUNC GLOBAL DEFAULT 1 smp_initialise
173: 0010c580 52 OBJECT GLOBAL DEFAULT 4 rombios_config
174: 00104762 309 FUNC GLOBAL DEFAULT 1 create_pir_tables
175: 001009bb 15 FUNC GLOBAL DEFAULT 1 outw
176: 00101299 230 FUNC GLOBAL DEFAULT 1 uuid_to_string
177: 00101a2c 4633 FUNC GLOBAL DEFAULT 1 hvm_write_smbios_tables
178: 0019e590 4 OBJECT GLOBAL DEFAULT 5 virtual_vga
179: 0018cd20 40 OBJECT GLOBAL DEFAULT 4 Waet
180: 00181080 4 OBJECT GLOBAL DEFAULT 4 dsdt_15cpu_len
181: 00101621 203 FUNC GLOBAL DEFAULT 1 get_hvm_info_table
182: 001009ca 13 FUNC GLOBAL DEFAULT 1 outl
183: 0019554d 0 NOTYPE GLOBAL DEFAULT 4 _edata
184: 0019e6c4 0 NOTYPE GLOBAL DEFAULT 5 _end
185: 001013a6 14 FUNC GLOBAL DEFAULT 1 lapic_read
186: 0013f5c0 65536 OBJECT GLOBAL DEFAULT 4 rombios
187: 001082c4 4 OBJECT GLOBAL DEFAULT 4 pci_mem_end
188: 00101997 29 FUNC GLOBAL DEFAULT 1 lpt_exists
189: 001013c5 86 FUNC GLOBAL DEFAULT 1 pci_read
190: 0010126d 44 FUNC GLOBAL DEFAULT 1 byte_to_hex
191: 0018cf60 4 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_qemu_xen_len
192: 0010357c 145 FUNC GLOBAL DEFAULT 1 xenstore_read
193: 00100bdd 32 FUNC GLOBAL DEFAULT 1 strlen
194: 001034cd 175 FUNC GLOBAL DEFAULT 1 xenbus_shutdown
195: 0010159a 61 FUNC GLOBAL DEFAULT 1 mem_hole_alloc
196: 0016fcc0 4 OBJECT GLOBAL DEFAULT 4 dsdt_anycpu_len
197: 001009a4 10 FUNC GLOBAL DEFAULT 1 rdmsr
198: 0018ce20 244 OBJECT GLOBAL DEFAULT 4 Fadt
199: 001050ac 612 FUNC GLOBAL DEFAULT 1 rombios_highbios_setup
200: 0014f5c0 52 OBJECT GLOBAL DEFAULT 4 seabios_config
No version information found in this file.
[-- Attachment #6: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-24 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 21:10 Booting F21-Alpha-x86 iso image on Xen 4.4 with: io.c:206:d240 MMIO emulation failed @ 0008:ffff245f: 38 7d 2d 3d 02 83 ff ff da 95 Konrad Rzeszutek Wilk
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).