qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Eduardo Habkost" <eduardo@habkost.net>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"BALATON Zoltan" <balaton@eik.bme.hu>,
	"Aurelien Jarno" <aurelien@aurel32.net>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	"Hervé Poussineau" <hpoussin@reactos.org>,
	"Bernhard Beschow" <shentey@gmail.com>
Subject: [PATCH 1/5] hw/isa/meson.build: Sort alphabetically
Date: Sun, 18 Feb 2024 14:16:57 +0100	[thread overview]
Message-ID: <20240218131701.91132-2-shentey@gmail.com> (raw)
In-Reply-To: <20240218131701.91132-1-shentey@gmail.com>

Fixes: fbd758008f0f "hw/isa: extract FDC37M81X to a separate file"

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
 hw/isa/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/isa/meson.build b/hw/isa/meson.build
index f650b39507..3219282217 100644
--- a/hw/isa/meson.build
+++ b/hw/isa/meson.build
@@ -1,10 +1,10 @@
 system_ss.add(when: 'CONFIG_APM', if_true: files('apm.c'))
+system_ss.add(when: 'CONFIG_FDC37M81X', if_true: files('fdc37m81x-superio.c'))
 system_ss.add(when: 'CONFIG_I82378', if_true: files('i82378.c'))
 system_ss.add(when: 'CONFIG_ISA_BUS', if_true: files('isa-bus.c'))
 system_ss.add(when: 'CONFIG_ISA_SUPERIO', if_true: files('isa-superio.c'))
 system_ss.add(when: 'CONFIG_PC87312', if_true: files('pc87312.c'))
 system_ss.add(when: 'CONFIG_PIIX', if_true: files('piix.c'))
-system_ss.add(when: 'CONFIG_FDC37M81X', if_true: files('fdc37m81x-superio.c'))
 system_ss.add(when: 'CONFIG_SMC37C669', if_true: files('smc37c669-superio.c'))
 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('vt82c686.c'))
 
-- 
2.43.2



  reply	other threads:[~2024-02-18 13:18 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18 13:16 [PATCH 0/5] Implement port 92 in south bridges Bernhard Beschow
2024-02-18 13:16 ` Bernhard Beschow [this message]
2024-02-20  7:21   ` [PATCH 1/5] hw/isa/meson.build: Sort alphabetically Philippe Mathieu-Daudé
2024-02-21 11:42   ` Mark Cave-Ayland
2024-02-18 13:16 ` [PATCH 2/5] hw/i386/port92: Allow for TYPE_PORT92 to be embedded in devices Bernhard Beschow
2024-02-21 11:43   ` Mark Cave-Ayland
2024-02-18 13:16 ` [PATCH 3/5] hw/isa: Embed TYPE_PORT92 in south bridges used in PC machines Bernhard Beschow
2024-02-21 11:53   ` Mark Cave-Ayland
2024-02-21 12:23     ` BALATON Zoltan
2024-02-27 19:20     ` Bernhard Beschow
2024-02-27 21:54       ` BALATON Zoltan
2024-02-27 23:34         ` Bernhard Beschow
2024-02-28  0:30           ` BALATON Zoltan
2024-02-28 13:02             ` BALATON Zoltan
2024-03-02 12:14               ` Bernhard Beschow
2024-03-02 12:38                 ` BALATON Zoltan
2024-02-18 13:17 ` [PATCH 4/5] hw/i386/pc: Inline i8042_setup_a20_line() and remove it Bernhard Beschow
2024-02-20  7:23   ` Philippe Mathieu-Daudé
2024-02-21 17:37   ` Philippe Mathieu-Daudé
2024-02-18 13:17 ` [PATCH 5/5] hw/isa/vt82c686: Embed TYPE_PORT92 Bernhard Beschow
2024-02-18 16:12 ` [PATCH 0/5] Implement port 92 in south bridges BALATON Zoltan
2024-02-19 22:42   ` Bernhard Beschow
2024-03-12 15:47 ` Michael S. Tsirkin
2024-03-13 10:09   ` Bernhard Beschow

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=20240218131701.91132-2-shentey@gmail.com \
    --to=shentey@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=balaton@eik.bme.hu \
    --cc=eduardo@habkost.net \
    --cc=hpoussin@reactos.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).