All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] vfio: fix mapping of MSIX bar
@ 2014-01-16  6:21 Alexey Kardashevskiy
  2014-01-16  6:21 ` [Qemu-devel] [PATCH 1/2] kvm: initialize qemu_host_page_size Alexey Kardashevskiy
  2014-01-16  6:21 ` [Qemu-devel] [PATCH 2/2] vfio: fix mapping of MSIX bar Alexey Kardashevskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Kardashevskiy @ 2014-01-16  6:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, Paolo Bonzini, Alex Williamson

I tried to write my own HOST_PAGE_ALIGN to fix VFIO and found out
it is already there but does not work for KVM so here are 2 patches
instead of one.

Alexey Kardashevskiy (2):
  kvm: initialize qemu_host_page_size
  vfio: fix mapping of MSIX bar

 hw/misc/vfio.c          |  6 +++---
 include/exec/exec-all.h |  1 +
 kvm-all.c               |  1 +
 translate-all.c         | 14 ++++++++------
 4 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.8.4.rc4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-17 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16  6:21 [Qemu-devel] [PATCH 0/2] vfio: fix mapping of MSIX bar Alexey Kardashevskiy
2014-01-16  6:21 ` [Qemu-devel] [PATCH 1/2] kvm: initialize qemu_host_page_size Alexey Kardashevskiy
2014-01-17 12:55   ` Paolo Bonzini
2014-01-17 15:34     ` Alex Williamson
2014-01-17 16:11       ` Paolo Bonzini
2014-01-16  6:21 ` [Qemu-devel] [PATCH 2/2] vfio: fix mapping of MSIX bar Alexey Kardashevskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.