qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Alexey Kardashevskiy" <aik@ozlabs.ru>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"KONRAD Frederic" <frederic.konrad@adacore.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Peter Maydell" <peter.maydell@linaro.org>
Subject: [PATCH v3 0/5] memory: Add 'priority' property setter
Date: Sat, 27 Mar 2021 15:34:47 +0100	[thread overview]
Message-ID: <20210327143452.1514392-1-f4bug@amsat.org> (raw)

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



             reply	other threads:[~2021-03-27 14:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27 14:34 Philippe Mathieu-Daudé [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210327143452.1514392-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=aik@ozlabs.ru \
    --cc=frederic.konrad@adacore.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).