]> git.proxmox.com Git - mirror_qemu.git/commit - backends/cryptodev.c
object: use more specific property type names
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 7 Jun 2017 16:36:06 +0000 (20:36 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 20 Jun 2017 12:31:32 +0000 (14:31 +0200)
commit1e507bb0fd0a858c3e310fb62e45b0e01a75013f
tree550b2216a170ea67bb183023199997231eae9cfd
parentd015c4ea6ff49a164cad68992e529716bc1f5311
object: use more specific property type names

Use the actual unsigned integer type name.

The type name change impacts the following externally visible area:

* vl.c's machine_help_func() puts it in help for -machine NAME,help.

* QMP command qom-list exposes it in ObjectPropertyInfo member @type.

* QMP command device-list-properties exposes it in DevicePropertyInfo
  member @type.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20170607163635.17635-15-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
backends/cryptodev.c
hw/pci-host/piix.c
hw/pci-host/q35.c
hw/ppc/pnv.c
net/dump.c
net/filter-buffer.c