]> git.proxmox.com Git - qemu.git/commit
hw/realview.c: Don't prematurely explode QEMUMachineInitArgs
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:07 +0000 (07:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:07 +0000 (07:45 +0000)
commitdb4ff6f111c42e2b33eddcf5f20cc53cceda60a2
treeb12804a217f5d76628551a56a8bf3231d2236ea7
parentf3cdbc329fa7621ece7e673f23c3101e6b0c952b
hw/realview.c: Don't prematurely explode QEMUMachineInitArgs

Don't explode QEMUMachineInitArgs in every realview init
function; just pass it to the common realview_init() code
instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/realview.c