libvirt/qemud
Daniel P. Berrange d823a05aef Support configuration of huge pages in guests
Add option to domain XML for

     <memoryBacking>
        <hugepages/>
     </memoryBacking>

* configure.in: Add check for mntent.h
* qemud/libvirtd_qemu.aug, qemud/test_libvirtd_qemu.aug, src/qemu.conf
  Add 'hugetlbfs_mount' config parameter
* src/qemu_conf.c, src/qemu_conf.h: Check for -mem-path flag in QEMU,
  and pass it when hugepages are requested.
  Load hugetlbfs_mount config parameter, search for mount if not given.
* src/qemu_driver.c: Free hugetlbfs_mount/path parameter in driver shutdown.
  Create directory for QEMU hugepage usage, chowning if required.
* docs/formatdomain.html.in: Document memoryBacking/hugepages elements
* docs/schemas/domain.rng: Add memoryBacking/hugepages elements to schema
* src/util.c, src/util.h, src/libvirt_private.syms: Add virFileFindMountPoint
  helper API
* tests/qemuhelptest.c: Add -mem-path constants
* tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c: Add tests for hugepage
  handling
* tests/qemuxml2argvdata/qemuxml2argv-hugepages.xml,
  tests/qemuxml2argvdata/qemuxml2argv-hugepages.args: Data files for
  hugepage tests
2009-09-03 13:51:55 +01:00
..
.gitignore ignore generated libvirtd.logrotate. 2009-01-07 17:09:06 +00:00
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
dispatch.c Rename 'direction' to 'type' in remote_message_header 2009-07-16 16:09:48 +01:00
dispatch.h Fix misc Win32 compile warnings 2009-07-23 16:07:32 +01:00
event.c Fix watch/timer event deletion 2009-05-12 16:43:04 +00:00
event.h Make event loop thread safe & re-entrant safe 2008-12-04 22:14:15 +00:00
libvirtd_qemu.aug Support configuration of huge pages in guests 2009-09-03 13:51:55 +01:00
libvirtd.aug libvirtd: new config-file option: unix_sock_dir 2009-02-09 17:52:38 +00:00
libvirtd.conf Various logging cleanups in code and doc 2009-07-01 11:21:15 +00:00
libvirtd.init.in Improve init.d file headers 2009-05-07 07:34:05 +00:00
libvirtd.logrotate.in logrotate qemu monitor logs 2008-12-09 20:22:39 +00:00
libvirtd.policy-0 Support new PolicyKit 1.0 API 2009-08-25 11:59:14 +01:00
libvirtd.policy-1 Support new PolicyKit 1.0 API 2009-08-25 11:59:14 +01:00
libvirtd.sasl Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
libvirtd.sysconf Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
Makefile.am Support new PolicyKit 1.0 API 2009-08-25 11:59:14 +01:00
mdns.c don't print uninitialized in debug diagnostic 2009-02-09 15:38:06 +00:00
mdns.h * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qemud.c Support new PolicyKit 1.0 API 2009-08-25 11:59:14 +01:00
qemud.h Support new PolicyKit 1.0 API 2009-08-25 11:59:14 +01:00
remote_dispatch_args.h Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_dispatch_prototypes.h Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_dispatch_ret.h Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_dispatch_table.h Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_generate_stubs.pl Change code generator to give async event messages their own postfix 2009-07-16 16:09:47 +01:00
remote_protocol.c Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_protocol.h Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote_protocol.x Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote.c Secret manipulation libvirtd wire protocol & remote dispatcher 2009-09-01 17:39:19 +01:00
remote.h Split generic RPC message dispatch code out from remote protocol API handlers 2009-07-16 16:09:41 +01:00
rpcgen_fix.pl Solaris portability for RPC code data types 2009-01-28 21:33:56 +00:00
test_libvirtd_qemu.aug Support configuration of huge pages in guests 2009-09-03 13:51:55 +01:00
test_libvirtd.aug Support VNC password setting in QEMU driver 2009-01-29 17:50:00 +00:00
THREADING.txt remove all trailing blank lines 2009-07-16 15:06:42 +02:00