Commit Graph

4 Commits

Author SHA1 Message Date
41d6d10373 Refactor to use rust-vmm crates for kvm operations 2023-01-31 13:47:55 -05:00
9ee21a0309 Return 'GenuineIntel' as vendor string 2023-01-26 15:51:47 -05:00
ced3f6a4a8 Fix compiler warnings 2023-01-26 15:49:12 -05:00
7f3b3aa409 Large refactor.
Many many changes. The major themes of the refactor were to move the
x86 specific code into a separate 'arch' package and make the main
initialization and run loop much simpler to understand. The second big
change was to improve how errors are handled by making them more 'local'
so that packages define their own errors most of the time.
2019-10-02 16:41:02 -04:00