An open API service for software projects hosted on Open Collective.

github.com/QubesOS/qubes-vmm-xen-windows-pvdrivers

Qubes component: vmm-xen-windows-pvdrivers
https://github.com/QubesOS/qubes-vmm-xen-windows-pvdrivers

Fixed IRQL bug on restore

c713f02fc811fc5918611366295f69c6bf6af71d authored about 17 years ago
remove ^M pollution from w32api patch

d5dcbede024253fa290611801f73fdac50b5ce65 authored about 17 years ago
update w32api diff with changes to compile xenvbd

25a8ef7b477a63ae058ea65960cb3e3225ab20a1 authored about 17 years ago
remove dead code

ea7f13af62a864985859dd3dbf17f91c8710aad4 authored about 17 years ago
newlines at end of files

5faab2e76fc6cd3be4f98a233e380c8a763f4c49 authored about 17 years ago
using hypercall3's again, add support in mingw. remove duplicate code from evtchn.c

58edec8eeb72f5cda254da1bafc4068fc39cb870 authored about 17 years ago
move bit ops to mingw_extras since now xenvbd and evtchn.c are using them. no longer inline but shouldn't matter, eh?

9029d97fcb558f2ad9b67ec518f5d9aeb179b42f authored about 17 years ago
get xenvbd compiling under mingw

31916e06095e82854eb4bc953f93af0d9c4da623 authored about 17 years ago
Automated merge with ssh://[email protected]/win-pvdrivers.hg

924a4dbadd0fcfa269e7e38de17ddb094c51aa63 authored about 17 years ago
fix line endings and delete no longer needed line

bd3f03e9a835c5a4eddba3a84537b9ce5a73eb98 authored about 17 years ago
missed one grant table change

2695c95df6c5dfcc6e00d1f9b5aad5adc8d9186f authored about 17 years ago
Added grant table op to amd64

Updates to better support resume

1e923122dff113ec67a06d3e405a48ade2f375c9 authored about 17 years ago
merge with head

1378bdd657868ed4f03592584129144bfad70d19 authored about 17 years ago
Fixed hang bug in xenhide on x64.

Reordered driver installation in installer to try and reduce the number of popups on install.

78013d9ae80829e2f01dea0d58a538f9cdb63cc7 authored about 17 years ago
update mingw build doc and add diff of w32api changes needed.

47a125a590300680f9778aab623330ca241a2df9 authored about 17 years ago
merge

fa4050cc3079fc0f6cfb050a72923cceba275eed authored about 17 years ago
build xennet using mingw

86f8fa195c2de11303f3d90b1877efd8fa5d52e1 authored about 17 years ago
modify xenpci mingw build for new file locations

87956b26d91e19a4de78ea4b4381d3a800d88365 authored about 17 years ago
remove private copies of mingw headers, we;re modifying them directly now

bface2a6c6b911880536a3ae62ba0a08b4a0bf1b authored about 17 years ago
add newline at end

4ed5aff3ed103f43563ab69465344e47df363936 authored about 17 years ago
move mingw_extras.[ch] to a common directory

4aede5bf7fade12baec408d07a661516bb9be42f authored about 17 years ago
Fixed an interrupt problem that was causing hangs on boot.

b81d5abfbb70f1cea116de6bd2ce85fdb166455a authored about 17 years ago
Trying to debug a boot hang

c7bb831b6794d20bfbdf95b0582ab09e4bbffb6c authored about 17 years ago
Merge bug fixer from WDF to WDM.

de64f0c336258ac99e7000fb6aa5f805b781aba2 authored about 17 years ago
Merge with head

3bf1e9302185bb6916c201dab0a85afe40a93f5d authored about 17 years ago
More x64 warnings fixed - x64 wasn't being detected properly in evtchn.c

0ae30afe515ccfcf0eddc7e4aa1626f36a9636fe authored about 17 years ago
Fixed a few warnings.

Fixed compile on win2k.

31050162729c7f0fc54214c6fec9adfbc7b795ac authored about 17 years ago
fix bug in RtlStringCbPrintfW.

24f9cfd0516fe65558151cad05c2a4e54816b4bb authored about 17 years ago
Automated merge with ssh://[email protected]/win-pvdrivers.hg

fb640f12979cb5ae72d9bac269a8ebda0463bdaf authored about 17 years ago
correct all line terminations to CRLF

58fc5fcb9c76f9855154f03d8d834f591404c8ad authored about 17 years ago
implement RtlStringCbPrintfW.

b50a06f25a894f95187f8c866981d3f0d282c202 authored about 17 years ago
merge with head

664f25846706ce35a70f6eecc909eca4ed9a0c0c authored about 17 years ago
Bugfixes for save/restore

acc77683c358f578e43cfa096da0338db4f9f245 authored about 17 years ago
add fixes for James' latest code

44a683b63b8b6a244850a2700a28ba2196357e3b authored about 17 years ago
Automated merge with ssh://[email protected]/win-pvdrivers.hg

