Yes, I posted here
http://lists.freedesktop.org/archives/spice-devel/2015-December/024882.html
Frediano
>
> Hello, Frediano.
>
> Have you a chance to make such patch?
>
> Thank you.
>
> 10.12.2015, 23:30, "Frediano Ziglio" :
> > Hi,
> > sorry, I looked more carefully at generated code and t
Hello, Frediano.
Have you a chance to make such patch?
Thank you.
10.12.2015, 23:30, "Frediano Ziglio" :
> Hi,
> sorry, I looked more carefully at generated code and the current code is not
> enough to make the -mno-unaligned-access option works as expected.
> It does not globally enable align
>
> Hello, Frediano.
>
> Option "-mno-unaligned-access" doesn't help. Got a lot of "Alignment trap".
> No additional code such as __aeabi_uread4() has added by the compiler. No
> runtime checks. Looks like it just ignored. GCC 4.8.2.
>
>
> http://sourceforge.net/p/tianocore/edk2/ci/68085d37f
Hello, Frediano.
Option "-mno-unaligned-access" doesn't help. Got a lot of "Alignment trap". No
additional code such as __aeabi_uread4() has added by the compiler. No runtime
checks. Looks like it just ignored. GCC 4.8.2.
http://sourceforge.net/p/tianocore/edk2/ci/68085d37f88ad97f071e2d
> > Usefull for ARM. Enable with "USE_MEMCPY" define.
> > Should be better to add "--use-memcpy" to configure.ac
> >
> > Signed-off-by: Anton D. Kachalov
> > ---
> > python_modules/demarshal.py | 29 +++--
> > 1 file changed, 19 insertions(+), 10 deletions(-)
> >
> > d
>
> Usefull for ARM. Enable with "USE_MEMCPY" define.
> Should be better to add "--use-memcpy" to configure.ac
>
> Signed-off-by: Anton D. Kachalov
> ---
> python_modules/demarshal.py | 29 +++--
> 1 file changed, 19 insertions(+), 10 deletions(-)
>
> diff --git a/pyth
>
> On Fri, Nov 27, 2015 at 07:04:55AM -0500, Frediano Ziglio wrote:
> > >
> > > On Wed, Nov 25, 2015 at 09:04:58AM -0500, Frediano Ziglio wrote:
> > > > >
> > > > > Usefull for ARM. Enable with "USE_MEMCPY" define.
> > > > > Should be better to add "--use-memcpy" to configure.ac
> > > > >
> >
On Fri, Nov 27, 2015 at 07:04:55AM -0500, Frediano Ziglio wrote:
> >
> > On Wed, Nov 25, 2015 at 09:04:58AM -0500, Frediano Ziglio wrote:
> > > >
> > > > Usefull for ARM. Enable with "USE_MEMCPY" define.
> > > > Should be better to add "--use-memcpy" to configure.ac
> > > >
> > > > Signed-off-b
>
> On Wed, Nov 25, 2015 at 09:04:58AM -0500, Frediano Ziglio wrote:
> > >
> > > Usefull for ARM. Enable with "USE_MEMCPY" define.
> > > Should be better to add "--use-memcpy" to configure.ac
> > >
> > > Signed-off-by: Anton D. Kachalov
> >
> > Are you sure there are not other way except memc
On Wed, Nov 25, 2015 at 09:04:58AM -0500, Frediano Ziglio wrote:
> >
> > Usefull for ARM. Enable with "USE_MEMCPY" define.
> > Should be better to add "--use-memcpy" to configure.ac
> >
> > Signed-off-by: Anton D. Kachalov
>
> Are you sure there are not other way except memcpy?
An alternate w
>
> Usefull for ARM. Enable with "USE_MEMCPY" define.
> Should be better to add "--use-memcpy" to configure.ac
>
> Signed-off-by: Anton D. Kachalov
Are you sure there are not other way except memcpy?
> ---
> python_modules/demarshal.py | 29 +++--
> 1 file changed, 19
Usefull for ARM. Enable with "USE_MEMCPY" define.
Should be better to add "--use-memcpy" to configure.ac
Signed-off-by: Anton D. Kachalov
---
python_modules/demarshal.py | 29 +++--
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/python_modules/demarshal
12 matches
Mail list logo