• Joel Stanley's avatar
    test: Update qemu arguments to use bmc simulator · 8da47e00
    Joel Stanley authored
    THe qemu skiboot platform as of 8340a964
    
     ("plat/qemu: use the common
    OpenPOWER routines to initialize") uses the common aspeed BMC setup
    routines. This means a BT interface is always set up, and if the
    corresponding Qemu model is not present the timeout is 30 seconds.
    
    It looks like this every time an IPMI message is sent:
    
     BT: seq 0x9e netfn 0x06 cmd 0x31: Maximum queue length exceeded
     BT: seq 0x9d netfn 0x06 cmd 0x31: Removed from queue
     BT: seq 0x9f netfn 0x06 cmd 0x31: Maximum queue length exceeded
     BT: seq 0x9e netfn 0x06 cmd 0x31: Removed from queue
     BT: seq 0xa0 netfn 0x06 cmd 0x31: Maximum queue length exceeded
     BT: seq 0x9f netfn 0x06 cmd 0x31: Removed from queue
    
    Avoid this by adding the bmc simulator model to the Qemu powernv
    machine.
    Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
    Signed-off-by: default avatarStewart Smith <stewart@linux.ibm.com>
    8da47e00
run_qemu-jessie-debian-installer_boot_test.sh 1.91 KB