]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2020-10-09  Pavel Hrdinatools: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinatests: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinautil: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinaqemu: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinalxc: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinalibvirt-lxc: use g_autoptr for virCgroup
2020-10-09  Pavel Hrdinautil: vircgroup: introduce g_autoptr() for virCgroup
2020-10-09  Pavel Hrdinautil: vircgroup: change virCgroupFree to take only...
2020-10-09  Pavel Hrdinautil: vircgroup: use GLib alloc functions
2020-10-09  Pavel Hrdinaqemu_cgroup: introduce qemuRestoreCgroupThread helper
2020-10-09  Tim Wiederhakedoc: Fix element name in description of "feature"
2020-10-09  Tim Wiederhakedocs: Remove references to "cpu_map.xml" in the documen...
2020-10-09  Tim Wiederhakeqemu: Remove references to "cpu_map.xml" in the code
2020-10-09  Tim Wiederhaketests: Remove references to "cpu_map.xml" in the code
2020-10-09  Andrea Bolognanispec: Introduce arches_*
2020-10-09  Andrea Bolognanispec: Refactor qemu_kvm_arches definition
2020-10-09  Andrea Bolognanispec: Drop s390 architecture from conditionals
2020-10-09  Andrea Bolognanispec: Move _vpath_builddir definition
2020-10-09  Andrea Bolognanispec: Introduce with_dmidecode
2020-10-09  Andrea Bolognanispec: Move with_numactl definition
2020-10-09  Andrea Bolognanispec: bash completion actually defaults to on
2020-10-09  Andrea Bolognanispec: firewalld is always enabled
2020-10-09  Andrea Bolognanispec: Simplify setting features off by default
2020-10-09  Pavel Hrdinameson: add tests build option to enable/disable unit...
2020-10-09  Pavel Hrdinameson: add docs option to enable/disable generating...
2020-10-09  Pavel Hrdinameson: move build feature options to miscellaneous...
2020-10-09  Pavel Hrdinameson: remove required libraries from summary
2020-10-09  Pavel Hrdinameson: add missing libraries to summary
2020-10-09  Pavel Hrdinameson: prefix kvm_dep, m_dep and util_dep with lib
2020-10-09  Pavel Hrdinameson: add libnl build option
2020-10-09  Pavel Hrdinameson: build nodedev driver only if libvirtd is compiled
2020-10-09  Pavel Hrdinameson: properly handle readline if it's explicitly...
2020-10-09  Pavel Hrdinameson: properly handle libpcap if it's explicitly disabled
2020-10-09  Pavel Hrdinameson: no need to call meson.get_compiler() again
2020-10-09  Pavel Hrdinameson_options: move firewalld options to build feature...
2020-10-09  Pavel Hrdinameson_options: change VirtualBox default from enabled...
2020-10-09  Pavel Hrdinameson_options: change VMware default from enabled to...
2020-10-09  Ján Tomkoremote: remove leftover goto
2020-10-09  Fangge Jinqemu.conf: Re-word the description for *_tls_x509_verify
2020-10-09  Andrea Bolognanici: Start building RPMs
2020-10-09  Andrea Bolognanici: Allow skipping dist
2020-10-09  Andrea Bolognanici: Refresh Dockerfiles
2020-10-09  Matt Colemanhyperv: remove openwsman.h
2020-10-09  Matt Colemanhyperv: bump minimum openwsman version to 2.6.3
2020-10-09  Matt Colemannews: document new Hyper-V features and bug fixes
2020-10-09  Matt Colemanhyperv: implement domainGetAutostart
2020-10-09  Matt Colemanhyperv: implement connectGetVersion
2020-10-09  Matt Colemanhyperv: fix Win32_OperatingSystem WMI queries
2020-10-09  Matt Colemanhyperv: implement connectGetMaxVcpus
2020-10-09  Matt Colemanhyperv: implement connectGetCapabilities
2020-10-09  Matt Colemanhyperv: replace generic WMI class list helpers with...
2020-10-09  Matt Colemanhyperv: break out common lookups into separate functions
2020-10-09  Matt Colemanhyperv: fix nodeGetInfo failures caused by long CPU...
2020-10-09  Matt Colemanhyperv: make Msvm_ComputerSystem WQL queries locale...
2020-10-09  Mauro Matteo... docs/submitting-patches: add reference to DCO
2020-10-08  Ján Tomkoutil: delete VIR_ALLOC and VIR_ALLOC_N
2020-10-08  Ján Tomkotests: delete VIR_ALLOC tests cases
2020-10-08  Ján Tomkotests: use g_new0 instead of VIR_ALLOC
2020-10-08  Ján Tomkosrc: use g_new0 instead of VIR_ALLOC
2020-10-08  Ján Tomkoremote: remoteDispatchAuthList: remove useless 'rv'
2020-10-08  Ján Tomkoremote: use g_new0 instead of VIR_ALLOC
2020-10-08  Ján Tomkolibxl: xenParseXMOS: separate VIR_ALLOC call
2020-10-08  Ján Tomkoremote: refactor remoteSerializeDHCPLease
2020-10-08  Roman Bolshakovtests: commandhelper: Accept POLLNVAL on macOS
2020-10-08  Andrea Bolognanispec: Rework comment to avoid macro expansion
2020-10-08  Andrea Bolognanispec: Explain the BuildRequires on firewalld-filesystem
2020-10-08  Roman Bogorodskiydocs: bhyve: style improvements
2020-10-08  Michal Privoznikqemu: Don't generate '-machine memory-backend' and...
2020-10-08  Ján Tomkoqemu: agent: split out qemuAgentGetAllInterfaceAddresses
2020-10-08  Ján TomkoqemuAgentGetInterfaceOneAddress: check for errors early
2020-10-08  Ján Tomkoqemu: agent: rename tmp_iface to iface_obj
2020-10-08  Ján TomkoqemuAgentGetInterfaceAddresses: turn ifname into char*
2020-10-08  Ján Tomkoqemu: agent: remove cleanup in qemuAgentGetInterfaces
2020-10-08  Ján Tomkoqemu: agent: use g_auto in qemuAgentGetInterfaces
2020-10-08  Ján Tomkoqemu: agent: use GetArray to remove a check
2020-10-08  Ján Tomkoqemu: agent: split out qemuAgentGetInterfaceAddresses
2020-10-08  Ján Tomkoqemu: agent: simplify access to ifaces_ret
2020-10-08  Ján Tomkoqemu: agent: use virHashNew
2020-10-08  Ján Tomkoqemu: agent: use g_auto for ifname
2020-10-08  Ján Tomkoqemu: agent: expand addrs upfront
2020-10-08  Ján Tomkoqemu: agent: reduce scope of addrs_count
2020-10-08  Ján Tomkoqemu: agent: remove impossible errors
2020-10-08  Ján Tomkoqemu: agent: split out qemuAgentGetInterfaceOneAddress
2020-10-08  Ján Tomkoqemu: agent: remove redundant checks
2020-10-08  Ján Tomkotools: spell out the type instead of using typeof
2020-10-08  Ján Tomkoconf: virDomainUSBAddressHubNew: refactor
2020-10-08  Ján Tomkoconf: use g_new0
2020-10-08  Ján Tomkoconf: cpu: use g_new0
2020-10-08  Ján Tomkoconf: nwfilter_params: use g_new0
2020-10-08  Ján Tomkoconf: virsecretobj: use g_new0
2020-10-08  Ján Tomkoconf: storage: use g_new0
2020-10-08  Ján Tomkoconf: numa: use g_new0
2020-10-08  Ján Tomkoconf: interface: use g_new0
2020-10-08  Ján Tomkoconf: domain_addr: use g_new0
2020-10-08  Ján Tomkoconf: node_device: use g_new0
2020-10-08  Ján Tomkoconf: network: use g_new0
2020-10-08  Ján Tomkoconf: capabilities: use g_new0
2020-10-08  Ján Tomkoconf: domain: use g_new0
2020-10-08  Tim Wiederhakeschema: Make element "topology" in host CPU definition...
2020-10-08  Jiri Denemarkspec: Install all schemas
next