[Qemu-devel] [PATCH v2 0/3] s390x: diag-related things

Cornelia Huck posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170818114844.30061-1-cohuck@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/watchdog/wdt_diag288.c  | 1 +
target/s390x/misc_helper.c | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v2 0/3] s390x: diag-related things
Posted by Cornelia Huck 6 years, 7 months ago
...which are a fix in tcg for diag handling and diag288 watchdog changes.

v1->v2: just reorder patches for less churn [Thomas]

Cornelia Huck (2):
  s390x/tcg: specification exception for unknown diag
  s390x: wire up diag288 in tcg

Thomas Huth (1):
  watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggable

 hw/watchdog/wdt_diag288.c  | 1 +
 target/s390x/misc_helper.c | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.13.5


Re: [Qemu-devel] [PATCH v2 0/3] s390x: diag-related things
Posted by Cornelia Huck 6 years, 7 months ago
On Fri, 18 Aug 2017 13:48:41 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> ...which are a fix in tcg for diag handling and diag288 watchdog changes.
> 
> v1->v2: just reorder patches for less churn [Thomas]
> 
> Cornelia Huck (2):
>   s390x/tcg: specification exception for unknown diag
>   s390x: wire up diag288 in tcg
> 
> Thomas Huth (1):
>   watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggable
> 
>  hw/watchdog/wdt_diag288.c  | 1 +
>  target/s390x/misc_helper.c | 6 +++++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 

Queued to s390-next.