]> git.proxmox.com Git - qemu.git/commit
sun4: Don't prematurely explode QEMUMachineInitArgs
authorMarkus Armbruster <armbru@redhat.com>
Fri, 16 Aug 2013 11:13:47 +0000 (13:13 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:19:27 +0000 (23:19 +0300)
commit6b63ef4d0f225810b74281e6689a4d5695860c08
treed1baf70cdd68ca6b9d1c8639a0431699f1262329
parent4b38e989b43e84c485f676f2039f21b15da439fe
sun4: Don't prematurely explode QEMUMachineInitArgs

Don't explode QEMUMachineInitArgs before passing it to
sun4m_hw_init(), sun4uv_init().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/sparc/sun4m.c
hw/sparc64/sun4u.c