Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2022 00:38:00 +0200
From:      Ze Dupsys <zedupsys@gmail.com>
To:        =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <roger.pau@citrix.com>
Cc:        freebsd-xen@freebsd.org, buhrow@nfbcal.org
Subject:   Re: ZFS + FreeBSD XEN dom0 panic
Message-ID:  <48b74c39-abb3-0a3e-91a8-b5ab1e1223ce@gmail.com>
In-Reply-To: <Yj8lZWqeHbD%2BkfOQ@Air-de-Roger>
References:  <YjipQwBQ/JTo4S6G@Air-de-Roger> <Yji8NZePmovLFhk2@Air-de-Roger> <YjxuPF80Z8z0V58t@Air-de-Roger> <abcdae23-eea9-93c3-04da-61b7f79a99e9@gmail.com> <YjybrgeORadwBmjP@Air-de-Roger> <088c8222-063a-1db5-da83-a5a0168d66c6@gmail.com> <Yj16hdrxawD61mAL@Air-de-Roger> <639f7ce0-8a07-884c-c1cf-8257b9f3d9e8@gmail.com> <Yj7YrW9CG2aXT%2BiC@Air-de-Roger> <4da2302b-0745-ea1d-c868-5a8a5fc66b18@gmail.com> <Yj8lZWqeHbD%2BkfOQ@Air-de-Roger>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On 2022.03.26. 16:38, Roger Pau Monné wrote:
 > ..
 > It's weird, because here you get a page fault, but there are also
 > traces with:
 > ..
 > general protection fault while in kernel mode
 > ..
 > That show a general protection fault instead of a page fault.

Yes indeed, i had not noticed this. Grepped across 34 stored panic log 
files, i see that 28 are page fault, 4 are general protection fault, 2 
other. I though maybe RAM size influences this, but page faults have 2G, 
4G, 6G, 8G Dom0, general protection faults have 2G, 4G, 8G.

I have no idea what triggers what, since stress tests and command line 
args are more or less the same. Builds are different with patches, some 
debug info, etc. Almost all panic traces have "rman_is_region_manager" 
in mid, actually looking all of them together seemed interesting. I'll 
attach unique panic traces, since some included snprintf, kvprintf as 
well, maybe helpful. Unfortunately i do not know which version and what 
patches were applied.


 > I've also noticed it seems to always be 'devmatch' the process that
 > triggers the panic.

Yes, it seems to be the case most of the time. There are 3 cases when
process is "xbbd* taskq". 2 cases with 2G RAM, 1 with 6G.


 > I've been able to get a better trace with gdb and your debug symbols,
 > and this is:
 >
 > (gdb) info line *0xffffffff80c6a2b2
 > Line 1386 of "/usr/src/sys/kern/subr_bus.c" starts at address 
0xffffffff80c6a2b2 <device_get_name+18>
 >     and ends at 0xffffffff80c6a2b6 <device_get_name+22>.
 > (gdb) info line *0xffffffff80c86ed1
 > Line 1052 of "/usr/src/sys/kern/subr_rman.c" starts at address 
0xffffffff80c86ecc <sysctl_rman+540>
 >     and ends at 0xffffffff80c86ed5 <sysctl_rman+549>.

This is a nice find!


 > I'm trying to figure out how the device could be removed or
 > disconnected from the rman. I will try to create a patch to catch the
 > device that leaves rman regions when destroyed/removed.

Okay, i'll apply when it will be possible.

I did run xen-debug on system with applied blkback.patch as you sent in 
next message to this.

System had panic with new trace:
Fatal trap 12: page fault while in kernel mode
cpuid = 2; apic id = 04
fault virtual address	= 0xa4
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff80c90ed0
stack pointer	        = 0x28:0xfffffe0051927ab0
frame pointer	        = 0x28:0xfffffe0051927ad0
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 16 (xenwatch)
trap number		= 12
panic: page fault
cpuid = 1
time = 1648331592
KDB: stack backtrace:
#0 0xffffffff80c7c275 at kdb_backtrace+0x65
#1 0xffffffff80c2e2d1 at vpanic+0x181
#2 0xffffffff80c2e143 at panic+0x43
#3 0xffffffff810c8b97 at trap+0xba7
#4 0xffffffff810c8bef at trap+0xbff
#5 0xffffffff810c8243 at trap+0x253
#6 0xffffffff810a0838 at calltrap+0x8
#7 0xffffffff80a98515 at xbd_instance_create+0x7895
#8 0xffffffff80a98462 at xbd_instance_create+0x77e2
#9 0xffffffff80a9619b at xbd_instance_create+0x551b
#10 0xffffffff80f95c54 at xenbusb_localend_changed+0x7c4
#11 0xffffffff80ab0ef4 at xs_unlock+0x704
#12 0xffffffff80beaede at fork_exit+0x7e
#13 0xffffffff810a18ae at fork_trampoline+0xe

cat /tmp/panic.log| sed -Ee 's/^#[0-9]* //' -e 's/ .*//' | xargs 
addr2line -e /usr/lib/debug/boot/kernel/kernel.debug

/usr/src/sys/kern/subr_kdb.c:443
/usr/src/sys/kern/kern_shutdown.c:0
/usr/src/sys/kern/kern_shutdown.c:844
/usr/src/sys/amd64/amd64/trap.c:944
/usr/src/sys/amd64/amd64/trap.c:0
/usr/src/sys/amd64/amd64/trap.c:0
/usr/src/sys/amd64/amd64/exception.S:292
/usr/src/sys/dev/xen/blkback/blkback.c:2789
/usr/src/sys/dev/xen/blkback/blkback.c:3431
/usr/src/sys/dev/xen/blkback/blkback.c:3912
/usr/src/sys/xen/xenbus/xenbusb_back.c:238
/usr/src/sys/dev/xen/xenstore/xenstore.c:1007
/usr/src/sys/kern/kern_fork.c:1099
/usr/src/sys/amd64/amd64/exception.S:1091

Full serial log in attachment.

Thanks.

[-- Attachment #2 --]
==== COUNT: 1
Fatal trap 9: general protection fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer	= 0x20:0xffffffff80c45892
stack pointer	        = 0x28:0xfffffe00d2d2b930
frame pointer	        = 0x28:0xfffffe00d2d2b930
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 10984 (devmatch)
trap number		= 9
panic: general protection fault
cpuid = 0
time = 1646305680
KDB: stack backtrace:
#0 0xffffffff80c57525 at kdb_backtrace+0x65
#1 0xffffffff80c09f01 at vpanic+0x181
#2 0xffffffff80c09d73 at panic+0x43
#3 0xffffffff8108b1a7 at trap+0xbc7
#4 0xffffffff8108a66e at trap+0x8e
#5 0xffffffff81061b18 at calltrap+0x8
#6 0xffffffff80c62011 at rman_is_region_manager+0x241
#7 0xffffffff80c1a051 at sbuf_new_for_sysctl+0x101
#8 0xffffffff80c1949c at kernel_sysctl+0x43c
#9 0xffffffff80c19b13 at userland_sysctl+0x173
#10 0xffffffff80c1995f at sys___sysctl+0x5f
#11 0xffffffff8108baac at amd64_syscall+0x10c
#12 0xffffffff8106243e at Xfast_syscall+0xfe
Uptime: 1h15m46s


==== COUNT: 3
Fatal trap 9: general protection fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer	= 0x20:0xffffffff80d0728f
stack pointer	        = 0x28:0xfffffe00a17ea790
frame pointer	        = 0x28:0xfffffe00a17ea790
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 2785 (devmatch)
trap number		= 9
panic: general protection fault
cpuid = 1
time = 1646419029
KDB: stack backtrace:
#0 0xffffffff80c57525 at kdb_backtrace+0x65
#1 0xffffffff80c09f01 at vpanic+0x181
#2 0xffffffff80c09d73 at panic+0x43
#3 0xffffffff8108b1a7 at trap+0xbc7
#4 0xffffffff8108a66e at trap+0x8e
#5 0xffffffff81061b18 at calltrap+0x8
#6 0xffffffff80c5da17 at kvprintf+0x1007
#7 0xffffffff80c5e719 at snprintf+0x59
#8 0xffffffff80c6204b at rman_is_region_manager+0x27b
#9 0xffffffff80c1a051 at sbuf_new_for_sysctl+0x101
#10 0xffffffff80c1949c at kernel_sysctl+0x43c
#11 0xffffffff80c19b13 at userland_sysctl+0x173
#12 0xffffffff80c1995f at sys___sysctl+0x5f
#13 0xffffffff8108baac at amd64_syscall+0x10c
#14 0xffffffff8106243e at Xfast_syscall+0xfe

[-- Attachment #3 --]
Unique on "current process" and trace fingerprint #0-#*.

==== COUNT: 23
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x22710028
fault code    = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff80c45892
stack pointer         = 0x28:0xfffffe0096600930
frame pointer         = 0x28:0xfffffe0096600930
code segment    = base 0x0, limit 0xfffff, type 0x1b
      = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags  = interrupt enabled, resume, IOPL = 0
current process   = 1496 (devmatch)
trap number   = 12
panic: page fault
cpuid = 0
time = 1646123791
KDB: stack backtrace:
#0 0xffffffff80c57525 at kdb_backtrace+0x65
#1 0xffffffff80c09f01 at vpanic+0x181
#2 0xffffffff80c09d73 at panic+0x43
#3 0xffffffff8108b1a7 at trap+0xbc7
#4 0xffffffff8108b1ff at trap+0xc1f
#5 0xffffffff8108a85d at trap+0x27d
#6 0xffffffff81061b18 at calltrap+0x8
#7 0xffffffff80c62011 at rman_is_region_manager+0x241
#8 0xffffffff80c1a051 at sbuf_new_for_sysctl+0x101
#9 0xffffffff80c1949c at kernel_sysctl+0x43c
#10 0xffffffff80c19b13 at userland_sysctl+0x173
#11 0xffffffff80c1995f at sys___sysctl+0x5f
#12 0xffffffff8108baac at amd64_syscall+0x10c
#13 0xffffffff8106243e at Xfast_syscall+0xfe



==== COUNT: 2
current process   = 20284 (devmatch)
trap number   = 12
panic: page fault
cpuid = 3
time = 1647247618
KDB: stack backtrace:
#0 0xffffffff80c7c615 at kdb_backtrace+0x65
#1 0xffffffff80c2e621 at vpanic+0x181
#2 0xffffffff80c2e493 at panic+0x43
#3 0xffffffff810c8b97 at trap+0xba7
#4 0xffffffff810c8bef at trap+0xbff
#5 0xffffffff810c8243 at trap+0x253
#6 0xffffffff810a09d8 at calltrap+0x8
#7 0xffffffff80c82c77 at kvprintf+0x1007
#8 0xffffffff80c83a09 at snprintf+0x59
#9 0xffffffff80c8729b at rman_is_region_manager+0x27b
#10 0xffffffff80c3ee81 at sbuf_new_for_sysctl+0x101
#11 0xffffffff80c3e2cc at kernel_sysctl+0x3ec
#12 0xffffffff80c3e943 at userland_sysctl+0x173
#13 0xffffffff80c3e78f at sys___sysctl+0x5f
#14 0xffffffff810c949c at amd64_syscall+0x10c
#15 0xffffffff810a12eb at Xfast_syscall+0xfb



==== COUNT: 2
Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 02
fault virtual address = 0x68
fault code    = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff824a599d
stack pointer         = 0x28:0xfffffe00b1e27910
frame pointer         = 0x28:0xfffffe00b1e279b0
code segment    = base 0x0, limit 0xfffff, type 0x1b
      = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags  = interrupt enabled, resume, IOPL = 0
current process   = 0 (xbbd7 taskq)
trap number   = 12
panic: page fault
cpuid = 1
time = 1646122723
KDB: stack backtrace:
#0 0xffffffff80c57525 at kdb_backtrace+0x65
#1 0xffffffff80c09f01 at vpanic+0x181
#2 0xffffffff80c09d73 at panic+0x43
#3 0xffffffff8108b1a7 at trap+0xbc7
#4 0xffffffff8108b1ff at trap+0xc1f
#5 0xffffffff8108a85d at trap+0x27d
#6 0xffffffff81061b18 at calltrap+0x8
#7 0xffffffff8248935a at dmu_read+0x2a
#8 0xffffffff82456a3a at zvol_geom_bio_strategy+0x2aa
#9 0xffffffff80a7f214 at xbd_instance_create+0xa394
#10 0xffffffff80a7b1ea at xbd_instance_create+0x636a
#11 0xffffffff80c6b1c1 at taskqueue_run+0x2a1
#12 0xffffffff80c6c4dc at taskqueue_thread_loop+0xac
#13 0xffffffff80bc7e3e at fork_exit+0x7e
#14 0xffffffff81062b9e at fork_trampoline+0xe


==== COUNT: 1
Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 02
fault virtual address = 0x148
fault code    = supervisor read data, page not present
instruction pointer = 0x20:0xffffffff8248cef4
stack pointer         = 0x28:0xfffffe009941d9a0
frame pointer         = 0x28:0xfffffe009941d9a0
code segment    = base 0x0, limit 0xfffff, type 0x1b
      = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags  = interrupt enabled, resume, IOPL = 0
current process   = 0 (xbbd1 taskq)
trap number   = 12
panic: page fault
cpuid = 1
time = 1646129773
KDB: stack backtrace:
#0 0xffffffff80c57525 at kdb_backtrace+0x65
#1 0xffffffff80c09f01 at vpanic+0x181
#2 0xffffffff80c09d73 at panic+0x43
#3 0xffffffff8108b1a7 at trap+0xbc7
#4 0xffffffff8108b1ff at trap+0xc1f
#5 0xffffffff8108a85d at trap+0x27d
#6 0xffffffff81061b18 at calltrap+0x8
#7 0xffffffff825cb76e at zil_open+0xe
#8 0xffffffff82456d02 at zvol_ensure_zilog+0xb2
#9 0xffffffff82456818 at zvol_geom_bio_strategy+0x88
#10 0xffffffff80a7f214 at xbd_instance_create+0xa394
#11 0xffffffff80a7b1ea at xbd_instance_create+0x636a
#12 0xffffffff80c6b1c1 at taskqueue_run+0x2a1
#13 0xffffffff80c6c4dc at taskqueue_thread_loop+0xac
#14 0xffffffff80bc7e3e at fork_exit+0x7e
#15 0xffffffff81062b9e at fork_trampoline+0xe

[-- Attachment #4 --]
unkLoading /boot/loader.conf.local
-\//boot/xen-debug data=0x27d9c8+0x144638 -
Loading kernel...
\|//boot/kernel/kernel -\|/-\|/-\|/-\|size=0x1de1d50
/-\|Loading configured modules...
/boot/entropy size=0x1000
//etc/hostid size=0x25

Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/boot/kernel/kernel] in 3 seconds... Booting [/boot/kernel/kernel] in 2 seconds... Booting [/boot/kernel/kernel] in 1 second... Booting [/boot/kernel/kernel]...               
 Xen 4.15.0
(XEN) Xen version 4.15.0 (root@) (FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)) debug=n Sat Mar 26 11:26:56 CET 2022
(XEN) Latest ChangeSet: 
(XEN) build-id: 02107904a316e466a517b085bcced0c4df9648ca
(XEN) Console output is synchronous.
(XEN) Bootloader: FreeBSD Loader
(XEN) Command line: dom0_mem=2048M dom0_max_vcpus=4 dom0=pvh,verbose=1 console=vga,com1 com1=9600,8n1 guest_loglvl=all loglvl=all sync_console=1 noreboot
(XEN) Xen image load base address: 0
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 30 (0x1e), Stepping 5 (raw 000106e5)
(XEN) Xen-e820 RAM map:
(XEN)  [0000000000000000, 000000000009a3ff] (usable)
(XEN)  [000000000009a400, 000000000009ffff] (reserved)
(XEN)  [00000000000e0000, 00000000000fffff] (reserved)
(XEN)  [0000000000100000, 000000009d976fff] (usable)
(XEN)  [000000009d977000, 000000009da48fff] (ACPI NVS)
(XEN)  [000000009da49000, 000000009f6a3fff] (ACPI data)
(XEN)  [000000009f6a4000, 000000009f6defff] (reserved)
(XEN)  [000000009f6df000, 000000009f788fff] (ACPI data)
(XEN)  [000000009f789000, 000000009f7defff] (ACPI NVS)
(XEN)  [000000009f7df000, 000000009f7fffff] (ACPI data)
(XEN)  [000000009f800000, 00000000afffffff] (reserved)
(XEN)  [00000000fed1c000, 00000000fed1ffff] (reserved)
(XEN)  [00000000ff800000, 00000000ffffffff] (reserved)
(XEN)  [0000000100000000, 000000045fffffff] (usable)
(XEN) New Xen image base address: 0x9d200000
(XEN) ACPI: RSDP 000F0410, 0024 (r2 INTEL )
(XEN) ACPI: XSDT 9F7FD120, 008C (r1 INTEL  S3420GPV        0       1000013)
(XEN) ACPI: FACP 9F7FB000, 00F4 (r4 INTEL  S3420GPV        0 MSFT  100000D)
(XEN) ACPI: DSDT 9F7F6000, 4891 (r2 INTEL  S3420GPV        3 MSFT  100000D)
(XEN) ACPI: FACS 9F789000, 0040
(XEN) ACPI: APIC 9F7F5000, 00BC (r2 INTEL  S3420GPV        0 MSFT  100000D)
(XEN) ACPI: MCFG 9F7F4000, 003C (r1 INTEL  S3420GPV        1 MSFT  100000D)
(XEN) ACPI: HPET 9F7F3000, 0038 (r1 INTEL  S3420GPV        1 MSFT  100000D)
(XEN) ACPI: SLIT 9F7F2000, 0030 (r1 INTEL  S3420GPV        1 MSFT  100000D)
(XEN) ACPI: SPCR 9F7F1000, 0050 (r1 INTEL  S3420GPV        0 MSFT  100000D)
(XEN) ACPI: WDDT 9F7F0000, 0040 (r1 INTEL  S3420GPV        0 MSFT  100000D)
(XEN) ACPI: SSDT 9F7E5000, AEF4 (r2  INTEL SSDT  PM     4000 INTL 20061109)
(XEN) ACPI: DMAR 9F7E4000, 00A8 (r1 INTEL  S3420GPV        1 MSFT  100000D)
(XEN) ACPI: HEST 9F7E3000, 00A8 (r1 INTEL  S3420GPV        1 INTL        1)
(XEN) ACPI: BERT 9F7E2000, 0030 (r1 INTEL  S3420GPV        1 INTL        1)
(XEN) ACPI: ERST 9F7E1000, 0230 (r1 INTEL  S3420GPV        1 INTL        1)
(XEN) ACPI: EINJ 9F7E0000, 0130 (r1 INTEL  S3420GPV        1 INTL        1)
(XEN) System RAM: 16345MB (16737348kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000000460000000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fd9a0
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x408 (24 bits)
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:404,1:0], pm1x_evt[1:400,1:0]
(XEN) ACPI:             wakeup_vec[9f78900c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a801 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base a0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at a0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 1640 MSI/MSI-X
(XEN) CPU0: 1200 ... 2533 MHz
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Speculative mitigation facilities:
(XEN)   Hardware features: IBRS/IBPB STIBP
(XEN)   Compiled-in support: SHADOW_PAGING
(XEN)   Xen settings: BTI-Thunk N/A, SPEC_CTRL: IBRS+, Other: IBPB BRANCH_HARDEN
(XEN)   L1TF: believed vulnerable, maxphysaddr L1D 44, CPUID 36, Safe address 1000000000
(XEN)   Support for HVM VMs: MSR_SPEC_CTRL RSB EAGER_FPU
(XEN)   Support for PV VMs: MSR_SPEC_CTRL RSB EAGER_FPU
(XEN)   XPTI (64-bit PV only): Dom0 enabled, DomU enabled (without PCID)
(XEN)   PV L1TF shadowing: Dom0 disabled, DomU enabled
(XEN) Using scheduler: SMP Credit Scheduler rev2 (credit2)
(XEN) Initializing Credit2 scheduler
(XEN)  load_precision_shift: 18
(XEN)  load_window_shift: 30
(XEN)  underload_balance_tolerance: 0
(XEN)  overload_balance_tolerance: -3
(XEN)  runqueues arrangement: socket
(XEN)  cap enforcement granularity: 10ms
(XEN) load tracking window length 1073741824 ns
(XEN) Platform timer is 14.318MHz HPET
(XEN) Detected 2533.308 MHz processor.
(XEN) Freed 1024kB unused BSS memory
(XEN) alt table ffff82d040458ff8 -> ffff82d04046203c
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB
(XEN) Intel VT-d Snoop Control enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping not enabled.
(XEN) Intel VT-d Posted Interrupt not enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping disabled
(XEN) nr_sockets: 1
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x1120
(XEN) mwait-idle: v0.4.1 model 0x1e
(XEN) mwait-idle: lapic_timer_reliable_states 0x2
(XEN) HPET: 8 timers usable for broadcast (8 total)
(XEN) VMX: Supported advanced features:
(XEN)  - APIC MMIO access virtualisation
(XEN)  - APIC TPR shadow
(XEN)  - Extended Page Tables (EPT)
(XEN)  - Virtual-Processor Identifiers (VPID)
(XEN)  - Virtual NMI
(XEN)  - MSR direct-access bitmap
(XEN) HVM: ASIDs enabled.
(XEN) VMX: Disabling executable EPT superpages due to CVE-2018-12207
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB
(XEN) alt table ffff82d040458ff8 -> ffff82d04046203c
(XEN) Disabling C-states C3 and C6 due to CPU errata
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) mwait-idle: max C-state 1 reached
(XEN) Brought up 8 CPUs
(XEN) Scheduling granularity: cpu, 1 CPU per sched-resource
(XEN) Adding cpu 0 to runqueue 0
(XEN)  First cpu on runqueue, activating
(XEN) Adding cpu 1 to runqueue 0
(XEN) Adding cpu 2 to runqueue 0
(XEN) Adding cpu 3 to runqueue 0
(XEN) Adding cpu 4 to runqueue 0
(XEN) Adding cpu 5 to runqueue 0
(XEN) Adding cpu 6 to runqueue 0
(XEN) Adding cpu 7 to runqueue 0
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) NX (Execute Disable) protection active
(XEN) Dom0 has maximum 856 PIRQs
(XEN) *** Building a PVH Dom0 ***
(XEN) Dom0 memory allocation stats:
(XEN) order  1 allocations: 2
(XEN) order  2 allocations: 1
(XEN) order  3 allocations: 1
(XEN) order  4 allocations: 1
(XEN) order  5 allocations: 1
(XEN) order  6 allocations: 1
(XEN) order  7 allocations: 1
(XEN) order  8 allocations: 1
(XEN) order  9 allocations: 1
(XEN) order 10 allocations: 1
(XEN) order 11 allocations: 1
(XEN) order 12 allocations: 1
(XEN) order 13 allocations: 1
(XEN) order 14 allocations: 1
(XEN) order 15 allocations: 1
(XEN) order 16 allocations: 1
(XEN) order 17 allocations: 1
(XEN) order 18 allocations: 1
(XEN) WARNING: PVH is an experimental mode with limited functionality
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Scrubbing Free RAM in background
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) ***************************************************
(XEN) WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) This option is intended to aid debugging of Xen by ensuring
(XEN) that all output is synchronously delivered on the serial line.
(XEN) However it can introduce SIGNIFICANT latencies and affect
(XEN) timekeeping. It is NOT recommended for production use!
(XEN) ***************************************************
(XEN) Booted on L1TF-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Please assess your configuration and choose an
(XEN) explicit 'smt=<bool>' setting.  See XSA-273.
(XEN) ***************************************************
(XEN) Booted on MLPDS/MFBDS-vulnerable hardware with SMT/Hyperthreading
(XEN) enabled.  Mitigations will not be fully effective.  Please
(XEN) choose an explicit smt=<bool> setting.  See XSA-297.
(XEN) ***************************************************
(XEN) 3... 2... 1... 
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input to DOM0 (type 'CTRL-a' three times to switch input)
(XEN) Freed 604kB init memory
---<<BOOT>>---
APIC: Using the MADT enumerator.
Copyright (c) 1992-2021 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 13.1-STABLE #33 stable/13-4081882c4-dirty: Sat Mar 26 22:17:13 EET 2022
    root@lab-01.localnet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
