[libvirt] [PATCH] support for Xen HVM Viridian (Hyper-V) enlightenment interface

Eric Blake eblake at redhat.com
Wed Jun 15 14:07:22 UTC 2011


On 06/15/2011 07:27 AM, Daniel Gollub wrote:
> Introduce libvirt support for Xen HVM Viridian (Hyper-V) enlightenment
> interface guest feature.
> 
> 
> ---
>  src/conf/domain_conf.c     |    3 ++-
>  src/conf/domain_conf.h     |    1 +
>  src/xen/xen_hypervisor.c   |   11 +++++++++++
>  src/xenapi/xenapi_driver.c |    2 ++
>  src/xenapi/xenapi_utils.c  |    2 ++
>  src/xenxs/xen_sxpr.c       |    4 ++++
>  src/xenxs/xen_xm.c         |   12 +++++++++++-
>  7 files changed, 33 insertions(+), 2 deletions(-)

Thanks; this looks straightforward.  However, your mailer corrupted the
patch (by using quoted-printable in a way that git couldn't undo), so it
didn't apply easily.

> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 0d9fef4..a90f676 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -84,7 +84,8 @@ VIR_ENUM_IMPL(virDomainFeature, VIR_DOMAIN_FEATURE_LAST,
>                "acpi",
>                "apic",
>                "pae",
> -              "hap")
> +              "hap",
> +	      "viridian")

TAB character.  'make syntax-check' calls you on this and 2 other spots.

ACK with that fixed, so I've pushed it.  Also, I added you to AUTHORS,
let me know if I need to adjust spelling of your name or preferred email.

-- 
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/20110615/3c05ee77/attachment-0001.sig>


More information about the libvir-list mailing list