On Thu, May 08, 2025 at 01:30:25PM +0100, Peter Maydell wrote:
> On Thu, 8 May 2025 at 13:21, Michael S. Tsirkin wrote:
> >
> > compilers that QEMU requires support int128
> > (though arithmetic might be more challenging).
> > As virtio wants to use int128 with bitwise opts only,
> > make it simpl
On Thu, 8 May 2025 at 13:21, Michael S. Tsirkin wrote:
>
> compilers that QEMU requires support int128
> (though arithmetic might be more challenging).
> As virtio wants to use int128 with bitwise opts only,
> make it simple by failing configure if not there.
IIRC the problem is not the compiler
compilers that QEMU requires support int128
(though arithmetic might be more challenging).
As virtio wants to use int128 with bitwise opts only,
make it simple by failing configure if not there.
Signed-off-by: Michael S. Tsirkin
---
Hi guys,
any feedback on this one?
Lightly tested.
include/q