PPIM 0: PA=0xb8000, VA=0xffffffff82710000, size=0x8000, mode=0
pmap: large map 8 PML4 slots (4096 GB)
VT(vga): text 80x25
XEN: Hypervisor version 4.15 detected.
(XEN) d0v0: upcall vector 93
Preloaded elf multiboot kernel "/boot/xen-debug" at 0xffffffff8244b540.
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff8244b710.
Preloaded boot_entropy_cache "/boot/entropy" at 0xffffffff824538c8.
Preloaded hostuuid "/etc/hostid" at 0xffffffff82453920.
Preloaded TSLOG data "TSLOG" at 0xffffffff82453970.
Early TSC frequency 2533308830Hz calibrated from 8254 PIT
CPU: Intel(R) Xeon(R) CPU           X3440  @ 2.53GHz (2533.31-MHz K8-class CPU)
  Origin="GenuineIntel"  Id=0x106e5  Family=0x6  Model=0x1e  Stepping=5
  Features=0x1fc3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT>
  Features2=0x80b82201<SSE3,SSSE3,CX16,SSE4.1,SSE4.2,x2APIC,POPCNT,HV>
  AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
  AMD Features2=0x1<LAHF>
  Structured Extended Features3=0xc000000<IBPB,STIBP>
  AMD Extended Feature Extensions ID EBX=0x1000<IBPB>
  TSC: P-state invariant
