]> xenbits.xensource.com Git - libvirt.git/commit
Drop needless virtType validation
authorCole Robinson <crobinso@redhat.com>
Sun, 17 Mar 2019 19:53:40 +0000 (15:53 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 18 Mar 2019 13:35:00 +0000 (09:35 -0400)
commitc53acd2ad1f8bbfb799421337b153f4084c607ac
treeecddbef5eed10a3c16f59ff9f2e36b0aede5e835
parent2e556e00ca269d888e4cc2632e1de69c979ea251
Drop needless virtType validation

This code originates from:

commit d0aa10fdd6c108ad442886e4451b2629a3dc8b86
Author: Daniel P. Berrange <berrange@redhat.com>
Date:   Tue Mar 3 12:03:44 2009 +0000

    QEMU security driver usage for sVirt support (James Morris, Dan Walsh, Daniel Berrange)

Originally in the qemudDomainGetSecurityLabel function. It doesn't
appear to have done anything useful back then either. The other two
instances look like copy+paste

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c