Re: [Qemu-devel] [PATCH 17/17] tests: add mvme3100-test

2017-12-18 Thread David Gibson
On Sun, Nov 26, 2017 at 03:59:15PM -0600, Michael Davidsaver wrote: > Exercise some features of the mvme3100 CPLD logic > and read from the eeprom w/ VPD. > > Signed-off-by: Michael Davidsaver Looks good, but will need a rebase. > --- > tests/Makefile.include | 3 ++ > tests/mvme3100-test.c

[Qemu-devel] [PATCH 17/17] tests: add mvme3100-test

2017-11-26 Thread Michael Davidsaver
Exercise some features of the mvme3100 CPLD logic and read from the eeprom w/ VPD. Signed-off-by: Michael Davidsaver --- tests/Makefile.include | 3 ++ tests/mvme3100-test.c | 79 ++ 2 files changed, 82 insertions(+) create mode 100644 tests/mvm