Re: [Qemu-devel] [PATCH v5 3/7] qtest: Support setting named GPIOs

2017-01-16 Thread Peter Maydell
On 5 January 2017 at 04:34, Alastair D'Silva wrote: > From: Alastair D'Silva > > Some devices change their behaviour based on the state of their input GPIO > lines. > > This patch allows testing of the variable behaviour by providing facilities > for the test to set the state of these GPIO lines.

[Qemu-devel] [PATCH v5 3/7] qtest: Support setting named GPIOs

2017-01-04 Thread Alastair D'Silva
From: Alastair D'Silva Some devices change their behaviour based on the state of their input GPIO lines. This patch allows testing of the variable behaviour by providing facilities for the test to set the state of these GPIO lines. Signed-off-by: Alastair D'Silva --- qtest.c | 42 +++