All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] memory: Add 'priority' property setter
@ 2021-03-27 14:34 Philippe Mathieu-Daudé
  2021-03-27 14:34 ` [PATCH-for-6.0 v3 1/5] memory: Fix memory_region 'priority' property sign Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-27 14:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alexey Kardashevskiy, Paolo Bonzini, KONRAD Frederic,
	Philippe Mathieu-Daudé,
	Peter Maydell

The first patch is an old fix, it would be nice to get it
merged eventually, but not a problem during years, so can
also wait 6.1.

The second patch add the memory_region_set_priority() helper
useful to memory controller devices.

The rest add the 'size'/'priority' object setters.

Supersedes: <20180405012241.25714-1-f4bug@amsat.org>
https://www.mail-archive.com/qemu-devel@nongnu.org/msg525635.html

Philippe Mathieu-Daudé (5):
  memory: Fix memory_region 'priority' property sign
  memory: Add memory_region_set_priority()
  memory: Rename MemoryRegion object getters
  memory: Add setter for MemoryRegion object 'size' property
  memory: Add setter for MemoryRegion object 'priority' property

 include/exec/memory.h | 10 ++++++++
 softmmu/memory.c      | 56 +++++++++++++++++++++++++++++++++++--------
 2 files changed, 56 insertions(+), 10 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2021-03-27 19:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 14:34 [PATCH v3 0/5] memory: Add 'priority' property setter Philippe Mathieu-Daudé
2021-03-27 14:34 ` [PATCH-for-6.0 v3 1/5] memory: Fix memory_region 'priority' property sign Philippe Mathieu-Daudé
2021-03-27 14:34 ` [PATCH-for-6.1 v3 2/5] memory: Add memory_region_set_priority() Philippe Mathieu-Daudé
2021-03-27 14:34 ` [PATCH-for-6.1 v3 3/5] memory: Rename MemoryRegion object getters Philippe Mathieu-Daudé
2021-03-27 14:34 ` [PATCH-for-6.1 v3 4/5] memory: Add setter for MemoryRegion object 'size' property Philippe Mathieu-Daudé
2021-03-27 14:34 ` [PATCH-for-6.1 v3 5/5] memory: Add setter for MemoryRegion object 'priority' property Philippe Mathieu-Daudé
2021-03-27 16:58 ` [PATCH v3 0/5] memory: Add 'priority' property setter Peter Maydell
2021-03-27 18:44   ` Philippe Mathieu-Daudé
2021-03-27 19:43     ` Peter Maydell

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.