All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
@ 2020-07-29  3:16 Raphael Norwitz
  2020-07-29  7:32 ` Marc-André Lureau
  2020-07-29 14:19 ` Michael S. Tsirkin
  0 siblings, 2 replies; 8+ messages in thread
From: Raphael Norwitz @ 2020-07-29  3:16 UTC (permalink / raw)
  To: Marc-André Lureau, Michael S. Tsirkin; +Cc: QEMU

Hi mst,

Looking at the current changelog
https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
user visible change so shouldn't we add a note?

Thanks,
Raphael


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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-07-29  3:16 Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes Raphael Norwitz
@ 2020-07-29  7:32 ` Marc-André Lureau
  2020-07-29 14:19 ` Michael S. Tsirkin
  1 sibling, 0 replies; 8+ messages in thread
From: Marc-André Lureau @ 2020-07-29  7:32 UTC (permalink / raw)
  To: Raphael Norwitz; +Cc: QEMU, Michael S. Tsirkin

Hi

On Wed, Jul 29, 2020 at 7:16 AM Raphael Norwitz
<raphael.s.norwitz@gmail.com> wrote:
>
> Hi mst,
>
> Looking at the current changelog
> https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
> the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
> user visible change so shouldn't we add a note?
>

Sure, feel free to do so.

cheers



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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-07-29  3:16 Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes Raphael Norwitz
  2020-07-29  7:32 ` Marc-André Lureau
@ 2020-07-29 14:19 ` Michael S. Tsirkin
  2020-07-30  3:17   ` Raphael Norwitz
  1 sibling, 1 reply; 8+ messages in thread
From: Michael S. Tsirkin @ 2020-07-29 14:19 UTC (permalink / raw)
  To: Raphael Norwitz; +Cc: Marc-André Lureau, QEMU

On Tue, Jul 28, 2020 at 09:16:10PM -0600, Raphael Norwitz wrote:
> Hi mst,
> 
> Looking at the current changelog
> https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
> the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
> user visible change so shouldn't we add a note?
> 
> Thanks,
> Raphael

I didn't look at updating the changelog yet.
Would be great if you could write up new vhost user things.

-- 
MST



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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-07-29 14:19 ` Michael S. Tsirkin
@ 2020-07-30  3:17   ` Raphael Norwitz
  2020-08-06  3:37     ` Raphael Norwitz
  2020-08-06  5:50     ` Michael S. Tsirkin
  0 siblings, 2 replies; 8+ messages in thread
From: Raphael Norwitz @ 2020-07-30  3:17 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Marc-André Lureau, QEMU

How about something like:
"A new feature, VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS, has been
added to the vhost-user protocol which, when negotiated, changes the
way QEMU transmit memory regions to backend devices. Instead of
sending all regions in a single VHOST_USER_SET_MEM_TABLE message, QEMU
will send supporting backends individual VHOST_USER_ADD_MEM_REG and
VHOST_USER_REM_MEM_REG messages to update the devices memory tables.
VMs with vhost-user device backends which support this feature will
not be subject to the max RAM slots limit of 8 and will be able to
hot-add memory as many times as the target platform supports. Backends
which do not support VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS are
unaffected."

I don't have permission to edit the wiki. How can I get permission? Or
can someone post it for me?

On Wed, Jul 29, 2020 at 8:19 AM Michael S. Tsirkin <mst@redhat.com> wrote:
>
> On Tue, Jul 28, 2020 at 09:16:10PM -0600, Raphael Norwitz wrote:
> > Hi mst,
> >
> > Looking at the current changelog
> > https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
> > the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
> > user visible change so shouldn't we add a note?
> >
> > Thanks,
> > Raphael
>
> I didn't look at updating the changelog yet.
> Would be great if you could write up new vhost user things.
>
> --
> MST
>


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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-07-30  3:17   ` Raphael Norwitz
@ 2020-08-06  3:37     ` Raphael Norwitz
  2020-08-06  5:50     ` Michael S. Tsirkin
  1 sibling, 0 replies; 8+ messages in thread
From: Raphael Norwitz @ 2020-08-06  3:37 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Marc-André Lureau, QEMU

ping

On Wed, Jul 29, 2020 at 9:17 PM Raphael Norwitz
<raphael.s.norwitz@gmail.com> wrote:
>
> How about something like:
> "A new feature, VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS, has been
> added to the vhost-user protocol which, when negotiated, changes the
> way QEMU transmit memory regions to backend devices. Instead of
> sending all regions in a single VHOST_USER_SET_MEM_TABLE message, QEMU
> will send supporting backends individual VHOST_USER_ADD_MEM_REG and
> VHOST_USER_REM_MEM_REG messages to update the devices memory tables.
> VMs with vhost-user device backends which support this feature will
> not be subject to the max RAM slots limit of 8 and will be able to
> hot-add memory as many times as the target platform supports. Backends
> which do not support VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS are
> unaffected."
>
> I don't have permission to edit the wiki. How can I get permission? Or
> can someone post it for me?
>
> On Wed, Jul 29, 2020 at 8:19 AM Michael S. Tsirkin <mst@redhat.com> wrote:
> >
> > On Tue, Jul 28, 2020 at 09:16:10PM -0600, Raphael Norwitz wrote:
> > > Hi mst,
> > >
> > > Looking at the current changelog
> > > https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
> > > the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
> > > user visible change so shouldn't we add a note?
> > >
> > > Thanks,
> > > Raphael
> >
> > I didn't look at updating the changelog yet.
> > Would be great if you could write up new vhost user things.
> >
> > --
> > MST
> >


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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-07-30  3:17   ` Raphael Norwitz
  2020-08-06  3:37     ` Raphael Norwitz
