Re: [Qemu-devel] [PATCH/RFC] s390x/kvm: implement and use QEMU config device for s390

2014-04-01 Thread Christian Borntraeger
On 01/04/14 17:38, Paolo Bonzini wrote: > Il 01/04/2014 16:47, Christian Borntraeger ha scritto: >> From: Ekaterina Tumanova >> >> The following patch adds Qemu CONFIG device, >> which interacts with kvm CONFIG device by calling KVM_CREATE_DEVICE >> (to create the device in kernel), KVM_GET_DEVICE

Re: [Qemu-devel] [PATCH/RFC] s390x/kvm: implement and use QEMU config device for s390

2014-04-01 Thread Paolo Bonzini
Il 01/04/2014 16:47, Christian Borntraeger ha scritto: From: Ekaterina Tumanova The following patch adds Qemu CONFIG device, which interacts with kvm CONFIG device by calling KVM_CREATE_DEVICE (to create the device in kernel), KVM_GET_DEVICE_ATTR and KVM_SET_DEVICE_ATTR (to get and set the part

[Qemu-devel] [PATCH/RFC] s390x/kvm: implement and use QEMU config device for s390

2014-04-01 Thread Christian Borntraeger
From: Ekaterina Tumanova The following patch adds Qemu CONFIG device, which interacts with kvm CONFIG device by calling KVM_CREATE_DEVICE (to create the device in kernel), KVM_GET_DEVICE_ATTR and KVM_SET_DEVICE_ATTR (to get and set the particular attributes of KVM CONFIG device respectively). Thi