]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/acpi-build.c
pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
authorIgor Mammedov <imammedo@redhat.com>
Mon, 9 Feb 2015 10:53:24 +0000 (10:53 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 12:04:08 +0000 (13:04 +0100)
commit7c2c1fa5f428b7087721f7312ee82b9de05da6ca
tree2c3b6f80f861586c7aa14c31f70d9ff13eed4110
parenta20275fa502f57a50517d31c6b770e0eeff8feca
pc: acpi: use local var for accessing ACPI tables blob in acpi_build()

except of shortening of lines and making code a bit more readable,
it will reduce renaming noise when changing tables blob from GArray* to
Aml* type.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c