[libvirt] [PATCH v2] qemu: Fix compilation error when enum variable size differs from 'int'

Peter Krempa pkrempa at redhat.com
Wed May 27 07:16:32 UTC 2015


On Tue, May 26, 2015 at 09:04:09 -0600, Eric Blake wrote:
> On 05/26/2015 02:31 AM, Peter Krempa wrote:
> > Since commit bcd9a564b631aa virDomainNumatuneGetMode returns the value
> > via a pointer rather than in the return value. The change triggered
> > problems with platforms where the compiler decides to use a data type of
> > size different than integer at the point where we typecast it.
> > 
> > Work around the issue by using an intermediate variable of the correct
> > type that gets casted back by the default typecasting rules.
> > ---
> > Version 2:
> > - removed block from the case statement
> > - added ignore value section to silence coverity and initialized the temp variable
> > 
> >  src/qemu/qemu_driver.c | 7 ++++---
> >  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> ACK

Pushed; Thanks.

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150527/9c2265b5/attachment-0001.sig>


More information about the libvir-list mailing list