index
:
delta/libvirt.git
baserock/franred/v1.2.12
baserock/morph
baserock/v1.2.10
master
v0.10.2-maint
v0.8.3-maint
v0.9.11-maint
v0.9.12-maint
v0.9.6-maint
v1.0.0-maint
v1.0.1-maint
v1.0.2-maint
v1.0.3-maint
v1.0.4-maint
v1.0.5-maint
v1.0.6-maint
v1.1.0-maint
v1.1.1-maint
v1.1.2-maint
v1.1.3-maint
v1.1.4-maint
v1.2.0-maint
v1.2.1-maint
v1.2.10-maint
v1.2.11-maint
v1.2.12-maint
v1.2.13-maint
v1.2.14-maint
v1.2.15-maint
v1.2.16-maint
v1.2.17-maint
v1.2.18-maint
v1.2.19-maint
v1.2.2-maint
v1.2.20-maint
v1.2.21-maint
v1.2.3-maint
v1.2.4-maint
v1.2.5-maint
v1.2.6-maint
v1.2.7-maint
v1.2.8-maint
v1.2.9-maint
v1.3.0-maint
v1.3.1-maint
v1.3.2-maint
v1.3.3-maint
v1.3.4-maint
v1.3.5-maint
v2.0-maint
v2.1-maint
v2.2-maint
v3.0-maint
v3.2-maint
v3.7-maint
v4.1-maint
v4.10-maint
v4.2-maint
v4.3-maint
v4.4-maint
v4.5-maint
v4.6-maint
v4.7-maint
v4.8-maint
v4.9-maint
v5.0-maint
v5.1-maint
v5.1.0-maint
v5.2-maint
v5.3-maint
libvirt.org: git/libvirt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add configuration options for permissions on daemon's admin socket
Martin Kletzander
2015-06-16
7
-3
/
+94
*
Add XML files with admin API specification
Martin Kletzander
2015-06-16
4
-5
/
+30
*
Add libvirt-admin library
Martin Kletzander
2015-06-16
14
-3
/
+628
*
Add admin error domain
Martin Kletzander
2015-06-16
2
-1
/
+3
*
Build client headers for admin protocol
Martin Kletzander
2015-06-16
3
-2
/
+13
*
Add admin protocol
Martin Kletzander
2015-06-16
4
-2
/
+101
*
Teach gendispatch how to handle admin dispatching files
Martin Kletzander
2015-06-16
1
-113
/
+141
*
tests: Adapt virnetservertest to daemon refactor
Martin Kletzander
2015-06-16
12
-86
/
+511
*
Move daemon-related parts of virNetServer to virNetDaemon
Martin Kletzander
2015-06-16
15
-604
/
+1086
*
lxc: properly clean up qemu-nbd
Cédric Bosdonnat
2015-06-16
1
-0
/
+56
*
Add virProcessGetPids to get all tasks of a process
Cédric Bosdonnat
2015-06-16
3
-0
/
+50
*
storage: Generate correct parameters for CIFS
John Ferlan
2015-06-15
3
-8
/
+29
*
storage: Adjust command arglist for gluster
John Ferlan
2015-06-15
1
-3
/
+1
*
storage: Fix the schema and add tests for cifs pool
John Ferlan
2015-06-15
4
-4
/
+34
*
configure: Remove check for pkcheck_supports_uid
Guido Günther
2015-06-15
1
-9
/
+0
*
tests: Use libvirt properly with initialization and error dispatching
Martin Kletzander
2015-06-15
1
-8
/
+10
*
Generate JSON with mDNS entries only when built --with-avahi
Martin Kletzander
2015-06-15
1
-7
/
+10
*
rpc: Fix possible crash when MDNSAddEntry fails
Martin Kletzander
2015-06-15
1
-1
/
+3
*
build: Remove unnecessarily repeated rules for syms -> def
Martin Kletzander
2015-06-15
1
-18
/
+2
*
qemu: monitor: Add memory balloon support for virtio-ccw
Boris Fiuczynski
2015-06-15
1
-4
/
+11
*
man: clarify usage of virsh blockcopy with --xml
Ján Tomko
2015-06-15
1
-2
/
+2
*
qemu: emulatorpin: Don't reset pinning when pinning to all cpus
Peter Krempa
2015-06-15
1
-11
/
+2
*
getOldStyleBlockDevice: Adjust formatting
Michal Privoznik
2015-06-15
1
-9
/
+7
*
getNewStyleBlockDevice: Adjust formatting
Michal Privoznik
2015-06-15
1
-15
/
+12
*
storage: Disallow wiping an extended disk partition
John Ferlan
2015-06-15
1
-1
/
+19
*
qemu caps: spell queue
Ján Tomko
2015-06-15
4
-5
/
+5
*
qemu: Do not support 'serial' scsi-block 'lun' devices
John Ferlan
2015-06-15
2
-0
/
+10
*
storage: Need to set secrettype for direct iscsi disk volume
John Ferlan
2015-06-15
2
-1
/
+25
*
virCapabilitiesDomainDataLookup: Produce saner error message
Michal Privoznik
2015-06-15
1
-1
/
+1
*
libxl: Add timestamp to the libxl driver log.
Anthony PERARD
2015-06-12
1
-1
/
+1
*
qemu: update netdevs of the same mac addrs correctly
zhang bo
2015-06-12
1
-16
/
+7
*
scsi: Need to translate disk source pool in config attach path
John Ferlan
2015-06-12
3
-4
/
+18
*
virsysinfo: s/system/sysdef/
Michal Privoznik
2015-06-12
2
-10
/
+10
*
cmdNetworkList: Introduce --name, --uuid, --table
Michal Privoznik
2015-06-12
2
-15
/
+63
*
cmdNetworkList: switch to FILTER
Michal Privoznik
2015-06-12
1
-18
/
+10
*
qemuBuildDriveStr: s/virBufferEscapeString/virBufferAsprintf/
Michal Privoznik
2015-06-12
1
-1
/
+1
*
virQEMUCapsArch: openrisc vs or32
Michal Privoznik
2015-06-12
1
-0
/
+4
*
virSysinfoDef: Exempt SYSTEM variables
Michal Privoznik
2015-06-12
5
-141
/
+292
*
virSysinfoDef: Exempt BIOS variables
Michal Privoznik
2015-06-12
5
-81
/
+173
*
tests: Distribute virnetserverdata
Michal Privoznik
2015-06-12
1
-0
/
+1
*
schema: use arch list from basictypes for os arch attribute
James Cowgill
2015-06-11
1
-20
/
+6
*
util: add virJSONValueCopy
Martin Kletzander
2015-06-11
4
-2
/
+179
*
qemu: add multiqueue vhost-user support
Maxime Leroy
2015-06-11
5
-8
/
+97
*
qemu: Add capability for vhost-user multiqueue
Martin Kletzander
2015-06-11
2
-0
/
+8
*
docs: Clarify that attribute name is not used for vhostuser
Maxime Leroy
2015-06-11
1
-0
/
+5
*
conf: Ignore multiqueue with one queue.
Martin Kletzander
2015-06-11
3
-1
/
+14
*
util: Make virProcessGetAffinity more readable and fix coverity warning
Peter Krempa
2015-06-11
1
-4
/
+8
*
apibuild: Generate macro/@string attribute
Jiri Denemark
2015-06-11
1
-19
/
+28
*
apibuild: Fix indentation
Jiri Denemark
2015-06-11
1
-24
/
+24
*
rpc: add testing of RPC JSON (de)serialization
Daniel P. Berrange
2015-06-11
9
-0
/
+694
[next]