All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Xen PV on HVM fixes
@ 2010-12-01 18:22 Stefano Stabellini
  2010-12-01 18:23   ` stefano.stabellini
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Stefano Stabellini @ 2010-12-01 18:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: xen-devel, Jeremy Fitzhardinge, Stefano Stabellini

Hi all,
this patch series is a collection of fixes for Xen PV on HVM.

The first two patches fix two pirq remapping problems with MSIs, they
have been sent to the list few times already for comments.
The three following patches are new and fix save/restore bugs.

Stefano Stabellini (5):
      xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq
      xen: fix MSI setup and teardown for PV on HVM guests
      xen: resume the pv console for hvm guests too
      xen: fix save/restore for PV on HVM guests with pirq remapping
      xen: unplug the emulated devices at resume time

 arch/x86/pci/xen.c                 |   27 +++++++---
 arch/x86/xen/platform-pci-unplug.c |    2 +-
 arch/x86/xen/suspend.c             |    1 +
 arch/x86/xen/xen-ops.h             |    2 +-
 drivers/xen/events.c               |  105 +++++++++++++++++++++++++-----------
 drivers/xen/manage.c               |    1 +
 include/xen/events.h               |    7 ++-
 include/xen/interface/physdev.h    |   10 ++++
 8 files changed, 114 insertions(+), 41 deletions(-)

A branch with these fixes based on 2.6.37-rc4 is available here:

git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git 2.6.37-rc4-pvhvm-fixes

Cheers,

Stefano

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

end of thread, other threads:[~2010-12-02 14:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 18:22 [PATCH 0/5] Xen PV on HVM fixes Stefano Stabellini
2010-12-01 18:23 ` [PATCH 1/5] xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq stefano.stabellini
2010-12-01 18:23   ` stefano.stabellini
2010-12-01 18:23 ` [PATCH 2/5] xen: fix MSI setup and teardown for PV on HVM guests stefano.stabellini
2010-12-01 18:23   ` stefano.stabellini
2010-12-01 18:23 ` [PATCH 3/5] xen: resume the pv console for hvm guests too stefano.stabellini
2010-12-01 18:23 ` [PATCH 4/5] xen: fix save/restore for PV on HVM guests with pirq remapping stefano.stabellini
2010-12-01 18:23 ` [PATCH 5/5] xen: unplug the emulated devices at resume time stefano.stabellini
2010-12-01 18:47 ` [Xen-devel] [PATCH 0/5] Xen PV on HVM fixes Jeremy Fitzhardinge
2010-12-01 18:47   ` Jeremy Fitzhardinge
2010-12-02 14:42   ` [Xen-devel] " Stefano Stabellini

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.