qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility


From: David Hildenbrand
Subject: Re: [PATCH 06/15] s390x: protvirt: Support unpack facility
Date: Thu, 21 Nov 2019 15:28:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 21.11.19 15:25, Janosch Frank wrote:
On 11/21/19 12:27 PM, David Hildenbrand wrote:
On 20.11.19 12:43, Janosch Frank wrote:

@@ -357,6 +353,35 @@ static void s390_machine_reset(MachineState *machine)
           run_on_cpu(cs, s390_do_cpu_initial_reset, RUN_ON_CPU_NULL);
           run_on_cpu(cs, s390_do_cpu_load_normal, RUN_ON_CPU_NULL);
           break;
+    case S390_RESET_EXTERNAL:
+    case S390_RESET_REIPL: /* Subcode 4 */
+        qemu_devices_reset();
+        s390_crypto_reset();
+        /* configure and start the ipl CPU only */
+        run_on_cpu(cs, s390_do_cpu_ipl, RUN_ON_CPU_NULL);
+        break;

Is there a way to modify this patch to not change unrelated code that
heavily? Makes it harder to review.

https://github.com/frankjaa/qemu/commit/8c53d5c8a6bbcc53496c7a2877c7cbffc435b708

And please trim your emails.


If you use Thunderbird I suggest QuoteCollapse ... because nobody got time for that ;)


--

Thanks,

David / dhildenb




reply via email to

[Prev in Thread] Current Thread [Next in Thread]