qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/display: Add basic ATI VGA emulation


From: BALATON Zoltan
Subject: Re: [Qemu-devel] [PATCH] hw/display: Add basic ATI VGA emulation
Date: Thu, 21 Feb 2019 01:50:59 +0100 (CET)
User-agent: Alpine 2.21.9999 (BSF 287 2018-06-16)

On Thu, 21 Feb 2019, BALATON Zoltan wrote:
On Tue, 19 Feb 2019, Peter Maydell wrote:
On Tue, 12 Feb 2019 at 23:59, BALATON Zoltan <address@hidden> wrote:
On Tue, 12 Feb 2019, Philippe Mathieu-Daudé wrote:
I'd have use a pair of extract32/deposit32 but this is probably easier

By the way, should these lines in include/qemu/bitops.h have 1ULL instead of 
1UL?

22 #define BIT(nr)                 (1UL << (nr))
23 #define BIT_MASK(nr)            (1UL << ((nr) % BITS_PER_LONG))

Regards,
BALATON Zoltan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]