[Prev Page][Next Page]
- Re: PATCH: 3/16: API docs update, (continued)
- [PATCH] Pull useless-if-before-free from gnulib, and update.,
Jim Meyering
- [PATCH] autobuild.sh: Run "make syntax-check",
Jim Meyering
- [PATCH] Enable another syntax-check rule.,
Jim Meyering
- [PATCH] Mark all qemudLog diagnostics for translation.,
Jim Meyering
- dumpxml define not idempotent due to <bootlader/> tag,
Guido Guenther
- Remove more useless if tests before "free"-like functions.,
Jim Meyering
- [PATCH] Print line numbers in unnecessary-if-before-free check,
Mark McLoughlin
- [Patch] Compilation cleanup,
Atsushi SAKAI
- [patch 0/2] Fix two misc patches,
Mark McLoughlin
- [patch 0/3] Fix some gcc 4.3.0 warnings,
Mark McLoughlin
- python/libvir.c returning wrong value on error?,
Cole Robinson
- FYI: [PATCH] Fix new "make distcheck" failures.,
Jim Meyering
- Re: libvirt adding new methods to the xenUnifiedDriver,
Richard W.M. Jones
- [PATCH] add missing qemudReportError,
Guido Guenther
- libvirt & vde_switch,
Loic Dachary
- don't use virBufferAdd with string literals,
Jim Meyering
- removing trailing blanks (and keeping them away),
Jim Meyering
- mark more translatable messages,
Jim Meyering
- mark some diagnostics for translation,
Jim Meyering
- PATCH: Allow Xen HVM kernel+initrd booting,
Daniel P. Berrange
- New XML attributes for virtio,
Soren Hansen
- [PATCH] don't use xen functions when USE_XEN is undefined,
Guido Guenther
- [PATCH] Pull vc-list-files from gnulib, and update.,
Jim Meyering
- [PATCH] fix compilation with USE_XEN == 0,
Guido Guenther
- [PATCH] avoid virsh hang due to missing virDomainFree(dom) call,
Jim Meyering
- Re: libvirt on mingw,
Richard W.M. Jones
Message not available
[libvirt] libvirt on mingw: undefined reference to htonl/ntohl,
Brecht Sanders
virsh capabilities cmd: plug a leak,
Jim Meyering
plug small leaks upon failure,
Jim Meyering
avoid used-uninitialized errors in test driver,
Jim Meyering
libvirt.c: avoid a double-free upon do_open failure,
Jim Meyering
[PATCH] test.c: Avoid segfault upon malloc failure, and plug a leak.,
Jim Meyering
tiny patch, FYI: Let "make syntax-check" pass.,
Jim Meyering
update after changing XML,
Maxwell Bottiger
[PATCH] virtinst: don't expect non-root users to have block device access,
Guido Guenther
Re: compilation of libvirt 0.4.0 and cvs snapshot failson SLES10sp1,
Sebastian Reitenbach
compilation of libvirt 0.4.0 and cvs snapshot fails on SLES10sp1,
Sebastian Reitenbach
[PATCH] Plug test-related leaks,
Jim Meyering
[PATCH] Avoid link errors with "configure --disable-shared".,
Jim Meyering
Pthreads error in windows compilation,
Gabriel Kaufmann
bug in xen_unified.c,
Marcus Meissner
[PATCH] Fix the function that remove the element of the hash table.,
Hiroyuki Kaguchi
PATCH: Fix block device numbers for virDomainBlockStats,
Daniel P. Berrange
8/8 Enable two more tests.,
Jim Meyering
7/8 Remove unnecessary "#include <assert.h>"s,
Jim Meyering
6/8 Enable the po-check test; fix violations.,
Jim Meyering
5/8 update from gnulib,
Jim Meyering
4/8 Enable the <config.h>-requiring test; fix violations,
Jim Meyering
3/8 Enable the duplicate-"the" test; fix violations,
Jim Meyering
2/8 Add framework for code style- and syntax-checking rules.,
Jim Meyering
1/8 remove useless "if (foo)" tests,
Jim Meyering
0/8 add syntax checks,
Jim Meyering
VIR_DOMAIN_NOSTATE,
Russ Blaine
A sample program to create a Linux Container,
Dave Leskovec
[PATCH] fix to allow usage of flags when saving XML,
Daniel Veillard
[PATCH] typo,
Atsushi SAKAI
[PATCH] Fix USB device name mis-conversion from S-Expr to XML,
Hiroyuki Kaguchi
API "int virDomainRestore(Conn, from)",
Daniel Schwager
PortableXDR - an XDR library for Windows and Mac OS X,
Richard W.M. Jones
Libvirt on Mac OS X 10.5,
Richard W.M. Jones
Any sample code to use virConnectOpenAuth() in C binding ?,
Arun Sharma
Windows sizeof(long) != Linux sizeof(long),
Daniel P. Berrange
Remove useless "if (foo)" before "free (foo)".,
Jim Meyering
Probs migrating domain with libvirt 0.4.0,
Daniel Schwager
a vmware driver,
Schley Andrew Kutz
PATCH: Remove use of PKG_CHECK_EXISTS,
Daniel P. Berrange
Libvirt windows compilation errors,
Gabriel Kaufmann
libvirt on OS X Leopard 10.5.1,
Schley Andrew Kutz
Re: libvirt on OS X Leopard 10.5.1,
Daniel P. Berrange
Re: libvirt on OS X Leopard 10.5.1,
Richard W.M. Jones
unnecessary "if-before-free" tests,
Jim Meyering
[PATCH] Avoid "may be used uninitialized" warning.,
Jim Meyering
[PATCH] Don't access line[-1] for a zero-length "line" from fgets.,
Jim Meyering
Dom0 and entitlement,
Katti, Vadiraj (STSD-Openview)
Question about building libvirt on Windows,
Atsushi SAKAI
Windows support document seems little bit old.,
Atsushi SAKAI
PATCH: Fix qemu-dm path in capabilities info,
Daniel P. Berrange
PATCH: Cleanup generator & force build fail on missing APIs,
Daniel P. Berrange
PATCH: Add missing APIs to python binding,
Daniel P. Berrange
OCaml libvirt 0.4.0.2 released,
Richard W.M. Jones
PATCH: const-correct sexpr,
Jim Meyering
PATCH: Make virsh use virFileReadAll,
Daniel P. Berrange
PATCH: Fix and cleanup ref counting/ domain/network object release,
Daniel P. Berrange
PATCH: Add xstrtol variants for long long,
Daniel P. Berrange
PATCH: Remove no-op network API impl from OpenVZ driver,
Daniel P. Berrange
PATCH: Fix compat for Xen 3.2.0,
Daniel P. Berrange
PATCH: RFC: env var to set default connection URI,
Daniel P. Berrange
Re: [PATCH] python/libvir.c (VIR_PY_NONE): New macro, to encapsulate a common two-statement sequence. Handle PyTuple_New's malloc failure. Use VIR_PY_NONE.,
Richard W.M. Jones
[PATCH] python/libvir.c (VIR_PY_NONE): New macro, to encapsulate a common two-statement sequence. Handle PyTuple_New's malloc failure. Use VIR_PY_NONE.,
Jim Meyering
Re; virDomainBlockStats,
Gareth Bult
[PATCH] Clarify virsh setvcpus and setmem commands,
Richard W.M. Jones
handle PyTuple_New's malloc failure,
Jim Meyering
[PATCH] NIC should define in order,
Hiroyuki Kaguchi
Empty <bootloader> tag?,
Kaitlin Rupert
avoid more format string warnings,
Jim Meyering
OpenVZ XML,
Mikhail A. Pokidko
virsh vncdisplay fix,
John Levon
What do the docs/APIchunk*.html files do ?,
Daniel P. Berrange
PATCH: Fix remote driver SSH tunnelling,
Daniel P. Berrange
[PATCH] Keyboard layout support for QEMU/KVM,
Daniel Hokka Zakrisson
[PATCH] examples.xml: Regenerate, now that *.c file names are sorted,
Jim Meyering
[PATCH] Clean up global name space in examples and tests.,
Jim Meyering
[PATCH] Clean up the global name space.,
Jim Meyering
[PATCH] Update from gnulib.,
Jim Meyering
VMC - Virtual Machine Console,
Meng Kuan
RFC: Add a short doc with libvirt coding style guidelines,
Daniel P. Berrange
Repository for work-in-progress storage patches,
Daniel P. Berrange
[PATCH] Linux-VServer support,
Daniel Hokka Zakrisson
PATCH: make debug builds quiet by default,
Daniel P. Berrange
OCaml bindings 0.4.0.1 released,
Richard W.M. Jones
[patch] qemu/kvm: use_system_powerdown instead of killing the vm hard,
Guido Guenther
OCaml bindings - Windows installer,
Richard W.M. Jones
[PATCH] an irregular value is set as 'CPU Affinity' by virsh vcpupin,
Saori Fukuta
[PATCH] change a Disk/Nic of inactive domain,
S.Sakamoto
[patch 0/2] Couple more misc iptables related patches,
Mark McLoughlin
Error compiling libvirt 0.4.0 on debian etch,
Solli Honorio
OCaml mlvirtmanager ported to Windows,
Richard W.M. Jones
OCaml bindings now build and run under Windows (MinGW),
Richard W.M. Jones
RFC: PATCH 0/5: asynchronous background jobs,
Daniel P. Berrange
[patch 1/1] Reduce the number of times lokkit is run,
Mark McLoughlin
[patch 0/9] Add support for Fedora lokkit's --custom-rules option,
Mark McLoughlin
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]