summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* virsh: Create macro for common "interface" optionv1.3.1-rc1John Ferlan2016-01-111-25/+12
* virsh: Create macro for common "network" optionJohn Ferlan2016-01-111-45/+16
* virsh: Create macros for common "vol" optionsJohn Ferlan2016-01-111-45/+16
* virsh: Create macro for common "file" optionJohn Ferlan2016-01-119-129/+39
* virsh: Create macro for common "current" optionJohn Ferlan2016-01-115-141/+46
* virsh: Create macro for common "live" optionJohn Ferlan2016-01-115-128/+41
* virsh: Create macro for common "config" optionJohn Ferlan2016-01-114-121/+41
* virsh: Create macro for common "persistent" optionJohn Ferlan2016-01-111-28/+13
* virsh: Create macro for common "domain" optionJohn Ferlan2016-01-114-512/+120
* virsh: Adjustments for the VIRSH_COMMON_OPT_POOLJohn Ferlan2016-01-113-79/+51
* virsh: Convert VSH_POOL_ macro to VIRSH_COMMON_OPT_John Ferlan2016-01-111-34/+34
* util: eliminate bogus error log in virNetDevVPortProfileGetStatusLaine Stump2016-01-111-8/+16
* qemu: use enum when setting PCI "multi" value, not 0 or 1Laine Stump2016-01-111-4/+4
* qemu: auto-add a USB2 controller set for Q35 machinesLaine Stump2016-01-113-3/+17
* qemu: define virDomainDevAddUSBController()Laine Stump2016-01-113-0/+57
* conf: add virDomainDefAddController()Laine Stump2016-01-111-17/+40
* qemu: prefer 00:1D.x and 00:1A.x for USB2 controllers on Q35Laine Stump2016-01-1112-3/+494
* qemu: don't assume slot 0 is unused/reserved.Laine Stump2016-01-111-1/+4
* Unify int types handling in protocol filesJasper Lievisse Adriaanse2016-01-116-56/+49
* Use struct sockpeercred when availableJasper Lievisse Adriaanse2016-01-112-0/+10
* cgroup: don't include sys/mount.h if not neededJasper Lievisse Adriaanse2016-01-111-3/+2
* build: Kill docs/schemas/Makefile.amCole Robinson2016-01-113-40/+6
* build: Kill include/libvirt/Makefile.amCole Robinson2016-01-113-47/+14
* wireshark: Fix header of get_message_len()Michal Privoznik2016-01-111-0/+5
* wireshark: Replace WIRESHARK_COMPAT with actual version comparisonMichal Privoznik2016-01-111-9/+5
* wireshark: s/tvb_length/tvb_captured_length/Michal Privoznik2016-01-111-2/+2
* wireshark: s/ep_alloc/wmem_alloc/Michal Privoznik2016-01-111-1/+1
* wireshark: s/proto_tree_add_text/proto_tree_add_item/Michal Privoznik2016-01-112-3/+6
* qemu: Introduce QEMU_CAPS_VSERPORT_CHANGEMichal Privoznik2016-01-116-0/+10
* qemu: change qemuFindAgentConfig return typeMichal Privoznik2016-01-115-12/+9
* qemu: Set virtio channel state soonerMichal Privoznik2016-01-111-6/+6
* Fix LSB requirements in service script and sync themMartin Kletzander2016-01-114-18/+22
* virDomainGetTime: Deny on RO connectionsMichal Privoznik2016-01-111-0/+1
* virDomainInterfaceAddresses: Allow API on RO connection tooMichal Privoznik2016-01-111-1/+2
* virsh: Document the --timestamp optionAndrea Bolognani2016-01-111-2/+13
* virsh: Add timestamps to network eventsAndrea Bolognani2016-01-111-2/+22
* virsh: Add timestamps to QEMU monitor eventsAndrea Bolognani2016-01-111-2/+20
* Don't clear libvirt-internal paths when parsing status XMLMartin Kletzander2016-01-111-3/+4
* Provide parse flags to PostParse functionsMartin Kletzander2016-01-1115-5/+38
* qemu: command: wire up usage of q35/ich9 disable s3/s4Cole Robinson2016-01-106-6/+113
* qemu: caps: check for q35/ICH9 disable S3/S4Cole Robinson2016-01-1015-70/+379
* qemu: caps: Rename CAPS_DISABLE_S[34] to CAPS_PIIX_DISABLE_S[34]Cole Robinson2016-01-104-10/+10
* qemu: capabilities: s/Pixx/Piix/gCole Robinson2016-01-101-3/+3
* examples: Use one top level makefileCole Robinson2016-01-0918-356/+97
* cfg.mk: Drop period after filename for indent failuresCole Robinson2016-01-091-1/+1
* virt-host-validate-common: Print warning on missing IOMMUMichal Privoznik2016-01-091-3/+0
* virDomainMigrateUnmanagedParams: Don't blindly dereference @dconnuriMichal Privoznik2016-01-092-2/+2
* Fix USB model defaults for ppc64Martin Kletzander2016-01-096-11/+95
* Avoid wild securityManager pointer in testsMartin Kletzander2016-01-091-0/+2
* tests: qemuxml2xml: Wire up QEMUCaps usageCole Robinson2016-01-081-0/+11