4d12d18714978dd9ebde2d1c5e11d076eaa56216 authored about 17 years ago
add newline at end file

e3c6eb96d4ac9cf65e5f949505d259c7c995d3d4 authored about 17 years ago
add files to do basic snprintf-type stuff, taken from Linux. Centralize MinGW-specific hacks here. Yay GPL.

e03dafe454a26e9de64e1acf048d279580493fee authored about 17 years ago
remove unused stuff from mingw assembly file; implement getting stub_addr from device extension (gcc extended asm ftw!)

4fca505ed13b373ac4bbb7585148e5432f0f506f authored about 17 years ago
add docs on mingw building and modify makefile for private build of w32api link libraries

0c2420409e22b9b8b73f75e3a0601c9e8fb7f37d authored about 17 years ago
mingw fixes. Use IoCreateDevice now that security settings are set via INF

038b2a40517c189c730506a82f552c3c6cb24a84 authored about 17 years ago
suck in some headers from mingw, since they're wrong so we can fix them. Hopefully these can go away once mingw is fixed.

9d191e3953971015e543d94f985b0d8409b4c5b8 authored about 17 years ago
remove little bits of #ifdef MINGW32s scattered around in favor of putting all hacks in one place

69ff35c634083781236f9d99ac43259912e99cfe authored about 17 years ago
Lots more changes to support xenvbd save/restore