@ 2020-08-06  5:50     ` Michael S. Tsirkin
  2020-08-06 12:22       ` Peter Maydell
  1 sibling, 1 reply; 8+ messages in thread
From: Michael S. Tsirkin @ 2020-08-06  5:50 UTC (permalink / raw)
  To: Raphael Norwitz; +Cc: Marc-André Lureau, QEMU, Peter Maydell

A bit verbose. I shortened it to

A new feature, VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS, has been
added to the vhost-user protocol.
VMs with vhost-user device backends which support this feature will
not be subject to the current max RAM slots limit of 8 and will be able to
hot-add memory as many times as the target platform supports.

Peter, can you pls allow Raphael wiki access? I don't remember how it's done ...

On Wed, Jul 29, 2020 at 09:17:27PM -0600, Raphael Norwitz wrote:
> How about something like:
> "A new feature, VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS, has been
> added to the vhost-user protocol which, when negotiated, changes the
> way QEMU transmit memory regions to backend devices. Instead of
> sending all regions in a single VHOST_USER_SET_MEM_TABLE message, QEMU
> will send supporting backends individual VHOST_USER_ADD_MEM_REG and
> VHOST_USER_REM_MEM_REG messages to update the devices memory tables.
> VMs with vhost-user device backends which support this feature will
> not be subject to the max RAM slots limit of 8 and will be able to
> hot-add memory as many times as the target platform supports. Backends
> which do not support VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS are
> unaffected."
> 
> I don't have permission to edit the wiki. How can I get permission? Or
> can someone post it for me?
> 
> On Wed, Jul 29, 2020 at 8:19 AM Michael S. Tsirkin <mst@redhat.com> wrote:
> >
> > On Tue, Jul 28, 2020 at 09:16:10PM -0600, Raphael Norwitz wrote:
> > > Hi mst,
> > >
> > > Looking at the current changelog
> > > https://wiki.qemu.org/ChangeLog/5.1#virtio, I don't see any mention of
> > > the VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS protocol feature. It is a
> > > user visible change so shouldn't we add a note?
> > >
> > > Thanks,
> > > Raphael
> >
> > I didn't look at updating the changelog yet.
> > Would be great if you could write up new vhost user things.
> >
> > --
> > MST
> >



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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-08-06  5:50     ` Michael S. Tsirkin
@ 2020-08-06 12:22       ` Peter Maydell
  2020-08-06 16:08         ` Peter Maydell
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Maydell @ 2020-08-06 12:22 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Marc-André Lureau, Raphael Norwitz, QEMU

On Thu, 6 Aug 2020 at 06:50, Michael S. Tsirkin <mst@redhat.com> wrote:
> Peter, can you pls allow Raphael wiki access? I don't remember how it's done ...

Anybody with an account can create a new account for somebody
else via the https://en.wikipedia.org/wiki/Special:CreateAccount
page. (It's only not self-sign-up because we were bombarded
with spam accounts.)

Raphael, what username would you like?

thanks
-- PMM


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

* Re: Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
  2020-08-06 12:22       ` Peter Maydell
@ 2020-08-06 16:08         ` Peter Maydell
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Maydell @ 2020-08-06 16:08 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Marc-André Lureau, Raphael Norwitz, QEMU

On Thu, 6 Aug 2020 at 13:22, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Thu, 6 Aug 2020 at 06:50, Michael S. Tsirkin <mst@redhat.com> wrote:
> > Peter, can you pls allow Raphael wiki access? I don't remember how it's done ...
>
> Anybody with an account can create a new account for somebody
> else via the https://en.wikipedia.org/wiki/Special:CreateAccount

Wrong link, obviously :-) I meant
https://wiki.qemu.org/Special:CreateAccount

-- PMM


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

end of thread, other threads:[~2020-08-06 16:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  3:16 Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes Raphael Norwitz
2020-07-29  7:32 ` Marc-André Lureau
2020-07-29 14:19 ` Michael S. Tsirkin
2020-07-30  3:17   ` Raphael Norwitz
2020-08-06  3:37     ` Raphael Norwitz
2020-08-06  5:50     ` Michael S. Tsirkin
2020-08-06 12:22       ` Peter Maydell
2020-08-06 16:08         ` 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.