amdv.c (a5615c90442b10b0d286b8fcf2cfdcc1c2958d58) | amdv.c (98ed632c63bec8b8cfe7f8849f74ba15657bd06b) |
---|---|
1/*- 2 * Copyright (c) 2011 NetApp, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 48 unchanged lines hidden (view full) --- 57amdv_vminit(struct vm *vm) 58{ 59 60 printf("amdv_vminit: not implemented\n"); 61 return (NULL); 62} 63 64static int | 1/*- 2 * Copyright (c) 2011 NetApp, Inc. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 48 unchanged lines hidden (view full) --- 57amdv_vminit(struct vm *vm) 58{ 59 60 printf("amdv_vminit: not implemented\n"); 61 return (NULL); 62} 63 64static int |
65amdv_vmrun(void *arg, int vcpu, register_t rip, struct vm_exit *vmexit) | 65amdv_vmrun(void *arg, int vcpu, register_t rip) |
66{ 67 68 printf("amdv_vmrun: not implemented\n"); 69 return (ENXIO); 70} 71 72static void 73amdv_vmcleanup(void *arg) --- 175 unchanged lines hidden --- | 66{ 67 68 printf("amdv_vmrun: not implemented\n"); 69 return (ENXIO); 70} 71 72static void 73amdv_vmcleanup(void *arg) --- 175 unchanged lines hidden --- |