qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: pkrempa@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org,
	vasilis.liaskovitis@profitbricks.com, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces
Date: Mon, 16 Jun 2014 18:30:17 +0300	[thread overview]
Message-ID: <20140616153017.GA24847@redhat.com> (raw)
In-Reply-To: <1401978968-7733-1-git-send-email-imammedo@redhat.com>

On Thu, Jun 05, 2014 at 04:36:03PM +0200, Igor Mammedov wrote:
> this is implemented  on top of v4 memory hotplug series:
> http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg00129.html
> 
> Series adds following QMP commands:
>  - query-memory-devices
>  - query-acpi-ospm-status
> and event:
>  - ACPI_DEVICE_OST
> 
> Which could be used by management tools to query current
> state of memory devices (implemented only for PCDIMMDevice so far)
> and a related ACPI view of corresponding status of slots
> (ACPI Memory Device objects).
> 
> git tree for testing:
>    https://github.com/imammedo/qemu/commits/memory-hotplug-OST

Could you please address Eric's comments
(once all of them are in) and rebase
on top of latest?

I think these will be ok post soft freeze.
Thanks.


> Igor Mammedov (5):
>   qmp: add query-memory-devices command
>   acpi: introduce TYPE_ACPI_DEVICE_IF interface
>   acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
>   qmp: add query-acpi-ospm-status command
>   qmp: add ACPI_DEVICE_OST event handling
> 
>  docs/qmp/qmp-events.txt              |   10 ++++
>  hw/acpi/Makefile.objs                |    1 +
>  hw/acpi/acpi_interface.c             |   15 +++++
>  hw/acpi/ich9.c                       |    7 +++
>  hw/acpi/memory_hotplug.c             |   60 +++++++++++++++++++++-
>  hw/acpi/piix4.c                      |   11 ++++
>  hw/isa/lpc_ich9.c                    |    3 +
>  hw/mem/pc-dimm.c                     |   39 ++++++++++++++
>  include/hw/acpi/acpi_dev_interface.h |   43 +++++++++++++++
>  include/hw/acpi/ich9.h               |    3 +
>  include/hw/acpi/memory_hotplug.h     |    1 +
>  include/hw/mem/pc-dimm.h             |    2 +
>  include/monitor/monitor.h            |    1 +
>  monitor.c                            |    1 +
>  qapi-schema.json                     |   94 ++++++++++++++++++++++++++++++++++
>  qmp-commands.hx                      |   49 ++++++++++++++++++
>  qmp.c                                |   31 +++++++++++
>  stubs/Makefile.objs                  |    1 +
>  stubs/qmp_pc_dimm_device_list.c      |    7 +++
>  19 files changed, 378 insertions(+), 1 deletions(-)
>  create mode 100644 hw/acpi/acpi_interface.c
>  create mode 100644 include/hw/acpi/acpi_dev_interface.h
>  create mode 100644 stubs/qmp_pc_dimm_device_list.c

      parent reply	other threads:[~2014-06-16 15:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 14:36 [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces Igor Mammedov
2014-06-05 14:36 ` [Qemu-devel] [PATCH 1/5] qmp: add query-memory-devices command Igor Mammedov
2014-06-16 15:21   ` Eric Blake
2014-06-05 14:36 ` [Qemu-devel] [PATCH 2/5] acpi: introduce TYPE_ACPI_DEVICE_IF interface Igor Mammedov
2014-06-16 15:32   ` Eric Blake
2014-06-05 14:36 ` [Qemu-devel] [PATCH 3/5] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices Igor Mammedov
2014-06-16 16:14   ` Eric Blake
2014-06-16 16:42     ` Igor Mammedov
2014-06-05 14:36 ` [Qemu-devel] [PATCH 4/5] qmp: add query-acpi-ospm-status command Igor Mammedov
2014-06-16 16:19   ` Eric Blake
2014-06-05 14:36 ` [Qemu-devel] [PATCH 5/5] qmp: add ACPI_DEVICE_OST event handling Igor Mammedov
2014-06-16 16:25   ` Eric Blake
2014-06-16 15:03 ` [Qemu-devel] [PATCH 0/5] ACPI memory hotplug: QMP interfaces Igor Mammedov
2014-06-16 15:30 ` Michael S. Tsirkin [this message]

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=20140616153017.GA24847@redhat.com \
    --to=mst@redhat.com \
    --cc=armbru@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=pkrempa@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vasilis.liaskovitis@profitbricks.com \
    /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).