]> git.ipfire.org Git - thirdparty/qemu.git/commit
spapr/vio: quiet down the "irq" property accessors
authorCédric Le Goater <clg@kaod.org>
Tue, 3 Jul 2018 15:23:59 +0000 (17:23 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 7 Jul 2018 02:12:27 +0000 (12:12 +1000)
commit9e3a83a15b4d94e7738464e92b6c5cb335961ce7
tree5fba2134805e16e95bf76eb762cf72f2cefe00f6
parent3232794bcb77940dd7167abb8cc72897883523f6
spapr/vio: quiet down the "irq" property accessors

commit efe2add7cb7f ("spapr/vio: deprecate the "irq" property")
introduced get/set accessors for the "irq" property to warn of its
usage, but the warning in the get pollutes the monitor 'info qtree'.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_vio.c