]> xenbits.xensource.com Git - people/pauldu/demu.git/log
people/pauldu/demu.git
6 years agoUse new resource mapping API master
Paul Durrant [Mon, 4 Feb 2019 16:44:35 +0000 (16:44 +0000)]
Use new resource mapping API

Also rename 'iopage' to 'shared_iopage'.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
6 years agoUse stable APIs where available
Paul Durrant [Mon, 4 Feb 2019 16:21:17 +0000 (16:21 +0000)]
Use stable APIs where available

Stop using the xenctrl compat layer and also re-format the code to
avoid >80 character lines and indents to column-align things.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
8 years agoMake it compile under Xen 4.7
Paul Durrant [Tue, 14 Feb 2017 15:54:00 +0000 (15:54 +0000)]
Make it compile under Xen 4.7

With...

commit b7f76a699dcfadc0a52ab45b33cc72dbf3a69e7b
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Mon Jun 1 16:20:09 2015 +0100

    tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn.

commit 32486916793fd78a41fc25e53d2b53a5aa0b1bd5
Author: Ian Campbell <ian.campbell@citrix.com>
Date:   Thu Jun 18 16:30:19 2015 +0100

    tools: Refactor foreign memory mapping into libxenforeignmemory

...we need to use the compat layer.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Added the necessary definitions to the Makefile rather than demu.c to
make sure they are present in all source modules.
Also, drop the direction inclusion of xenctrl_compat.h.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoAPI fixes.
Paul Durrant [Wed, 2 Apr 2014 10:51:31 +0000 (11:51 +0100)]
API fixes.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoAdd a .gitignore
Paul Durrant [Wed, 5 Feb 2014 09:45:10 +0000 (09:45 +0000)]
Add a .gitignore

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoUpdate to new, slightly modified, ioreq server API and rename main.c
Paul Durrant [Thu, 30 Jan 2014 13:09:35 +0000 (13:09 +0000)]
Update to new, slightly modified, ioreq server API and rename main.c
to demu.c.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoUse new PCI hotplug API
Paul Durrant [Thu, 16 Jan 2014 14:39:04 +0000 (14:39 +0000)]
Use new PCI hotplug API

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoInitial commit
Paul Durrant [Wed, 13 Nov 2013 16:23:45 +0000 (16:23 +0000)]
Initial commit

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>