]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ppc/spapr_rtas: Use local MachineState variable
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 21 Jan 2020 11:03:40 +0000 (12:03 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 19:59:10 +0000 (20:59 +0100)
commitda2c8f4dcddc0f9fb64a0c75cf6d577abf6bdb85
tree307dc2c738cfc70447382fd00ceca0a63a95a7c2
parent36fc9bd3865751df2313c01e6da7b5a72d4de357
hw/ppc/spapr_rtas: Use local MachineState variable

Since we have the MachineState already available locally,
use it instead of the global current_machine.

Reviewed-by: Greg Kurz <groug@kaod.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200121110349.25842-2-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/ppc/spapr_rtas.c