mbox series

[v2,0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page

Message ID 20221025082039.117372-1-nrb@linux.ibm.com (mailing list archive)
Headers show
Series KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page | expand

Message

Nico Boehr Oct. 25, 2022, 8:20 a.m. UTC
v1->v2:
---
* remove useless cast (thanks Christian)

Nico Boehr (1):
  KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page

 arch/s390/kvm/vsie.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Janosch Frank Oct. 25, 2022, 11:36 a.m. UTC | #1
On 10/25/22 10:20, Nico Boehr wrote:
> v1->v2:
> ---
> * remove useless cast (thanks Christian)
> 
> Nico Boehr (1):
>    KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
> 
>   arch/s390/kvm/vsie.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

I'll put this on devel since the initial patch set is already there to 
get as much CI coverage as possible.