]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx_driver: Use virCheckFlag macro
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Tue, 3 Jul 2018 02:21:00 +0000 (23:21 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Jul 2018 09:26:28 +0000 (11:26 +0200)
commite66f87ade87e95631835206910ff682d970a24f2
tree20baabcb8f5de956ccfc1b44907df81785bb77fd
parent00d9edfe2f39f60b40c0a0e16a1709e9633ab988
esx_driver: Use virCheckFlag macro

Instead of duplicating code to do the same checking. Now all functions
of virHypervisorDriver from esx driver are using this macro.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/esx/esx_driver.c