This is on branch vmm-g The following changes since commit 6789ef266313fc0429a74c890ef8d6624c75835b:
Add git helper scripts and update Doc/Contributing (2016-03-16 13:40:10 -0400) are available in the git repository at: [email protected]:GanShun/akaros.git HEAD for you to fetch changes up to e94f68c0831a0a9b0a262970401ae2424ab684e3: User library changes to take a guest_thread instead of a vmctl. (2016-03-22 10:54:03 -0700) ---------------------------------------------------------------- GanShun (1): User library changes to take a guest_thread instead of a vmctl. tests/vmm/vmrunkernel.c | 153 +++++++++++++++++++++++++++++++++++++++++++-------------------------------- user/vmm/apic.c | 4 +- user/vmm/decode.c | 43 +++++++++++---------- user/vmm/include/vmm/sched.h | 15 ++++++++ user/vmm/include/vmm/virtio_mmio.h | 4 +- user/vmm/include/vmm/vmm.h | 19 ++++++++-- user/vmm/io.c | 31 ++++++++------- user/vmm/ioapic.c | 4 +- user/vmm/virtio-mmio.c | 10 +++-- user/vmm/vmx.c | 44 ++++++++++++---------- user/vmm/vmxmsr.c | 116 ++++++++++++++++++++++++++++++++++----------------------- 11 files changed, 269 insertions(+), 174 deletions(-) create mode 100644 user/vmm/include/vmm/sched.h -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
