machine: query kvm-shadow-mem machine property
commit4689b77bda5187d4e2aac78bf21cc1a86502652d
authorMarcel Apfelbaum <marcel@redhat.com>
Wed, 4 Feb 2015 15:43:52 +0000 (4 17:43 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Mar 2015 17:16:25 +0000 (11 18:16 +0100)
treefe08d7c5edeee06c0a24d7534d844f83d88fbfae
parentb16565b396dbbb4c99899dbea599b22f4e0658d6
machine: query kvm-shadow-mem machine property

Commit e79d5a6 ("machine: remove qemu_machine_opts global list") removed
the global option descriptions and moved them to MachineState's QOM
properties.

Query kvm-shadow-mem by accessing machine properties through designated
wrappers.

Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine.c
include/hw/boards.h
target-i386/kvm.c