START	sys/arch/amd64/vmm	2025-03-16T02:02:28Z

==== run-regress-vcpu ====
cc -O2 -pipe  -g -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c /usr/src/regress/sys/arch/amd64/vmm/vcpu.c
cc   -o vcpu vcpu.o 
./vcpu
created mapped region 0: { gpa: 0x00000000, size: 655360, hva: 0x21a34c31000 }
created mapped region 1: { gpa: 0xfc0a0000, size: 66453504, hva: 0x2196a20e000 }
created vm 1 named "regress"
created shared memory mappings
checked shared region 0: { gpa: 0x00000000, size: 655360, hva: 0x219f113f000 }
checked shared region 1: { gpa: 0xfc0a0000, size: 66453504, hva: 0x219ffd81000 }
validated shared memory mappings
found vm 1 named "regress"
reset vcpu 0 for vm 1
vcpu 0 on vm 1 exited for io assist @ ip = 0xfff2, cs.base = 0xffff0000, ss.base = 0x0, rsp = 0x7fc
got expected string instruction
insn_len = 1
injecting exception 0xd
vcpu 0 on vm 1 exited for io assist @ ip = 0xb5d, cs.base = 0x0
exception handler called
--- RESET VECTOR @ gpa 0xfffffff0 ---
66 52 6c cc cc cc cc cc cc cc
--- STACK @ gpa 0x800 ---
00 00 00 61 00 02 f0 00 ff f3 cc cc cc cc cc cc
terminated vm 1
unmapped origin region 0 @ hva 0x21a34c31000
unmapped shared region 0 @ hva 0x219f113f000
unmapped origin region 1 @ hva 0x2196a20e000
unmapped shared region 1 @ hva 0x219ffd81000

PASS	sys/arch/amd64/vmm	Duration 0m00.36s