Re: [Qemu-devel] [PATCH V4 1/4] target-i386: introduce coalesced_pio kvm header update

2018-08-29 Thread Radim Krčmář
2018-08-28 11:58-0300, Eduardo Habkost: > On Sat, Aug 25, 2018 at 08:19:47PM +0800, Peng Hao wrote: > > add coalesced_pio's struct and KVM_CAP_COALESCED_PIO header. > > > > Signed-off-by: Peng Hao > > What's the status of the corresponding KVM header patch? I got a minor request to improve comp

Re: [Qemu-devel] [PATCH V4 1/4] target-i386: introduce coalesced_pio kvm header update

2018-08-28 Thread Eduardo Habkost
On Sat, Aug 25, 2018 at 08:19:47PM +0800, Peng Hao wrote: > add coalesced_pio's struct and KVM_CAP_COALESCED_PIO header. > > Signed-off-by: Peng Hao What's the status of the corresponding KVM header patch? > --- > accel/kvm/kvm-all.c | 4 ++-- > linux-headers/linux/kvm.h | 5 +++-- > 2

[Qemu-devel] [PATCH V4 1/4] target-i386: introduce coalesced_pio kvm header update

2018-08-24 Thread Peng Hao
add coalesced_pio's struct and KVM_CAP_COALESCED_PIO header. Signed-off-by: Peng Hao --- accel/kvm/kvm-all.c | 4 ++-- linux-headers/linux/kvm.h | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index eb7db92..4a3909d 100644