]> git.proxmox.com Git - qemu.git/commit
hw/vexpress.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)
commitf3cdbc329fa7621ece7e673f23c3101e6b0c952b
tree3741c273d90a546891252330069949d5fabe9a68
parent0e8153dde7824e672127765914db30eb301f1aa4
hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs

Don't explode QEMUMachineInitArgs before passing it to the vexpress
common init function.

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