libvirt/src/qemu
Michal Privoznik 7580c82980 syncNicRxFilterMultiMode: Check for helper's retval properly
There are two functions called from syncNicRxFilterMultiMode:
virNetDevSetRcvAllMulti() and virNetDevSetRcvMulti(). Both of
them return 0 on success and -1 on error. However, currently
their return value is checked for != 0 which conflicts with our
assumptions on retvals: a positive value is still considered
success but with current check it would lead to failure.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2018-12-04 08:45:15 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug qemu: Temporarily disable metadata locking 2018-09-27 16:22:44 +02:00
Makefile.inc.am qemu: add qemu_monitor_priv.h to sources list 2018-06-12 10:16:41 +01:00
MIGRATION.txt
qemu_agent.c qemu: agent: Avoid agentError when closing the QEMU agent 2018-11-15 13:51:02 -05:00
qemu_agent.h qemu: implementing qemuAgentGetHostname() function. 2018-09-05 13:13:37 -04:00
qemu_alias.c src: remove blank first line in function body 2018-09-17 13:29:01 +02:00
qemu_alias.h qemu: alias: Generate QOM name of the block backend for disks 2018-08-21 15:46:06 +02:00
qemu_block.c qemu: block: Add generator for the 'copy-on-read' blockdev driver 2018-08-21 15:46:06 +02:00
qemu_block.h qemu: block: Add generator for the 'copy-on-read' blockdev driver 2018-08-21 15:46:06 +02:00
qemu_blockjob.c qemu: domain: Move out clearing of backing chain in qemuDomainDetermineDiskChain 2018-07-20 15:33:20 +02:00
qemu_blockjob.h qemu: Remove parameter 'driver' from qemuBlockJobUpdate 2018-05-10 16:43:24 +02:00
qemu_capabilities.c qemu: caps: Introduce QEMU_EGL_HEADLESS_RENDERNODE capability 2018-12-03 14:56:08 +01:00
qemu_capabilities.h qemu: caps: Introduce QEMU_EGL_HEADLESS_RENDERNODE capability 2018-12-03 14:56:08 +01:00
qemu_capspriv.h qemu: remove unnecessary virQEMUCapsFreeHostCPUModel 2018-09-12 21:12:22 +02:00
qemu_cgroup.c qemu: cgroup: gfx: egl-headless: Add the DRI device into the cgroup list 2018-12-03 14:56:08 +01:00
qemu_cgroup.h qemu: Add swtpm to emulator cgroup 2018-06-06 10:48:41 -04:00
qemu_command.c qemu: command: gfx: egl-headless: Add 'rendernode' option to the cmdline 2018-12-03 14:58:31 +01:00
qemu_command.h qemu: Generate and use zPCI device in QEMU command line 2018-11-15 12:32:18 +01:00
qemu_conf.c qemu: Fix virDoes*Exist usage 2018-11-19 22:33:05 +01:00
qemu_conf.h Revert "qemu_conf: Introduce metadata_lock_manager" 2018-11-16 13:42:39 +01:00
qemu_domain_address.c Add armv6l Support as guest 2018-12-03 14:31:41 +01:00
qemu_domain_address.h qemu: move qemuDomainCCWAddrSetCreateFromDomain 2018-07-03 15:37:32 -04:00
qemu_domain.c qemu: domain: egl-headless: Add the DRI device into the namespace 2018-12-03 14:56:08 +01:00
qemu_domain.h qemu_domain: Track if domain remembers original owner 2018-11-16 13:42:38 +01:00
qemu_driver.c syncNicRxFilterMultiMode: Check for helper's retval properly 2018-12-04 08:45:15 +01:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_extdevice.c qemu_tpm: Pass virDomainObjPtr instead of virDomainDefPtr 2018-11-16 13:42:38 +01:00
qemu_extdevice.h qemu_tpm: Pass virDomainObjPtr instead of virDomainDefPtr 2018-11-16 13:42:38 +01:00
qemu_hostdev.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
qemu_hostdev.h
qemu_hotplug.c qemu: Add hotpluging support for PCI devices on S390 guests 2018-11-15 12:32:18 +01:00
qemu_hotplug.h Revert "qemu: hotplug: consolidate media change code paths" 2018-10-08 12:37:07 +02:00
qemu_hotplugpriv.h
qemu_interface.c nwfilter: convert virt drivers to use public API for nwfilter bindings 2018-06-26 18:17:23 +01:00
qemu_interface.h qemu: deprecate QEMU_CAPS_VHOST_NET 2018-04-16 15:00:26 +02:00
qemu_migration_cookie.c qemuMigrationEatCookie: Pass virDomainDef instead of virDomainObj 2018-11-23 16:25:42 +01:00
qemu_migration_cookie.h qemuMigrationEatCookie: Pass virDomainDef instead of virDomainObj 2018-11-23 16:25:42 +01:00
qemu_migration_params.c qemu: Fix domain resume after failed migration 2018-06-05 09:39:24 +02:00
qemu_migration_params.h qemu: Fix domain resume after failed migration 2018-06-05 09:39:24 +02:00
qemu_migration_paramspriv.h qemu: Move migration capabilities JSON formatting 2018-04-17 10:46:23 +02:00
qemu_migration.c qemuMigrationSrcConfirm: Don't remove domain config if confirm phase fails 2018-11-23 16:25:54 +01:00
qemu_migration.h qemu: Replace qemuMigrationAnyCompressionDump 2018-04-17 10:46:23 +02:00
qemu_monitor_json.c qemu: Add monitor functions to set IOThread params 2018-11-19 07:26:40 -05:00
qemu_monitor_json.h qemu: Add monitor functions to set IOThread params 2018-11-19 07:26:40 -05:00
qemu_monitor_priv.h qemu: monitor: Add possibility to reset command sequence in tests 2018-06-12 10:27:49 +02:00
qemu_monitor_text.c src: More cleanup of some system headers already contained in internal.h 2018-09-20 10:16:39 +02:00
qemu_monitor_text.h qemu: monitor: Remove dead code from text monitor 2018-05-23 15:44:13 +02:00
qemu_monitor.c qemu: Add monitor functions to set IOThread params 2018-11-19 07:26:40 -05:00
qemu_monitor.h qemu: Add monitor functions to set IOThread params 2018-11-19 07:26:40 -05:00
qemu_parse_command.c qemu: add support for Hyper-V Enlightened VMCS 2018-11-15 09:54:57 +01:00
qemu_parse_command.h qemu: fix default machine for argv -> xml convertor 2018-08-28 11:49:01 +01:00
qemu_process.c conf: gfx: egl-headless: Introduce a new <gl> subelement 2018-12-03 14:56:08 +01:00
qemu_process.h qemu_process.c: moving qemuValidateCpuCount to qemu_domain.c 2018-11-15 16:39:16 -05:00
qemu_processpriv.h
qemu_qapi.c qemu: qapi: Allow selecting specifically optional schema entries in virQEMUQAPISchemaTraverse 2018-08-24 15:58:33 +02:00
qemu_qapi.h
qemu_security.c virSecurityManagerTransactionCommit: Do metadata locking iff enabled in config 2018-11-16 13:42:38 +01:00
qemu_security.h qemu_tpm: Pass virDomainObjPtr instead of virDomainDefPtr 2018-11-16 13:42:38 +01:00
qemu_tpm.c qemu_tpm: Pass virDomainObjPtr instead of virDomainDefPtr 2018-11-16 13:42:38 +01:00
qemu_tpm.h qemu_tpm: Pass virDomainObjPtr instead of virDomainDefPtr 2018-11-16 13:42:38 +01:00
qemu.conf qemu: Temporarily disable metadata locking 2018-09-27 16:22:44 +02:00
test_libvirtd_qemu.aug.in qemu: Temporarily disable metadata locking 2018-09-27 16:22:44 +02:00
THREADS.txt qemu: Introduce APIs for manipulating qemuDomainAgentJob 2018-06-20 13:24:17 +02:00