qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: qemu devel list <qemu-devel@nongnu.org>,
	"Gabriel L. Somlo" <somlo@cmu.edu>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Alexander Graf <agraf@suse.de>,
	Anthony Perard <anthony.perard@citrix.com>,
	Artyom Tarasenko <atar4qemu@gmail.com>,
	David Gibson <david@gibson.dropbear.id.au>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Stefano Stabellini <sstabellini@kernel.org>
Subject: Re: [Qemu-devel] [PATCH v6 wave 1 4/4] fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine types
Date: Thu, 12 Jan 2017 16:41:43 -0200	[thread overview]
Message-ID: <20170112184143.GS3565@thinpad.lan.raisama.net> (raw)
In-Reply-To: <20170112182417.9548-5-lersek@redhat.com>

On Thu, Jan 12, 2017 at 07:24:17PM +0100, Laszlo Ersek wrote:
> More precisely, the "x-file-slots" count is bumped for all machine types
> that:
> (a) use fw_cfg, and
> (b) are not versioned (hence migration is not expected to work for them
>     across QEMU releases anyway), or have version 2.9.
> 
> This affects machine types implemented in the following source files:
> 
> - "hw/arm/virt.c". The "virt-*" machine type is versioned, and the <= 2.8
>   versions already depend on HW_COMPAT_2_8 (see commit e353aac51b944).
>   Therefore adding the "x-file-slots" compat values to HW_COMPAT_2_8
>   suffices.
> 
> - "hw/i386/pc.c". The "pc-i440fx-*" (including "pc-*") and "pc-q35-*"
>   machine types are versioned. Modifying HW_COMPAT_2_8 is sufficient here
>   too (see commit "pc: Add 2.9 machine-types"). The "isapc" machtype is
>   not versioned. The "xenfv" machine type, which uses fw_cfg for direct
>   kernel booting, is also not versioned.
> 
> - "hw/ppc/mac_newworld.c". The "mac99" machine type is not versioned.
> 
> - "hw/ppc/mac_oldworld.c". The "g3beige" machine type is not versioned.
> 
> - "hw/sparc/sun4m.c". None of the 9 machine types defined in this file
>   appear versioned.
> 
> - "hw/sparc64/sun4u.c". None of the 3 machine types defined in this file
>   appear versioned.
> 
> Cc: "Gabriel L. Somlo" <somlo@cmu.edu>
> Cc: "Michael S. Tsirkin" <mst@redhat.com>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Cc: Artyom Tarasenko <atar4qemu@gmail.com>
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Eduardo Habkost <ehabkost@redhat.com>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> Acked-by: Gabriel Somlo <somlo@cmu.edu>
> Tested-by: Gabriel Somlo <somlo@cmu.edu>

Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>

-- 
Eduardo

      reply	other threads:[~2017-01-12 18:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 18:24 [Qemu-devel] [PATCH v6 wave 1 0/4] fw-cfg: support writeable blobs and more files Laszlo Ersek
2017-01-12 18:24 ` [Qemu-devel] [PATCH v6 wave 1 1/4] fw-cfg: support writeable blobs Laszlo Ersek
2017-01-12 18:24 ` [Qemu-devel] [PATCH v6 wave 1 2/4] fw-cfg: turn FW_CFG_FILE_SLOTS into a device property Laszlo Ersek
2017-01-12 18:24 ` [Qemu-devel] [PATCH v6 wave 1 3/4] pc: Add 2.9 machine-types Laszlo Ersek
2017-01-12 18:24 ` [Qemu-devel] [PATCH v6 wave 1 4/4] fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine types Laszlo Ersek
2017-01-12 18:41   ` Eduardo Habkost [this message]

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=20170112184143.GS3565@thinpad.lan.raisama.net \
    --to=ehabkost@redhat.com \
    --cc=agraf@suse.de \
    --cc=anthony.perard@citrix.com \
    --cc=atar4qemu@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=imammedo@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lersek@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=somlo@cmu.edu \
    --cc=sstabellini@kernel.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).