All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"Mark Burton" <mburton@qti.qualcomm.com>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Eduardo Habkost" <eduardo@habkost.net>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Bernhard Beschow" <shentey@gmail.com>,
	"Brian Cain" <bcain@quicinc.com>, "Warner Losh" <imp@bsdimp.com>,
	"Luc Michel" <luc@lmichel.fr>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Alessandro Di Federico" <ale@rev.ng>,
	"Cédric Le Goater" <clg@kaod.org>,
	"LIU Zhiwei" <zhiwei_liu@linux.alibaba.com>,
	"Jim Shu" <jim.shu@sifive.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Alistair Francis" <alistair.francis@wdc.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Anton Johansson" <anjo@rev.ng>,
	"Michal Privoznik" <mprivozn@redhat.com>,
	"Kevin Wolf" <kwolf@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Denis V. Lunev" <den@virtuozzo.com>,
	"Cleber Rosa" <cleber@redhat.com>,
	"Stefan Hajnoczi" <stefanha@gmail.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Dominik Csapak" <d.csapak@proxmox.com>,
	"Christophe de Dinechin" <dinechin@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Kashyap Chamarthy" <kchamart@redhat.com>,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"Jagannathan Raman" <jag.raman@oracle.com>,
	"Elena Ufimtseva" <elena.ufimtseva@oracle.com>,
	"John G Johnson" <john.g.johnson@oracle.com>,
	"Dongli Zhang" <dongli.zhang@oracle.com>,
	afaerber@suse.de, andrea.arcangeli@redhat.com,
	bazulay@redhat.com, bbauman@redhat.com, cjia@nvidia.com,
	cw@f00f.org, digitaleric@google.com,
	dustin.kirkland@canonical.com, "Eric Blake" <eblake@redhat.com>,
	"Eric Auger" <eric.auger@redhat.com>,
	felipe@nutanix.com, iggy@theiggy.com,
	"Jan Kiszka" <jan.kiszka@web.de>,
	"Jason Gunthorpe" <jgg@nvidia.com>,
	jidong.xiao@gmail.com, jjherne@linux.vnet.ibm.com,
	"Joao Martins" <joao.m.martins@oracle.com>,
	mburton@qti.qualcom.com, mdean@redhat.com,
	mimu@linux.vnet.ibm.com, z.huo@139.com, zwu.kernel@gmail.com,
	"Laurent Vivier" <lvivier@redhat.com>
Subject: Re: Single system binary & Dynamic machine model (KVM developers conference call 2022-12-13)
Date: Tue, 13 Dec 2022 16:08:28 +0100	[thread overview]
Message-ID: <87sfhjxrwz.fsf@secure.mitica> (raw)
In-Reply-To: <1ac96aab-c5c4-b539-956c-d2923e6d8602@linaro.org> ("Philippe Mathieu-Daudé"'s message of "Tue, 13 Dec 2022 15:08:53 +0100")

Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> On 12/12/22 00:41, Philippe Mathieu-Daudé wrote:
>> Hi,
>> In the last years we had few discussions on "simplifying" QEMU
>> (system emulation / virtualization), in particular for the
>> "management layer".
>> Some of us are interested in having QEMU able to dynamically create
>> machine models. Mark Burton's current approach is via a Python script
>> which generates QMP commands. This is just another case of "management
>> layer".
>> Various problems have been raised regarding the current limitations
>> of
>> QEMU's APIs. We'd like to remember / get a broader idea on these limits
>> and look at some ideas / proposals which have been discussed / posted
>> on this list.
>> Feel free to complete your thoughts on this public etherpad:
>> https://etherpad.opendev.org/p/qemu-emulation-bof%402022-12-13
>> Topic I remember which can be good starters:
>> - Current limitations of QAPI (& QMP) model (Markus Armbruster)
>> - Adding a new qemu-runtime-$TARGET / QMP-only binary without
>> today's
>>    limitations (Daniel P. Berrangé & Paolo Bonzini)
>> - Problem with x-exit-preconfig, reworking MachinePhaseInit state
>>    machine (Paolo Bonzini)
>> Markus / Daniel / Paolo expressed their ideas on the list (the
>> historical threads are referenced in the etherpad) so reading the
>> relevant threads before the call will help to get in the topic.
>> These people don't have to be in the call, but if they can attend
>> that would be very nice :)
>> The call will be Tuesday, December 13 at 3pm CET on this Bluejeans
>> link:
>> http://bluejeans.com/quintela
> We moved the call here:
>
> https://teams.microsoft.com/_#/pre-join-calling/19:meeting_MjU2NDhkOGYtOGY5ZC00MzRjLWJjNjgtYWI2ODQxZGExMWNj@thread.v2

