[PATCH 04/15] tests:ipmi: Fix IPMI BT tests

2019-09-19 Thread minyard
From: Corey Minyard The IPMI BT tests had a race condition, if it receive an IPMI command to enable interrupt, it would write the message to enable interrupts after it wrote the command response. So the test code could receive the command response and issue the next command before the device han

[Qemu-devel] [PATCH 04/15] tests:ipmi: Fix IPMI BT tests

2019-08-19 Thread minyard
From: Corey Minyard The IPMI BT tests had a race condition, if it receive an IPMI command to enable interrupt, it would write the message to enable interrupts after it wrote the command response. So the test code could receive the command response and issue the next command before the device han