]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2010-11-23 Cole Robinsondomain_conf: Add virDomainObjSetDefTransient
2010-11-22 Cole Robinsonxend: Escape reserved sexpr characters
2010-11-22 Cole Robinsonbuf: Simplify virBufferEscapeString
2010-11-22 Cole Robinsonxend: urlencode: Properly escape '&'
2010-11-22 Cole Robinsonconf: Fix parsing python style triple quotes
2010-11-22 Cole Robinsonconf: Convert ParseString to use STRPREFIX
2010-11-22 Cole Robinsonschemas: domain: Add more valid file path chars
2010-11-22 Adam Litkeqed: Minor updates to QED support patches
2010-11-22 Justin Cliftdocs: removed outdated reference to virt-mem
2010-11-20 Stefan Bergernwfilter: re-order lock grabbed by IP addr. learn thread
2010-11-19 Adam LitkeSupport for probing qed image metadata
2010-11-19 Adam Litkestorage_file: Add a new flag to mark backing files...
2010-11-19 Adam LitkeQED: Basic support for QED images
2010-11-19 Adam LitkeAllow probing of image formats without version information
2010-11-18 Eric Blakemaint: tighten strncmp syntax check
2010-11-18 Daniel P. BerrangevirExec: fix bug in setting up child stderr/out with...
2010-11-18 Eric Blakecapabilities, cpu: use new array API
2010-11-18 Eric Blakedaemon: use safer memory growth macros
2010-11-18 Eric Blakememory: make it easier to avoid quadratic scaling of...
2010-11-18 Eric Blakememory: make it safer to expand arrays
2010-11-18 Osier Yangdoc: Add doc for missed options of migrate
2010-11-18 Osier Yangdoc: add doc for missed parameters of attach-disk
2010-11-18 Daniel VeillardFix a failure to restore SELinux label for character...
2010-11-17 Matthias Boltevirt-aa-helper: Fix several compile errors
2010-11-17 Eric Blakebuild: fix autobuild failures on gcov upgrade
2010-11-17 Osier Yangdoc: update virsh manual
2010-11-17 Eric Blakemaint: avoid remaining sprintf uses
2010-11-17 Eric Blakevirt-aa-helper: translate error messages
2010-11-17 Eric Blakemaint: update to latest gnulib
2010-11-17 Eric Blakemaint: improve i18n on non-Linux
2010-11-17 Eric Blakemaint: use gnulib configmake rather than open-coding...
2010-11-17 Stefan Bergerreplace last instances of close()
2010-11-17 Stefan Bergernwfilter: also purge ip(6)tables rules before detecting...
2010-11-17 Stefan Bergerdeprecate fclose() and introduce VIR_{FORCE_}FCLOSE()
2010-11-16 Osier Yangdaemon: fix indention problem in daemon/libvirt.c
2010-11-16 Osier Yangqemu: fix typos in qemu_monitor_text.c
2010-11-16 Osier Yangqemu: record timestamp in qemu domain log
2010-11-16 Osier Yangvirsh: add net-info command
2010-11-16 Eric Blakenwfilter: use /bin/sh rather than requiring bash
2010-11-15 Eric Blakenwfilter: use /bin/sh rather than requiring bash
2010-11-15 Laine Stumpinterface.rng: Make miimon and arpmon optional for...
2010-11-15 Stefan Bergermacvtap: convert send / recv function to use libnl
2010-11-15 Laine StumpFix ipv4-addr definition in interface.rng
2010-11-14 Matthias BolteUse python discovered through env instead of hardcoding...
2010-11-14 Matthias Bolteesx: Avoid warnings about breaking strict-aliasing...
2010-11-14 Matthias BolteMake sure struct sockaddr_in is defined on FreeBSD
2010-11-14 Matthias Bolteconfigure: Disable FS storage driver if mntent.h is...
2010-11-14 Matthias Boltedaemon: Include stdlib.h in dispatch.c
2010-11-13 Justin Cliftdocs: updated virsh command reference with libvirt...
2010-11-12 Matthias Bolteconfigure: Remove bashism and replace 'test ==' with...
2010-11-12 Matthias Boltevirsh: Fix compile error in VPATH build
2010-11-12 Matthias BolteGenerate HACKING from docs/hacking.html.in
2010-11-12 Matthias Boltedocs: Prepare hacking.html.in to generate HACKING from it
2010-11-12 Justin Cliftdocs: updated csharp pages with latest info
2010-11-12 Justin Cliftdocs: trivial typo fix
2010-11-12 Justin Cliftdocs: added virsh command reference page.
2010-11-12 Cole Robinsonrpm: Fix summary wording
2010-11-12 John Morrisseyqemu: Remove unnecessary quoting from the process name...
2010-11-12 Matthias Boltephyp: Don't do a flags check in the storage driver
2010-11-12 Matthias Bolteqemu: Add qemu-system-s390x to the emulators list
2010-11-12 Stefan Bergermacvtap: convert nl msg construction to use libnl
2010-11-12 Laine StumpDo a better job of validating IP and MAC addresses...
2010-11-12 Laine Stumpre-indent network.rng following structural change
2010-11-12 Laine StumpPut network.rng contents inside <grammar> for uniformit...
2010-11-11 Jamie Strandbogevirt-aa-helper should require <uuid> in XML
2010-11-11 Matthias Bolteesx: Support SMBIOS host mode
2010-11-11 Laine Stumpremote_driver.c: fix non-literal format strings w/o...
2010-11-11 Laine Stumpignore SELinuxSetFilecon error in SELinuxSetSecurityFil...
2010-11-11 Daniel P. BerrangeFix reference counting bug in virsh console
2010-11-11 Daniel P. BerrangeWire up virDomainOpenConsole for LXC, Xen and UML
2010-11-11 Daniel P. BerrangeFix busy-wait loop on closed file descriptor
2010-11-11 Daniel P. BerrangeRe-write virsh console to use streams
2010-11-11 Daniel P. BerrangeConvert daemon/events.c to use virMutex and virThread
2010-11-11 Daniel P. BerrangeIntroduce portability APIs for creating threads
2010-11-11 Daniel P. BerrangeSupport virDomainOpenConsole with QEMU
2010-11-11 Daniel P. BerrangeAdd a generic internal API for handling any FD based...
2010-11-11 Daniel P. BerrangeLower logging level in remote driver streams
2010-11-11 Daniel P. BerrangeRemote driver client and server for virDomainOpenConsole
2010-11-11 Daniel P. BerrangeIntroduce a virDomainOpenConsole API
2010-11-11 Daniel P. BerrangeSupport callbacks on virStream APIs in remote driver...
2010-11-11 Daniel P. BerrangeFix LXC container console device setup
2010-11-10 Eric Blakevirsh: supply long option for -V
2010-11-10 Cole Robinsonqemu: Add flag to force a CDROM eject
2010-11-10 Eric Blakerpm: fix /var/lib/libvirt permissions
2010-11-10 Daniel VeillardAugment bug reporting documentation
2010-11-09 Adam LitkeAllow non-file disk backingStores
2010-11-09 Matthias Boltexencapstest: Don't fail when Xen is installed
2010-11-09 Laine Stumpvirsh: fix non-literal string format
2010-11-09 Stefan Bergerbye to close(), welcome to VIR_(FORCE_)CLOSE()
2010-11-09 Matthias BolteFix syntax-check error in domain.rng
2010-11-09 Matthias Bolteesx: Add support for memtune/min_guarantee
2010-11-09 Jiri Denemarkschema: Move timer element inside clock
2010-11-09 Daniel P. BerrangeMisc test case fixes for SPICE
2010-11-09 Jiri Denemarkvirsh: Add .xml suffix to tmp files used in *edit commands
2010-11-09 Daniel P. BerrangeSupport SPICE channel security options
2010-11-09 Daniel P. BerrangeSupport multiple QXL video cards
2010-11-09 Daniel P. BerrangeDefine XML syntax for password expiry
2010-11-09 Daniel P. BerrangeAdd SPICE support for QEMU driver configuration file
2010-11-09 Daniel P. BerrangeSupport automatic port number allocation for SPICE
2010-11-09 Daniel P. BerrangeImplement QEMU/KVM support for SPICE graphics
next