All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laszlo Ersek <lersek@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Marcel Apfelbaum <marcel.a@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	John Snow <jsnow@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code
Date: Tue, 26 Jan 2016 15:49:35 +0100	[thread overview]
Message-ID: <56A7877F.4040501@redhat.com> (raw)
In-Reply-To: <20160126111522.00c3c395@nial.brq.redhat.com>

On 01/26/16 11:15, Igor Mammedov wrote:
> On Mon, 25 Jan 2016 12:27:47 +0100
> Laszlo Ersek <lersek@redhat.com> wrote:
> 
>> On 01/23/16 17:02, Eduardo Habkost wrote:
>>> This is another attempt to remove old q35 machine code. Now I am
>>> also removing unused compat code to demonstrate the benefit of
>>> throwing away the old code that nobody uses.
>>>
>>> Eduardo Habkost (5):
>>>   q35: Remove old machine versions
>>>   machine: Remove no_tco field
>>>   ich9: Remove enable_tco arguments from init functions
>>>   q35: Remove unused q35-acpi-dsdt.aml file
>>>   q35: No need to check gigabyte_align
>>>
>>>  Makefile                  |   2 +-
>>>  hw/acpi/ich9.c            |   8 +--
>>>  hw/i386/pc_q35.c          | 176 +---------------------------------------------
>>>  hw/isa/lpc_ich9.c         |   4 +-
>>>  include/hw/acpi/ich9.h    |   1 -
>>>  include/hw/boards.h       |   1 -
>>>  include/hw/i386/ich9.h    |   2 +-
>>>  pc-bios/q35-acpi-dsdt.aml | Bin 7344 -> 0 bytes
>>>  8 files changed, 9 insertions(+), 185 deletions(-)
>>>  delete mode 100644 pc-bios/q35-acpi-dsdt.aml
>>>   
>>
>> I read / skimmed the earlier discussion:
>>
>> http://thread.gmane.org/gmane.comp.emulators.qemu/356340
>> http://thread.gmane.org/gmane.comp.emulators.qemu/382574
>>
>> For patches 1, 2, 3, 5:
>>
>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
>>
>> For patch 4:
>>
>> How about removing the following two files in addition:
>> - hw/i386/q35-acpi-dsdt.dsl
>> - hw/i386/q35-acpi-dsdt.hex.generated
> above files don't exist in current master as there where removed
> by DSDT->AML conversion series.

Sigh. That's right. For some reason I looked at a wrong branch in my tree.

For patch 4 too:

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

> And well, they weren't related
> to legacy code removed here anyway.

Sigh again. You are right. "pc-bios/q35-acpi-dsdt.aml" came from
SeaBIOS's "src/fw/q35-acpi-dsdt.dsl", apparently, *not* from QEMU's
"hw/i386/q35-acpi-dsdt.dsl"

It's just great that up to 9fc6502606, QEMU and SeaBIOS had had an
independent, but identically named (and more or less same purpose) file!

>> and updating the references in "hw/i386/Makefile.objs"?
>>
>> Thanks
>> Laszlo
> 

  reply	other threads:[~2016-01-26 14:49 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 16:02 [Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code Eduardo Habkost
2016-01-23 16:02 ` [Qemu-devel] [PATCH v2 1/5] q35: Remove old machine versions Eduardo Habkost
2016-01-23 16:02 ` [Qemu-devel] [PATCH v2 2/5] machine: Remove no_tco field Eduardo Habkost
2016-01-23 16:02 ` [Qemu-devel] [PATCH v2 3/5] ich9: Remove enable_tco arguments from init functions Eduardo Habkost
2016-01-23 16:02 ` [Qemu-devel] [PATCH v2 4/5] q35: Remove unused q35-acpi-dsdt.aml file Eduardo Habkost
2016-01-23 16:02 ` [Qemu-devel] [PATCH v2 5/5] q35: No need to check gigabyte_align Eduardo Habkost
2016-01-25 11:27 ` [Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code Laszlo Ersek
2016-01-26 10:15   ` Igor Mammedov
2016-01-26 14:49     ` Laszlo Ersek [this message]
2016-01-26 10:17 ` Igor Mammedov
2016-01-26 14:59 ` [Qemu-devel] [PATCH 6/5] pc: Remove unused pc_acpi_init() function Eduardo Habkost
2016-01-26 17:27   ` Laszlo Ersek
2016-01-26 14:59 ` [Qemu-devel] [PATCH 7/5] acpi: Remove unused acpi_table_add_builtin() function Eduardo Habkost
2016-01-26 17:27   ` Laszlo Ersek
2016-01-27 17:08   ` Igor Mammedov
2016-02-04 16:01 ` [Qemu-devel] [PATCH v2 0/5] q35: Remove old machines and unused compat code Michael S. Tsirkin
2016-02-04 17:16   ` Eduardo Habkost
2016-02-04 18:02     ` Michael S. Tsirkin
2016-02-04 19:09       ` Eduardo Habkost
2016-02-04 22:14         ` Michael S. Tsirkin
2016-02-05  9:09           ` Markus Armbruster
2016-02-05 14:46           ` Eduardo Habkost
2016-02-06 18:34             ` Michael S. Tsirkin
2016-02-11 15:51               ` Eduardo Habkost
2016-02-11 16:33                 ` Michael S. Tsirkin
2016-02-11 17:24                   ` Eduardo Habkost
2016-02-11 20:49                   ` Paolo Bonzini
2016-02-11 20:49                   ` Paolo Bonzini
2016-02-12 10:58                   ` Markus Armbruster
2016-02-18 11:18                     ` Markus Armbruster
2016-02-18 12:07                       ` Michael S. Tsirkin
2016-02-18 12:46                         ` Markus Armbruster
2016-02-05  8:55       ` Markus Armbruster
2016-02-07 10:17         ` Michael S. Tsirkin
2016-02-08 11:59           ` Markus Armbruster
2016-02-18 12:39 ` Markus Armbruster
2016-02-18 23:17   ` Eduardo Habkost
2016-02-19  8:29     ` Markus Armbruster
2016-02-23 13:00 ` Michael S. Tsirkin

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=56A7877F.4040501@redhat.com \
    --to=lersek@redhat.com \
    --cc=armbru@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=marcel.a@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@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 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.