Re: [PATCH v2 09/15] util: move 256-by-128 division helpers to int128

2022-08-04 Thread Lucas Mateus Martins Araujo e Castro
On 12/07/2022 06:35, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Break a cyclic dependency between int128 and host-utils. Reviewed-by: Lucas Mateus Castro Signed-off-by: Marc-André Lureau --- include/qemu/host-utils.h | 3 - include/qemu/int128.h | 3 + util/host-

Re: [PATCH v2 09/15] util: move 256-by-128 division helpers to int128

2022-08-04 Thread Marc-André Lureau
Hi On Tue, Jul 12, 2022 at 1:49 PM wrote: > From: Marc-André Lureau > > Break a cyclic dependency between int128 and host-utils. > Anyone to approve that change? (This will allow us to more easily move host-utils & int128 units to a subproject) thanks > > Signed-off-by: Marc-André Lureau >

[PATCH v2 09/15] util: move 256-by-128 division helpers to int128

2022-07-12 Thread marcandre . lureau
From: Marc-André Lureau Break a cyclic dependency between int128 and host-utils. Signed-off-by: Marc-André Lureau --- include/qemu/host-utils.h | 3 - include/qemu/int128.h | 3 + util/host-utils.c | 180 -- util/int128.c | 180 ++