libvirt/src/bhyve
Erik Skultety b08017ca54 maint: Replace tabs with spaces in all source files in repo
So we have a syntax-check rule to catch all tab indents but it naturally
can't catch tab spacing, i.e. as a delimiter. This patch is a result of
running 'vim -en +retab +wq'
(using tabstop=8 softtabstop=4 shiftwidth=4 expandtab) on each file from
a list generated by the following:
find . -regextype gnu-awk \
         -regex ".*\.(rng|syms|html|s?[ch]|py|pl|php(\.code)?)(\.in)?" \
         | xargs git grep -lP "\t"

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2017-10-18 13:25:10 +02:00
..
bhyve_capabilities.c Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
bhyve_capabilities.h bhyve: add xhci tablet support 2017-03-26 19:22:30 +04:00
bhyve_command.c bhyve: Add support for VNC autoport 2017-08-06 09:24:26 +04:00
bhyve_command.h
bhyve_conf.c bhyve: add config file support 2017-03-14 20:46:05 +04:00
bhyve_conf.h bhyve: add config file support 2017-03-14 20:46:05 +04:00
bhyve_device.c conf: Introduce isolation groups 2017-07-18 09:00:13 +02:00
bhyve_device.h
bhyve_domain.c conf: Pass config.priv to xmlopt->privateData.alloc 2017-07-25 17:02:27 +02:00
bhyve_domain.h bhyve: add virBhyveDriverCreateXMLConf 2017-01-30 20:48:42 +04:00
bhyve_driver.c cpu_conf: Drop updateCPU from virCPUDefFormat 2017-09-21 15:23:39 +02:00
bhyve_driver.h
bhyve_monitor.c maint: Replace tabs with spaces in all source files in repo 2017-10-18 13:25:10 +02:00
bhyve_monitor.h
bhyve_parse_command.c bhyve: add e1000 nic support 2017-02-11 06:51:28 +04:00
bhyve_parse_command.h bhyve: implement virConnectDomainXMLFromNative 2016-07-10 15:40:10 -04:00
bhyve_process.c maint: Replace tabs with spaces in all source files in repo 2017-10-18 13:25:10 +02:00
bhyve_process.h bhyve: implement domainShutdown 2016-05-05 08:04:01 +03:00
bhyve_utils.h bhyve: Add support for VNC autoport 2017-08-06 09:24:26 +04:00
bhyve.conf bhyve: add config file support 2017-03-14 20:46:05 +04:00
libvirtd_bhyve.aug bhyve: add config file support 2017-03-14 20:46:05 +04:00
test_libvirtd_bhyve.aug.in bhyve: add config file support 2017-03-14 20:46:05 +04:00