From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Igor Mammedov <imammedo@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Cc: ani@anisinha.ca, mapfelba@redhat.com, jusual@redhat.com,
qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries
Date: Thu, 11 Nov 2021 14:47:11 +0100 [thread overview]
Message-ID: <244dd753-3d80-8360-b3f5-83acf4ff6376@proxmox.com> (raw)
In-Reply-To: <20211111123236.56714890@redhat.com>
On 11.11.21 12:32, Igor Mammedov wrote:
> On Thu, 11 Nov 2021 03:34:37 -0500
> "Michael S. Tsirkin" <mst@redhat.com> wrote:
>
>> On Wed, Nov 10, 2021 at 04:11:40PM -0500, Igor Mammedov wrote:
>>> From: Julia Suvorova <jusual@redhat.com>
>>>
>>> The changes are the result of
>>> 'hw/i386/acpi-build: Deny control on PCIe Native Hot-Plug in _OSC'
>>> and listed here:
>>>
>>> Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities
>>> {
>>> CreateDWordField (Arg3, Zero, CDW1)
>>> If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */))
>>> {
>>> CreateDWordField (Arg3, 0x04, CDW2)
>>> CreateDWordField (Arg3, 0x08, CDW3)
>>> Local0 = CDW3 /* \_SB_.PCI0._OSC.CDW3 */
>>> - Local0 &= 0x1F
>>> + Local0 &= 0x1E
>>>
>>> Signed-off-by: Julia Suvorova <jusual@redhat.com>
>>> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
>>> ---
>>> tests/qtest/bios-tables-test-allowed-diff.h | 16 ----------------
>>> tests/data/acpi/q35/DSDT | Bin 8289 -> 8289 bytes
>>> tests/data/acpi/q35/DSDT.acpihmat | Bin 9614 -> 9614 bytes
>>> tests/data/acpi/q35/DSDT.bridge | Bin 11003 -> 11003 bytes
>>> tests/data/acpi/q35/DSDT.cphp | Bin 8753 -> 8753 bytes
>>> tests/data/acpi/q35/DSDT.dimmpxm | Bin 9943 -> 9943 bytes
>>> tests/data/acpi/q35/DSDT.dmar | Bin 0 -> 8289 bytes
>>> tests/data/acpi/q35/DSDT.ipmibt | Bin 8364 -> 8364 bytes
>>> tests/data/acpi/q35/DSDT.ivrs | Bin 8306 -> 8306 bytes
>>> tests/data/acpi/q35/DSDT.memhp | Bin 9648 -> 9648 bytes
>>> tests/data/acpi/q35/DSDT.mmio64 | Bin 9419 -> 9419 bytes
>>> tests/data/acpi/q35/DSDT.multi-bridge | Bin 8583 -> 8583 bytes
>>> tests/data/acpi/q35/DSDT.nohpet | Bin 8147 -> 8147 bytes
>>> tests/data/acpi/q35/DSDT.nosmm | Bin 0 -> 8289 bytes
>>> tests/data/acpi/q35/DSDT.numamem | Bin 8295 -> 8295 bytes
>>> tests/data/acpi/q35/DSDT.smm-compat | Bin 0 -> 8289 bytes
>>> tests/data/acpi/q35/DSDT.smm-compat-nosmm | Bin 0 -> 8289 bytes
>>> tests/data/acpi/q35/DSDT.tis.tpm12 | Bin 8894 -> 8894 bytes
>>> tests/data/acpi/q35/DSDT.tis.tpm2 | Bin 8894 -> 8894 bytes
>>> tests/data/acpi/q35/DSDT.xapic | Bin 35652 -> 35652 bytes
>> Why do we have all the new files? What is going on here?
> I think new files are not necessary.
>
> I can update patch if we decide to keep ACPI enabled by default.
>
> So question is:
> do we revert to native pcie or stay with apci hootplug for 6.2?
>
FWIW, we had to add some compat handling in Proxmox VE for the original change
as we do not pin Linux VM machines between cold-starts (they normally do not care
much about some HW/CPU bits added/dropped/moved) and the change here messed a bit
with the guest OS network configuration, as systemd's predictable interface naming
changed the name from, e.g., enp18 to ens6p18.
I mean, we wondered a bit over the original change here and contemplated reverting
it in our downstream build. While we read the reasons got a report of any of that
problems happen from our upper 6 digit count of systems reporting to our repos.
Ultimately we did not went with the revert to avoid problems if this was QEMU's
way forward, wrong choice it seems, and it now additionally seems that ACPI hotplug
produces boot-loops in some guests with seabios and serial or no display.
Anyhow (sorry for the whole back-story/rambling), if QEMU reverts this for 6.2 I
think we'd pull the line now and revert it in our 6.1 build we plan to fully roll
out soon, to avoid this whole mess for most of our user base in the first place..
- Thomas
next prev parent reply other threads:[~2021-11-11 13:48 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-10 21:11 [PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues Igor Mammedov
2021-11-10 21:11 ` [PATCH for 6.2 v2 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug' Igor Mammedov
2021-11-11 3:25 ` Ani Sinha
2021-11-12 10:47 ` Igor Mammedov
2021-11-15 10:01 ` Ani Sinha
2021-11-10 21:11 ` [PATCH for 6.2 v2 2/5] hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type Igor Mammedov
2021-11-15 10:05 ` Ani Sinha
2021-11-16 8:02 ` Ani Sinha
2021-11-10 21:11 ` [PATCH for 6.2 v2 3/5] bios-tables-test: Allow changes in DSDT ACPI tables Igor Mammedov
2021-11-11 5:55 ` Ani Sinha
2021-11-10 21:11 ` [PATCH for 6.2 v2 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC Igor Mammedov
2021-11-11 5:49 ` Ani Sinha
2021-11-12 10:51 ` Igor Mammedov
2021-11-10 21:11 ` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries Igor Mammedov
2021-11-11 5:51 ` Ani Sinha
2021-11-11 8:34 ` Michael S. Tsirkin
2021-11-11 9:27 ` Ani Sinha
2021-11-11 9:44 ` Ani Sinha
2021-11-12 8:56 ` Ani Sinha
2021-11-11 11:32 ` Igor Mammedov
2021-11-11 13:47 ` Thomas Lamprecht [this message]
2021-11-11 15:31 ` Michael S. Tsirkin
2021-11-12 9:47 ` [PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues Michael S. Tsirkin
2021-11-12 10:17 ` Igor Mammedov
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=244dd753-3d80-8360-b3f5-83acf4ff6376@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=ani@anisinha.ca \
--cc=imammedo@redhat.com \
--cc=jusual@redhat.com \
--cc=kraxel@redhat.com \
--cc=mapfelba@redhat.com \
--cc=mst@redhat.com \
--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).