Lib Virt
[Prev Page][Next Page]
- Re: [PATCH 0/1] bhyve: Make LPC slot number configurable, (continued)
- [PATCH] storage: add wipeVol to iscsi-direct storage backend,
clem
- [libvirt-glib][PATCH] Use new GObject define macros with private,
Michal Privoznik
- [PATCH 1/2] Add API for printing tables.,
Simon Kobyda
- Missing repo file for virt-preview repo on fedorapeople,
Roman Mohr
- [PATCH] src: Move DLOPEN_LIBS to libraries introducing the dependency,
Michal Privoznik
- [PATCH 0/2] esx: Fix {g,s}et vcpus,
Marcos Paulo de Souza
- [PATCH] qemuBuildBootCommandLine: remove unused boot_order_str,
Ján Tomko
- [PATCH] qemuxml2xmloutdata: Use more symlinks,
Michal Privoznik
- [jenkins-ci PATCH] projects: Don't use ~/rpmbuild for osinfo-db,
Andrea Bolognani
- [PATCH 00/17] some cgroup cleanup patches,
Pavel Hrdina
- [PATCH 03/17] vircgroup: Rename structs to start with underscore,
Pavel Hrdina
- [PATCH 06/17] vircgroup: Remove unused function virCgroupKill(),
Pavel Hrdina
- [PATCH 01/17] docs: List cpuacct in controllers used by QEMU driver,
Pavel Hrdina
- [PATCH 04/17] vircgroup: Introduce standard set of typedefs and use them,
Pavel Hrdina
- [PATCH 07/17] vircgroup: Unexport unused function virCgroupAddTaskController(),
Pavel Hrdina
- [PATCH 10/17] vircgroup: Remove pointless bool parameter,
Pavel Hrdina
- [PATCH 08/17] vircgroup: Unexport unused function virCgroupRemoveRecursively,
Pavel Hrdina
- [PATCH 11/17] vircgroup: Extract mount options matching into function,
Pavel Hrdina
- [PATCH 16/17] vircgroup: Introduce virCgroupGetMemoryStat,
Pavel Hrdina
- [PATCH 17/17] lxc: Use virCgroupGetMemoryStat,
Pavel Hrdina
- [PATCH 02/17] docs: Update how we create cgroup directory names,
Pavel Hrdina
- [PATCH 05/17] vircgroup: Extract file link resolving into separate function,
Pavel Hrdina
- [PATCH 09/17] vircgroup: Move function used in tests into vircgrouppriv.h,
Pavel Hrdina
- [PATCH 12/17] vircgroup: Use virCgroupMountOptsMatchController in virCgroupDetectPlacement,
Pavel Hrdina
- [PATCH 13/17] vircgroup: Introduce virCgroupEnableMissingControllers,
Pavel Hrdina
- [PATCH 14/17] vircgroup: machinename will never be NULL,
Pavel Hrdina
- [PATCH 15/17] vircgroup: Remove virCgroupAddTaskController,
Pavel Hrdina
- Re: [PATCH 00/17] some cgroup cleanup patches,
Michal Privoznik
- [PATCH v1 0/6] Introduce metadata locking,
Michal Privoznik
- [jenkins-ci PATCH 0/6] Some coverage fixes and improvements,
Andrea Bolognani
- [PATCH 0/3] conf: qemu: support new Hyper-V enlightenments,
Vitaly Kuznetsov
- [PATCH 0/6] qemu: Fix handling of floppy controller setup,
Peter Krempa
- [PATCH v2 00/20] Fix and improve hugepage code,
Pavel Hrdina
- [PATCH v2 01/20] tests: rename hugepages to hugepages-default,
Pavel Hrdina
- [PATCH v2 09/20] tests: rename hugepages-pages3 into hugepages-numa-nodeset-part,
Pavel Hrdina
- [PATCH v2 02/20] tests: extract hugepages-numa-default-dimm out of hugepages-numa,
Pavel Hrdina
- [PATCH v2 06/20] tests: rename hugepages-pages into hugepages-numa-nodeset,
Pavel Hrdina
- [PATCH v2 11/20] tests: rename hugepages-pages5 into hugepages-default-2M,
Pavel Hrdina
- [PATCH v2 03/20] tests: rename hugepages-numa into hugepages-numa-default,
Pavel Hrdina
- [PATCH v2 12/20] tests: rename hugepages-pages6 into hugepages-default-system-size,
Pavel Hrdina
- [PATCH v2 04/20] tests: remove unnecessary XML elements from hugepages-numa-default,
Pavel Hrdina
- [PATCH v2 13/20] tests: rename hugepages-pages7 into pages-dimm-discard,
Pavel Hrdina
- [PATCH v2 14/20] tests: rename hugepages-pages8 into hugepages-nodeset-nonexist,
Pavel Hrdina
- [PATCH v2 05/20] tests: extract pages-discard out of hugepages-pages,
Pavel Hrdina
- [PATCH v2 15/20] tests: introduce hugepages-default-1G-nodeset-2M,
Pavel Hrdina
- [PATCH v2 17/20] conf: Move hugepage XML validation check out of qemu_command,
Pavel Hrdina
- [PATCH v2 07/20] tests: rename hugepages-pages2 into hugepages-numa-default-2M,
Pavel Hrdina
- [PATCH v2 16/20] tests: introduce hugepages-nodeset,
Pavel Hrdina
- [PATCH v2 18/20] conf: Move hugepages validation out of XML parser,
Pavel Hrdina
- [PATCH v2 08/20] tests: extract pages-discard-hugepages out of hugepages-pages3,
Pavel Hrdina
- [PATCH v2 19/20] conf: Introduce virDomainDefPostParseMemtune,
Pavel Hrdina
- [PATCH v2 10/20] tests: rename hugepages-pages4 into hugepages-numa-nodeset-nonexist,
Pavel Hrdina
- [PATCH v2 20/20] qemu: ensure that memory 'discard' is used if specified in XML,
Pavel Hrdina
- Re: [PATCH v2 00/20] Fix and improve hugepage code,
Michal Privoznik
- [PATCH v3 00/11] use GNU C's cleanup attribute in src/util (batch III),
Sukrit Bhatnagar
- [PATCH v3 02/11] util: netlink: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v3 03/11] util: netlink: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v3 01/11] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v3 05/11] util: netdevbridge: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v3 04/11] util: netlink: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v3 08/11] util: netdev: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v3 06/11] util: netdevbridge: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v3 09/11] util: netdevip: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v3 07/11] util: netdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v3 10/11] util: netdevopenvswitch: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v3 11/11] util: qemu: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- Re: [PATCH v3 00/11] use GNU C's cleanup attribute in src/util (batch III),
Erik Skultety
- [jenkins-ci PATCH] jobs: ensure rpmbuild purges $RPM-ROOT/BUILD/$PACKAGE,
Daniel P. Berrangé
- [PATCH v2] qemu: qemuDomainChangeNet: validity checks should be done before XML autocompletion,
Katerina Koukiou
- [PATCH] spec: Add firmware/nvram paths for edk2 arm and ia32,
Cole Robinson
- [PATCH] spec: Add libvirt-daemon-driver-storage-iscsi-direct,
Cole Robinson
- [PATCH libvirt-tck] Cleanup secret in disk encryption test,
Jim Fehlig
- [PATCH] Fix link errors in tools/nss and tests,
Jim Fehlig
- [PATCH] network: restrict usage of port management APIs,
Daniel P. Berrangé
- [PATCH] storage: tweak error message when skipping file,
Daniel P. Berrangé
- [jenkins-ci PATCH 00/12] lcitool: Add 'build' action,
Andrea Bolognani
- [jenkins-ci PATCH 02/12] jobs: Rename git-url -> git_url,
Andrea Bolognani
- [jenkins-ci PATCH 05/12] jobs: Declare empty values consistently,
Andrea Bolognani
- [jenkins-ci PATCH 11/12] lcitool: Support building arbitrary branches,
Andrea Bolognani
- [jenkins-ci PATCH 06/12] guests: Add build jobs,
Andrea Bolognani
- [jenkins-ci PATCH 01/12] projects: Add default machines for libvirt-dbus,
Andrea Bolognani
- [jenkins-ci PATCH 08/12] guests: Add build playbook,
Andrea Bolognani
- [jenkins-ci PATCH 03/12] jobs: Remove archive_format from defaults,
Andrea Bolognani
- [jenkins-ci PATCH 09/12] lcitool: make playbook execution generic,
Andrea Bolognani
- [jenkins-ci PATCH 04/12] jobs: Move some parameters from jobs to defaults,
Andrea Bolognani
- [jenkins-ci PATCH 07/12] guests: Add build projects,
Andrea Bolognani
- [jenkins-ci PATCH 10/12] lcitool: Add 'build' action,
Andrea Bolognani
- [jenkins-ci PATCH 12/12] lcitool: Document build action,
Andrea Bolognani
- [PATCH 0/3] ui: remove deprecated UI frontends,
Daniel P. Berrangé
- [PATCH v2 00/35] use GNU C's cleanup attribute in src/util (batch III),
Sukrit Bhatnagar
- [PATCH v2 02/35] util: iscsi: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 01/35] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 03/35] util: netlink: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 04/35] util: netlink: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 05/35] util: netlink: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 06/35] util: netdevbridge: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 07/35] util: netdevbridge: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 09/35] util: netdev: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 08/35] util: macaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 10/35] util: netdev: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 11/35] util: netdev: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 12/35] util: socketaddr: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 13/35] util: socketaddr: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 16/35] util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 14/35] util: socketaddr: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 15/35] util: netdevip: define virNetDevIPAddrFree for use with cleanup macros,
Sukrit Bhatnagar
- [PATCH v2 17/35] util: netdevip: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 19/35] util: netdevmacvlan: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 21/35] util: netdevmacvlan: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 20/35] util: netdevmacvlan: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 23/35] util: netdevopenvswitch: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 25/35] util: netdevveth: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 22/35] util: netdevopenvswitch: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 28/35] util: numa: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 29/35] util: perf: define cleanup function using VIR_DEFINE_AUTOPTR_FUNC,
Sukrit Bhatnagar
- [PATCH v2 18/35] util: netdevip: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 26/35] util: netdevveth: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 27/35] util: numa: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 34/35] util: qemu: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 31/35] util: pidfile: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 35/35] util: qemu: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- [PATCH v2 32/35] util: process: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 30/35] util: perf: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 24/35] util: netdevtap: use VIR_AUTOFREE instead of VIR_FREE for scalar types,
Sukrit Bhatnagar
- [PATCH v2 33/35] util: process: use VIR_AUTOPTR for aggregate types,
Sukrit Bhatnagar
- Re: [PATCH v2 00/35] use GNU C's cleanup attribute in src/util (batch III),
Erik Skultety
- [PATCH 0/2] Fix the non-linux platform build after recent VIR_AUTOPTR patches,
Erik Skultety
- [PATCH 00/55] qemu: Add support for -blockdev,
Peter Krempa
- [PATCH 01/55] tests: qemumonitorjson: Simplify debugging of 'blockInfo' test,
Peter Krempa
- [PATCH 02/55] qemu: Improve errors in qemuDomainBlockResize,
Peter Krempa
- [PATCH 03/55] qemu: monitor: Remove unsupported function check for 'block_resize',
Peter Krempa
- [PATCH 04/55] qemu: monitor: Remove useless 'locked' property from struct qemuDomainDiskInfo,
Peter Krempa
- [PATCH 05/55] tests: qemucapabilities: Update capability data for qemu 3.0.0,
Peter Krempa
- [PATCH 07/55] qemu: monitor: Reuse qemuMonitorJSONQueryBlock in qemuMonitorJSONBlockIoThrottleInfo,
Peter Krempa
- [PATCH 06/55] Revert "qemu: monitor: Add the 'query-nodes' argument for query-blockstats",
Peter Krempa
- [PATCH 08/55] qemu: monitor: Allow using 'id' instead of 'device' for 'block_set_io_throttle',
Peter Krempa
- [PATCH 12/55] tests: qemuxml2argv: Fork CAPS_LATEST test cases for 'blockdev',
Peter Krempa
- [PATCH 14/55] qemu: hotplug: Don't generate alias when detaching disk,
Peter Krempa
- [PATCH 15/55] util: virqemu: Simplify debugging if building QOM object with missing args,
Peter Krempa
- [PATCH 16/55] qemu: caps: Add capability for using the blockdev infrastructure,
Peter Krempa
- [PATCH 20/55] conf: domain: Format out user provided backing chains in XML,
Peter Krempa
- [PATCH 17/55] qemu: process: clear QEMU_CAPS_BLOCKDEV for VMs where we can't support it,
Peter Krempa
- [PATCH 25/55] qemu: Add field to store QDEV path of a disk in private data,
Peter Krempa
- [PATCH 22/55] conf: Implement private data formatting and parsing for disks,
Peter Krempa
- [PATCH 23/55] conf: Allow formatting and parsing of 'index' for disk source image,
Peter Krempa
- [PATCH 31/55] qemu: command: format disk source commandline for -blockdev,
Peter Krempa
- [PATCH 32/55] qemu: command: Add helper to check if disk throttling is enabled,
Peter Krempa
- [PATCH 27/55] qemu: domain: Add field for storing node name for copy-on-read,
Peter Krempa
- [PATCH 34/55] qemu: driver: Use QOM backend name for disk IO throttling APIs,
Peter Krempa
- [PATCH 30/55] qemu: domain: Prepare qemuDomainDiskGetBackendAlias for -blockdev,
Peter Krempa
- [PATCH 37/55] qemu: monitor: Add APIs for cdrom tray handling for -blockdev,
Peter Krempa
- [PATCH 33/55] qemu: process: Setup disk io throttling for -blockdev,
Peter Krempa
- [PATCH 39/55] qemu: driver: Don't copy disk alias in qemuDomainBlocksStatsGather,
Peter Krempa
- [PATCH 36/55] qemu: hotplug: Prepare for blockdev-add/blockdev-del with backing chains,
Peter Krempa
- [PATCH 42/55] qemu: monitor: Add APIs for refreshing disk capacity when using -blockdev,
Peter Krempa
- [PATCH 40/55] qemu: Explicitly find disks for stats totals,
Peter Krempa
- [PATCH 47/55] qemu: Export stats relevant for the frontend separately,
Peter Krempa
- [PATCH 41/55] qemu: monitor: Retrieve blockstats also by qdev and node-names,
Peter Krempa
- [PATCH 48/55] qemu: Refactor control flow in qemuDomainGetStatsBlockExportDisk,
Peter Krempa
- [PATCH 44/55] qemu: monitor: Extract 'write-threshold' automatically for -blockdev,
Peter Krempa
- [PATCH 51/55] qemu: monitor: Report data also for 'qdev' entry in qemuMonitorJSONGetBlockInfo,
Peter Krempa
- [PATCH 46/55] qemu: Extract exporting of the header for block stats,
Peter Krempa
- [PATCH 52/55] qemu: Use QOM path with query-block when using -blockdev,
Peter Krempa
- [PATCH 49/55] qemu: Report frontend stats only for the frontend entry,
Peter Krempa
- [PATCH 54/55] qemu: driver: Prepare qemuDomainGetStatsBlock (bulk disk stats) for -blockdev,
Peter Krempa
- [PATCH 09/55] qemu: monitor: Allow using 'qdev' instead of 'device' for getting disk throttling,
Peter Krempa
- [PATCH 10/55] qemu: monitor: Add 'nodename' argument for 'block_resize',
Peter Krempa
- [PATCH 11/55] tests: qemu: Drop disk from hostdev-mdev tests,
Peter Krempa
- [PATCH 13/55] tests: qemu: Add test data for backing chains and indexes,
Peter Krempa
- [PATCH 18/55] qemu: domain: Don't redetect backing chain when using -blockdev,
Peter Krempa
- [PATCH 19/55] qemu: process: Don't detect nodenames when we support -blockdev,
Peter Krempa
- [PATCH 21/55] qemu: domain: Add infrastructure to generate block node names,
Peter Krempa
- [PATCH 24/55] qemu: Use proper backingIndex when reporting stats for backing chain,
Peter Krempa
- [PATCH 26/55] qemu: alias: Generate QDEV name of the block backend for disks,
Peter Krempa
- [PATCH 28/55] qemu: proces: assign node names for user defined backing chains,
Peter Krempa
- [PATCH 29/55] qemu: block: Add generator for the 'copy-on-read' blockdev driver,
Peter Krempa
- [PATCH 35/55] qemu: driver: Prepare qemuDomainBlockResize for blockdev,
Peter Krempa
- [PATCH 38/55] qemu: hotplug: Implement removable media change for -blockdev,
Peter Krempa
- [PATCH 43/55] qemu: driver: Don't pass 'virDomainDiskDefPtr' to qemuDomainGetStatsOneBlock,
Peter Krempa
- [PATCH 45/55] qemu: Extract exporting of disk block statistics,
Peter Krempa
- [PATCH 50/55] qemu: Export stats relevant for the storage backend,
Peter Krempa
- [PATCH 53/55] qemu: driver: Allow using blockdev with qemuDomainBlocksStatsGather,
Peter Krempa
- [PATCH 55/55] DO NOT APPLY: Enable QEMU_CAPS_BLOCKDEV if 'query-blockstats' works with -blockdev,
Peter Krempa
- [PATCH 0/9] iSCSI fixes and improvements,
Pavel Hrdina
- [PATCH 1/9] docs: fix iscsi-direct XML example,
Pavel Hrdina
- [PATCH 3/9] conf: rename and move virStoragePoolSourceInitiatorAttr,
Pavel Hrdina
- [PATCH 4/9] util: introduce virStorageSourceInitiator functions,
Pavel Hrdina
- [PATCH 2/9] conf: properly translate iscsi-direct storage pool,
Pavel Hrdina
- [PATCH 7/9] conf: introduce initiator IQN support for domain disks,
Pavel Hrdina
- [PATCH 5/9] conf: use virStorageSourceInitiator functions,
Pavel Hrdina
- [PATCH 6/9] docs: move storage initiator def into storagecommon.rng,
Pavel Hrdina
- [PATCH 8/9] tests: introduce qemu disk-network-iscsi-modern test cases,
Pavel Hrdina
- [PATCH 9/9] qemu: add support for domain disk initiator IQN,
Pavel Hrdina
- Re: [PATCH 0/9] iSCSI fixes and improvements,
Michal Privoznik
- [PATCH] qemu: ensure default machine types don't change if QEMU changes,
Daniel P. Berrangé
- [PATCH] Fix snapshot creating with vm xml persistent,
Bobo Du
- [PATCH] rpc: Initialize a worker pool for max_workers=0 as well,
Marc Hartmayer
- [PATCH v3 00/12] PCI passthrough support on s390,
Yi Min Zhao
- [PATCH v3 01/12] conf: Add definitions for 'uid' and 'fid' PCI address attributes,
Yi Min Zhao
- [PATCH v3 02/12] qemu: Introduce zPCI capability,
Yi Min Zhao
- [PATCH v3 03/12] conf: Introduce a new PCI address extension flag,
Yi Min Zhao
- [PATCH v3 04/12] qemu: Enable PCI multi bus for S390 guests,
Yi Min Zhao
- [PATCH v3 05/12] qemu: Auto add pci-root for s390/s390x guests,
Yi Min Zhao
- [PATCH v3 06/12] conf: Introduce address caching for PCI extensions,
Yi Min Zhao
- [PATCH v3 07/12] conf: Introduce parser, formatter for uid and fid,
Yi Min Zhao
- [PATCH v3 08/12] conf: Allocate/release 'uid' and 'fid' in PCI address,
Yi Min Zhao
- [PATCH v3 09/12] qemu: Generate and use zPCI device in QEMU command line,
Yi Min Zhao
- [PATCH v3 10/12] qemu: Add hotpluging support for PCI devices on S390 guests,
Yi Min Zhao
- [PATCH v3 11/12] docs: Add 'uid' and 'fid' information,
Yi Min Zhao
- [PATCH v3 12/12] news: Update news for PCI address extension attributes,
Yi Min Zhao
- Re: [PATCH v3 00/12] PCI passthrough support on s390,
Yi Min Zhao
- Re: [PATCH v3 00/12] PCI passthrough support on s390,
Andrea Bolognani
- [PATCH] qemu: Check sev capability pointer before using it,
Han Han
- [PATCH v3 0/3] qemu: Support vhost-vsock-ccw,
Boris Fiuczynski
- [PATCH] docs: formatdomain: fix spacing before parentheses,
Ján Tomko
- [RFC v2 1/2] process: wait longer on kill per assigned Hostdev,
Christian Ehrhardt
- Release of libvirt-4.6.0,
Daniel Veillard
- [PATCH] Fix include for xattr.h,
Martin Kletzander
- [PATCH 0/3] libxl: implement virDomainPM* functions,
Marek Marczykowski-Górecki
- [PATCH] Fix libvirt-driver-libxl check,
Marek Marczykowski-Górecki
- [PATCH 00/10] libxl: PVHv2 support,
Marek Marczykowski-Górecki
- [PATCH 06/10] libxl: reorder libxlMakeDomBuildInfo for upcoming PVH support,
Marek Marczykowski-Górecki
- [PATCH 03/10] docs: update domain schema for machine attribute,
Marek Marczykowski-Górecki
- [PATCH 01/10] docs: don't refer to deprecated 'linux' ostype in example,
Marek Marczykowski-Górecki
- [PATCH 04/10] libxl: set shadow memory for any guest type, not only HVM,
Marek Marczykowski-Górecki
- [PATCH 05/10] libxl: prefer new location of nested_hvm in libxl_domain_build_info,
Marek Marczykowski-Górecki
- [PATCH 02/10] docs: add documentation of arch element of capabilities.xml,
Marek Marczykowski-Górecki
- [PATCH 07/10] libxl: add support for PVH,
Marek Marczykowski-Górecki
- [PATCH 08/10] tests: add basic Xen PVH test,
Marek Marczykowski-Górecki
- [PATCH 09/10] xenconfig: add support for parsing type= xl config entry,
Marek Marczykowski-Górecki
- [PATCH 10/10] xenconfig: add support for type="pvh",
Marek Marczykowski-Górecki
- [PATCH] bhyve: fix process reconnect,
Roman Bogorodskiy
- [PATCH] conf: rewrite filtering for capabilities lookup,
Daniel P. Berrangé
- [PATCH] qemu: ensure "pc" machine is always used as default if available,
Daniel P. Berrangé
- [PATCH 0/5] Unify check for auth and auth->cb,
Marcos Paulo de Souza
- [PATCH] tests: Unify data structure for vircaps2xmltest,
Andrea Bolognani
- [PATCH] virrandom: Avoid undefined behaviour in virRandomBits,
Michal Privoznik
- [PATCH v3] conf: virDomainDefValidateInternal prohibit some characters in shmem name,
Simon Kobyda
- [PATCH] remote: daemon: Make sure that JSON symbols are properly loaded at startup,
Peter Krempa
- [PATCH v2] util: avoid symbol clash between json libraries,
Daniel P. Berrangé
- [PATCH v4 0/4] iscsi-direct: first part,
clem
- [PATCH] qemu: emit error when trying to update blkiotune group_name in qemuDomainChangeDiskLive,
Katerina Koukiou
- [PATCH] rpm: simplify applying of patches,
Daniel P. Berrangé
- [RFC 0/2] Fix detection of slow guest shutdown,
Christian Ehrhardt
- [PATCH] qemu_migration: Avoid writing to freed memory,
Jiri Denemark
- [PATCH] tests: mock virRandomBits to make it endian stable,
Daniel P. Berrangé
- [PATCH] storage: add findPoolSources to iscsi_direct pool backend,
clem
- [PATCH] util: virrandom: make virRandomBits endian-safe,
Bjoern Walk
- [PATCH] tests: fix test segfault when libxl configuration setup fails.,
Julio Faracco
- [PATCH 0/4] cpu: modularize the CPU map data file,
Daniel P. Berrangé
- [PATCH v2 0/2] ESX: Fixing SetAutoStart,
Marcos Paulo de Souza
- [PATCH] tests: viriscsitest: make it work on big endian archs,
Pino Toscano
- [PATCH for v4.6.0 0/2] Fix some random problems,
Michal Privoznik
- [PATCH] qemu: qemuDomainChangeNet: validity checks should be done before XML autocompletion,
Katerina Koukiou
- [dockerfiles PATCH] Update OS when building images,
Andrea Bolognani
- [PATCH] qemu: monitor: Fix incrementing of 'nstats' in qemuMonitorJSONBlockStatsCollectData,
Peter Krempa
- [PATCH RFC 0/2] ESX: Fixing SetAutoStart,
Marcos Paulo de Souza
- [PATCH] spec: Use %make_install,
Cole Robinson
- [PATCH] util: avoid symbol clash between json libraries,
Daniel P. Berrangé
- [RFC PATCH 00/10] Revert the switch to Jansson,
Ján Tomko
- [PATCH 04/10] Revert "build: switch --with-qemu default from yes to check",
Ján Tomko
- [PATCH 07/10] Revert "Remove functions using yajl",
Ján Tomko
- [PATCH 06/10] Revert "build: remove references to WITH_YAJL for SETUID_RPC_CLIENT",
Ján Tomko
- [PATCH 08/10] Revert "Switch from yajl to Jansson",
Ján Tomko
- [PATCH 02/10] Revert "m4: Introduce STABLE_ORDERING_JANSSON",
Ján Tomko
- [PATCH 01/10] Revert "tests: also skip qemuagenttest with old jansson",
Ján Tomko
- [PATCH 10/10] Revert "build: add --with-jansson",
Ján Tomko
- [PATCH 09/10] Revert "build: undef WITH_JANSSON for SETUID_RPC_CLIENT",
Ján Tomko
- [PATCH 03/10] Revert "build: require Jansson if QEMU driver is enabled",
Ján Tomko
- [PATCH 05/10] Revert "Remove virJSONValueNewStringLen",
Ján Tomko
- [PATCH] qemu: qemuDomainChangeNet: don't overwrite device info when pci addr is missing,
Katerina Koukiou
- [PATCH v3 0/4] iscsi-direct: first part,
clem
- [PATCH] qemu: Exempt video model 'none' from getting a PCI address on Q35,
Erik Skultety
- [PATCH 00/11] Add checks to ensure a name isn't all whitespace,
John Ferlan
- [PATCH 03/11] conf: Add @flags to Network Def processing,
John Ferlan
- [PATCH 07/11] conf: Add @flags to Secret Def processing,
John Ferlan
- [PATCH 01/11] conf: Add @flags to Storage Pool Def processing,
John Ferlan
- [PATCH 02/11] conf: Disallow new storage pools to use all white space as name,
John Ferlan
- [PATCH 04/11] conf: Disallow new networks to use all white space as name,
John Ferlan
- [PATCH 05/11] conf: Disallow new qemu, lxc domains to use all white space as name,
John Ferlan
- [PATCH 06/11] conf: Split and rename secretXMLParseNode,
John Ferlan
- [PATCH 08/11] conf: Disallow new secrets to use all white space as usage id,
John Ferlan
- [PATCH 09/11] conf: Add @flags to NWFilter Def processing,
John Ferlan
[Index of Archives]
[Libvirt Users]
[Fedora Users]
[Red Hat Install]
[Red Hat Sound]
[Red Hat Development]
[Linux Kernel]