]> xenbits.xensource.com Git - people/pauldu/xenbus.git/log
people/pauldu/xenbus.git
11 years agoSwitch to test signing.
Paul Durrant [Thu, 29 Aug 2013 08:52:43 +0000 (09:52 +0100)]
Switch to test signing.

New xenbus.pfx (no password) added to repo.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoGet XENVIF up and running.
Paul Durrant [Thu, 29 Aug 2013 08:26:43 +0000 (09:26 +0100)]
Get XENVIF up and running.

Create a new stub EMULATED interface and make some other tweaks to get
XENVIF to come up and enumerate child devices.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoStart work on XENFILT
Paul Durrant [Tue, 27 Aug 2013 10:48:16 +0000 (11:48 +0100)]
Start work on XENFILT

Start to move towards a new EMULATED interface that will allow child
drivers to check presence of 'DEVICE's (by DeviceID and InstanceID) and
'DISK's (by Controller, Target, Lun tuples). This first commit just puts
in the groundwork for setting the right data on the PDOs.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoRe-factoring for use with upstream Xen.
Paul Durrant [Thu, 22 Aug 2013 14:23:14 +0000 (15:23 +0100)]
Re-factoring for use with upstream Xen.

Strip out XenServer specific parts of the drivers and enable them
to cope with multiple bindings.
Also, refine some of the source, add a common source area to reduce
code duplication, and change the PDO names to reflect the PV driver
vendor and also use a format that should work with Windows Update.

Note that XENFILT is pretty useless at this point. It binds to devices
correctly but all the unplug code is gone, to be replaced with code that
is not reliant upon XenServer-specific patches to QEMU.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoMerge pull request #2 from pauldu/ca-112939
Ben Chalmers [Tue, 13 Aug 2013 10:07:52 +0000 (03:07 -0700)]
Merge pull request #2 from pauldu/ca-112939

Ignore attempts to remove device usage types that were not added.

Accepted-By: Ben Chalmers <ben.chalmers@citrix.com>
11 years agoIgnore attempts to remove device usage types that were not added.
Paul Durrant [Tue, 13 Aug 2013 09:15:11 +0000 (10:15 +0100)]
Ignore attempts to remove device usage types that were not added.

ASSERTing on this condition is not particularly helpful as other buggy
software causes BSODs. We should be able to safely ignore and succeed
such IRPs.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
11 years agoMerge pull request #1 from OwenSmith/master
Ben Chalmers [Fri, 9 Aug 2013 12:14:36 +0000 (05:14 -0700)]
Merge pull request #1 from OwenSmith/master

Update minor version number to disambiguate from old mercurial repo.

11 years agoUpdate minor version number to disambiguate from old mercurial repo.
Owen Smith [Fri, 9 Aug 2013 11:01:51 +0000 (12:01 +0100)]
Update minor version number to disambiguate from old mercurial repo.

11 years agoResync with internal repository
Ben Chalmers [Fri, 21 Jun 2013 13:54:35 +0000 (14:54 +0100)]
Resync with internal repository

changeset:   305:e377a99e8721
tag:         tip
user:        Paul Durrant <paul.durrant@citrix.com>
date:        Fri Jun 21 13:19:15 2013 +0100
summary:     [CA-109475] Handle __RangeSetAdd failure.

changeset:   304:7818aaf86215
parent:      303:37f03f68abf5
parent:      302:b576d67847cb
user:        Paul Durrant <paul.durrant@citrix.com>
date:        Fri Jun 21 09:58:03 2013 +0100
summary:     Merge

changeset:   303:37f03f68abf5
parent:      299:f17689532d11
user:        Paul Durrant <paul.durrant@citrix.com>
date:        Fri Jun 21 09:57:04 2013 +0100
summary:     * * *

changeset:   302:b576d67847cb
user:        Ben Chalmers <ben.chalmers@citrix.com>
date:        Wed Jun 19 10:30:32 2013 +0100
summary:     [CP-4195] Add README.md and associated files to xenbus

changeset:   301:407589c56880
user:        Owen Smith <owen.smith@citrix.com>
date:        Thu Jun 13 16:07:04 2013 +0100
summary:     Fix/suppress SDV warnings

changeset:   300:966e06420ce5
user:        Owen Smith <owen.smith@citrix.com>
date:        Wed Jun 12 16:48:22 2013 +0100
summary:     [CA-86240] Update sdv.py and vcxprojs to build targetting Vista, an
d attempt to produce sdv logs

changeset:   299:f17689532d11
user:        Owen Smith <owen.smith@citrix.com>
date:        Thu Jun 06 12:47:30 2013 +0100
summary:     Backed out merge changeset: b35edbab18ee

changeset:   298:b35edbab18ee
parent:      297:0675b68b3e8d
parent:      296:5aefe3d5985a
user:        Owen Smith <owen.smith@citrix.com>
date:        Tue Jun 04 12:18:12 2013 +0100
summary:     Merge

changeset:   297:0675b68b3e8d
parent:      294:28a400f3d92a
user:        Owen Smith <owen.smith@citrix.com>
date:        Tue Jun 04 12:17:26 2013 +0100
summary:     [CA-86240] Generate SDV logs with sdv.py script

changeset:   296:5aefe3d5985a
parent:      295:0fad50b631e3
parent:      294:28a400f3d92a
user:        Paul Durrant <paul.durrant@citrix.com>
date:        Mon Jun 03 17:49:00 2013 +0100
summary:     Merge

changeset:   295:0fad50b631e3
parent:      293:5c23adc1aa58
user:        Paul Durrant <paul.durrant@citrix.com>
date:        Mon Jun 03 17:48:06 2013 +0100
summary:     Fix line endings

changeset:   294:28a400f3d92a
user:        Ben Chalmers <ben.chalmers@citrix.com>
date:        Wed May 29 14:57:17 2013 +0100
summary:     [CP-4685] Add BSD licence header to inf file

11 years ago[CP-4699] Modify build.py to cope with git & jenkins git plugin
Ben Chalmers [Tue, 28 May 2013 15:25:06 +0000 (16:25 +0100)]
[CP-4699] Modify build.py to cope with git & jenkins git plugin

11 years ago[CP-4696] Git repository created for xenbus
Ben Chalmers [Tue, 28 May 2013 11:01:45 +0000 (12:01 +0100)]
[CP-4696] Git repository created for xenbus