All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL BUILD FIX] build xc_hvm_inject_msi on Xen < 4.2
@ 2012-04-20 13:39 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2012-04-20 13:39 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Anthony Perard, xen-devel, alevy, qemu-devel, Stefano Stabellini

Anthony,
please pull:

git://xenbits.xen.org/people/sstabellini/qemu-dm.git build_fix


this small patch series fixes the build breakage introduced by
f1dbf015dfb0aa7f66f710a1f1bc58b662951de2 with Xen < 4.2.

The problem is that xc_hvm_inject_msi is only defined from Xen 4.2
onwards so we need to provide a compatibility function for older Xen
versions.

Stefano Stabellini (2):
      xen,configure: detect Xen 4.2
      xen: add a dummy xc_hvm_inject_msi for Xen < 4.2

 configure       |   25 +++++++++++++++++++++++++
 hw/pc.c         |    2 +-
 hw/xen.h        |   10 ++++++++++
 hw/xen_common.h |   15 +++++++++++++++
 xen-all.c       |    2 +-
 5 files changed, 52 insertions(+), 2 deletions(-)

Cheers,

Stefano

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-20 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 13:39 [PULL BUILD FIX] build xc_hvm_inject_msi on Xen < 4.2 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.