]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
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
2020-10-08  Jiri Denemarkcpu_map: Remove monitor feature from EPYC-Rome
2020-10-07  Cole Robinsonspec: Add cpu.rng to %files
2020-10-07  Roman Bolshakovwireshark: Fix missing bool_t on macOS
2020-10-07  Jiri Denemarkcputest: Update QEMU data for Ryzen 9 3900X
2020-10-07  Markus Schadecpu_map: Defined and enable EPYC-Rome model
2020-10-07  Markus SchadeAdd testdata for AMD EPYC 7502
2020-10-07  Tim Wiederhaketests: Rename some test files in cputestdata
2020-10-07  Tim Wiederhakevirsh: Add "validate" argument to [hypervisor-]cpu...
2020-10-07  Tim Wiederhakecpu: Wire in XML validation
2020-10-07  Tim Wiederhakeutil: Allow validation for single XML node
2020-10-07  Tim Wiederhakeschema: Add schema for guest or host cpu definition
2020-10-07  Tim Wiederhakeschema: Move guest cpu definition to cputypes.rng
2020-10-07  Tim Wiederhakeschema: Move host cpu definition to cputypes.rng
2020-10-07  Tim Wiederhakeschema: Unify apostrophe and quotation mark usage
2020-10-06  Daniel P. Berrangéexamples: fix storage volume size schema
2020-10-06  Ján TomkoFix incorrect g_new0 conversions
2020-10-06  Ján Tomkoutil: o-z: use g_new0
2020-10-06  Ján Tomkoutil: a-n: use g_new0
2020-10-06  Ján Tomkoutil: conf: use g_new0
2020-10-06  Ján Tomkoutil: firewall: use g_new0
2020-10-06  Ján Tomkoutil: systemd: use g_new0
2020-10-06  Ján Tomkoutil: netdev: use g_new0
next