Re: [libvirt] [PATCH] fix libvirt alignment on arm platforms

2013-12-13 Thread Michele Paolino
On 13/12/2013 08:54, Michal Privoznik wrote: On 12.12.2013 20:27, Eric Blake wrote: On 12/12/2013 11:55 AM, Michal Privoznik wrote: int detail; -}; +} ATTRIBUTE_PACKED; (What an ancient e-mail :-) ) 1970 was how many years before libvirt was even started? Indeed, this is a 43 years

[libvirt] [PATCH] fix libvirt alignment on arm platforms

2013-12-12 Thread Michele Paolino
With the changes added by the latest commits (e.g. 8a29ffcf9aee45b61a0a12ee45c656cfd52333e8) related to new events feature v2, we are unable to compile libvirt on ARM target (OMAP5). The error is due to alignment: conf/domain_event.c: In function 'virDomainEventDispatchDefaultFunc':

Re: [libvirt] [PATCH] fix libvirt alignment on arm platforms

2013-12-12 Thread Michal Privoznik
On 01.01.1970 01:03, Michele Paolino wrote: With the changes added by the latest commits (e.g. 8a29ffcf9aee45b61a0a12ee45c656cfd52333e8) related to new events feature v2, we are unable to compile libvirt on ARM target (OMAP5). The error is due to alignment: conf/domain_event.c: In function

Re: [libvirt] [PATCH] fix libvirt alignment on arm platforms

2013-12-12 Thread Eric Blake
On 12/12/2013 11:55 AM, Michal Privoznik wrote: int detail; -}; +} ATTRIBUTE_PACKED; (What an ancient e-mail :-) ) 1970 was how many years before libvirt was even started? I've raised the problem here: https://www.redhat.com/archives/libvir-list/2013-December/msg00635.html

Re: [libvirt] [PATCH] fix libvirt alignment on arm platforms

2013-12-12 Thread Michal Privoznik
On 12.12.2013 20:27, Eric Blake wrote: On 12/12/2013 11:55 AM, Michal Privoznik wrote: int detail; -}; +} ATTRIBUTE_PACKED; (What an ancient e-mail :-) ) 1970 was how many years before libvirt was even started? I've raised the problem here: