From: Igor Mammedov <imammedo@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: qemu-devel@nongnu.org, Markus Armbruster <armbru@redhat.com>,
Marcel Apfelbaum <marcel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 00/10] globals: Clean up validation and error checking
Date: Mon, 20 Jun 2016 15:11:00 +0200 [thread overview]
Message-ID: <20160620151100.20e478d5@igors-macbook-pro.local> (raw)
In-Reply-To: <1466022773-8965-1-git-send-email-ehabkost@redhat.com>
On Wed, 15 Jun 2016 17:32:43 -0300
Eduardo Habkost <ehabkost@redhat.com> wrote:
> This series includes multiple changes to the way errors are
> handled by the global property system.
Could you fix "make check",
by the end of series it breaks at compile time.
>
> The series is based on my machine-next branch, available at:
> https://github.com/ehabkost/qemu.git machine-next
>
> The series itself can be found at:
> https://github.com/ehabkost/qemu-hacks.git
> work/global-error-handling
>
> Eduardo Habkost (10):
> qdev: Don't stop applying globals on first error
> qdev: Eliminate qemu_add_globals() function
> vl: Reject invalid class names on -global
> qdev: Use error_prepend() for errors applying globals
> qdev: GlobalProperty.errp field
> machine: Add machine_register_compat_props() function
> vl: Set errp to &error_abort on machine compat_props
> qdev: Eliminate "global not used" warning
> qdev: Eliminate GlobalProperty 'used' and 'user_provided' fields
> machine: Skip global registration for non-existing classes
>
> hw/core/machine.c | 27 +++++++++++++++++++++++
> hw/core/qdev-properties-system.c | 21 +-----------------
> hw/core/qdev-properties.c | 46
> ++++++----------------------------------
> include/hw/boards.h | 1 +
> include/hw/qdev-core.h | 9 ++++----
> include/hw/qdev-properties.h | 1 -
> include/qemu/config-file.h | 1 -
> vl.c | 38
> ++++++++++++++++++++++++++------- 8 files changed, 70 insertions(+),
> 74 deletions(-)
>
next prev parent reply other threads:[~2016-06-20 13:11 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-15 20:32 [Qemu-devel] [PATCH 00/10] globals: Clean up validation and error checking Eduardo Habkost
2016-06-15 20:32 ` [Qemu-devel] [PATCH 01/10] qdev: Don't stop applying globals on first error Eduardo Habkost
2016-06-19 16:40 ` Marcel Apfelbaum
2016-06-20 7:43 ` Markus Armbruster
2016-06-15 20:32 ` [Qemu-devel] [PATCH 02/10] qdev: Eliminate qemu_add_globals() function Eduardo Habkost
2016-06-20 12:03 ` Igor Mammedov
2016-06-15 20:32 ` [Qemu-devel] [PATCH 03/10] vl: Reject invalid class names on -global Eduardo Habkost
2016-06-20 7:56 ` Markus Armbruster
2016-06-20 12:44 ` Igor Mammedov
2016-06-15 20:32 ` [Qemu-devel] [PATCH 04/10] qdev: Use error_prepend() for errors applying globals Eduardo Habkost
2016-06-20 8:02 ` Markus Armbruster
2016-06-20 13:43 ` Eduardo Habkost
2016-06-15 20:32 ` [Qemu-devel] [PATCH 05/10] qdev: GlobalProperty.errp field Eduardo Habkost
2016-06-20 8:14 ` Markus Armbruster
2016-06-20 13:45 ` Eduardo Habkost
2016-06-15 20:32 ` [Qemu-devel] [PATCH 06/10] machine: Add machine_register_compat_props() function Eduardo Habkost
2016-06-19 16:25 ` Marcel Apfelbaum
2016-06-15 20:32 ` [Qemu-devel] [PATCH 07/10] vl: Set errp to &error_abort on machine compat_props Eduardo Habkost
2016-06-19 16:27 ` Marcel Apfelbaum
2016-06-15 20:32 ` [Qemu-devel] [PATCH 08/10] qdev: Eliminate "global not used" warning Eduardo Habkost
2016-06-15 20:32 ` [Qemu-devel] [PATCH 09/10] qdev: Eliminate GlobalProperty 'used' and 'user_provided' fields Eduardo Habkost
2016-06-15 20:32 ` [Qemu-devel] [PATCH 10/10] machine: Skip global registration for non-existing classes Eduardo Habkost
2016-06-19 16:39 ` Marcel Apfelbaum
2016-06-19 16:50 ` Marcel Apfelbaum
2016-06-20 13:38 ` Eduardo Habkost
2016-06-20 13:11 ` Igor Mammedov [this message]
2016-06-20 13:48 ` [Qemu-devel] [PATCH 00/10] globals: Clean up validation and error checking Eduardo Habkost
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=20160620151100.20e478d5@igors-macbook-pro.local \
--to=imammedo@redhat.com \
--cc=armbru@redhat.com \
--cc=ehabkost@redhat.com \
--cc=marcel@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 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).