mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 13:19:36 +00:00 
			
		
		
		
	S390: support reboot for kvm on s390
This patch adds reboot support for s390x-softmmu by calling the generic reboot support in kvm. Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
		
							parent
							
								
									eb3caa44b0
								
							
						
					
					
						commit
						add142e0aa
					
				| @ -452,8 +452,7 @@ int kvm_arch_handle_exit(CPUS390XState *env, struct kvm_run *run) | ||||
|             ret = handle_intercept(env); | ||||
|             break; | ||||
|         case KVM_EXIT_S390_RESET: | ||||
|             fprintf(stderr, "RESET not implemented\n"); | ||||
|             exit(1); | ||||
|             qemu_system_reset_request(); | ||||
|             break; | ||||
|         default: | ||||
|             fprintf(stderr, "Unknown KVM exit: %d\n", run->exit_reason); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jens Freimann
						Jens Freimann