8
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up vhd code More... about 17 years ago
Replace 'Qcow' debug refs with 'Vhd' in vhd-query utility. More... about 17 years ago
Add temporary vhd-query utility for SM driver compatibility. More... about 17 years ago
Use atomicio for synchronous writes and allocate clusters all at once. More... about 17 years ago
Disable locking temporarily until lock sharing + CTLMSG_CLOSE bug is fixed. Lock sharing is required for live migration and HVM guests which always open a phantom device. More... about 17 years ago
Header changes for setpriority patch. More... about 17 years ago
Add Jake's setpriority userspace patch to blktap.hg repository. Currently, the patchqueue change gets overwritten by blktap.hg. More... about 17 years ago
Size query returns value in MB. More... about 17 years ago
Check for failed mallocs. More... about 17 years ago
Add an hgignore file. More... about 17 years ago
Create installation directory. More... about 17 years ago
Add build system Makefile and blktap.spec. More... about 17 years ago
Add option to build against the system installed libraries rather than the ones from $(XEN_ROOT). More... about 17 years ago
merge More... about 17 years ago
Add support for live checkpoints. More... about 17 years ago
Changes to qcow-query. New flag to query parent backing file, also use disk device structure to open and query files. More... about 17 years ago
Add synchronous fallback path in qcow driver for using tools in non-dom0 environment. Need to do the same for VHD. More... about 17 years ago
Add qcow-query utility for SM backend driver, returns virtual disk size. More... about 17 years ago
Direct informational output to stdout for user tools. A few minor cleanups in drivers/Makefile. More... about 17 years ago
qcow: unlock sector on error case Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
unlock disk and free disk_driver on error Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
Cleanup lock removal when following an error path, also cleanup code and use macros. More... about 17 years ago
Fix error handling and add BAT ref-counting to VHD plugin Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
use vm's domain id for locking rather than its uuid Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
Extend error paths to return moe information than pass/fail, add small, random backoff delays in lock-retry logic. More... about 17 years ago
remove dependency file from repo Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
fix Makefile typo Signed-off-by: Jake Wires <[email protected]> More... about 17 years ago
Fix argument to stat for non-local paths More... about 17 years ago
Use passed in vmuid instead of temp string More... about 17 years ago
store vm's uuid in td_state More... about 17 years ago