[Qemu-devel] [PATCH v2 3/3] s390x: wire up diag288 in tcg

2017-08-18 Thread Cornelia Huck
Make the diag288 watchdog useable via tcg as well. Signed-off-by: Cornelia Huck --- target/s390x/misc_helper.c | 4 1 file changed, 4 insertions(+) diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c index 5a1eba02ab..34d730ba73 100644 --- a/target/s390x/misc_helper.c +++

Re: [Qemu-devel] [PATCH v2 3/3] s390x: wire up diag288 in tcg

2017-08-18 Thread Thomas Huth
On 18.08.2017 13:48, Cornelia Huck wrote: > Make the diag288 watchdog useable via tcg as well. > > Signed-off-by: Cornelia Huck > --- > target/s390x/misc_helper.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c > index 5a1eba0