Re: [Qemu-devel] [PATCH v2 24/30] s390x/tcg: implement STOP and RESET interrupts for TCG

2017-10-11 Thread Cornelia Huck
On Thu, 28 Sep 2017 22:37:02 +0200 David Hildenbrand wrote: > Implement them like KVM implements/handles them. Both can only be > triggered via SIGP instructions. RESET has (almos)the lowest priority if s/(almos)/(almost) / > the CPU is running, and the highest if the CPU is

Re: [Qemu-devel] [PATCH v2 24/30] s390x/tcg: implement STOP and RESET interrupts for TCG

2017-10-06 Thread Richard Henderson
On 09/28/2017 04:37 PM, David Hildenbrand wrote: > Implement them like KVM implements/handles them. Both can only be > triggered via SIGP instructions. RESET has (almos)the lowest priority if > the CPU is running, and the highest if the CPU is STOPPED. This is handled > in SIGP code already. On