7ace247d03c7d545b850a49bc7b1d081adc9d478 authored about 17 years ago
Suspend works for xenvbd, not for xennet though (eg after a resume you won't have a working network

d825efbbf50bed02b10a4e7ffef1797981414e1f authored about 17 years ago
save/restore now works when /gplpv is _not_ specified. Still a way to go before it works when /gplpv is specified...

19462463c05f173411937118f9045affb6ef346f authored about 17 years ago
move KeGetCurrentProcessorNumber fix to xenpci.h

Add kdprints to new functions with inline asm to make sure they get verified to work properly
Add...

ebfa7dc5ec382b1733bfbb2316a7e64e331ad8a1 authored about 17 years ago
Automated merge with ssh://[email protected]/win-pvdrivers.hg

606be980ecc09a8feb310fb455638b433854b34d authored about 17 years ago
more mingw fixes for evtchn.c

ee8585835e2aff20939bf316a9859db0d0df7475 authored about 17 years ago
fixed a few bugs in the installer wrt certs

e50a50659cb410250f35d72f560d6dc62ace46a4 authored about 17 years ago
merge with head

f9a06e259f5f782e1494201b6461d275c0688a92 authored about 17 years ago
updated versions

da16c2651920a3e1419881b27066d303eb26c2dd authored about 17 years ago
Updates to fix a /PAE problem under 32 bit mode.

a836c9176ce950b874931b2ad0a72a7fe2a7a7de authored about 17 years ago
major changes to xenhide. Now actually hides the qemu devices once more.

6e9da49042b61d7affe2b61479de39fa36ee8706 authored about 17 years ago
get things compiling again under DDK

ddaf86f3442ba042179677cdb367d7a16327a83b authored about 17 years ago
compile more parts of xenpci

3d57e6fa1f069a29e90ab55ac617985f1732007d authored about 17 years ago
add newline at end of file

cd54196e080d34d41b741293996ed5c7aa639d43 authored about 17 years ago
move hvm_get_stubs and hvm_free_stubs into a .c from a .h

e100ef02bd89798cb1898ad7e470614921cf29d7 authored about 17 years ago
mingw cleanups

57848a9de836fbcdf095943f7328e33a11ad26b5 authored about 17 years ago
re-add bit needed for alloc_text

84e438818099e73ac680111c5f6067cd147bb162 authored about 17 years ago
Merge

f274a03e545e26dc9dde494ed725a11764d18dd0 authored about 17 years ago
get rid of unneeded (?) stuff that gcc complains about

Add DDKAPI to dispatch routines. These resolve to __stdcall on MinGW, which apparently it needs.

e0ba906820db2301c1a5cfd2366628986e279810 authored about 17 years ago
whitespace and turn off some warnings

1a2beb255205ae07281f023187fca23cac1c633e authored about 17 years ago
properly attribute code taken from Xen header

5984d0c28a6c6997e73359cc48380872852e7961 authored about 17 years ago
Merge

ff8848e1f79519ffe631ef1bf5d3b2ad09d4d48c authored about 17 years ago
Made the xengplpv.cat optional in case signing isn't set up.

7d7ed7316bdc6a49dd2c760849d5df36555f6757 authored about 17 years ago
Automated merge with ssh://[email protected]/win-pvdrivers.hg

9e7d460d0c01aa1de5087ab65d942b963baf49eb authored about 17 years ago
Added tag 0.9.10 for changeset 0488ef11be09

f5d96ff2df07919ac12b9b8b7d1310f706ae2fa8 authored about 17 years ago
final changes for 0.9.10

67b5298ded44d6cf0c7a83f0600544930bbe790a authored about 17 years ago
Trying to get shutdownmon to terminate properly

d805cf8d8ba79a528318958743f1c23b88d1d727 authored about 17 years ago
fixes to signing scripts

49a11b708930cb42f5a9fd51f7023e78ac06a54f authored about 17 years ago
typo in makedist.bat

2b88abe84c44c2298176e1a023593d077cb4da87 authored about 17 years ago
updates to the whole xenconfig thing to allow xennet to dynamically config. Almost there.

Created some bat files to do the signing.

be6b275943a0b787e95704d0826c51036ff84bd8 authored about 17 years ago
Added tag 0.9.9 for changeset bb891f6d10e4

4bcaaab849c489e2c7ce95f815cd27d717c2cce1 authored about 17 years ago
Fixed some POWER bugs causing 0x9F BSoD on shutdown.

Tweaked drivers to refuse to hot upgrade (eg reboot required), but still allow 'xm block-detach' ...

047f8c2f18450ce421d0266ba44d231a067aca5e authored about 17 years ago
testing service control from installer

8bf357e431aafd93f0d4e1204acb506dc565d136 authored about 17 years ago
First cut of putting xenbus config details in the .inf file - xenvbd may yet pass WHQL

62c5ae512589e5c1bb4cff06783b26acd6cce0e7 authored about 17 years ago
Fixed a crash when running hdtune.

d87758aad7ff1ed71f08d596bc9df4a211617469 authored about 17 years ago
Fixed pointer error

3f98bba10120aaefde27af2b25237344523adda5 authored about 17 years ago
really merged with default now i think

fbd52dc5401ab34287f13d1da93ae38bab0b9fa8 authored about 17 years ago
merged... i think

f3b0b8e2a3a2859a82bd7b02df1061b4c11e3463 authored about 17 years ago
Trying to make the devices appear more pci-like, pushing config into the inf files.

Fixed a bug which was causing crashes when multiple unaligned requests were issued concurrently

ccef415e039d97e817f4d01262450efd9965f785 authored about 17 years ago
yup, all that stuff needed to be there. revert my changes.

cc19fd6478c263a4a7b2807eb46bb9af21c6f288 authored about 17 years ago
Merge

bba147805cc299429d9a112680d91d2ae0843fef authored about 17 years ago
more mingw edits

I couldn't help getting rid of the huge interrupt switch statement. James please put it back if I...

04db1fb60f47221f7b8eabb42ab400137fec627d authored about 17 years ago
add some bits for building with mingw -- just focusing on xenpci to start

9b031505984c729929d3b7fb4715b59c561024c3 authored about 17 years ago
add newline

4cf2ce6625c657a2ac71434defa9cae227e9e561 authored about 17 years ago
Merge of 265 from 'wdf'

9966daee50dd4d2d8a792d32aafdfcff6af72e48 authored about 17 years ago
change wdm branch to default

4d2ab9683e2cdf99d24189e571b82357933ea81a authored about 17 years ago
change branch name

308a35a089651d504bd0316f22e5aa0039257eef authored about 17 years ago
merge of 263

d6f5077199cdad5119f51c8113f851f5c929f22e authored about 17 years ago
merge of 262

135dcf47001463952953f723173a758a1ce1faaa authored about 17 years ago
Added tag 0.9.8 for changeset 279f5623f6c7

9356046e5db08f17bdfce12fc4ed80abc1687450 authored about 17 years ago
Tweaks to try and improve performance.

42c55e5d666b768a3f8cb7fec501462efee69e04 authored about 17 years ago
Added tag 0.9.7 for changeset 873944504204

6c645f77cade9c72388217ec61dfc54f21614fad authored about 17 years ago
Fixed a bug which would prevent formatting (NTFS only I think) of xenvbd devices, and possibly cause some corruption although unlikely.

Fixed a bug which would cause a BSoD if 'xm block-detach' was used.

783ed3476c4c374a5037a6c887103680d229e9a0 authored about 17 years ago
Stopped xenbus from appending nulls to values. Fixed physical cdrom support (or anything else with bytes/sector != 512).

b1a12b006cba13794868bae1aab6bae622073871 authored about 17 years ago
Started adding code to cope with 'xm block-detach'. currently BSoD's.

7335ef8fb39229ce0fc3507aac8af93d318bd253 authored about 17 years ago
Added fix for whole machine (inc Dom0) hang when DomU bugchecked.

d68900137d28442aae9a0a2f1bffab2f290f4703 authored about 17 years ago
Added tag 0.9.5 for changeset 89e1a0af859c

185c50079432c7e473fa519a04816c6587c9967c authored about 17 years ago
Wrote an installer using NSIS. Updated some documentation. Minor bugfixes too.

782f9a6f5dea06e892fc09e3eb5834f6c75a4f68 authored about 17 years ago