[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v5 1/7] host-utils: Move 128-bit guard macro to .c
From: |
Eric Blake |
Subject: |
Re: [Qemu-ppc] [PATCH v5 1/7] host-utils: Move 128-bit guard macro to .c file |
Date: |
Tue, 10 Jan 2017 08:26:57 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 |
On 01/09/2017 08:10 PM, Jose Ricardo Ziviani wrote:
> It is not possible to implement functions in host-utils.c for
> architectures with quadwords because the guard is implemented in the
> Makefile. This patch move the guard out of the Makefile to the
s/move/moves/
> implementation file.
>
> Signed-off-by: Jose Ricardo Ziviani <address@hidden>
> ---
> util/Makefile.objs | 2 +-
> util/host-utils.c | 2 ++
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-ppc] [PATCH v5 0/7] POWER9 TCG enablements - BCD functions - final part, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 1/7] host-utils: Move 128-bit guard macro to .c file, Jose Ricardo Ziviani, 2017/01/09
- Re: [Qemu-ppc] [PATCH v5 1/7] host-utils: Move 128-bit guard macro to .c file,
Eric Blake <=
- [Qemu-ppc] [PATCH v5 2/7] host-utils: Implement unsigned quadword left/right shift and unit tests, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 3/7] ppc: Implement bcds. instruction, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 4/7] ppc: Implement bcdus. instruction, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 5/7] ppc: Implement bcdsr. instruction, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 6/7] ppc: Implement bcdtrunc. instruction, Jose Ricardo Ziviani, 2017/01/09
- [Qemu-ppc] [PATCH v5 7/7] ppc: Implement bcdutrunc. instruction, Jose Ricardo Ziviani, 2017/01/09
- Re: [Qemu-ppc] [PATCH v5 0/7] POWER9 TCG enablements - BCD functions - final part, David Gibson, 2017/01/11