zhaiyan920

Results 2 issues of zhaiyan920

Hi, I've encountered this when using SkeletonBuilder: if the bpf code has "aligned" attribute on struct, then generated type does not correctly correspond to that. I created a reproducible here:...

Hi there, I've encountered some qemu-system compatibility issue: ``` ~/src/linux $ virtme-run --kimg arch/x86_64/boot/bzImage qemu-system-x86_64: -watchdog: invalid option ``` This generates ``` /usr/bin/qemu-system-x86_64 -fsdev local,id=virtfs1,path=/,security_model=none,readonly=on,multidevs=remap -device virtio-9p-pci,fsdev=virtfs1,mount_tag=/dev/root -fsdev local,id=virtfs5,path=/usr/local/lib/python3.10/dist-packages/virtme-0.1.1-py3.10.egg/virtme/guest,security_model=none,readonly=on,multidevs=remap -device...