xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BUILD FIX 0/2] build xc_hvm_inject_msi on Xen < 4.2
@ 2012-04-17 18:12 Stefano Stabellini
  2012-04-17 18:13 ` [PATCH BUILD FIX 1/2] xen,configure: detect Xen 4.2 Stefano Stabellini
  2012-04-17 18:13 ` [PATCH BUILD FIX 2/2] xen: add a dummy xc_hvm_inject_msi for Xen < 4.2 Stefano Stabellini
  0 siblings, 2 replies; 3+ messages in thread
From: Stefano Stabellini @ 2012-04-17 18:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony.perard, xen-devel, alevy, Stefano Stabellini

Hi all,
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(-)


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

Cheers,

Stefano

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

end of thread, other threads:[~2012-04-17 18:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 18:12 [PATCH BUILD FIX 0/2] build xc_hvm_inject_msi on Xen < 4.2 Stefano Stabellini
2012-04-17 18:13 ` [PATCH BUILD FIX 1/2] xen,configure: detect Xen 4.2 Stefano Stabellini
2012-04-17 18:13 ` [PATCH BUILD FIX 2/2] xen: add a dummy xc_hvm_inject_msi for Xen < 4.2 Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).