From: "Alejandro Vallejo" <alejandro.vallejo@cloud.com>
To: "Andrew Cooper" <andrew.cooper3@citrix.com>,
"Xen-devel" <xen-devel@lists.xenproject.org>
Cc: "Jan Beulich" <JBeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Frediano Ziglio" <frediano.ziglio@cloud.com>
Subject: Re: [PATCH 1/3] x86/acpi: Drop acpi_video_flags and use bootsym(video_flags) directly
Date: Thu, 05 Sep 2024 16:05:22 +0100 [thread overview]
Message-ID: <D3YFYZHD1LCU.PZC83EWK8JAU@cloud.com> (raw)
In-Reply-To: <20240905130657.4075906-2-andrew.cooper3@citrix.com>
On Thu Sep 5, 2024 at 2:06 PM BST, Andrew Cooper wrote:
> This removes a level of indirection, as well as removing a somewhat misleading
> name; the variable is really "S3 video quirks".
nit: Would it be beneficial to rename video_flags to s3_video_flags?
>
> More importantly however it makes it very clear that, right now, parsing the
> cmdline and quirks depends on having already placed the trampoline; a
> dependency which is going to be gnarly to untangle.
>
> That said, fixing the quirk is easy. The Toshiba Satellite 4030CDT has an
> Intel Celeron 300Mhz CPU (Pentium 2 era) from 1998 when MMX was the headline
> feature, sporting 64M of RAM. Being a 32-bit processor, it hasn't been able
> to run Xen for about a decade now, so drop the quirk entirely.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Frediano Ziglio <frediano.ziglio@cloud.com>
> CC: Alejandro Vallejo <alejandro.vallejo@cloud.com>
> ---
> xen/arch/x86/acpi/power.c | 2 +-
> xen/arch/x86/dmi_scan.c | 12 ------------
> xen/arch/x86/include/asm/acpi.h | 1 -
> 3 files changed, 1 insertion(+), 14 deletions(-)
Always nice to see old hacks disappear.
Reviewed-by: Alejandro Vallejo <alejandro.vallejo@cloud.com>
Cheers,
Alejandro
next prev parent reply other threads:[~2024-09-05 15:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 13:06 [PATCH 0/3] x86/trampoline: Header cleanup Andrew Cooper
2024-09-05 13:06 ` [PATCH 1/3] x86/acpi: Drop acpi_video_flags and use bootsym(video_flags) directly Andrew Cooper
2024-09-05 15:00 ` Jan Beulich
2024-09-05 15:05 ` Alejandro Vallejo [this message]
2024-09-05 15:37 ` Andrew Cooper
2024-09-05 13:06 ` [PATCH 2/3] x86/trampoline: Move the trampoline declarations out of <asm/config.h> Andrew Cooper
2024-09-05 15:35 ` Jan Beulich
2024-09-05 15:45 ` Andrew Cooper
2024-09-05 15:47 ` Jan Beulich
2024-09-05 15:48 ` Andrew Cooper
2024-09-05 13:06 ` [PATCH 3/3] x86/trampoline: Collect other scattered trampoline symbols Andrew Cooper
2024-09-05 15:42 ` Jan Beulich
2024-09-05 16:10 ` Andrew Cooper
2024-09-05 16:34 ` Frediano Ziglio
2024-09-05 16:37 ` Andrew Cooper
2024-09-06 5:58 ` Jan Beulich
2024-09-06 19:46 ` Andrew Cooper
2024-09-09 9:30 ` Jan Beulich
2024-09-05 14:57 ` [PATCH 0/3] x86/trampoline: Header cleanup Frediano Ziglio
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=D3YFYZHD1LCU.PZC83EWK8JAU@cloud.com \
--to=alejandro.vallejo@cloud.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=frediano.ziglio@cloud.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xenproject.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 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.