All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Huang <wei@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: peter.maydell@linaro.org, drjones@redhat.com,
	ehabkost@redhat.com, mst@redhat.com, zhaoshenglong@huawei.co,
	qemu-devel@nongnu.org, imammedo@redhat.com, pbonzini@redhat.com,
	rth@twiddle.net
Subject: Re: [Qemu-devel] [ARM SMBIOS RFC PATCH 4/5] smbios: move smbios code into a common folder
Date: Wed, 15 Jul 2015 09:32:56 -0500	[thread overview]
Message-ID: <55A66F18.30100@redhat.com> (raw)
In-Reply-To: <55A64D4B.6020305@redhat.com>



On 07/15/2015 07:08 AM, Laszlo Ersek wrote:
> On 07/14/15 22:23, Wei Huang wrote:
>> To share smbios among different architectures, this patch moves SMBIOS
>> code (smbios.c and smbios.h) from x86 specific folders into new
>> hw/smbios directories. As a result, CONFIG_SMBIOS=y is defined in
>> x86 default config files.
>>
>> Signed-off-by: Wei Huang <wei@redhat.com>
>> ---
>>  arch_init.c                        |    2 +-
>>  default-configs/i386-softmmu.mak   |    1 +
>>  default-configs/x86_64-softmmu.mak |    1 +
>>  hw/Makefile.objs                   |    1 +
>>  hw/i386/Makefile.objs              |    2 +-
>>  hw/i386/pc.c                       |    2 +-
>>  hw/i386/pc_piix.c                  |    2 +-
>>  hw/i386/pc_q35.c                   |    2 +-
>>  hw/i386/smbios.c                   | 1102 ------------------------------------
>>  hw/smbios/Makefile.objs            |    1 +
>>  hw/smbios/smbios.c                 | 1102 ++++++++++++++++++++++++++++++++++++
>>  include/hw/i386/smbios.h           |  237 --------
>>  include/hw/smbios/smbios.h         |  237 ++++++++
>>  tests/bios-tables-test.c           |    2 +-
>>  vl.c                               |    2 +-
>>  15 files changed, 1350 insertions(+), 1346 deletions(-)
>>  delete mode 100644 hw/i386/smbios.c
>>  create mode 100644 hw/smbios/Makefile.objs
>>  create mode 100644 hw/smbios/smbios.c
>>  delete mode 100644 include/hw/i386/smbios.h
>>  create mode 100644 include/hw/smbios/smbios.h
> 
> Can you please send the next version of this series (I assume there's
> going to be one) with rename detection enabled? At least
> "hw/i386/smbios.c" --> "hw/smbios/smbios.c" appears a rename. A few
> lines may have changed, but without enabling rename detection, it's
> really hard to tell.
Good point. I will do it in next version.

> 
> Thanks
> Laszlo
> 

  reply	other threads:[~2015-07-15 14:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-14 20:23 [Qemu-devel] [ARM SMBIOS RFC PATCH 0/5] SMBIOS Support for ARM Wei Huang
2015-07-14 20:23 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 1/5] smbios: extract x86 smbios building code into a function Wei Huang
2015-07-14 20:23 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 2/5] smbios: remove dependency on x86 e820 tables Wei Huang
2015-07-14 20:23 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 3/5] smbios: pass ram size as a parameter to build smbios tables Wei Huang
2015-07-14 20:23 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 4/5] smbios: move smbios code into a common folder Wei Huang
2015-07-15 12:08   ` Laszlo Ersek
2015-07-15 14:32     ` Wei Huang [this message]
2015-07-14 20:23 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 5/5] smbios: implement smbios support for mach-virt Wei Huang
2015-07-14 21:15 ` [Qemu-devel] [ARM SMBIOS RFC PATCH 0/5] SMBIOS Support for ARM Laszlo Ersek
2015-07-15 22:46 ` Laszlo Ersek
2015-07-16 15:00 ` Gabriel L. Somlo

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=55A66F18.30100@redhat.com \
    --to=wei@redhat.com \
    --cc=drjones@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=zhaoshenglong@huawei.co \
    /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.