]> git.proxmox.com Git - qemu.git/commit
pc: Don't explode QEMUMachineInitArgs into local variables needlessly
authorMarkus Armbruster <armbru@redhat.com>
Wed, 21 Aug 2013 18:14:41 +0000 (15:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:30:21 +0000 (23:30 +0300)
commit3b6fb9cab2e64804cdab5a61d1298ffd8b8dff85
tree33b564025726032c2a6d0a8e1b2881fe0490b3d6
parent5650f5f48bfe2a684138505aae008dc4440202f1
pc: Don't explode QEMUMachineInitArgs into local variables needlessly

Don't explode when the variable is used just a few times, and never
changed.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_q35.c