bobuhiro11 / gokvm

KVM based tiny x86 hypervisor written in pure golang, which can boot Linux
https://blog.bobuhiro11.net/tags/gokvm.html
MIT License
206 stars 21 forks source link

kvm: Fix IIOC so that one field does not invade another field. #128

Closed bobuhiro11 closed 1 year ago

ChriMarMe commented 1 year ago

I thinkl this is not how the linux macros do it.

See: Linux kernel source

bobuhiro11 commented 1 year ago

Oh sure, well but I feel like I want to add it for safety.