All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Don Slutz <dslutz@verizon.com>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	qemu-devel@nongnu.org, "Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH v4 0/2] qdev: Display warning about unused -global
Date: Thu, 5 Jun 2014 19:21:34 +0300	[thread overview]
Message-ID: <20140605162134.GA11408@redhat.com> (raw)
In-Reply-To: <1399312987-29499-1-git-send-email-dslutz@verizon.com>

On Mon, May 05, 2014 at 02:03:05PM -0400, Don Slutz wrote:
> I might have named this v2, but since this is a split out of:
> 
> [PATCH v3 2/4] GlobalProperty: Display warning about unused -global
> 
> From:
> 
> [PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
> 
> I feel v4 is better.

Applied, thanks!

> Changes v3 to v4:
>   Add a new patch to add a check in test-qdev-global-props.c
>   Changed qdev_prop_check_global() to return state.  Only used
>   by unit test.
>   Change to use error_report().
> 
>   Andreas Färber:
>     Added hotpluggable checking.
>     Renamed to qdev:
> 
>   Did not do:
>     Add a separate linked list:
>       This looked to me to increase the complexity without any benefit.
>     Adjust where vl.c calls qdev_prop_check_global().
>       Since this is just before migration starts, I still think this
>       is the best place.  I did a quick look into adding some test
>       that checks that this is still working, but only found qemu-iotest
>       doing the QEMU output check for expected output.  It did not
>       make sense to me to add a global property check there.
> 
>   Paolo Bonzini:
>     Added a comment before definition of the not_used field.
> 
> 
> 
> Don Slutz (2):
>   qdev: Display warning about unused -global
>   qdev: Add test of qdev_prop_check_global
> 
>  hw/core/qdev-properties-system.c | 16 ++++++++++++++++
>  hw/core/qdev-properties.c        | 18 ++++++++++++++++++
>  include/hw/qdev-core.h           |  8 ++++++++
>  include/hw/qdev-properties.h     |  1 +
>  tests/test-qdev-global-props.c   |  4 ++++
>  vl.c                             |  2 ++
>  6 files changed, 49 insertions(+)
> 
> -- 
> 1.8.4

      parent reply	other threads:[~2014-06-05 16:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 18:03 [Qemu-devel] [PATCH v4 0/2] qdev: Display warning about unused -global Don Slutz
2014-05-05 18:03 ` [Qemu-devel] [PATCH v4 1/2] " Don Slutz
2014-06-06  7:09   ` [Qemu-devel] Should not abort on -global <nonexistant dev prop> (was: [PATCH v4 1/2] qdev: Display warning about unused -global) Markus Armbruster
2014-06-06  8:01     ` [Qemu-devel] Should not abort on -global <nonexistant dev prop> Paolo Bonzini
2014-06-06 19:11       ` Eduardo Habkost
2014-05-05 18:03 ` [Qemu-devel] [PATCH v4 2/2] qdev: Add test of qdev_prop_check_global Don Slutz
2014-06-05 16:06 ` [Qemu-devel] [ping PATCH v4 0/2] qdev: Display warning about unused -global Don Slutz
2014-06-05 16:21 ` 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=20140605162134.GA11408@redhat.com \
    --to=mst@redhat.com \
    --cc=afaerber@suse.de \
    --cc=dslutz@verizon.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.