All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v2 0/4] memory: fix access_with_adjusted_size() and misc
@ 2018-04-05  1:22 Philippe Mathieu-Daudé
  2018-04-05  1:22 ` [Qemu-devel] [PATCH v2 1/4] memory: Avoid to create tiny RAM regions, handled as subpages Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-04-05  1:22 UTC (permalink / raw)
  To: Paolo Bonzini, Alexey Kardashevskiy, KONRAD Frederic
  Cc: Philippe Mathieu-Daudé, qemu-devel

Hi, these are few memory related patches.

Patch #2 v1 was:
http://lists.gnu.org/archive/html/qemu-devel/2017-08/msg02255.html
I'll send the related qtests in v3.

Patch #4 is a failed attempt to change a region priority at runtime.

Phil.

Philippe Mathieu-Daudé (4):
  memory: Avoid to create tiny RAM regions, handled as subpages
  memory: Fix access_with_adjusted_size() when size < access_size_min
  memory: Fix memory_region 'priority' property sign
  memory: Add memory_region_set_priority()

 memory.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 79 insertions(+), 24 deletions(-)

-- 
2.16.3

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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05  1:22 [Qemu-devel] [RFC PATCH v2 0/4] memory: fix access_with_adjusted_size() and misc Philippe Mathieu-Daudé
2018-04-05  1:22 ` [Qemu-devel] [PATCH v2 1/4] memory: Avoid to create tiny RAM regions, handled as subpages Philippe Mathieu-Daudé
2018-04-05  9:27   ` Peter Maydell
2018-04-05 12:53     ` Philippe Mathieu-Daudé
2018-04-05 13:20       ` Peter Maydell
2018-04-05 13:31         ` Philippe Mathieu-Daudé
2018-04-05 13:34           ` KONRAD Frederic
2018-04-05 13:42             ` Peter Maydell
2018-04-05  1:22 ` [Qemu-devel] [NOTFORMERGE PATCH v2 2/4] memory: Fix access_with_adjusted_size() when size < access_size_min Philippe Mathieu-Daudé
2018-04-08 19:21   ` Philippe Mathieu-Daudé
2018-04-05  1:22 ` [Qemu-devel] [PATCH v2 3/4] memory: Fix memory_region 'priority' property sign Philippe Mathieu-Daudé
2021-03-27 13:57   ` Philippe Mathieu-Daudé
2021-03-27 14:30     ` Philippe Mathieu-Daudé
2018-04-05  1:22 ` [Qemu-devel] [RFC PATCH v2 4/4] memory: Add memory_region_set_priority() Philippe Mathieu-Daudé
2018-04-05  3:25   ` Alexey Kardashevskiy
2018-04-05  8:44   ` KONRAD Frederic
2018-04-06  5:14     ` Alexey Kardashevskiy
2018-04-05  1:30 ` [Qemu-devel] [RFC PATCH v2 0/4] memory: fix access_with_adjusted_size() and misc no-reply

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.