All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: qemu-devel@nongnu.org, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 7/7] hw/i386: build ACPI MADT (APIC) for fw_cfg clients
Date: Mon, 15 Apr 2013 15:11:01 -0600	[thread overview]
Message-ID: <516C6CE5.7020901@redhat.com> (raw)
In-Reply-To: <1366058872-11196-8-git-send-email-lersek@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1982 bytes --]

On 04/15/2013 02:47 PM, Laszlo Ersek wrote:
> This patch reuses some code from SeaBIOS, which was originally under
> LGPLv2 and then relicensed to GPLv3 or LGPLv3, in QEMU under GPLv2+. This
> relicensing has been acked by all contributors that had contributed to the
> code since the v2->v3 relicense. ACKs approving the v2+ relicensing are
> listed below. The list might include ACKs from people not holding
> copyright on any parts of the reused code, but it's better to err on the
> side of caution and include them.
> 
...

Thanks for tracking that down.

> 
> Changes since v1, based on prototype code from Michael Tsirkin:
> - "hw/i386/pc.c" is too big, create new file "hw/i386/acpi.c" with
>   i386-specific ACPI table stuff,
> - separate preparation of individual tables from their installation as
>   fw_cfg files,
> - install these fw_cfg files inside pc_memory_init(), which is shared by
>   piix4/q35,
> - add the above licensing-related block to the commit message.

This paragraph of information usually appears...

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

...here, so someone doing 'git am' on the message doesn't include
information that is essential to the review process, but worthless to
the ultimate git history (readers of 'git log' don't care how many
iterations a patch took before it was ready to be included).

>  hw/i386/acpi.h        |    9 +++
>  hw/i386/acpi.c        |  159 +++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/i386/pc.c          |   16 +++++
>  hw/i386/Makefile.objs |    1 +
>  4 files changed, 185 insertions(+), 0 deletions(-)
>  create mode 100644 hw/i386/acpi.h
>  create mode 100644 hw/i386/acpi.c

Sorry - I just did a superficial review of the commit message, but this
is in code that I'm not familiar enough with to do any sort of formal
review.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]

  reply	other threads:[~2013-04-15 21:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-15 20:47 [Qemu-devel] [PATCH v2 0/7] publish etc/acpi/APIC in fw_cfg Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 1/7] refer to FWCfgState explicitly Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 2/7] acpi_table_install(): fix funcparam formatting in leading comment Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 3/7] hw/acpi: extract standard table headers as a standalone structure Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 4/7] hw/acpi: export default ACPI headers using the type just introduced Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 5/7] hw/acpi: export acpi_checksum() Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 6/7] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h Laszlo Ersek
2013-04-15 21:06   ` Eric Blake
2013-04-15 21:27     ` Laszlo Ersek
2013-04-15 20:47 ` [Qemu-devel] [PATCH v2 7/7] hw/i386: build ACPI MADT (APIC) for fw_cfg clients Laszlo Ersek
2013-04-15 21:11   ` Eric Blake [this message]
2013-04-15 21:32     ` Laszlo Ersek

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=516C6CE5.7020901@redhat.com \
    --to=eblake@redhat.com \
    --cc=lersek@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 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.