[libvirt] [PATCH] Introduce virDomainChrDefNew()

Eric Blake eblake at redhat.com
Wed Apr 13 15:42:47 UTC 2011


On 04/13/2011 09:14 AM, Michal Novotny wrote:
> Hi,
> this is the commit to introduce the function to create new character
> device definition for the domain as advices by Cole Robinson

s/advices/advised/

> <crobinso at redhat.com>.
> 
> The function is used on the relevant places and the make, make check
> and make syntax-check all passed.
> 
> Michal
> 
> Signed-off-by: Michal Novotny <minovotn at redhat.com>
> Signed-off-by: Michal Novotny <mignov at gmail.com>

Technically, a sign-off line is for a person, not an email address, so
having two sign-offs looks weird.  Given that your redhat address is the
one listed in AUTHORS, as well as the one you sent this message with,
that should be sufficient.  But if you ever do want to use multiple
addresses, we maintain a .mailmap file which lets you commit under more
than one alias while still mapping back to a single AUTHORS line.

Cole's review just came in while I was typing this, so I'll wait for a v2.

> +++ b/src/libvirt_private.syms
> @@ -333,6 +333,7 @@ virDomainWatchdogActionTypeFromString;
>  virDomainWatchdogActionTypeToString;
>  virDomainWatchdogModelTypeFromString;
>  virDomainWatchdogModelTypeToString;
> +virDomainChrDefNew;

In addition to Cole's finding, please keep this file sorted (chunks by
header name, then within a chunk sort by function name).

-- 
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: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110413/23d7a0d5/attachment-0001.sig>


More information about the libvir-list mailing list