[libvirt] [PATCH] esx: Split VMX code into a general and an ESX specific part

Eric Blake eblake at redhat.com
Mon Aug 9 22:39:58 UTC 2010


On 08/05/2010 09:47 AM, Matthias Bolte wrote:
> Introduce esxVMX_Context containing functions pointers to
> glue both parts together in an generic way.

s/an/a/

> 
> Move the ESX specific part to esx_driver.c.
> 
> This is a step towards making the VMX code reusable in a
> potential VMware Workstation and VMware Player driver.
> ---
>  src/esx/esx_driver.c |  417 ++++++++++++++++++++++++++++++++++++++++++++++-
>  src/esx/esx_vmx.c    |  448 +++++---------------------------------------------
>  src/esx/esx_vmx.h    |   71 +++++----
>  tests/vmx2xmltest.c  |   52 ++++++-
>  tests/xml2vmxtest.c  |   64 +++++++-
>  5 files changed, 611 insertions(+), 441 deletions(-)

Looks like the bulk of the patch is code motion and test addition.

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100809/50fbdae0/attachment-0001.sig>


More information about the libvir-list mailing list