2008-11-19 |
Daniel P. Berrange | Add an initial User Mode Linux Driver |
commit | commitdiff | tree |
2008-11-19 |
Daniel P. Berrange | Add a virFreeCallback to event loop APIs |
commit | commitdiff | tree |
2008-11-19 |
Daniel P. Berrange | Change public API for virEventAddHandle to allow multip... |
commit | commitdiff | tree |
2008-11-19 |
Daniel P. Berrange | Add a virFreeCallback to virDomainEventRegister (from... |
commit | commitdiff | tree |
2008-11-18 |
Daniel P. Berrange | Fix windows build & build without QEMU driver |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Add QEMU driver events for defined/undefined config... |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Add domain events detail information |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Link QEMU, LXC, network and storage drivers directly... |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Push URI probing logic down into individual drivers |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Refactor storage backends to avoid dependancy from... |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Use a versioned linker script |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Build drivers as libtool convenience libs |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Fix domain events python thread safety & incorrect... |
commit | commitdiff | tree |
2008-11-17 |
Daniel P. Berrange | Fix updating of openvz config file params |
commit | commitdiff | tree |
2008-11-14 |
Cole Robinson | Use different separator for lvs command to unbreak... |
commit | commitdiff | tree |
2008-11-14 |
Jim Meyering | avoid format string warnings |
commit | commitdiff | tree |
2008-11-14 |
Daniel Veillard | KVM/QEmu migration support |
commit | commitdiff | tree |
2008-11-12 |
Daniel P. Berrange | Add bridged network to openvz driver & add some openvz... |
commit | commitdiff | tree |
2008-11-12 |
Daniel P. Berrange | Revert previous storage patch which broke test driver |
commit | commitdiff | tree |
2008-11-11 |
Daniel P. Berrange | Re-arrange storage backend registration |
commit | commitdiff | tree |
2008-11-10 |
Daniel P. Berrange | Support OpenVZ filesystem template config in XML dump |
commit | commitdiff | tree |
2008-11-07 |
Jim Meyering | tweak lstat.c to avoid mingw link failure |
commit | commitdiff | tree |
2008-11-07 |
Jim Meyering | mark a few diagnostics for translation |
commit | commitdiff | tree |
2008-11-07 |
Jim Meyering | always compile iptables.c |
commit | commitdiff | tree |
2008-11-06 |
Daniel Veillard | add new logging module, and move existing definitions... |
commit | commitdiff | tree |
2008-11-05 |
Cole Robinson | Log stdout and stderr in virRun |
commit | commitdiff | tree |
2008-11-05 |
Cole Robinson | Log the argv passed to virExec and virRun |
commit | commitdiff | tree |
2008-11-05 |
Cole Robinson | Move local argvToString to virArgvToString in util. |
commit | commitdiff | tree |
2008-11-05 |
Jim Meyering | plug two leaks and fix a diagnostic |
commit | commitdiff | tree |
2008-11-05 |
Chris Lalancette | Call vgscan before attempting to scan logical volumes... |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Move WITH_XXX driver feature flags into config.h instea... |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Move domain events helpers into dedicated file |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Move some API declarations out of internal.h & hash... |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Remove unused internal virStateSigDispatcher() API |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Move internal error APIs into virterror_internal.h... |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Add support for -uuid and -domid args to QEMU |
commit | commitdiff | tree |
2008-11-04 |
Daniel P. Berrange | Remove use of virStringList in favour of strongly typed... |
commit | commitdiff | tree |
2008-11-04 |
Jim Meyering | don't print an uninitialized integer in a diagnostic |
commit | commitdiff | tree |
2008-11-04 |
Jim Meyering | add a test for today's fix |
commit | commitdiff | tree |
2008-11-03 |
Daniel Veillard | * AUTHORS: added Guido Günther as new commiter, Dan... |
commit | commitdiff | tree |
2008-11-03 |
Daniel Veillard | * src/qemu_conf.c: switch off cache if disk is shared... |
commit | commitdiff | tree |
2008-11-03 |
Daniel Veillard | * src/qemu_driver.c: oops trailing blanks |
commit | commitdiff | tree |
2008-11-03 |
Daniel P. Berrange | Ignore generated makefile |
commit | commitdiff | tree |
2008-11-03 |
Chris Lalancette | Give iSCSI and disk storage backend drivers the |
commit | commitdiff | tree |
2008-10-31 |
Daniel Veillard | * python/virConnect.py: needed for events from the... |
commit | commitdiff | tree |
2008-10-31 |
Daniel Veillard | * src/xm_internal.c: add minimum domain memory size... |
commit | commitdiff | tree |
2008-10-31 |
Daniel Veillard | * python/Makefile.am python/generator.py python/libvir.c |
commit | commitdiff | tree |
2008-10-30 |
Cole Robinson | Add a test storage driver. |
commit | commitdiff | tree |
2008-10-29 |
Daniel Veillard | * docs/relatedlinks.html docs/relatedlinks.html.in... |
commit | commitdiff | tree |
2008-10-29 |
Daniel Veillard | * src/domain_conf.h src/qemu_driver.c: patch adding... |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | remove src/socketcompat.h; no longer needed |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | make generated qemud/*.[ch] files read-only |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | avoid compiler warning when all storage backends are... |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | avoid many mingw-specific warnings |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | cvsignore mingw build artifacts: *.exe |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | include netinet etc #ifndef HAVE_WINSOCK2_H |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | * src/remote_internal.c (remoteFindDaemonPath) [!WIN32... |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | use errno, not socket_errno() |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | socketcompat.h: simplify, to match latest gnulib |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | updates from gnulib |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | use more gnulib modules |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | adapt to API change in gnulib |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | * src/network_conf.c: Include <string.h> for declaratio... |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | use ARRAY_CARDINALITY more |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | exempt gnulib from write-avoidance syntax check |
commit | commitdiff | tree |
2008-10-28 |
Jim Meyering | exempt gnulib from ctype-macros prohibition |
commit | commitdiff | tree |
2008-10-24 |
Daniel P. Berrange | Remove use of sys/poll.h on mingw |
commit | commitdiff | tree |
2008-10-24 |
Daniel P. Berrange | Fix syntax check errors |
commit | commitdiff | tree |
2008-10-24 |
Daniel P. Berrange | Implement getVersion API for openvz driver |
commit | commitdiff | tree |
2008-10-24 |
Daniel P. Berrange | Fix mingw build due to missing icons in tar.gz |
commit | commitdiff | tree |
2008-10-24 |
Daniel P. Berrange | Centralize domain mac address handling in domain_conf... |
commit | commitdiff | tree |
2008-10-24 |
Jim Meyering | fix mingw compilation warning |
commit | commitdiff | tree |
2008-10-23 |
Chris Lalancette | Brown paper bag bug. I didn't preserve the |
commit | commitdiff | tree |
2008-10-23 |
Daniel Veillard | Massive patch adding event APIs by Ben Guthro |
commit | commitdiff | tree |
2008-10-23 |
Daniel Veillard | * docs/apps.html docs/apps.html.in: update monitoring... |
commit | commitdiff | tree |
2008-10-23 |
Chris Lalancette | An updated patch for adding <device> tags to logical |
commit | commitdiff | tree |
2008-10-23 |
Chris Lalancette | As suggested by danpb, to fix up the regression caused... |
commit | commitdiff | tree |
2008-10-22 |
Cole Robinson | Fix syntax error that was breaking RPM builds. |
commit | commitdiff | tree |
2008-10-21 |
Chris Lalancette | Currently, you can define a logical storage pool with... |
commit | commitdiff | tree |
2008-10-21 |
Chris Lalancette | Because of my patch last week that converted the variou... |
commit | commitdiff | tree |
2008-10-21 |
Chris Lalancette | While doing on this patch series, I mistakenly added... |
commit | commitdiff | tree |
2008-10-21 |
Dan Smith | Fix up cgroup initialization order and allow /dev/pts... |
commit | commitdiff | tree |
2008-10-21 |
Daniel Veillard | Document somme commit rules, and add application monito... |
commit | commitdiff | tree |
2008-10-21 |
Daniel Veillard | * src/qemu_driver.c: cleanup patch for usb masstorage... |
commit | commitdiff | tree |
2008-10-21 |
Jim Meyering | ALL_LINGUAS: set unconditionally, using $srcdir/po |
commit | commitdiff | tree |
2008-10-19 |
Jim Meyering | ALL_LINGUAS: remove "no", now that it's superseded... |
commit | commitdiff | tree |
2008-10-17 |
Daniel Veillard | * src/qemu_driver.c: add scsi/virtio hotplug support... |
commit | commitdiff | tree |
2008-10-17 |
Jim Meyering | Makefile.maint (sync-vcs-ignore-files): avoid risk... |
commit | commitdiff | tree |
2008-10-17 |
Jim Meyering | generate .gitignore files from .cvsignore ones |
commit | commitdiff | tree |
2008-10-17 |
Jim Meyering | generate .gitignore files from .cvsignore ones |
commit | commitdiff | tree |
2008-10-17 |
Daniel Veillard | qemudDomainBlockStats use qemudDiskDeviceName |
commit | commitdiff | tree |
2008-10-17 |
Daniel Veillard | * src/qemu_driver.c: fix qemudDiskDeviceName to handle... |
commit | commitdiff | tree |
2008-10-17 |
Daniel Veillard | * src/domain_conf.c: fix virDiskNameToBusDeviceIndex... |
commit | commitdiff | tree |
2008-10-16 |
Jim Meyering | build: when po-check fails, say why and suggest a fix |
commit | commitdiff | tree |
2008-10-16 |
Chris Lalancette | Add support for detecting the partition table type... |
commit | commitdiff | tree |
2008-10-16 |
Chris Lalancette | Compiling with -Werror showed a possible use before... |
commit | commitdiff | tree |
2008-10-16 |
Jim Meyering | build: exempt *.ico files from the trailing blank check |
commit | commitdiff | tree |
2008-10-16 |
Chris Lalancette | "make syntax-check" was complaining that network_driver... |
commit | commitdiff | tree |
2008-10-15 |
Richard W.M... | * configure.in, src/Makefile.am, src/virsh_win_icon.rc: |
commit | commitdiff | tree |
2008-10-15 |
Richard W.M... | * src/libvirt.c: Register the remote driver even when... |
commit | commitdiff | tree |
next |