qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: qemu list <qemu-devel@nongnu.org>
Cc: "Juan Quintela" <quintela@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Alexander Graf" <agraf@suse.de>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	"Amit Shah" <amit.shah@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v2 14/18] tests: vmstate static checker: remove Description inside Fields
Date: Fri,  6 Jun 2014 14:39:46 +0530	[thread overview]
Message-ID: <bbca0cbfd7d6ee9af88223d045a30be144ca1170.1402042265.git.amit.shah@redhat.com> (raw)
In-Reply-To: <cover.1402042265.git.amit.shah@redhat.com>
In-Reply-To: <cover.1402042265.git.amit.shah@redhat.com>

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 tests/vmstate-static-checker-data/dump2.json | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/tests/vmstate-static-checker-data/dump2.json b/tests/vmstate-static-checker-data/dump2.json
index 66ac3bd..05b8fce 100644
--- a/tests/vmstate-static-checker-data/dump2.json
+++ b/tests/vmstate-static-checker-data/dump2.json
@@ -212,32 +212,7 @@
           "field": "pci",
           "version_id": 0,
           "field_exists": false,
-          "size": 1944,
-          "Description": {
-            "name": "PCIDevice",
-            "version_id": 2,
-            "minimum_version_id": 1,
-            "Fields": [
-              {
-                "field": "version_id",
-                "version_id": 0,
-                "field_exists": false,
-                "size": 4
-              },
-              {
-                "field": "config",
-                "version_id": 0,
-                "field_exists": false,
-                "size": 256
-              },
-              {
-                "field": "irq_state",
-                "version_id": 2,
-                "field_exists": false,
-                "size": 16
-              }
-            ]
-          }
+          "size": 1944
         },
         {
           "field": "g_ctl",
-- 
1.9.3

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

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-06  9:09 [Qemu-devel] [PATCH v2 00/18] migration: add static analysis tool to check vmstate compat Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 01/18] migration: dump vmstate info as a json file for static analysis Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 02/18] vmstate-static-checker: script to validate vmstate changes Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 03/18] tests: vmstate static checker: add dump1 and dump2 files Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 04/18] tests: vmstate static checker: incompat machine types Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 05/18] tests: vmstate static checker: add version error in main section Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 06/18] tests: vmstate static checker: version mismatch inside a Description Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 07/18] tests: vmstate static checker: minimum_version_id check Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 08/18] tests: vmstate static checker: remove a section Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 09/18] tests: vmstate static checker: remove a field Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 10/18] tests: vmstate static checker: remove last field in a struct Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 11/18] tests: vmstate static checker: change description name Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 12/18] tests: vmstate static checker: remove Fields Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 13/18] tests: vmstate static checker: remove Description Amit Shah
2014-06-06  9:09 ` Amit Shah [this message]
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 15/18] tests: vmstate static checker: remove a subsection Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 16/18] tests: vmstate static checker: remove Subsections Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 17/18] tests: vmstate static checker: add substructure for usb-kbd for hid section Amit Shah
2014-06-06  9:09 ` [Qemu-devel] [PATCH v2 18/18] tests: vmstate static checker: add size mismatch inside substructure Amit Shah

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=bbca0cbfd7d6ee9af88223d045a30be144ca1170.1402042265.git.amit.shah@redhat.com \
    --to=amit.shah@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=armbru@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.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).