Data TLB0: 2-MByte or 4 MByte pages, 4-way set associative, 32 entries
Data TLB: 4 KB pages, 4-way set associative, 64 entries
Instruction TLB: 2-MByte or 4-MByte pages, fully associative, 7 entries
3rd-level cache: 8 MByte, 16-way set associative, 64 byte line size
Instruction TLB: 4KByte pages, 4-way set associative, 64 entries
64-Byte prefetching
1st-level data cache: 32 KB, 8-way set associative, 64 byte line size
2nd-level cache: 256 KBytes, 8-way set associative, 64 byte line size
Shared 2nd-Level TLB: 4 KByte pages, 4-way associative, 512 entries
1st-level instruction cache: 32 KB, 4-way set associative, 64 byte line size
L2 cache: 256 kbytes, 8-way associative, 64 bytes/line
Hypervisor: Origin = "XenVMMXenVMM"
real memory  = 2147889152 (2048 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x0000000000099fff, 626688 bytes (153 pages)
0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
0x0000000002701000 - 0x000000007c9d6fff, 2049794048 bytes (500438 pages)
0x0000000080000000 - 0x000000008003afff, 241664 bytes (59 pages)
avail memory = 2041270272 (1946 MB)
x2APIC available but disabled due to running under XEN
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 2 ACPI ID 1: enabled
SMP: Added CPU 2 (AP)
MADT: Found CPU APIC ID 4 ACPI ID 2: enabled
SMP: Added CPU 4 (AP)
MADT: Found CPU APIC ID 6 ACPI ID 3: enabled
SMP: Added CPU 6 (AP)
Event timer "LAPIC" quality 100
LAPIC: ipi_wait() us multiplier 1 (r 2545694972 tsc 2533308830)
ACPI APIC Table: <INTEL  S3420GPV>
Package ID shift: 4
L3 cache ID shift: 4
L2 cache ID shift: 1
L1 cache ID shift: 1
Core ID shift: 1
AP boot address 0x1000
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 4 as a target
INTR: Adding local APIC 6 as a target
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
Package HW ID = 0
	Core HW ID = 0
		CPU0 (BSP): APIC ID: 0
	Core HW ID = 1
		CPU1 (AP): APIC ID: 2
	Core HW ID = 2
		CPU2 (AP): APIC ID: 4
	Core HW ID = 3
		CPU3 (AP): APIC ID: 6
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 3
x86bios:  IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x001000-0x001fff at 0xfffffe0003ffa000
x86bios: EBDA 0x09a000-0x09ffff at 0xfffff8000009a000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
Pentium Pro MTRR support enabled
random: read 4096 bytes from preloaded cache
random: no platform bootloader entropy
random: unblocking device.
VIMAGE (virtualized network stack) enabled
hostuuid: using 3ced14d4-0272-11e0-b71c-001e67020706
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
Xen interrupts: unable to register PIRQ EOI map
Xen interrupt system initialized
ACPI: RSDP 0x0000000080063F0C 000024 (v02 INTEL )
ACPI: XSDT 0x0000000080063F30 000044 (v01 INTEL  S3420GPV 00000000      01000013)
ACPI: APIC 0x0000000080063F74 00008C (v02 INTEL  S3420GPV 00000000 MSFT 0100000D)
ACPI: FACP 0x000000009F7FB000 0000F4 (v04 INTEL  S3420GPV 00000000 MSFT 0100000D)
ACPI: DSDT 0x000000009F7F6000 004891 (v02 INTEL  S3420GPV 00000003 MSFT 0100000D)
ACPI: FACS 0x000000009F789000 000040
ACPI: MCFG 0x000000009F7F4000 00003C (v01 INTEL  S3420GPV 00000001 MSFT 0100000D)
ACPI: SSDT 0x000000009F7E5000 00AEF4 (v02 INTEL  SSDT  PM 00004000 INTL 20061109)
MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000
ioapic0: ver 0x11 maxredir 0x17
ioapic0: Routing external 8259A's -> intpin 0
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0 <Version 1.1> irqs 0-23
cpu0 BSP:
     ID: 0x00000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff x2APIC: 0
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
(XEN) d0v3: upcall vector 93
(XEN) d0v2: upcall vector 93
(XEN) d0v1: upcall vector 93
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x06000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff x2APIC: 0
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x04000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff x2APIC: 0
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x02000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff x2APIC: 0
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: passed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
KTLS: Initialized 4 threads
wlan: <802.11 Link Layer>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=2 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
random: entropy device external interface
EFI systbl not available
[ath_hal] loaded
tcp_log: tcp_log device
crypto: <crypto core>
kbd: new array size 4
kbd1 at kbdmux0
io: <I/O>
mem: <memory>
null: <full device, null device, zero device>
vtvga0: <VT VGA driver>
smbios0: <System Management BIOS> at iomem 0xf0440-0xf045e
smbios0: Version: 2.5, BCD Revision: 2.5
crypto: assign cryptosoft0 driver id 0, flags 0x6000000
aesni0: No AES or SHA support.
acpi0: <INTEL S3420GPV>
ACPI: 2 ACPI AML tables successfully acquired and loaded
PCIe: Memory Mapped configuration base @ 0xa0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffe0003fe3000 pa 0x2000
Firmware Error (ACPI): AE_AML_BUFFER_LIMIT, Field [CPB3] at bit offset/length 64/32 exceeds size of target Buffer (64 bits) (20201113/dsopcode-356)
ACPI Error: Aborting method \_SB._OSC due to previous error (AE_AML_BUFFER_LIMIT) (20201113/psparse-689)
acpi0: _OSC failed: AE_AML_BUFFER_LIMIT
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
ACPI: Processor \_PR_.CPU4 (ACPI ID 4) ignored
ACPI: Processor \_PR_.CPU5 (ACPI ID 5) ignored
ACPI: Processor \_PR_.CPU6 (ACPI ID 6) ignored
ACPI: Processor \_PR_.CPU7 (ACPI ID 7) ignored
atrtc0: <AT realtime clock> port 0x70-0x71,0x74-0x77 irq 8 on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 2 vector 48
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 4 vector 48
Event timer "i8254" frequency 1193182 Hz quality 100
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
hpet0: vendor 0xffff, rev 0xff, 232831Hz 64bit, 32 timers, legacy route
hpet0:  t0: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t1: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t2: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t3: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t4: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t5: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t6: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t7: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t8: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t9: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t10: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t11: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t12: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t13: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t14: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t15: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t16: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t17: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t18: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t19: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t20: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t21: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t22: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t23: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t24: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t25: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t26: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t27: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t28: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t29: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t30: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0:  t31: irqs 0xffffffff (31), MSI, 64bit, periodic
hpet0: HPET never increments, disabling
device_attach: hpet0 attach returned 6
ACPI timer: -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0    5   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0    9   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  Validation          0   10   N     0  3 4 5 6 7 9 10 11 12 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xfe
pcib0: decoding 4 range 0-0xcf7
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc4000-0xcbfff
pcib0: decoding 3 range 0xfed40000-0xfedfffff
pcib0: decoding 3 range 0xb0000000-0xfdffffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x8086, dev=0xd130, revid=0x11
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0140, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd138, revid=0x11
	domain=0, bus=0, slot=3, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 3  supports D0 D3  current D0
	MSI supports 2 messages, vector masks
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 16
	secbus=1, subbus=1
found->	vendor=0x8086, dev=0xd155, revid=0x11
	domain=0, bus=0, slot=8, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd156, revid=0x11
	domain=0, bus=0, slot=8, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd157, revid=0x11
	domain=0, bus=0, slot=8, func=2
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd158, revid=0x11
	domain=0, bus=0, slot=8, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd150, revid=0x11
	domain=0, bus=0, slot=16, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0xd151, revid=0x11
	domain=0, bus=0, slot=16, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x10ef, revid=0x05
	domain=0, bus=0, slot=25, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xb1200000, size 17, enabled
pcib0: allocated type 3 (0xb1200000-0xb121ffff) for rid 10 of pci0:0:25:0
	map[14]: type Memory, range 32, base 0xb1225000, size 12, enabled
pcib0: allocated type 3 (0xb1225000-0xb1225fff) for rid 14 of pci0:0:25:0
	map[18]: type I/O Port, range 32, base 0x3040, size  5, enabled
pcib0: allocated type 4 (0x3040-0x305f) for rid 18 of pci0:0:25:0
pcib0: matched entry for 0.25.INTA
pcib0: slot 25 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x3b3c, revid=0x05
	domain=0, bus=0, slot=26, func=0
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0146, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=9
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xb1222000, size 10, enabled
pcib0: allocated type 3 (0xb1222000-0xb12223ff) for rid 10 of pci0:0:26:0
pcib0: matched entry for 0.26.INTA
pcib0: slot 26 INTA hardwired to IRQ 21
found->	vendor=0x8086, dev=0x3b42, revid=0x05
	domain=0, bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 16
	secbus=2, subbus=2
found->	vendor=0x8086, dev=0x3b4a, revid=0x05
	domain=0, bus=0, slot=28, func=4
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTB
pcib0: slot 28 INTB hardwired to IRQ 16
	secbus=3, subbus=3
found->	vendor=0x8086, dev=0x3b4e, revid=0x05
	domain=0, bus=0, slot=28, func=6
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=5
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTC
pcib0: slot 28 INTC hardwired to IRQ 18
	secbus=4, subbus=4
found->	vendor=0x8086, dev=0x3b50, revid=0x05
	domain=0, bus=0, slot=28, func=7
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTD
pcib0: slot 28 INTD hardwired to IRQ 19
	secbus=5, subbus=5
found->	vendor=0x8086, dev=0x3b34, revid=0x05
	domain=0, bus=0, slot=29, func=0
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0146, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xb1221000, size 10, enabled
pcib0: allocated type 3 (0xb1221000-0xb12213ff) for rid 10 of pci0:0:29:0
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
found->	vendor=0x8086, dev=0x244e, revid=0xa5
	domain=0, bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=0
	cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	secbus=6, subbus=6
found->	vendor=0x8086, dev=0x3b14, revid=0x05
	domain=0, bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0147, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3b22, revid=0x05
	domain=0, bus=0, slot=31, func=2
	class=01-06-01, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=5
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message
	map[10]: type I/O Port, range 32, base 0x3068, size  3, enabled
pcib0: allocated type 4 (0x3068-0x306f) for rid 10 of pci0:0:31:2
	map[14]: type I/O Port, range 32, base 0x3074, size  2, enabled
pcib0: allocated type 4 (0x3074-0x3077) for rid 14 of pci0:0:31:2
	map[18]: type I/O Port, range 32, base 0x3060, size  3, enabled
pcib0: allocated type 4 (0x3060-0x3067) for rid 18 of pci0:0:31:2
	map[1c]: type I/O Port, range 32, base 0x3070, size  2, enabled
pcib0: allocated type 4 (0x3070-0x3073) for rid 1c of pci0:0:31:2
	map[20]: type I/O Port, range 32, base 0x3020, size  5, enabled
pcib0: allocated type 4 (0x3020-0x303f) for rid 20 of pci0:0:31:2
	map[24]: type Memory, range 32, base 0xb1220000, size 11, enabled
pcib0: allocated type 3 (0xb1220000-0xb12207ff) for rid 24 of pci0:0:31:2
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 18
found->	vendor=0x8086, dev=0x3b30, revid=0x05
	domain=0, bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=5
	map[10]: type Memory, range 64, base 0xb1223000, size  8, enabled
pcib0: allocated type 3 (0xb1223000-0xb12230ff) for rid 10 of pci0:0:31:3
	map[20]: type I/O Port, range 32, base 0x3000, size  5, enabled
pcib0: allocated type 4 (0x3000-0x301f) for rid 20 of pci0:0:31:3
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 18
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 3.0 on pci0
pcib0: allocated type 4 (0x2000-0x2fff) for rid 1c of pcib1
pcib0: allocated type 3 (0xb1000000-0xb10fffff) for rid 24 of pcib1
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0x2000-0x2fff
pcib1:   prefetched decode 0xb1000000-0xb10fffff
pci1: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found->	vendor=0x1c00, dev=0x3250, revid=0x10
	domain=0, bus=1, slot=0, func=0
	class=07-00-05, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 3  supports D0 D3  current D0
	MSI supports 32 messages, 64 bit, vector masks
	map[10]: type I/O Port, range 32, base 0x2000, size  8, enabled
pcib1: allocated I/O port range (0x2000-0x20ff) for rid 10 of pci0:1:0:0
	map[14]: type Prefetchable Memory, range 32, base 0xb1000000, size 15, enabled
pcib1: allocated prefetch range (0xb1000000-0xb1007fff) for rid 14 of pci0:1:0:0
	map[18]: type I/O Port, range 32, base 0x2100, size  2, enabled
pcib1: allocated I/O port range (0x2100-0x2103) for rid 18 of pci0:1:0:0
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 16
pci1: <simple comms, UART> at device 0.0 (no driver attached)
pci0: <base peripheral> at device 8.0 (no driver attached)
pci0: <base peripheral> at device 8.1 (no driver attached)
pci0: <base peripheral> at device 8.2 (no driver attached)
pci0: <base peripheral> at device 8.3 (no driver attached)
pci0: <base peripheral> at device 16.0 (no driver attached)
pci0: <base peripheral> at device 16.1 (no driver attached)
em0: <Intel(R) 82578DM> port 0x3040-0x305f mem 0xb1200000-0xb121ffff,0xb1225000-0xb1225fff irq 16 at device 25.0 on pci0
em0: attach_pre capping queues at 1
em0: EEPROM V0.10-2
em0: Using 1024 TX descriptors and 1024 RX descriptors
em0: msix_init qsets capped at 1
em0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 24 to local APIC 6 vector 48
em0: using IRQ 24 for MSI
em0: Using an MSI interrupt
em0: allocated for 1 tx_queues
em0: allocated for 1 rx_queues
msi: Assigning MSI IRQ 24 to local APIC 4 vector 49
em0: bpf attached
em0: Ethernet address: 00:1e:67:02:07:07
em0: netmap queues/slots: TX 1/1024, RX 1/1024
ehci0: <Intel PCH USB 2.0 controller USB-B> mem 0xb1222000-0xb12223ff irq 21 at device 26.0 on pci0
ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 50
usbus0: EHCI version 1.0
usbus0 on ehci0
ehci0: usbpf: Attached
usbus0: 480Mbps High Speed USB v2.0
pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pcib2:   domain            0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pci2: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (2-2) for rid 0 of pci2
pci2: domain=0, physical bus=2
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pcib0: allocated type 4 (0x1000-0x1fff) for rid 1c of pcib3
pcib0: allocated type 3 (0xb1100000-0xb11fffff) for rid 20 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     3
pcib3:   subordinate bus   3
pcib3:   I/O decode        0x1000-0x1fff
pcib3:   memory decode     0xb1100000-0xb11fffff
pci3: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (3-3) for rid 0 of pci3
pci3: domain=0, physical bus=3
found->	vendor=0x8086, dev=0x10d3, revid=0x00
	domain=0, bus=3, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 5 messages in map 0x1c
	map[10]: type Memory, range 32, base 0xb1100000, size 17, enabled
pcib3: allocated memory range (0xb1100000-0xb111ffff) for rid 10 of pci0:3:0:0
	map[18]: type I/O Port, range 32, base 0x1000, size  5, enabled
pcib3: allocated I/O port range (0x1000-0x101f) for rid 18 of pci0:3:0:0
	map[1c]: type Memory, range 32, base 0xb1120000, size 14, enabled
pcib3: allocated memory range (0xb1120000-0xb1123fff) for rid 1c of pci0:3:0:0
pcib3: matched entry for 3.0.INTA
pcib3: slot 0 INTA hardwired to IRQ 16
em1: <Intel(R) Gigabit CT 82574L> port 0x1000-0x101f mem 0xb1100000-0xb111ffff,0xb1120000-0xb1123fff irq 16 at device 0.0 on pci3
em1: attach_pre capping queues at 2
em1: EM_NVM_PCIE_CTRL = 0x460b
em1: EEPROM V2.1-0
em1: Using 1024 TX descriptors and 1024 RX descriptors
em1: msix_init qsets capped at 2
em1: intr CPUs: 4 queue msgs: 4 admincnt: 1
em1: Using 2 RX queues 2 TX queues
em1: attempting to allocate 3 MSI-X vectors (5 supported)
msi: routing MSI-X IRQ 25 to local APIC 2 vector 48
msi: routing MSI-X IRQ 26 to local APIC 4 vector 50
msi: routing MSI-X IRQ 27 to local APIC 6 vector 48
em1: using IRQs 25-27 for MSI-X
em1: Using MSI-X interrupts with 3 vectors
em1: allocated for 2 tx_queues
em1: allocated for 2 rx_queues
em1: bpf attached
em1: Ethernet address: 00:1e:67:02:07:06
em1: netmap queues/slots: TX 2/1024, RX 2/1024
pcib4: <ACPI PCI-PCI bridge> irq 18 at device 28.6 on pci0
pcib4:   domain            0
pcib4:   secondary bus     4
pcib4:   subordinate bus   4
pcib4: could not get PCI interrupt routing table for \_SB_.PCI0.PEX6 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (4-4) for rid 0 of pci4
pci4: domain=0, physical bus=4
pcib5: <ACPI PCI-PCI bridge> irq 19 at device 28.7 on pci0
pcib5:   domain            0
pcib5:   secondary bus     5
pcib5:   subordinate bus   5
pcib5: could not get PCI interrupt routing table for \_SB_.PCI0.PEX7 - AE_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (5-5) for rid 0 of pci5
pci5: domain=0, physical bus=5
ehci1: <Intel PCH USB 2.0 controller USB-A> mem 0xb1221000-0xb12213ff irq 23 at device 29.0 on pci0
ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 51
usbus1: EHCI version 1.0
usbus1 on ehci1
ehci1: usbpf: Attached
usbus1: 480Mbps High Speed USB v2.0
pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib0: allocated type 3 (0xb0000000-0xb0ffffff) for rid 20 of pcib6
pcib6:   domain            0
pcib6:   secondary bus     6
pcib6:   subordinate bus   6
pcib6:   memory decode     0xb0000000-0xb0ffffff
pcib6:   special decode    VGA, subtractive
pci6: <ACPI PCI bus> on pcib6
pcib6: allocated bus range (6-6) for rid 0 of pci6
pci6: domain=0, physical bus=6
found->	vendor=0x126f, dev=0x0712, revid=0xb0
	domain=0, bus=6, slot=3, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0017, statreg=0x0230, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type Memory, range 32, base 0xb0000000, size 24, enabled
pcib6: allocated memory range (0xb0000000-0xb0ffffff) for rid 10 of pci0:6:3:0
pcib6: matched entry for 6.3.INTA
pcib6: slot 3 INTA hardwired to IRQ 17
vgapci0: <VGA-compatible display> mem 0xb0000000-0xb0ffffff irq 17 at device 3.0 on pci6
vgapci0: Boot video device
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
ahci0: <Intel Ibex Peak AHCI SATA controller> port 0x3068-0x306f,0x3074-0x3077,0x3060-0x3067,0x3070-0x3073,0x3020-0x303f mem 0xb1220000-0xb12207ff irq 18 at device 31.2 on pci0
ahci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 28 to local APIC 2 vector 49
ahci0: using IRQ 28 for MSI
ahci0: AHCI v1.30 with 6 3Gbps ports, Port Multiplier not supported
ahci0: Caps: 64bit NCQ SNTF ALP AL CLO 3Gbps PMD SSC PSC 32cmd eSATA 6ports
ahci0: Caps2: APST
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: Caps: HPCP ESP
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: Caps: HPCP ESP
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: Caps: HPCP ESP
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: Caps: HPCP ESP
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: Caps: HPCP ESP
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: Caps: HPCP ESP
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_button0: <Sleep Button> on acpi0
ACPI: Enabled 2 GPEs in block 00 to 3F
xenpv0: <Xen PV bus>
granttable0: <Xen Grant-table Device> on xenpv0
Grant table initialized
xc0: <Xen Console> on xenpv0
xen_et0: <Xen PV Clock> on xenpv0
Event timer "XENTIMER" frequency 1000000000 Hz quality 950
Timecounter "XENTIMER" frequency 1000000000 Hz quality 950
xen_et0: registered as a time-of-day clock, resolution 0.000001s
xenstore0: <XenStore> on xenpv0
xsd_dev0: <Xenstored user-space device> on xenpv0
evtchn0: <Xen event channel user-space device> on xenpv0
privcmd0: <Xen privileged interface user-space device> on xenpv0
gntdev0: <Xen grant-table user-space device> on xenpv0
debug0: <Xen debug handler> on xenpv0
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROM> at iomem 0xc0000-0xcbfff pnpid ORM0000 on isa0
sc0 failed to probe on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff pnpid PNP0900 on isa0
pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0
VESA: INT 0x10 vector 0xc000:0x0cef
VESA: information block
0000   56 45 53 41 00 02 54 00 00 c0 00 00 00 00 8e 9b
0010   00 c0 40 00 00 02 84 00 00 c0 84 00 00 c0 84 00
0020   00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0030   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0040   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0050   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0060   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0070   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0090   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0110   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0120   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0130   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0140   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0150   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0160   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0170   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0180   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0190   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
VESA: 18 mode(s) found
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: AT keyboard controller not found
atkbdc0 failed to probe at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
uart0 failed to probe at port 0x3f8 irq 4 on isa0
pcib0: allocated type 4 (0x2f8-0x2f8) for rid 0 of uart1
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
AcpiOsExecute: task queue not started
Device configuration finished.
procfs registered
Statistical TSC calibration took 383 us and 3183 data points
Timecounter "TSC-low" frequency 1266653858 Hz quality 1000
Statistical lapic calibration took 40872 us and 1057 data points
lapic: Divisor 2, Frequency 49999997 Hz
Timecounters tick every 10.000 msec
lo0: bpf attached
vlan: initialized, using hash tables with chaining
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 16384
IPsec: Initialized Security Association Processing.
AcpiOsExecute: enqueue 4 pending tasks
ahcich0: AHCI reset...
ahcich0: SATA connect time=100us status=00000123
ahcich0: AHCI reset: device found
ahcich0: AHCI reset: device ready after 0ms
pci0: driver added
found->	vendor=0x8086, dev=0xd155, revid=0x11
ahcich1: AHCI reset...
	domain=0, bus=0, slot=8, func=0
ahcich1: SATA connect time=100us status=00000123
	class=08-80-00, hdrtype=0x00, mfdev=1
ahcich1: AHCI reset: device found
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
ahcich1: AHCI reset: device ready after 0ms
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:8:0: reprobing on driver added
ahcich2: AHCI reset...
found->	vendor=0x8086, dev=0xd156, revid=0x11
ahcich2: SATA connect timeout time=10000us status=00000000
	domain=0, bus=0, slot=8, func=1
ahcich2: AHCI reset: device not found
	class=08-80-00, hdrtype=0x00, mfdev=1
ahcich3: AHCI reset...
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
ahcich3: SATA connect timeout time=10000us status=00000000
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
ahcich3: AHCI reset: device not found
pci0:0:8:1: ahcich4: AHCI reset...
reprobing on driver added
ahcich4: SATA connect timeout time=10000us status=00000000
ahcich4: AHCI reset: device not found
ahcich5: AHCI reset...
found->	vendor=0x8086, dev=0xd157, revid=0x11
ahcich5: SATA connect timeout time=10000us status=00000000
	domain=0, bus=0, slot=8, func=2
ahcich5: AHCI reset: device not found
	class=08-80-00, hdrtype=0x00, mfdev=1
pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
pass0: 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
<WDC WD2003FYYS-01T8B0 01.00D02>pci0:0:8:2:  ATA8-ACS SATA 2.x device
reprobing on driver added
pass0: Serial Number WD-WMAUR0250605
pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
pass0: Command Queueing enabled
pass1 at ahcich1 bus 0 scbus1 target 0 lun 0
found->	vendor=0x8086, dev=0xd158, revid=0x11
pass1: 	domain=0, bus=0, slot=8, func=3
<WDC WD2003FYYS-01T8B0 01.00D02>	class=08-80-00, hdrtype=0x00, mfdev=1
 ATA8-ACS SATA 2.x device
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
pass1: Serial Number WD-WMAUR0158167
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pass1: 300.000MB/s transferspci0:0:8:3:  (reprobing on driver added
SATA 2.x, UDMA6, PIO 8192bytes)
pass1: Command Queueing enabled
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD2003FYYS-01T8B0 01.00D02> ATA8-ACS SATA 2.x device
ada0: Serial Number WD-WMAUR0250605
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 1907729MB (3907029168 512 byte sectors)
GEOM: new disk ada0
ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
ada1: <WDC WD2003FYYS-01T8B0 01.00D02> ATA8-ACS SATA 2.x device
ada1: Serial Number WD-WMAUR0158167
ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada1: Command Queueing enabled
ada1: 1907729MB (3907029168 512 byte sectors)
found->	vendor=0x8086, dev=0xd150, revid=0x11
	domain=0, bus=0, slot=16, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:16:0: reprobing on driver added
GEOM: new disk ada1
found->	vendor=0x8086, dev=0xd151, revid=0x11
	domain=0, bus=0, slot=16, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:16:1: reprobing on driver added
found->	vendor=0x8086, dev=0x3b30, revid=0x05
	domain=0, bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=18
pci0:0:31:3: reprobing on driver added
pci1: driver added
found->	vendor=0x1c00, dev=0x3250, revid=0x10
	domain=0, bus=1, slot=0, func=0
	class=07-00-05, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=16
	powerspec 3  supports D0 D3  current D0
	MSI supports 32 messages, 64 bit, vector masks
pci0:1:0:0: reprobing on driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
Trying to mount root from ufs:/dev/gpt/root3 [rw]...
ugen1.1: <Intel EHCI root HUB> at usbus1
ugen0.1: <Intel EHCI root HUB> at usbus0
uhub0 on usbus1
uhub1 on usbus0
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
uhub0: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
xen_et0: providing initial system time
Dual Console: Serial Primary, Video Secondary
start_init: trying /sbin/init
Setting hostuuid: 3ced14d4-0272-11e0-b71c-001e67020706.
Setting hostid: 0x28f7807c.
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
uhub1: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
ugen0.2: <vendor 0x8087 product 0x0020> at usbus0
uhub2 on uhub1
uhub2: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on usbus0
ugen1.2: <vendor 0x8087 product 0x0020> at usbus1
uhub3 on uhub0
uhub3: <vendor 0x8087 product 0x0020, class 9/0, rev 2.00/0.00, addr 2> on usbus1
warning: total configured swap (4194304 pages) exceeds maximum recommended amount (2003784 pages).
warning: increase kern.maxswzone or reduce amount of swap.
Starting file system checks:
/dev/gpt/root3: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/gpt/root3: clean, 7291607 free (12695 frags, 909864 bloucks, 0hu.0b2:% 6 fra pgmentatorts with 6 removable, self ipowon)
ered
Mounting local filesystems:.
uhub3: 8 ports with 8 removable, self powered
Setting up harvesting: [UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,[NET_ETHER],NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
Feeding entropy: .
Setting hostname: lab-01.localnet.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/local/lib/compat/pkg /usr/local/lib/perl5/5.32/mach/CORE
32-bit compatibility ldconfig path: /usr/lib32
Autoloading module: ichsmb
pci0: driver added
found->	vendor=0x8086, dev=0xd155, revid=0x11
	domain=0, bus=0, slot=8, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:8:0: reprobing on driver added
found->	vendor=0x8086, dev=0xd156, revid=0x11
	domain=0, bus=0, slot=8, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:8:1: reprobing on driver added
found->	vendor=0x8086, dev=0xd157, revid=0x11
	domain=0, bus=0, slot=8, func=2
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:8:2: reprobing on driver added
found->	vendor=0x8086, dev=0xd158, revid=0x11
	domain=0, bus=0, slot=8, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:8:3: reprobing on driver added
found->	vendor=0x8086, dev=0xd150, revid=0x11
	domain=0, bus=0, slot=16, func=0
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:16:0: reprobing on driver added
found->	vendor=0x8086, dev=0xd151, revid=0x11
	domain=0, bus=0, slot=16, func=1
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pci0:0:16:1: reprobing on driver added
found->	vendor=0x8086, dev=0x3b30, revid=0x05
	domain=0, bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=18
pci0:0:31:3: reprobing on driver added
ichsmb0: <Intel PCH SMBus controller> port 0x3000-0x301f mem 0xb1223000-0xb12230ff irq 18 at device 31.3 on pci0
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 6 vector 49
smbus0: <System Management Bus> on ichsmb0
pci1: driver added
found->	vendor=0x1c00, dev=0x3250, revid=0x10
	domain=0, bus=1, slot=0, func=0
	class=07-00-05, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=16
	powerspec 3  supports D0 D3  current D0
	MSI supports 32 messages, 64 bit, vector masks
pci0:1:0:0: reprobing on driver added
pci2: driver added
pci3: driver added
pci4: driver added
pci5: driver added
pci6: driver added
bridge0: bpf attached
bridge0: Ethernet address: 58:9c:fc:10:ff:a5
Created clone interfaces: bridge0.
lo0: link state changed to UP
Starting Network: lo0 em0 em1 bridge0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
	inet 127.0.0.1 netmask 0xff000000
	groups: lo
	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
em0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=4e81m0: Link is up 210049b<0 Mbps Full DupRXCSUM,lex
TXem0: link staCSte chanUged to UP
M,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL_MAGIC,VLAN_HWFILTER,NOMAP>
	ether 00:1e:67:02:07:07
	inet 172.30.17.100 netmask 0xffffff00 broadcast 172.30.17.255
	media: Ethernet autoselect (1000baseT <full-duplex>)
	status: active
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
em1: flags=8822<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=481249b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL_MAGIC,VLAN_HWFILTER,NOMAP>
	ether 00:1e:67:02:07:06
	media: Ethernet autoselect
	status: no carrier
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 58:9c:fc:10:ff:a5
	inet 10.63.0.1 netmask 0xffff0000 broadcast 10.63.255.255
	id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
	maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
	root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
	groups: bridge
	nd6 options=9<PERFORMNUD,IFDISABLED>
Starting devd.
Starting Network: em1.
em1: flags=8822<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=481249b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL_MAGIC,VLAN_HWFILTER,NOMAP>
	ether 00:1e:67:02:07:06
	media: Ethernet autoselect
	status: no carrier
	nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
add host 127.0.0.1: gateway lo0 fib 0: route already in table
add net default: gateway 172.30.17.1
add host ::1: gateway lo0 fib 0: route already in table
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Clearing /tmp (X related).
Updating motd:.
Updating /var/run/os-release done.
Creating and/or trimming log files.
Starting syslogd.
Mounting late filesystems:.
Cleaning xenstore database.
Starting xenservices: xenstored, xenconsoled.Mar 26 22:24:03 lab-01 xenstored[912]: Checking store ...
xenbusb_fronMar 26 t0:22:24 <Xen :0Frontend Devices>3 lab on xenstor-01 e0xe
nstxeornebusb_back0d[912: <Xen Backend Devic]es: Che>c on xekinstore0
nxenballoon0: <g stoXen Balloon Devicere >c on xenstore0
oxctrl0: <Xmplen Conetrol Detvicee.>
 on xenstore0
xs_dev0: <Xe
nstore user-space device>S etton xenstore0
ing domain 0 name, domid and JSON config...
Done setting up Dom0
Starting cron.
Performing sanity check on sshd configuration.
Starting sshd.
Configuring vt: blanktime.
sysctl: unknown oid 'vm.max_wired' at line 11
Starting background file system checks in 60 seconds.

Sat Mar 26 22:24:04 EET 2022

FreeBSD/amd64 (lab-01.localnet) (xc0)

login: ./bin/libexec.sh: creating zpool/vmdk/dev/vm1nonic-root 10G
./bin/libexec.sh: creating zpool/vmdk/dev/vm2nonic-root 10G
./bin/libexec.sh: creating zpool/vmdk/dev/vm2nonic-data1 2G
./bin/libexec.sh: creating zpool/vmdk/dev/vm2nonic-data2 2G
./bin/libexec.sh: creating zpool/vmdk/dev/vm2nonic-data3 2G
./bin/libexec.sh: creating zpool/vmdk/dev/vm2nonic-data4 2G
(XEN) HVM d1v0 save: CPU
(XEN) HVM d1 save: PIC
(XEN) HVM d1 save: IOAPIC
(XEN) HVM d1v0 save: LAPIC
(XEN) HVM d1v0 save: LAPIC_REGS
(XEN) HVM d1 save: PCI_IRQ
(XEN) HVM d1 save: ISA_IRQ
(XEN) HVM d1 save: PCI_LINK
(XEN) HVM d1 save: PIT
(XEN) HVM d1 save: RTC
(XEN) HVM d1 save: HPET
(XEN) HVM d1 save: PMTIMER
(XEN) HVM d1v0 save: MTRR
(XEN) HVM d1 save: VIRIDIAN_DOMAIN
(XEN) HVM d1v0 save: CPU_XSAVE
(XEN) HVM d1v0 save: VIRIDIAN_VCPU
(XEN) HVM d1v0 save: VMCE_VCPU
(XEN) HVM d1v0 save: TSC_ADJUST
(XEN) HVM d1v0 save: CPU_MSR
(XEN) HVM1 restore: CPU 0
(d1) HVM Loader
(d1) Detected Xen v4.15.0
(d1) Xenbus rings @0xfeffc000, event channel 1
(d1) System requested SeaBIOS
(d1) CPU speed is 2533 MHz
(d1) Relocating guest memory for lowmem MMIO space disabled
(d1) PCI-ISA link 0 routed to IRQ5
(d1) PCI-ISA link 1 routed to IRQ10
(d1) PCI-ISA link 2 routed to IRQ11
(d1) PCI-ISA link 3 routed to IRQ5
(d1) pci dev 01:3 INTA->IRQ10
(d1) pci dev 02:0 INTA->IRQ11
(d1) pci dev 04:0 INTA->IRQ5
(d1) No RAM in high memory; setting high_mem resource base to 100000000
(d1) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d1) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d1) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d1) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d1) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d1) pci dev 02:0 bar 10 size 000000100: 00000c001
(d1) pci dev 04:0 bar 20 size 000000020: 00000c101
(d1) pci dev 01:1 bar 20 size 000000010: 00000c121
(d1) Multiprocessor initialisation:
(d1)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d1) Writing SMBIOS tables ...
(d1) Loading SeaBIOS ...
(d1) Creating MP tables ...
(d1) Loading ACPI ...
(d1) vm86 TSS at fc100280
(d1) BIOS map:
(d1)  10000-100e3: Scratch space
(d1)  c0000-fffff: Main BIOS
(d1) E820 table:
(d1)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d1)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d1)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d1)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d1)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d1)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d1)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d1) Invoking SeaBIOS ...
(d1) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d1) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d1) 
(d1) Found Xen hypervisor signature at 40000000
(d1) Running on QEMU (i440fx)
(d1) xen: copy e820...
(d1) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d1) Found 7 PCI devices (max PCI bus is 00)
(d1) Allocated Xen hypercall page at 3f7ff000
(d1) Detected Xen v4.15.0
(d1) xen: copy BIOS tables...
(d1) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(XEN) HVM d2v0 save: CPU
(d1) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(XEN) HVM d2 save: PIC
(d1) Copying PIR from 0x00010040 to 0x000f5ca0
(XEN) HVM d2 save: IOAPIC
(d1) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(XEN) HVM d2v0 save: LAPIC
(d1) table(50434146)=0xfc00a370 (via xsdt)
(XEN) HVM d2v0 save: LAPIC_REGS
(d1) Using pmtimer, ioport 0xb008
(XEN) HVM d2 save: PCI_IRQ
(d1) table(50434146)=0xfc00a370 (via xsdt)
(XEN) HVM d2 save: ISA_IRQ
(d1) ACPI: parse DSDT at 0xfc001040 (len 37539)
(XEN) HVM d2 save: PCI_LINK
(d1) parse_termlist: parse error, skip from 16/27641
(XEN) HVM d2 save: PIT
(d1) parse_termlist: parse error, skip from 87/6041
(XEN) HVM d2 save: RTC
(XEN) HVM d2 save: HPET
(XEN) HVM d2 save: PMTIMER
(XEN) HVM d2v0 save: MTRR
(XEN) HVM d2 save: VIRIDIAN_DOMAIN
(XEN) HVM d2v0 save: CPU_XSAVE
(XEN) HVM d2v0 save: VIRIDIAN_VCPU
(XEN) HVM d2v0 save: VMCE_VCPU
(XEN) HVM d2v0 save: TSC_ADJUST
(XEN) HVM d2v0 save: CPU_MSR
(XEN) HVM2 restore: CPU 0
(d1) Scan for VGA option rom
(d1) Running option rom at c000:0003
(d1) pmm call arg1=0
(d1) Turning on vga text mode console
(d1) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d1) Machine UUID 6361d7c7-ad43-11ec-8c36-001e67020707
(d1) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d1) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d1) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d1) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d1) AHCI/0: Set transfer mode to UDMA-5
(d1) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d1) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d1) PS2 keyboard initialized
(d1) Searching bootorder for: HALT
(d1) Found 0 lpt ports
(d1) Found 0 serial ports
(d1) All threads complete.
(d1) Scan for option roms
(d1) 
(d1) Press ESC for boot menu.
(d1) 
(d2) HVM Loader
(d2) Detected Xen v4.15.0
(d2) Xenbus rings @0xfeffc000, event channel 1
(d2) System requested SeaBIOS
(d2) CPU speed is 2533 MHz
(d2) Relocating guest memory for lowmem MMIO space disabled
(d2) PCI-ISA link 0 routed to IRQ5
(d2) PCI-ISA link 1 routed to IRQ10
(d2) PCI-ISA link 2 routed to IRQ11
(d2) PCI-ISA link 3 routed to IRQ5
(d2) pci dev 01:3 INTA->IRQ10
(d2) pci dev 02:0 INTA->IRQ11
(d2) pci dev 04:0 INTA->IRQ5
(d2) No RAM in high memory; setting high_mem resource base to 100000000
(d2) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d2) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d2) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d2) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d2) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d2) pci dev 02:0 bar 10 size 000000100: 00000c001
(d2) pci dev 04:0 bar 20 size 000000020: 00000c101
(d2) pci dev 01:1 bar 20 size 000000010: 00000c121
(d2) Multiprocessor initialisation:
(d2)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d2) Writing SMBIOS tables ...
(d2) Loading SeaBIOS ...
(d2) Creating MP tables ...
(d2) Loading ACPI ...
(d2) vm86 TSS at fc100280
(d2) BIOS map:
(d2)  10000-100e3: Scratch space
(d2)  c0000-fffff: Main BIOS
(d2) E820 table:
(d2)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d2)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d1) Searching bootorder for: HALT
(d2)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d1) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d2)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d1) Space available for UMB: c9800-e9000, f5620-f5bc0
(d2)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d1) Returned 253952 bytes of ZoneHigh
(d2)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d1) e820 map has 7 items:
(d2)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d1)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d2) Invoking SeaBIOS ...
(d1)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d2) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d1)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d2) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d1)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d2) 
(d1)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d2) Found Xen hypervisor signature at 40000000
(d1)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d2) Running on QEMU (i440fx)
(d1)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d2) xen: copy e820...
(d1) enter handle_19:
(d2) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d1)   NULL
(d2) Found 7 PCI devices (max PCI bus is 00)
(d1) Booting from Hard Disk...
(d2) Allocated Xen hypercall page at 3f7ff000
(d1) Booting from 0000:7c00
(d2) Detected Xen v4.15.0
(d2) xen: copy BIOS tables...
(d2) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d2) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d2) Copying PIR from 0x00010040 to 0x000f5ca0
(d2) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d2) table(50434146)=0xfc00a370 (via xsdt)
(d2) Using pmtimer, ioport 0xb008
(d2) table(50434146)=0xfc00a370 (via xsdt)
(d2) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d2) parse_termlist: parse error, skip from 16/27641
(d2) parse_termlist: parse error, skip from 87/6041
(d2) Scan for VGA option rom
(d2) Running option rom at c000:0003
(d2) pmm call arg1=0
(d2) Turning on vga text mode console
(d2) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d2) Machine UUID 66f93a45-ad43-11ec-8c36-001e67020707
(d2) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d2) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d2) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d2) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d2) AHCI/0: Set transfer mode to UDMA-5
(d2) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d2) Searching bootorder for: /pci@i0cf8/*@4/drive@1/disk@0
(d2) AHCI/1: Set transfer mode to UDMA-5
(d2) Searching bios-geometry for: /pci@i0cf8/*@4/drive@1/disk@0
(d2) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d2) PS2 keyboard initialized
(d2) Searching bootorder for: /pci@i0cf8/*@4/drive@2/disk@0
(d2) AHCI/2: Set transfer mode to UDMA-5
(d2) Searching bios-geometry for: /pci@i0cf8/*@4/drive@2/disk@0
(d2) AHCI/1: registering: "AHCI/1: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d2) Searching bootorder for: /pci@i0cf8/*@4/drive@3/disk@0
(d2) AHCI/3: Set transfer mode to UDMA-5
(d2) Searching bios-geometry for: /pci@i0cf8/*@4/drive@3/disk@0
(d2) AHCI/2: registering: "AHCI/2: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d2) Searching bootorder for: /pci@i0cf8/*@4/drive@4/disk@0
(d2) AHCI/4: Set transfer mode to UDMA-5
(d2) Searching bios-geometry for: /pci@i0cf8/*@4/drive@4/disk@0
(d2) AHCI/3: registering: "AHCI/3: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d2) AHCI/4: registering: "AHCI/4: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d2) Searching bootorder for: HALT
(d2) Found 0 lpt ports
(d2) Found 0 serial ports
(d2) All threads complete.
(d2) Scan for option roms
(d2) 
(d2) Press ESC for boot menu.
(d2) 
(d2) Searching bootorder for: HALT
(d2) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d2) drive 0x000f5b70: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d2) drive 0x000f5b20: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d2) drive 0x000f5ad0: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d2) drive 0x000f5a80: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d2) Space available for UMB: c9800-e9000, f5620-f5a80
(d2) Returned 249856 bytes of ZoneHigh
(d2) e820 map has 7 items:
(d2)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d2)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d2)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d2)   3: 0000000000100000 - 000000003f7fd000 = 1 RAM
(d2)   4: 000000003f7fd000 - 000000003f800000 = 2 RESERVED
(d2)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d2)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d2) enter handle_19:
(d2)   NULL
(d2) Booting from Hard Disk...
(d2) Booting from 0000:7c00
(XEN) d1v0: upcall vector 93
(XEN) d2v0: upcall vector 93
xbbd3: Error 12 Unable to allocate request bounce buffers
xbbd3: Fatal error. Transitioning to Closing State
xbbd5: Error 12 Unable to allocate request bounce buffers
xbbd5: Fatal error. Transitioning to Closing State
(XEN) HVM d3v0 save: CPU
(XEN) HVM d3 save: PIC
(XEN) HVM d3 save: IOAPIC
(XEN) HVM d3v0 save: LAPIC
(XEN) HVM d3v0 save: LAPIC_REGS
(XEN) HVM d3 save: PCI_IRQ
(XEN) HVM d3 save: ISA_IRQ
(XEN) HVM d3 save: PCI_LINK
(XEN) HVM d3 save: PIT
(XEN) HVM d3 save: RTC
(XEN) HVM d3 save: HPET
(XEN) HVM d3 save: PMTIMER
(XEN) HVM d3v0 save: MTRR
(XEN) HVM d3 save: VIRIDIAN_DOMAIN
(XEN) HVM d3v0 save: CPU_XSAVE
(XEN) HVM d3v0 save: VIRIDIAN_VCPU
(XEN) HVM d3v0 save: VMCE_VCPU
(XEN) HVM d3v0 save: TSC_ADJUST
(XEN) HVM d3v0 save: CPU_MSR
(XEN) HVM3 restore: CPU 0
(d3) HVM Loader
(d3) Detected Xen v4.15.0
(d3) Xenbus rings @0xfeffc000, event channel 1
(d3) System requested SeaBIOS
(d3) CPU speed is 2533 MHz
(d3) Relocating guest memory for lowmem MMIO space disabled
(d3) PCI-ISA link 0 routed to IRQ5
(d3) PCI-ISA link 1 routed to IRQ10
(d3) PCI-ISA link 2 routed to IRQ11
(d3) PCI-ISA link 3 routed to IRQ5
(d3) pci dev 01:3 INTA->IRQ10
(d3) pci dev 02:0 INTA->IRQ11
(d3) pci dev 04:0 INTA->IRQ5
(d3) No RAM in high memory; setting high_mem resource base to 100000000
(d3) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d3) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d3) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d3) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d3) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d3) pci dev 02:0 bar 10 size 000000100: 00000c001
(d3) pci dev 04:0 bar 20 size 000000020: 00000c101
(d3) pci dev 01:1 bar 20 size 000000010: 00000c121
(d3) Multiprocessor initialisation:
(d3)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d3) Writing SMBIOS tables ...
(d3) Loading SeaBIOS ...
(d3) Creating MP tables ...
(d3) Loading ACPI ...
(d3) vm86 TSS at fc100280
(d3) BIOS map:
(d3)  10000-100e3: Scratch space
(d3)  c0000-fffff: Main BIOS
(d3) E820 table:
(d3)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d3)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d3)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d3)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d3)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d3)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d3)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d3) Invoking SeaBIOS ...
(d3) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d3) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d3) 
(d3) Found Xen hypervisor signature at 40000000
(d3) Running on QEMU (i440fx)
(d3) xen: copy e820...
(d3) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d3) Found 7 PCI devices (max PCI bus is 00)
(d3) Allocated Xen hypercall page at 3f7ff000
(d3) Detected Xen v4.15.0
(d3) xen: copy BIOS tables...
(d3) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d3) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d3) Copying PIR from 0x00010040 to 0x000f5ca0
(d3) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d3) table(50434146)=0xfc00a370 (via xsdt)
(d3) Using pmtimer, ioport 0xb008
(d3) table(50434146)=0xfc00a370 (via xsdt)
(d3) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d3) parse_termlist: parse error, skip from 16/27641
(d3) parse_termlist: parse error, skip from 87/6041
(d3) Scan for VGA option rom
(d3) Running option rom at c000:0003
(d3) pmm call arg1=0
(d3) Turning on vga text mode console
(d3) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d3) Machine UUID 44cebe64-ad44-11ec-8c36-001e67020707
(d3) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d3) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d3) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d3) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d3) AHCI/0: Set transfer mode to UDMA-5
(d3) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d3) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d3) PS2 keyboard initialized
(d3) Searching bootorder for: HALT
(d3) Found 0 lpt ports
(d3) Found 0 serial ports
(d3) All threads complete.
(d3) Scan for option roms
(d3) 
(d3) Press ESC for boot menu.
(d3) 
(XEN) HVM d4v0 save: CPU
(XEN) HVM d4 save: PIC
(XEN) HVM d4 save: IOAPIC
(XEN) HVM d4v0 save: LAPIC
(XEN) HVM d4v0 save: LAPIC_REGS
(XEN) HVM d4 save: PCI_IRQ
(XEN) HVM d4 save: ISA_IRQ
(XEN) HVM d4 save: PCI_LINK
(XEN) HVM d4 save: PIT
(XEN) HVM d4 save: RTC
(XEN) HVM d4 save: HPET
(XEN) HVM d4 save: PMTIMER
(XEN) HVM d4v0 save: MTRR
(XEN) HVM d4 save: VIRIDIAN_DOMAIN
(XEN) HVM d4v0 save: CPU_XSAVE
(XEN) HVM d4v0 save: VIRIDIAN_VCPU
(XEN) HVM d4v0 save: VMCE_VCPU
(XEN) HVM d4v0 save: TSC_ADJUST
(XEN) HVM d4v0 save: CPU_MSR
(XEN) HVM4 restore: CPU 0
(d3) Searching bootorder for: HALT
(d3) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d3) Space available for UMB: c9800-e9000, f5620-f5bc0
(d3) Returned 253952 bytes of ZoneHigh
(d3) e820 map has 7 items:
(d3)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d3)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d3)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d3)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d3)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d3)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d3)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d3) enter handle_19:
(d3)   NULL
(d3) Booting from Hard Disk...
(d3) Booting from 0000:7c00
(d4) HVM Loader
(d4) Detected Xen v4.15.0
(d4) Xenbus rings @0xfeffc000, event channel 1
(d4) System requested SeaBIOS
(d4) CPU speed is 2533 MHz
(d4) Relocating guest memory for lowmem MMIO space disabled
(d4) PCI-ISA link 0 routed to IRQ5
(d4) PCI-ISA link 1 routed to IRQ10
(d4) PCI-ISA link 2 routed to IRQ11
(d4) PCI-ISA link 3 routed to IRQ5
(d4) pci dev 01:3 INTA->IRQ10
(d4) pci dev 02:0 INTA->IRQ11
(d4) pci dev 04:0 INTA->IRQ5
(d4) No RAM in high memory; setting high_mem resource base to 100000000
(d4) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d4) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d4) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d4) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d4) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d4) pci dev 02:0 bar 10 size 000000100: 00000c001
(d4) pci dev 04:0 bar 20 size 000000020: 00000c101
(d4) pci dev 01:1 bar 20 size 000000010: 00000c121
(d4) Multiprocessor initialisation:
(d4)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d4) Writing SMBIOS tables ...
(d4) Loading SeaBIOS ...
(d4) Creating MP tables ...
(d4) Loading ACPI ...
(d4) vm86 TSS at fc100280
(d4) BIOS map:
(d4)  10000-100e3: Scratch space
(d4)  c0000-fffff: Main BIOS
(d4) E820 table:
(d4)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d4)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d4)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d4)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d4)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d4)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d4)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d4) Invoking SeaBIOS ...
(d4) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d4) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d4) 
(d4) Found Xen hypervisor signature at 40000000
(d4) Running on QEMU (i440fx)
(d4) xen: copy e820...
(d4) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d4) Found 7 PCI devices (max PCI bus is 00)
(d4) Allocated Xen hypercall page at 3f7ff000
(d4) Detected Xen v4.15.0
(d4) xen: copy BIOS tables...
(d4) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d4) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d4) Copying PIR from 0x00010040 to 0x000f5ca0
(d4) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d4) table(50434146)=0xfc00a370 (via xsdt)
(d4) Using pmtimer, ioport 0xb008
(d4) table(50434146)=0xfc00a370 (via xsdt)
(d4) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d4) parse_termlist: parse error, skip from 16/27641
(d4) parse_termlist: parse error, skip from 87/6041
(d4) Scan for VGA option rom
(d4) Running option rom at c000:0003
(d4) pmm call arg1=0
(d4) Turning on vga text mode console
(d4) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d4) Machine UUID 4d5411b6-ad44-11ec-8c36-001e67020707
(d4) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d4) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d4) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d4) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d4) AHCI/0: Set transfer mode to UDMA-5
(d4) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d4) Searching bootorder for: /pci@i0cf8/*@4/drive@1/disk@0
(d4) AHCI/1: Set transfer mode to UDMA-5
(d4) Searching bios-geometry for: /pci@i0cf8/*@4/drive@1/disk@0
(d4) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d4) PS2 keyboard initialized
(d4) Searching bootorder for: /pci@i0cf8/*@4/drive@2/disk@0
(d4) AHCI/2: Set transfer mode to UDMA-5
(d4) Searching bios-geometry for: /pci@i0cf8/*@4/drive@2/disk@0
(d4) AHCI/1: registering: "AHCI/1: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d4) Searching bootorder for: /pci@i0cf8/*@4/drive@3/disk@0
(d4) AHCI/3: Set transfer mode to UDMA-5
(d4) Searching bios-geometry for: /pci@i0cf8/*@4/drive@3/disk@0
(d4) AHCI/2: registering: "AHCI/2: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d4) Searching bootorder for: /pci@i0cf8/*@4/drive@4/disk@0
(d4) AHCI/4: Set transfer mode to UDMA-5
(d4) Searching bios-geometry for: /pci@i0cf8/*@4/drive@4/disk@0
(d4) AHCI/3: registering: "AHCI/3: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d4) AHCI/4: registering: "AHCI/4: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d4) Searching bootorder for: HALT
(d4) Found 0 lpt ports
(d4) Found 0 serial ports
(d4) All threads complete.
(d4) Scan for option roms
(d4) 
(d4) Press ESC for boot menu.
(d4) 
(d4) Searching bootorder for: HALT
(d4) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d4) drive 0x000f5b70: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d4) drive 0x000f5b20: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d4) drive 0x000f5ad0: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d4) drive 0x000f5a80: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d4) Space available for UMB: c9800-e9000, f5620-f5a80
(d4) Returned 249856 bytes of ZoneHigh
(d4) e820 map has 7 items:
(d4)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d4)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d4)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d4)   3: 0000000000100000 - 000000003f7fd000 = 1 RAM
(d4)   4: 000000003f7fd000 - 000000003f800000 = 2 RESERVED
(d4)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d4)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d4) enter handle_19:
(d4)   NULL
(d4) Booting from Hard Disk...
(d4) Booting from 0000:7c00
(XEN) d3v0: upcall vector 93
(XEN) d4v0: upcall vector 93
xbbd1: Error 12 Unable to allocate request bounce buffers
xbbd1: Fatal error. Transitioning to Closing State
xbbd2: Error 12 Unable to allocate request bounce buffers
xbbd2: Fatal error. Transitioning to Closing State
xbbd4: Error 12 Unable to allocate request bounce buffers
xbbd4: Fatal error. Transitioning to Closing State
xbbd5: Error 12 Unable to allocate request bounce buffers
xbbd5: Fatal error. Transitioning to Closing State
(XEN) HVM d5v0 save: CPU
(XEN) HVM d5 save: PIC
(XEN) HVM d5 save: IOAPIC
(XEN) HVM d5v0 save: LAPIC
(XEN) HVM d5v0 save: LAPIC_REGS
(XEN) HVM d5 save: PCI_IRQ
(XEN) HVM d5 save: ISA_IRQ
(XEN) HVM d5 save: PCI_LINK
(XEN) HVM d5 save: PIT
(XEN) HVM d5 save: RTC
(XEN) HVM d5 save: HPET
(XEN) HVM d5 save: PMTIMER
(XEN) HVM d5v0 save: MTRR
(XEN) HVM d5 save: VIRIDIAN_DOMAIN
(XEN) HVM d5v0 save: CPU_XSAVE
(XEN) HVM d5v0 save: VIRIDIAN_VCPU
(XEN) HVM d5v0 save: VMCE_VCPU
(XEN) HVM d5v0 save: TSC_ADJUST
(XEN) HVM d5v0 save: CPU_MSR
(XEN) HVM5 restore: CPU 0
(d5) HVM Loader
(d5) Detected Xen v4.15.0
(d5) Xenbus rings @0xfeffc000, event channel 1
(d5) System requested SeaBIOS
(d5) CPU speed is 2533 MHz
(d5) Relocating guest memory for lowmem MMIO space disabled
(d5) PCI-ISA link 0 routed to IRQ5
(d5) PCI-ISA link 1 routed to IRQ10
(d5) PCI-ISA link 2 routed to IRQ11
(d5) PCI-ISA link 3 routed to IRQ5
(d5) pci dev 01:3 INTA->IRQ10
(d5) pci dev 02:0 INTA->IRQ11
(d5) pci dev 04:0 INTA->IRQ5
(d5) No RAM in high memory; setting high_mem resource base to 100000000
(d5) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d5) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d5) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d5) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d5) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d5) pci dev 02:0 bar 10 size 000000100: 00000c001
(d5) pci dev 04:0 bar 20 size 000000020: 00000c101
(d5) pci dev 01:1 bar 20 size 000000010: 00000c121
(d5) Multiprocessor initialisation:
(d5)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d5) Writing SMBIOS tables ...
(d5) Loading SeaBIOS ...
(d5) Creating MP tables ...
(d5) Loading ACPI ...
(d5) vm86 TSS at fc100280
(d5) BIOS map:
(d5)  10000-100e3: Scratch space
(d5)  c0000-fffff: Main BIOS
(d5) E820 table:
(d5)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d5)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d5)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d5)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d5)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d5)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d5)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d5) Invoking SeaBIOS ...
(d5) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d5) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d5) 
(d5) Found Xen hypervisor signature at 40000000
(d5) Running on QEMU (i440fx)
(d5) xen: copy e820...
(d5) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d5) Found 7 PCI devices (max PCI bus is 00)
(d5) Allocated Xen hypercall page at 3f7ff000
(d5) Detected Xen v4.15.0
(d5) xen: copy BIOS tables...
(d5) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d5) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d5) Copying PIR from 0x00010040 to 0x000f5ca0
(d5) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d5) table(50434146)=0xfc00a370 (via xsdt)
(d5) Using pmtimer, ioport 0xb008
(d5) table(50434146)=0xfc00a370 (via xsdt)
(d5) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d5) parse_termlist: parse error, skip from 16/27641
(d5) parse_termlist: parse error, skip from 87/6041
(d5) Scan for VGA option rom
(d5) Running option rom at c000:0003
(d5) pmm call arg1=0
(d5) Turning on vga text mode console
(d5) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d5) Machine UUID 79605eee-ad44-11ec-8c36-001e67020707
(d5) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d5) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d5) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d5) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d5) AHCI/0: Set transfer mode to UDMA-5
(d5) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d5) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d5) PS2 keyboard initialized
(d5) Searching bootorder for: HALT
(d5) Found 0 lpt ports
(d5) Found 0 serial ports
(d5) All threads complete.
(d5) Scan for option roms
(d5) 
(d5) Press ESC for boot menu.
(d5) 
(d5) Searching bootorder for: HALT
(d5) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d5) Space available for UMB: c9800-e9000, f5620-f5bc0
(d5) Returned 253952 bytes of ZoneHigh
(d5) e820 map has 7 items:
(d5)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d5)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d5)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d5)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d5)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d5)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d5)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d5) enter handle_19:
(d5)   NULL
(d5) Booting from Hard Disk...
(d5) Booting from 0000:7c00
(XEN) HVM d6v0 save: CPU
(XEN) HVM d6 save: PIC
(XEN) HVM d6 save: IOAPIC
(XEN) HVM d6v0 save: LAPIC
(XEN) HVM d6v0 save: LAPIC_REGS
(XEN) HVM d6 save: PCI_IRQ
(XEN) HVM d6 save: ISA_IRQ
(XEN) HVM d6 save: PCI_LINK
(XEN) HVM d6 save: PIT
(XEN) HVM d6 save: RTC
(XEN) HVM d6 save: HPET
(XEN) HVM d6 save: PMTIMER
(XEN) HVM d6v0 save: MTRR
(XEN) HVM d6 save: VIRIDIAN_DOMAIN
(XEN) HVM d6v0 save: CPU_XSAVE
(XEN) HVM d6v0 save: VIRIDIAN_VCPU
(XEN) HVM d6v0 save: VMCE_VCPU
(XEN) HVM d6v0 save: TSC_ADJUST
(XEN) HVM d6v0 save: CPU_MSR
(XEN) HVM6 restore: CPU 0
(d6) HVM Loader
(d6) Detected Xen v4.15.0
(d6) Xenbus rings @0xfeffc000, event channel 1
(d6) System requested SeaBIOS
(d6) CPU speed is 2533 MHz
(d6) Relocating guest memory for lowmem MMIO space disabled
(d6) PCI-ISA link 0 routed to IRQ5
(d6) PCI-ISA link 1 routed to IRQ10
(d6) PCI-ISA link 2 routed to IRQ11
(d6) PCI-ISA link 3 routed to IRQ5
(d6) pci dev 01:3 INTA->IRQ10
(d6) pci dev 02:0 INTA->IRQ11
(d6) pci dev 04:0 INTA->IRQ5
(d6) No RAM in high memory; setting high_mem resource base to 100000000
(d6) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d6) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d6) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d6) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d6) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d6) pci dev 02:0 bar 10 size 000000100: 00000c001
(d6) pci dev 04:0 bar 20 size 000000020: 00000c101
(d6) pci dev 01:1 bar 20 size 000000010: 00000c121
(d6) Multiprocessor initialisation:
(d6)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d6) Writing SMBIOS tables ...
(d6) Loading SeaBIOS ...
(d6) Creating MP tables ...
(d6) Loading ACPI ...
(d6) vm86 TSS at fc100280
(d6) BIOS map:
(d6)  10000-100e3: Scratch space
(d6)  c0000-fffff: Main BIOS
(d6) E820 table:
(d6)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d6)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d6)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d6)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d6)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d6)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d6)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d6) Invoking SeaBIOS ...
(d6) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d6) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d6) 
(d6) Found Xen hypervisor signature at 40000000
(d6) Running on QEMU (i440fx)
(d6) xen: copy e820...
(d6) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d6) Found 7 PCI devices (max PCI bus is 00)
(d6) Allocated Xen hypercall page at 3f7ff000
(d6) Detected Xen v4.15.0
(d6) xen: copy BIOS tables...
(d6) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d6) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d6) Copying PIR from 0x00010040 to 0x000f5ca0
(d6) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d6) table(50434146)=0xfc00a370 (via xsdt)
(d6) Using pmtimer, ioport 0xb008
(d6) table(50434146)=0xfc00a370 (via xsdt)
(d6) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d6) parse_termlist: parse error, skip from 16/27641
(d6) parse_termlist: parse error, skip from 87/6041
(d6) Scan for VGA option rom
(d6) Running option rom at c000:0003
(d6) pmm call arg1=0
(d6) Turning on vga text mode console
(d6) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d6) Machine UUID 8b15c4aa-ad44-11ec-8c36-001e67020707
(d6) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d6) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d6) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d6) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d6) AHCI/0: Set transfer mode to UDMA-5
(d6) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d6) Searching bootorder for: /pci@i0cf8/*@4/drive@1/disk@0
(d6) AHCI/1: Set transfer mode to UDMA-5
(d6) Searching bios-geometry for: /pci@i0cf8/*@4/drive@1/disk@0
(d6) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(XEN) d5v0: upcall vector 93
(d6) PS2 keyboard initialized
(d6) Searching bootorder for: /pci@i0cf8/*@4/drive@2/disk@0
(d6) AHCI/2: Set transfer mode to UDMA-5
(d6) Searching bios-geometry for: /pci@i0cf8/*@4/drive@2/disk@0
(d6) AHCI/1: registering: "AHCI/1: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d6) Searching bootorder for: /pci@i0cf8/*@4/drive@3/disk@0
(d6) AHCI/3: Set transfer mode to UDMA-5
(d6) Searching bios-geometry for: /pci@i0cf8/*@4/drive@3/disk@0
(d6) AHCI/2: registering: "AHCI/2: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d6) Searching bootorder for: /pci@i0cf8/*@4/drive@4/disk@0
(d6) AHCI/4: Set transfer mode to UDMA-5
(d6) Searching bios-geometry for: /pci@i0cf8/*@4/drive@4/disk@0
(d6) AHCI/3: registering: "AHCI/3: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d6) AHCI/4: registering: "AHCI/4: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d6) Searching bootorder for: HALT
(d6) Found 0 lpt ports
(d6) Found 0 serial ports
(d6) All threads complete.
(d6) Scan for option roms
(d6) 
(d6) Press ESC for boot menu.
(d6) 
(d6) Searching bootorder for: HALT
(d6) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d6) drive 0x000f5b70: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d6) drive 0x000f5b20: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d6) drive 0x000f5ad0: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d6) drive 0x000f5a80: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d6) Space available for UMB: c9800-e9000, f5620-f5a80
(d6) Returned 249856 bytes of ZoneHigh
(d6) e820 map has 7 items:
(d6)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d6)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d6)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d6)   3: 0000000000100000 - 000000003f7fd000 = 1 RAM
(d6)   4: 000000003f7fd000 - 000000003f800000 = 2 RESERVED
(d6)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d6)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d6) enter handle_19:
(d6)   NULL
(d6) Booting from Hard Disk...
(d6) Booting from 0000:7c00
(XEN) d6v0: upcall vector 93
xbbd3: Error 12 Unable to allocate request bounce buffers
xbbd3: Fatal error. Transitioning to Closing State
xbbd4: Error 12 Unable to allocate request bounce buffers
xbbd4: Fatal error. Transitioning to Closing State
xbbd5: Error 12 Unable to allocate request bounce buffers
xbbd5: Fatal error. Transitioning to Closing State
(XEN) HVM d7v0 save: CPU
(XEN) HVM d7 save: PIC
(XEN) HVM d7 save: IOAPIC
(XEN) HVM d7v0 save: LAPIC
(XEN) HVM d7v0 save: LAPIC_REGS
(XEN) HVM d7 save: PCI_IRQ
(XEN) HVM d7 save: ISA_IRQ
(XEN) HVM d7 save: PCI_LINK
(XEN) HVM d7 save: PIT
(XEN) HVM d7 save: RTC
(XEN) HVM d7 save: HPET
(XEN) HVM d7 save: PMTIMER
(XEN) HVM d7v0 save: MTRR
(XEN) HVM d7 save: VIRIDIAN_DOMAIN
(XEN) HVM d7v0 save: CPU_XSAVE
(XEN) HVM d7v0 save: VIRIDIAN_VCPU
(XEN) HVM d7v0 save: VMCE_VCPU
(XEN) HVM d7v0 save: TSC_ADJUST
(XEN) HVM d7v0 save: CPU_MSR
(XEN) HVM7 restore: CPU 0
(d7) HVM Loader
(d7) Detected Xen v4.15.0
(d7) Xenbus rings @0xfeffc000, event channel 1
(d7) System requested SeaBIOS
(d7) CPU speed is 2533 MHz
(d7) Relocating guest memory for lowmem MMIO space disabled
(d7) PCI-ISA link 0 routed to IRQ5
(d7) PCI-ISA link 1 routed to IRQ10
(d7) PCI-ISA link 2 routed to IRQ11
(d7) PCI-ISA link 3 routed to IRQ5
(d7) pci dev 01:3 INTA->IRQ10
(d7) pci dev 02:0 INTA->IRQ11
(d7) pci dev 04:0 INTA->IRQ5
(d7) No RAM in high memory; setting high_mem resource base to 100000000
(d7) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d7) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d7) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d7) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d7) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d7) pci dev 02:0 bar 10 size 000000100: 00000c001
(d7) pci dev 04:0 bar 20 size 000000020: 00000c101
(d7) pci dev 01:1 bar 20 size 000000010: 00000c121
(d7) Multiprocessor initialisation:
(d7)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d7) Writing SMBIOS tables ...
(d7) Loading SeaBIOS ...
(d7) Creating MP tables ...
(d7) Loading ACPI ...
(d7) vm86 TSS at fc100280
(d7) BIOS map:
(d7)  10000-100e3: Scratch space
(d7)  c0000-fffff: Main BIOS
(d7) E820 table:
(d7)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d7)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d7)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d7)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d7)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d7)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d7)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d7) Invoking SeaBIOS ...
(d7) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d7) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d7) 
(d7) Found Xen hypervisor signature at 40000000
(d7) Running on QEMU (i440fx)
(d7) xen: copy e820...
(d7) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d7) Found 7 PCI devices (max PCI bus is 00)
(d7) Allocated Xen hypercall page at 3f7ff000
(d7) Detected Xen v4.15.0
(d7) xen: copy BIOS tables...
(d7) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d7) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d7) Copying PIR from 0x00010040 to 0x000f5ca0
(d7) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d7) table(50434146)=0xfc00a370 (via xsdt)
(d7) Using pmtimer, ioport 0xb008
(d7) table(50434146)=0xfc00a370 (via xsdt)
(d7) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d7) parse_termlist: parse error, skip from 16/27641
(d7) parse_termlist: parse error, skip from 87/6041
(d7) Scan for VGA option rom
(d7) Running option rom at c000:0003
(d7) pmm call arg1=0
(d7) Turning on vga text mode console
(d7) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d7) Machine UUID 4439666c-ad49-11ec-8c36-001e67020707
(d7) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d7) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d7) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d7) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d7) AHCI/0: Set transfer mode to UDMA-5
(d7) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d7) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d7) PS2 keyboard initialized
(d7) Searching bootorder for: HALT
(d7) Found 0 lpt ports
(d7) Found 0 serial ports
(d7) All threads complete.
(d7) Scan for option roms
(d7) 
(d7) Press ESC for boot menu.
(d7) 
(d7) Searching bootorder for: HALT
(d7) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d7) Space available for UMB: c9800-e9000, f5620-f5bc0
(d7) Returned 253952 bytes of ZoneHigh
(d7) e820 map has 7 items:
(d7)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d7)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d7)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d7)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d7)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d7)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d7)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d7) enter handle_19:
(d7)   NULL
(d7) Booting from Hard Disk...
(d7) Booting from 0000:7c00
(XEN) d7v0: upcall vector 93
(XEN) HVM d8v0 save: CPU
(XEN) HVM d8 save: PIC
(XEN) HVM d8 save: IOAPIC
(XEN) HVM d8v0 save: LAPIC
(XEN) HVM d8v0 save: LAPIC_REGS
(XEN) HVM d8 save: PCI_IRQ
(XEN) HVM d8 save: ISA_IRQ
(XEN) HVM d8 save: PCI_LINK
(XEN) HVM d8 save: PIT
(XEN) HVM d8 save: RTC
(XEN) HVM d8 save: HPET
(XEN) HVM d8 save: PMTIMER
(XEN) HVM d8v0 save: MTRR
(XEN) HVM d8 save: VIRIDIAN_DOMAIN
(XEN) HVM d8v0 save: CPU_XSAVE
(XEN) HVM d8v0 save: VIRIDIAN_VCPU
(XEN) HVM d8v0 save: VMCE_VCPU
(XEN) HVM d8v0 save: TSC_ADJUST
(XEN) HVM d8v0 save: CPU_MSR
(XEN) HVM8 restore: CPU 0
(d8) HVM Loader
(d8) Detected Xen v4.15.0
(d8) Xenbus rings @0xfeffc000, event channel 1
(d8) System requested SeaBIOS
(d8) CPU speed is 2533 MHz
(d8) Relocating guest memory for lowmem MMIO space disabled
(d8) PCI-ISA link 0 routed to IRQ5
(d8) PCI-ISA link 1 routed to IRQ10
(d8) PCI-ISA link 2 routed to IRQ11
(d8) PCI-ISA link 3 routed to IRQ5
(d8) pci dev 01:3 INTA->IRQ10
(d8) pci dev 02:0 INTA->IRQ11
(d8) pci dev 04:0 INTA->IRQ5
(d8) No RAM in high memory; setting high_mem resource base to 100000000
(d8) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d8) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d8) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d8) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d8) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d8) pci dev 02:0 bar 10 size 000000100: 00000c001
(d8) pci dev 04:0 bar 20 size 000000020: 00000c101
(d8) pci dev 01:1 bar 20 size 000000010: 00000c121
(d8) Multiprocessor initialisation:
(d8)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d8) Writing SMBIOS tables ...
(d8) Loading SeaBIOS ...
(d8) Creating MP tables ...
(d8) Loading ACPI ...
(d8) vm86 TSS at fc100280
(d8) BIOS map:
(d8)  10000-100e3: Scratch space
(d8)  c0000-fffff: Main BIOS
(d8) E820 table:
(d8)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d8)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d8)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d8)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d8)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d8)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d8)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d8) Invoking SeaBIOS ...
(d8) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d8) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d8) 
(d8) Found Xen hypervisor signature at 40000000
(d8) Running on QEMU (i440fx)
(d8) xen: copy e820...
(d8) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d8) Found 7 PCI devices (max PCI bus is 00)
(d8) Allocated Xen hypercall page at 3f7ff000
(d8) Detected Xen v4.15.0
(d8) xen: copy BIOS tables...
(d8) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d8) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d8) Copying PIR from 0x00010040 to 0x000f5ca0
(d8) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d8) table(50434146)=0xfc00a370 (via xsdt)
(d8) Using pmtimer, ioport 0xb008
(d8) table(50434146)=0xfc00a370 (via xsdt)
(d8) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d8) parse_termlist: parse error, skip from 16/27641
(d8) parse_termlist: parse error, skip from 87/6041
(d8) Scan for VGA option rom
(d8) Running option rom at c000:0003
(d8) pmm call arg1=0
(d8) Turning on vga text mode console
(d8) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d8) Machine UUID 7bc997d2-ad49-11ec-8c36-001e67020707
(d8) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d8) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d8) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d8) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d8) AHCI/0: Set transfer mode to UDMA-5
(d8) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d8) Searching bootorder for: /pci@i0cf8/*@4/drive@1/disk@0
(d8) AHCI/1: Set transfer mode to UDMA-5
(d8) Searching bios-geometry for: /pci@i0cf8/*@4/drive@1/disk@0
(d8) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d8) PS2 keyboard initialized
(d8) Searching bootorder for: /pci@i0cf8/*@4/drive@2/disk@0
(d8) AHCI/2: Set transfer mode to UDMA-5
(d8) Searching bios-geometry for: /pci@i0cf8/*@4/drive@2/disk@0
(d8) AHCI/1: registering: "AHCI/1: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d8) Searching bootorder for: /pci@i0cf8/*@4/drive@3/disk@0
(d8) AHCI/3: Set transfer mode to UDMA-5
(d8) Searching bios-geometry for: /pci@i0cf8/*@4/drive@3/disk@0
(d8) AHCI/2: registering: "AHCI/2: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d8) Searching bootorder for: /pci@i0cf8/*@4/drive@4/disk@0
(d8) AHCI/4: Set transfer mode to UDMA-5
(d8) Searching bios-geometry for: /pci@i0cf8/*@4/drive@4/disk@0
(d8) AHCI/3: registering: "AHCI/3: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d8) AHCI/4: registering: "AHCI/4: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d8) Searching bootorder for: HALT
(d8) Found 0 lpt ports
(d8) Found 0 serial ports
(d8) All threads complete.
(d8) Scan for option roms
(d8) 
(d8) Press ESC for boot menu.
(d8) 
(d8) Searching bootorder for: HALT
(d8) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d8) drive 0x000f5b70: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d8) drive 0x000f5b20: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d8) drive 0x000f5ad0: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d8) drive 0x000f5a80: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d8) Space available for UMB: c9800-e9000, f5620-f5a80
(d8) Returned 249856 bytes of ZoneHigh
(d8) e820 map has 7 items:
(d8)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d8)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d8)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d8)   3: 0000000000100000 - 000000003f7fd000 = 1 RAM
(d8)   4: 000000003f7fd000 - 000000003f800000 = 2 RESERVED
(d8)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d8)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d8) enter handle_19:
(d8)   NULL
(d8) Booting from Hard Disk...
(d8) Booting from 0000:7c00
(XEN) HVM d9v0 save: CPU
(XEN) HVM d9 save: PIC
(XEN) HVM d9 save: IOAPIC
(XEN) HVM d9v0 save: LAPIC
(XEN) HVM d9v0 save: LAPIC_REGS
(XEN) HVM d9 save: PCI_IRQ
(XEN) HVM d9 save: ISA_IRQ
(XEN) HVM d9 save: PCI_LINK
(XEN) HVM d9 save: PIT
(XEN) HVM d9 save: RTC
(XEN) HVM d9 save: HPET
(XEN) HVM d9 save: PMTIMER
(XEN) HVM d9v0 save: MTRR
(XEN) HVM d9 save: VIRIDIAN_DOMAIN
(XEN) HVM d9v0 save: CPU_XSAVE
(XEN) HVM d9v0 save: VIRIDIAN_VCPU
(XEN) HVM d9v0 save: VMCE_VCPU
(XEN) HVM d9v0 save: TSC_ADJUST
(XEN) HVM d9v0 save: CPU_MSR
(XEN) HVM9 restore: CPU 0
(d9) HVM Loader
(d9) Detected Xen v4.15.0
(d9) Xenbus rings @0xfeffc000, event channel 1
(d9) System requested SeaBIOS
(d9) CPU speed is 2533 MHz
(d9) Relocating guest memory for lowmem MMIO space disabled
(d9) PCI-ISA link 0 routed to IRQ5
(d9) PCI-ISA link 1 routed to IRQ10
(d9) PCI-ISA link 2 routed to IRQ11
(d9) PCI-ISA link 3 routed to IRQ5
(d9) pci dev 01:3 INTA->IRQ10
(d9) pci dev 02:0 INTA->IRQ11
(d9) pci dev 04:0 INTA->IRQ5
(d9) No RAM in high memory; setting high_mem resource base to 100000000
(d9) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d9) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d9) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d9) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d9) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d9) pci dev 02:0 bar 10 size 000000100: 00000c001
(d9) pci dev 04:0 bar 20 size 000000020: 00000c101
(d9) pci dev 01:1 bar 20 size 000000010: 00000c121
(d9) Multiprocessor initialisation:
(d9)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d9) Writing SMBIOS tables ...
(d9) Loading SeaBIOS ...
(d9) Creating MP tables ...
(d9) Loading ACPI ...
(d9) vm86 TSS at fc100280
(d9) BIOS map:
(d9)  10000-100e3: Scratch space
(d9)  c0000-fffff: Main BIOS
(d9) E820 table:
(d9)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d9)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d9)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d9)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d9)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d9)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d9)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d9) Invoking SeaBIOS ...
(d9) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d9) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d9) 
(d9) Found Xen hypervisor signature at 40000000
(d9) Running on QEMU (i440fx)
(d9) xen: copy e820...
(d9) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d9) Found 7 PCI devices (max PCI bus is 00)
(d9) Allocated Xen hypercall page at 3f7ff000
(d9) Detected Xen v4.15.0
(d9) xen: copy BIOS tables...
(d9) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d9) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d9) Copying PIR from 0x00010040 to 0x000f5ca0
(d9) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d9) table(50434146)=0xfc00a370 (via xsdt)
(d9) Using pmtimer, ioport 0xb008
(d9) table(50434146)=0xfc00a370 (via xsdt)
(d9) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d9) parse_termlist: parse error, skip from 16/27641
(d9) parse_termlist: parse error, skip from 87/6041
(d9) Scan for VGA option rom
(d9) Running option rom at c000:0003
(d9) pmm call arg1=0
(d9) Turning on vga text mode console
(d9) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d9) Machine UUID 88741b15-ad49-11ec-8c36-001e67020707
(d9) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d9) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d9) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d9) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d9) AHCI/0: Set transfer mode to UDMA-5
(d9) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d9) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d9) PS2 keyboard initialized
(d9) Searching bootorder for: HALT
(d9) Found 0 lpt ports
(d9) Found 0 serial ports
(d9) All threads complete.
(d9) Scan for option roms
(d9) 
(d9) Press ESC for boot menu.
(d9) 
(d9) Searching bootorder for: HALT
(d9) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d9) Space available for UMB: c9800-e9000, f5620-f5bc0
(d9) Returned 253952 bytes of ZoneHigh
(d9) e820 map has 7 items:
(d9)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d9)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d9)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d9)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d9)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d9)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d9)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d9) enter handle_19:
(d9)   NULL
(d9) Booting from Hard Disk...
(d9) Booting from 0000:7c00
(XEN) d8v0: upcall vector 93
xbbd5: Error 12 Unable to allocate request bounce buffers
xbbd5: Fatal error. Transitioning to Closing State
(XEN) d9v0: upcall vector 93
(XEN) HVM d10v0 save: CPU
(XEN) HVM d10 save: PIC
(XEN) HVM d10 save: IOAPIC
(XEN) HVM d10v0 save: LAPIC
(XEN) HVM d10v0 save: LAPIC_REGS
(XEN) HVM d10 save: PCI_IRQ
(XEN) HVM d10 save: ISA_IRQ
(XEN) HVM d10 save: PCI_LINK
(XEN) HVM d10 save: PIT
(XEN) HVM d10 save: RTC
(XEN) HVM d10 save: HPET
(XEN) HVM d10 save: PMTIMER
(XEN) HVM d10v0 save: MTRR
(XEN) HVM d10 save: VIRIDIAN_DOMAIN
(XEN) HVM d10v0 save: CPU_XSAVE
(XEN) HVM d10v0 save: VIRIDIAN_VCPU
(XEN) HVM d10v0 save: VMCE_VCPU
(XEN) HVM d10v0 save: TSC_ADJUST
(XEN) HVM d10v0 save: CPU_MSR
(XEN) HVM10 restore: CPU 0
(d10) HVM Loader
(d10) Detected Xen v4.15.0
(d10) Xenbus rings @0xfeffc000, event channel 1
(d10) System requested SeaBIOS
(d10) CPU speed is 2533 MHz
(d10) Relocating guest memory for lowmem MMIO space disabled
(d10) PCI-ISA link 0 routed to IRQ5
(d10) PCI-ISA link 1 routed to IRQ10
(d10) PCI-ISA link 2 routed to IRQ11
(d10) PCI-ISA link 3 routed to IRQ5
(d10) pci dev 01:3 INTA->IRQ10
(d10) pci dev 02:0 INTA->IRQ11
(d10) pci dev 04:0 INTA->IRQ5
(d10) No RAM in high memory; setting high_mem resource base to 100000000
(d10) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d10) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d10) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d10) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d10) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d10) pci dev 02:0 bar 10 size 000000100: 00000c001
(d10) pci dev 04:0 bar 20 size 000000020: 00000c101
(d10) pci dev 01:1 bar 20 size 000000010: 00000c121
(d10) Multiprocessor initialisation:
(d10)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d10) Writing SMBIOS tables ...
(d10) Loading SeaBIOS ...
(d10) Creating MP tables ...
(d10) Loading ACPI ...
(d10) vm86 TSS at fc100280
(d10) BIOS map:
(d10)  10000-100e3: Scratch space
(d10)  c0000-fffff: Main BIOS
(d10) E820 table:
(d10)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d10)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d10)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d10)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d10)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d10)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d10)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d10) Invoking SeaBIOS ...
(d10) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d10) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d10) 
(d10) Found Xen hypervisor signature at 40000000
(d10) Running on QEMU (i440fx)
(d10) xen: copy e820...
(d10) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d10) Found 7 PCI devices (max PCI bus is 00)
(d10) Allocated Xen hypercall page at 3f7ff000
(d10) Detected Xen v4.15.0
(d10) xen: copy BIOS tables...
(d10) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d10) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d10) Copying PIR from 0x00010040 to 0x000f5ca0
(d10) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d10) table(50434146)=0xfc00a370 (via xsdt)
(d10) Using pmtimer, ioport 0xb008
(d10) table(50434146)=0xfc00a370 (via xsdt)
(d10) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d10) parse_termlist: parse error, skip from 16/27641
(d10) parse_termlist: parse error, skip from 87/6041
(d10) Scan for VGA option rom
(d10) Running option rom at c000:0003
(d10) pmm call arg1=0
(d10) Turning on vga text mode console
(d10) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d10) Machine UUID bf327dee-ad49-11ec-8c36-001e67020707
(d10) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d10) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d10) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d10) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d10) AHCI/0: Set transfer mode to UDMA-5
(d10) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d10) Searching bootorder for: /pci@i0cf8/*@4/drive@1/disk@0
(d10) AHCI/1: Set transfer mode to UDMA-5
(d10) Searching bios-geometry for: /pci@i0cf8/*@4/drive@1/disk@0
(d10) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d10) PS2 keyboard initialized
(d10) Searching bootorder for: /pci@i0cf8/*@4/drive@2/disk@0
(d10) AHCI/2: Set transfer mode to UDMA-5
(d10) Searching bios-geometry for: /pci@i0cf8/*@4/drive@2/disk@0
(d10) AHCI/1: registering: "AHCI/1: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d10) Searching bootorder for: /pci@i0cf8/*@4/drive@3/disk@0
(d10) AHCI/3: Set transfer mode to UDMA-5
(d10) Searching bios-geometry for: /pci@i0cf8/*@4/drive@3/disk@0
(d10) AHCI/2: registering: "AHCI/2: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d10) Searching bootorder for: /pci@i0cf8/*@4/drive@4/disk@0
(d10) AHCI/4: Set transfer mode to UDMA-5
(d10) Searching bios-geometry for: /pci@i0cf8/*@4/drive@4/disk@0
(d10) AHCI/3: registering: "AHCI/3: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d10) AHCI/4: registering: "AHCI/4: QEMU HARDDISK ATA-7 Hard-Disk (2048 MiBytes)"
(d10) Searching bootorder for: HALT
(d10) Found 0 lpt ports
(d10) Found 0 serial ports
(d10) All threads complete.
(d10) Scan for option roms
(d10) 
(d10) Press ESC for boot menu.
(d10) 
(d10) Searching bootorder for: HALT
(d10) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d10) drive 0x000f5b70: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d10) drive 0x000f5b20: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d10) drive 0x000f5ad0: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d10) drive 0x000f5a80: PCHS=4161/16/63 translation=large LCHS=520/128/63 s=4194304
(d10) Space available for UMB: c9800-e9000, f5620-f5a80
(d10) Returned 249856 bytes of ZoneHigh
(d10) e820 map has 7 items:
(d10)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d10)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d10)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d10)   3: 0000000000100000 - 000000003f7fd000 = 1 RAM
(d10)   4: 000000003f7fd000 - 000000003f800000 = 2 RESERVED
(d10)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d10)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d10) enter handle_19:
(d10)   NULL
(d10) Booting from Hard Disk...
(d10) Booting from 0000:7c00
(XEN) d10v0: upcall vector 93
xbbd3: Error 12 Unable to allocate request bounce buffers
xbbd3: Fatal error. Transitioning to Closing State
xbbd5: Error 12 Unable to allocate request bounce buffers
xbbd5: Fatal error. Transitioning to Closing State
(XEN) HVM d11v0 save: CPU
(XEN) HVM d11 save: PIC
(XEN) HVM d11 save: IOAPIC
(XEN) HVM d11v0 save: LAPIC
(XEN) HVM d11v0 save: LAPIC_REGS
(XEN) HVM d11 save: PCI_IRQ
(XEN) HVM d11 save: ISA_IRQ
(XEN) HVM d11 save: PCI_LINK
(XEN) HVM d11 save: PIT
(XEN) HVM d11 save: RTC
(XEN) HVM d11 save: HPET
(XEN) HVM d11 save: PMTIMER
(XEN) HVM d11v0 save: MTRR
(XEN) HVM d11 save: VIRIDIAN_DOMAIN
(XEN) HVM d11v0 save: CPU_XSAVE
(XEN) HVM d11v0 save: VIRIDIAN_VCPU
(XEN) HVM d11v0 save: VMCE_VCPU
(XEN) HVM d11v0 save: TSC_ADJUST
(XEN) HVM d11v0 save: CPU_MSR
(XEN) HVM11 restore: CPU 0
(d11) HVM Loader
(d11) Detected Xen v4.15.0
(d11) Xenbus rings @0xfeffc000, event channel 1
(d11) System requested SeaBIOS
(d11) CPU speed is 2533 MHz
(d11) Relocating guest memory for lowmem MMIO space disabled
(d11) PCI-ISA link 0 routed to IRQ5
(d11) PCI-ISA link 1 routed to IRQ10
(d11) PCI-ISA link 2 routed to IRQ11
(d11) PCI-ISA link 3 routed to IRQ5
(d11) pci dev 01:3 INTA->IRQ10
(d11) pci dev 02:0 INTA->IRQ11
(d11) pci dev 04:0 INTA->IRQ5
(d11) No RAM in high memory; setting high_mem resource base to 100000000
(d11) pci dev 03:0 bar 10 size 002000000: 0f0000008
(d11) pci dev 02:0 bar 14 size 001000000: 0f2000008
(d11) pci dev 03:0 bar 30 size 000010000: 0f3000000
(d11) pci dev 03:0 bar 14 size 000001000: 0f3010000
(d11) pci dev 04:0 bar 24 size 000001000: 0f3011000
(d11) pci dev 02:0 bar 10 size 000000100: 00000c001
(d11) pci dev 04:0 bar 20 size 000000020: 00000c101
(d11) pci dev 01:1 bar 20 size 000000010: 00000c121
(d11) Multiprocessor initialisation:
(d11)  - CPU0 ... 36-bit phys ... fixed MTRRs ... var MTRRs [1/8] ... done.
(d11) Writing SMBIOS tables ...
(d11) Loading SeaBIOS ...
(d11) Creating MP tables ...
(d11) Loading ACPI ...
(d11) vm86 TSS at fc100280
(d11) BIOS map:
(d11)  10000-100e3: Scratch space
(d11)  c0000-fffff: Main BIOS
(d11) E820 table:
(d11)  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d11)  HOLE: 00000000:000a0000 - 00000000:000c0000
(d11)  [01]: 00000000:000c0000 - 00000000:00100000: RESERVED
(d11)  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d11)  HOLE: 00000000:3f800000 - 00000000:fc000000
(d11)  [03]: 00000000:fc000000 - 00000000:fc00b000: NVS
(d11)  [04]: 00000000:fc00b000 - 00000001:00000000: RESERVED
(d11) Invoking SeaBIOS ...
(d11) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d11) BUILD: gcc: mixed binutils: (GNU Binutils) 2.37
(d11) 
(d11) Found Xen hypervisor signature at 40000000
(d11) Running on QEMU (i440fx)
(d11) xen: copy e820...
(d11) Relocating init from 0x000d6200 to 0x3f7ab6c0 (size 84128)
(d11) Found 7 PCI devices (max PCI bus is 00)
(d11) Allocated Xen hypercall page at 3f7ff000
(d11) Detected Xen v4.15.0
(d11) xen: copy BIOS tables...
(d11) Copying SMBIOS entry point from 0x00010020 to 0x000f5e00
(d11) Copying MPTABLE from 0xfc100150/fc100160 to 0x000f5d20
(d11) Copying PIR from 0x00010040 to 0x000f5ca0
(d11) Copying ACPI RSDP from 0x000100c0 to 0x000f5c70
(d11) table(50434146)=0xfc00a370 (via xsdt)
(d11) Using pmtimer, ioport 0xb008
(d11) table(50434146)=0xfc00a370 (via xsdt)
(d11) ACPI: parse DSDT at 0xfc001040 (len 37539)
(d11) parse_termlist: parse error, skip from 16/27641
(d11) parse_termlist: parse error, skip from 87/6041
(d11) Scan for VGA option rom
(d11) Running option rom at c000:0003
(d11) pmm call arg1=0
(d11) Turning on vga text mode console
(d11) SeaBIOS (version 1.14.0-20220203_203050-130amd64-default-job-04)
(d11) Machine UUID f522d0c9-ad4e-11ec-8c36-001e67020707
(d11) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9)
(d11) ATA controller 2 at 170/374/0 (irq 15 dev 9)
(d11) AHCI controller at 00:04.0, iobase 0xf3011000, irq 5
(d11) Searching bootorder for: /pci@i0cf8/*@4/drive@0/disk@0
(d11) AHCI/0: Set transfer mode to UDMA-5
(d11) Searching bios-geometry for: /pci@i0cf8/*@4/drive@0/disk@0
(d11) AHCI/0: registering: "AHCI/0: QEMU HARDDISK ATA-7 Hard-Disk (10240 MiBytes)"
(d11) PS2 keyboard initialized
(d11) Searching bootorder for: HALT
(d11) Found 0 lpt ports
(d11) Found 0 serial ports
(d11) All threads complete.
(d11) Scan for option roms
(d11) 
(d11) Press ESC for boot menu.
(d11) 
(d11) Searching bootorder for: HALT
(d11) drive 0x000f5bc0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=20971520
(d11) Space available for UMB: c9800-e9000, f5620-f5bc0
(d11) Returned 253952 bytes of ZoneHigh
(d11) e820 map has 7 items:
(d11)   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d11)   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d11)   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d11)   3: 0000000000100000 - 000000003f7fe000 = 1 RAM
(d11)   4: 000000003f7fe000 - 000000003f800000 = 2 RESERVED
(d11)   5: 00000000fc000000 - 00000000fc00b000 = 4 NVS
(d11)   6: 00000000fc00b000 - 0000000100000000 = 2 RESERVED
(d11) enter handle_19:
(d11)   NULL
(d11) Booting from Hard Disk...
(d11) Booting from 0000:7c00
(XEN) d11v0: upcall vector 93
(XEN) HVM d12v0 save: CPU
(XEN) HVM d12 save: PIC
(XEN) HVM d12 save: IOAPIC
(XEN) HVM d12v0 save: LAPIC
(XEN) HVM d12v0 save: LAPIC_REGS
(XEN) HVM d12 save: PCI_IRQ
(XEN) HVM d12 save: ISA_IRQ
(XEN) HVM d12 save: PCI_LINK
(XEN) HVM d12 save: PIT
(XEN) HVM d12 save: RTC
(XEN) HVM d12 save: HPET
(XEN) HVM d12 save: PMTIMER
(XEN) HVM d12v0 save: MTRR
(XEN) HVM d12 save: VIRIDIAN_DOMAIN
(XEN) HVM d12v0 save: CPU_XSAVE
(XEN) HVM d12v0 save: VIRIDIAN_VCPU
(XEN) HVM d12v0 save: VMCE_VCPU
(XEN) HVM d12v0 save: TSC_ADJUST
(XEN) HVM d12v0 save: CPU_MSR
(XEN) HVM12 restore: CPU 0


Fatal trap 12: page fault while in kernel mode
cpuid = 2; apic id = 04
fault virtual address	= 0xa4
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff80c90ed0
stack pointer	        = 0x28:0xfffffe0051927ab0
frame pointer	        = 0x28:0xfffffe0051927ad0
code segment		= base 0x0, limit 0xfffff, type 0x1b
			= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags	= interrupt enabled, resume, IOPL = 0
current process		= 16 (xenwatch)
trap number		= 12
panic: page fault
cpuid = 1
time = 1648331592
KDB: stack backtrace:
#0 0xffffffff80c7c275 at kdb_backtrace+0x65
#1 0xffffffff80c2e2d1 at vpanic+0x181
#2 0xffffffff80c2e143 at panic+0x43
#3 0xffffffff810c8b97 at trap+0xba7
#4 0xffffffff810c8bef at trap+0xbff
#5 0xffffffff810c8243 at trap+0x253
#6 0xffffffff810a0838 at calltrap+0x8
#7 0xffffffff80a98515 at xbd_instance_create+0x7895
#8 0xffffffff80a98462 at xbd_instance_create+0x77e2
#9 0xffffffff80a9619b at xbd_instance_create+0x551b
#10 0xffffffff80f95c54 at xenbusb_localend_changed+0x7c4
#11 0xffffffff80ab0ef4 at xs_unlock+0x704
#12 0xffffffff80beaede at fork_exit+0x7e
#13 0xffffffff810a18ae at fork_trampoline+0xe
Uptime: 1h29m31s
(ada0:ahcich0:0:0:0): spin-down
(ada1:ahcich1:0:0:0): spin-down

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48b74c39-abb3-0a3e-91a8-b5ab1e1223ce>