Hi

First of all I am sorry that my calendar/alarm system failed me.

Once thold that, I have been unable to go from that link to a meet room:
- on android phone with chrome
- on android phone with firefox
- on linux host with firefox (and teams installed)
- on linux host with chrome (and teams installed)

As everybody says, it got going for indirection to indirection and at
the end (if lucky) I ended on the teams app without a room name/id.

Later, Juan.



  parent reply	other threads:[~2022-12-13 15:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 23:41 Single system binary & Dynamic machine model (KVM developers conference call 2022-12-13) Philippe Mathieu-Daudé
2022-12-13 14:08 ` Philippe Mathieu-Daudé
2022-12-13 14:17   ` Stefan Hajnoczi
2022-12-13 14:19     ` Edgar E. Iglesias
2022-12-13 14:19     ` Mark Burton
2022-12-13 14:19     ` Peter Maydell
2022-12-13 14:43     ` Cédric Le Goater
2022-12-13 14:51       ` Marc-André Lureau
2022-12-13 15:52         ` Mark Burton
2022-12-13 14:35   ` Igor Mammedov
2022-12-13 15:08   ` Juan Quintela [this message]
2022-12-13 16:13     ` Alex Bennée
2022-12-13 16:34   ` Felipe Franciosi
2022-12-13 16:36     ` Mark Burton
2022-12-13 16:38     ` 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=87sfhjxrwz.fsf@secure.mitica \
    --to=quintela@redhat.com \
    --cc=afaerber@suse.de \
    --cc=ale@rev.ng \
    --cc=alex.bennee@linaro.org \
    --cc=alistair.francis@wdc.com \
    --cc=andrea.arcangeli@redhat.com \
    --cc=anjo@rev.ng \
    --cc=armbru@redhat.com \
    --cc=bazulay@redhat.com \
    --cc=bbauman@redhat.com \
    --cc=bcain@quicinc.com \
    --cc=berrange@redhat.com \
    --cc=cjia@nvidia.com \
    --cc=cleber@redhat.com \
    --cc=clg@kaod.org \
    --cc=cw@f00f.org \
    --cc=d.csapak@proxmox.com \
    --cc=den@virtuozzo.com \
    --cc=dgilbert@redhat.com \
    --cc=digitaleric@google.com \
    --cc=dinechin@redhat.com \
    --cc=dongli.zhang@oracle.com \
    --cc=dustin.kirkland@canonical.com \
    --cc=eblake@redhat.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=eduardo@habkost.net \
    --cc=ehabkost@redhat.com \
    --cc=elena.ufimtseva@oracle.com \
    --cc=eric.auger@redhat.com \
    --cc=felipe@nutanix.com \
    --cc=iggy@theiggy.com \
    --cc=imp@bsdimp.com \
    --cc=jag.raman@oracle.com \
    --cc=jan.kiszka@web.de \
    --cc=jgg@nvidia.com \
    --cc=jidong.xiao@gmail.com \
    --cc=jim.shu@sifive.com \
    --cc=jjherne@linux.vnet.ibm.com \
    --cc=joao.m.martins@oracle.com \
    --cc=john.g.johnson@oracle.com \
    --cc=jsnow@redhat.com \
    --cc=kchamart@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=luc@lmichel.fr \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mburton@qti.qualcom.com \
    --cc=mburton@qti.qualcomm.com \
    --cc=mdean@redhat.com \
    --cc=mimu@linux.vnet.ibm.com \
    --cc=mprivozn@redhat.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=shentey@gmail.com \
    --cc=stefanha@gmail.com \
    --cc=thuth@redhat.com \
    --cc=z.huo@139.com \
    --cc=zhiwei_liu@linux.alibaba.com \
    --cc=zwu.kernel@gmail.com \
    /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 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.