All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add more 64-bit utilities
@ 2021-07-19 22:02 Joe Komlodi
  2021-07-19 22:02 ` [PATCH v2 1/2] hw/core/register: " Joe Komlodi
  2021-07-19 22:02 ` [PATCH v2 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64 Joe Komlodi
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Komlodi @ 2021-07-19 22:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: alistair, richard.henderson

Changelog:
v1 -> v2
 - 2/2: Use uint64_t for 64-bit value

Hi all,

This adds more utilities for 64-bit registers.
As part of it, it also fixes FIELD_DP64 to work with bit fields wider than
32-bits.

Thanks!
Joe

Joe Komlodi (2):
  hw/core/register: Add more 64-bit utilities
  hw/registerfields: Use 64-bit bitfield for FIELD_DP64

 hw/core/register.c          | 12 ++++++++++++
 include/hw/register.h       |  8 ++++++++
 include/hw/registerfields.h | 10 +++++++++-
 3 files changed, 29 insertions(+), 1 deletion(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-20 11:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 22:02 [PATCH v2 0/2] Add more 64-bit utilities Joe Komlodi
2021-07-19 22:02 ` [PATCH v2 1/2] hw/core/register: " Joe Komlodi
2021-07-20  6:33   ` Alistair Francis
2021-07-19 22:02 ` [PATCH v2 2/2] hw/registerfields: Use 64-bit bitfield for FIELD_DP64 Joe Komlodi
2021-07-20  6:34   ` Alistair Francis
2021-07-20 11:46   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.