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/ > <[email protected]>. > > 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 <[email protected]> > Signed-off-by: Michal Novotny <[email protected]> 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 [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
