]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/shortlog
people/liuw/libxenctrl-split/libvirt.git
2012-10-09 Doug Goldsteininterface: always build all available backends
2012-10-09 Doug Goldsteininterface: fix netcf based backend naming
2012-10-09 Doug Goldsteininterface: add udev based backend for virInterface
2012-10-09 Eric Blakehooks: let virCommand do the error reporting
2012-10-09 Marcelo Cerridoc: update description about user/group in qemu.conf
2012-10-09 Michal Privoznikdocs: Drop useless </p> in drvphyp.html.in
2012-10-09 Michal Privozniknodeinfo: Fully convert to new virReportError
2012-10-09 Jiri Denemarkqemu: Fix QMP detection of QXL graphics
2012-10-08 Eric Blakevirsh: add qemu-monitor-command --pretty
2012-10-08 Marcelo Cerrisecurity: update user and group parsing in security_dac.c
2012-10-08 Marcelo Cerriutil: extend virGetUserID and virGetGroupID to support...
2012-10-08 Matthias BolteCall curl_global_init from virInitialize to avoid threa...
2012-10-08 Martin Kletzanderfix kvm_pv_eoi with kvmclock
2012-10-08 Alexander LarssonFix typo in HAVE_DBUS automake conditional
2012-10-08 Guannan Renpython: keep consistent handling of Python integer...
2012-10-08 Guannan Renpython: cleanup vcpu related binding APIs
2012-10-07 Matthias Bolteesx: Disable libcurl's use of signals to fix a segfault
2012-10-05 Viktor MihajlovskiS390: Buffer too small for large CPU numbers.
2012-10-05 Eric Blakebuild: fix VPATH builds
2012-10-05 Michal PrivoznikCheck for private symbols presence as well
2012-10-05 Eric Blakespec: prefer canonical name of util-linux
2012-10-05 Michal Privoznikprivate.syms: Drop virKillProcess
2012-10-04 Eric Blakedocs: fix links in migration.html TOC
2012-10-04 Wido den Hollanderdoc: Add Maven repository to Java bindings documentation
2012-10-04 Kyle MesteryCorrect checking of virStrcpyStatic() return value
2012-10-03 Eric Blakedocs: rudimentary phyp documentation
2012-10-03 Eric Blakebuild: update gnulib for FreeBSD build
2012-10-03 Marcelo Cerridoc: update description about security labels on format...
2012-10-03 Marcelo Cerrisecurity: also parse user/group names instead of just...
2012-10-02 Eric Blakebuild: avoid -Wno-format on new-enough gcc
2012-10-02 Eric Blakebuild: fix typo in debug message
2012-10-02 Jiri Denemarkqemu: Kill processes used for QMP caps probing
2012-10-02 Peter Krempaqemu: Use proper agent entering function when freezing...
2012-10-02 Michal Privozniklxc: Correctly report active cgroups
2012-10-01 Eric Blakebuild: avoid journald on rhel 5
2012-10-01 Eric Blakebuild: fix bitmap conversion when !CPU_ALLOC
2012-10-01 Dave AllanAdd note about numeric domain names to manpage
2012-10-01 Eric Blakebuild: avoid infinite autogen loop
2012-09-29 Matthias Boltehyperv: Fix and improve hypervListAllDomains
2012-09-29 Matthias Bolteesx: Fix and improve esxListAllDomains function
2012-09-28 Daniel J Walshbuild: default selinuxfs mount point to /sys/fs/selinux
2012-09-28 Daniel P. BerrangeAdd support for detecting capablities using QMP commands
2012-09-28 Daniel P. BerrangeIgnore error from query-cpu-definitions
2012-09-28 Daniel P. BerrangeAvoid bogus I/O event errors when closing the QEMU...
2012-09-28 Daniel P. BerrangeRemove need to pass in a virDomainObjPtr instance to...
2012-09-28 Daniel P. BerrangeFix QEMU test with 1.2.0 help output
2012-09-28 Chuck ShortARMHF: implement /proc/cpuinfo parsing
2012-09-28 Daniel P. BerrangeAutomatically enable systemd journal logging
2012-09-28 Daniel P. BerrangeAdd systemd journal support
2012-09-28 Daniel P. BerrangeRefactor qemuCapsParseDeviceStr to work from data tables
2012-09-28 Daniel P. BerrangeDon't initialize logging twice in libvirtd
2012-09-28 Daniel P. BerrangeChange logging category parameter into an enum
2012-09-28 Daniel P. BerrangeInclude filename explicitly in logging APIs
2012-09-28 Daniel P. BerrangeWhitespace cleanup in logging files
2012-09-28 Daniel P. Berranges/int/virLogDestination/ in logging code
2012-09-28 Daniel P. Berranges/long long/size_t/ for file line numbers in logging...
2012-09-28 Daniel P. Berranges/int/virLogPriority/ in logging code
2012-09-28 Guannan Renpython: return error if PyObject obj is NULL for unwrap...
2012-09-27 Benjamin Camanetwork: fix dnsmasq/radvd binding to IPv6 on recent...
2012-09-27 Daniel P. BerrangeFix regression starting QEMU instances without query...
2012-09-27 Jim FehligFix compilation of legacy xen driver with Xen 4.2
2012-09-27 Miloslav TrmačPass the "raw" log message to each virLogOutputFunc
2012-09-27 Miloslav TrmačSplit priority conversion from virLogOutputToSyslog
2012-09-27 Daniel P. BerrangeMove command/event capabilities detection out of QEMU...
2012-09-27 Daniel P. BerrangeRemove some unused includes in QEMU code
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetTargetArch() method for QMP query...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetObjectProps() method for QMP device...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetObjectTypes() method for QMP qom...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetEvents() method for QMP query-event...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetCommands() method for QMP query...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetCPUDefinitions method for QMP query...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetMachines() method for QMP query...
2012-09-27 Daniel P. BerrangeAdd a qemuMonitorGetVersion() method for QMP query...
2012-09-27 Daniel P. BerrangeRefactor guest init to support qemu-system-i386 binary too
2012-09-27 Daniel P. BerrangeRemove xenner support
2012-09-27 Daniel P. BerrangeMake qemuCapsProbeMachineTypes & qemuCapsProbeCPUModels...
2012-09-27 Daniel P. BerrangeRemove probing of CPU models when launching QEMU guests
2012-09-27 Daniel P. BerrangeRemove probing of machine types when canonicalizing XML
2012-09-27 Daniel P. BerrangeRemove probing of flags when launching QEMU guests
2012-09-27 Daniel P. BerrangeSwitch over to use cache for building QEMU capabilities
2012-09-27 Daniel P. BerrangeAdd a qemu capabilities cache manager
2012-09-27 Daniel P. BerrangeFix handling of itanium arch name in QEMU driver
2012-09-27 Daniel P. BerrangeFix potential deadlock when agent is closed
2012-09-27 Daniel P. BerrangeUse size_t instead of int for virDomainDefPtr struct
2012-09-27 Daniel P. BerrangeFix (rare) deadlock in QEMU monitor callbacks
2012-09-27 Daniel P. BerrangeDon't skip over socket label cleanup
2012-09-27 Daniel P. BerrangeMove most of qemuProcessKill into virProcessKillPainfully
2012-09-27 Daniel P. BerrangeDon't ignore return value of qemuProcessKill
2012-09-27 Daniel P. BerrangeFix deadlock in handling EOF in LXC monitor
2012-09-26 Jim FehligSupport Xen sysctl version 9 in Xen 4.2
2012-09-26 Laine Stumpnetwork: backend for virNetworkUpdate of interface...
2012-09-26 Eric Blakebuild: avoid older gcc warning
2012-09-26 Dmitry Guryanovparallels: don't give null pointers to virBitmapEqual
2012-09-26 Dmitry Guryanovparallels: remove unneded code from parallelsDoCmdRun
2012-09-26 Dmitry Guryanovparallels: fix memory allocation
2012-09-26 Dmitry Guryanovparallels: remove unused member 'os' from parallelsDomObj
2012-09-26 Michal Privoznikqemu: wait for SPICE to migrate
2012-09-26 Daniel P. BerrangeFix typo in header file comment
2012-09-26 Daniel P. BerrangeDon't use O_TRUNC when opening QEMU logfiles
2012-09-26 Daniel P. BerrangeSimplify some redundant locking while unref'ing objects
next