Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Christian Borntraeger
On 01/04/14 21:36, Alexander Graf wrote: [...] >>> Speaking of which, why don't we just forward STSI to user space with an >>> ENABLE_CAP and handle all of this there? It's not performance critical at >>> all, right? >> >> No, performance is not critical. >> The thing is, that we definitely need

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Alexander Graf
On 01.04.2014, at 21:19, Christian Borntraeger wrote: > On 01/04/14 17:12, Alexander Graf wrote: >> On 04/01/2014 05:04 PM, Christian Borntraeger wrote: >>> On 01/04/14 16:58, Alexander Graf wrote: On 04/01/2014 04:47 PM, Christian Borntraeger wrote: > From: Ekaterina Tumanova > >

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Alexander Graf
On 01.04.2014, at 21:19, Christian Borntraeger wrote: > On 01/04/14 17:12, Alexander Graf wrote: >> On 04/01/2014 05:04 PM, Christian Borntraeger wrote: >>> On 01/04/14 16:58, Alexander Graf wrote: On 04/01/2014 04:47 PM, Christian Borntraeger wrote: > From: Ekaterina Tumanova > >

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Christian Borntraeger
On 01/04/14 17:12, Alexander Graf wrote: > On 04/01/2014 05:04 PM, Christian Borntraeger wrote: >> On 01/04/14 16:58, Alexander Graf wrote: >>> On 04/01/2014 04:47 PM, Christian Borntraeger wrote: From: Ekaterina Tumanova Add KVM_DEV_TYPE_S390_CONFIG kvm device that contains co

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Alexander Graf
On 04/01/2014 05:04 PM, Christian Borntraeger wrote: On 01/04/14 16:58, Alexander Graf wrote: On 04/01/2014 04:47 PM, Christian Borntraeger wrote: From: Ekaterina Tumanova Add KVM_DEV_TYPE_S390_CONFIG kvm device that contains configuration and control attributes of particular vm. The device i

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Christian Borntraeger
On 01/04/14 16:58, Alexander Graf wrote: > On 04/01/2014 04:47 PM, Christian Borntraeger wrote: >> From: Ekaterina Tumanova >> >> Add KVM_DEV_TYPE_S390_CONFIG kvm device that contains >> configuration and control attributes of particular vm. >> The device is created by KVM_CREATE_DEVICE ioctl. >>

Re: [Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Alexander Graf
On 04/01/2014 04:47 PM, Christian Borntraeger wrote: From: Ekaterina Tumanova Add KVM_DEV_TYPE_S390_CONFIG kvm device that contains configuration and control attributes of particular vm. The device is created by KVM_CREATE_DEVICE ioctl. The attributes may be retrieved and stored by calling KVM_

[Qemu-devel] [PATCH/RFC] KVM: s390: Add S390 configuration and control kvm device

2014-04-01 Thread Christian Borntraeger
From: Ekaterina Tumanova Add KVM_DEV_TYPE_S390_CONFIG kvm device that contains configuration and control attributes of particular vm. The device is created by KVM_CREATE_DEVICE ioctl. The attributes may be retrieved and stored by calling KVM_GET_DEVICE_ATTR and KVM_SET_DEVICE_ATTR ioctls. Signed