Source tree
From PrgmrWiki
. |-- COPYING |-- Config.mk |-- Makefile |-- README |-- buildconfigs | |-- Rules.mk | |-- enable-xen-config | |-- interface.exclude | |-- ketchup | |-- mk.linux-2.6 | |-- mk.linux-2.6-common | |-- mk.linux-2.6-git | |-- mk.linux-2.6-mm | |-- mk.linux-2.6-native | |-- mk.linux-2.6-rc | |-- mk.linux-2.6-tip | |-- mk.linux-2.6-tip-latest | |-- mk.linux-2.6-xen | |-- mk.linux-2.6-xen0 | |-- mk.linux-2.6-xenU | |-- mk.linux-2.6.5-SLES-xen | |-- mk.linux-2.6.9-RHEL-xen | |-- select-linux-arch | |-- select-linux-image | |-- select-repository | |-- src.git-clone | |-- src.hg-clone | `-- src.tarball |-- config | |-- FreeBSD.mk | |-- Linux.mk | |-- MiniOS.mk | |-- NetBSD.mk | |-- OpenBSD.mk | |-- StdGNU.mk | |-- SunOS.mk | |-- ia64.mk | |-- x86_32.mk | `-- x86_64.mk |-- docs | |-- ChangeLog | |-- Docs.mk | |-- Doxyfile | |-- Doxyfilter | |-- Makefile | |-- README.xen-bugtool | |-- check_pkgs | |-- figs | | |-- acm_ezpolicy_gui.eps | | |-- acm_overview.eps | | `-- xenlogo.eps | |-- html.sty | |-- man | | |-- xend-config.sxp.pod.5 | | |-- xm.pod.1 | | `-- xmdomain.cfg.pod.5 | |-- misc | | |-- VMX_changes.txt | | |-- blkif-drivers-explained.txt | | |-- crashdb.txt | | |-- dump-core-format.txt | | |-- grant-tables.txt | | |-- hg-cheatsheet.txt | | |-- kexec_and_kdump.txt | | |-- sedf_scheduler_mini-HOWTO.txt | | |-- vtd.txt | | |-- vtpm.txt | | |-- xen_config.html | | |-- xend.tex | | `-- xenstore.txt | |-- pythfilter.py | |-- src | | |-- interface.tex | | `-- user.tex | `-- xen-api | |-- Makefile | |-- coversheet.tex | |-- fdl.tex | |-- presentation.tex | |-- revision-history.tex | |-- todo.tex | |-- vm-lifecycle.tex | |-- vm_lifecycle.dot | |-- wire-protocol.tex | |-- xen.eps | |-- xenapi-coversheet.tex | |-- xenapi-datamodel-graph.dot | |-- xenapi-datamodel.tex | `-- xenapi.tex |-- extras | `-- mini-os | |-- Config.mk | |-- Makefile | |-- README | |-- app.lds | |-- arch | | |-- ia64 | | | |-- Makefile | | | |-- __divdi3.S | | | |-- __udivdi3.S | | | |-- __udivsi3.S | | | |-- __umoddi3.S | | | |-- arch.mk | | | |-- common.c | | | |-- debug.c | | | |-- efi.c | | | |-- fw.S | | | |-- gen_off.c | | | |-- ia64.S | | | |-- ivt.S | | | |-- minios-ia64.lds | | | |-- mm.c | | | |-- sal.c | | | |-- sched.c | | | |-- time.c | | | `-- xencomm.c | | `-- x86 | | |-- Makefile | | |-- arch.mk | | |-- minios-x86_32.lds | | |-- minios-x86_64.lds | | |-- mm.c | | |-- sched.c | | |-- setup.c | | |-- time.c | | |-- traps.c | | |-- x86_32.S | | `-- x86_64.S | |-- blkfront.c | |-- console | | |-- console.c | | `-- xencons_ring.c | |-- daytime.c | |-- domain_config | |-- events.c | |-- fbfront.c | |-- fs-front.c | |-- gntmap.c | |-- gnttab.c | |-- hypervisor.c | |-- include | | |-- arch | | | |-- cc.h | | | |-- perf.h | | | `-- sys_arch.h | | |-- blkfront.h | | |-- byteswap.h | | |-- console.h | | |-- ctype.h | | |-- err.h | | |-- errno-base.h | | |-- errno.h | | |-- events.h | | |-- fbfront.h | | |-- fcntl.h | | |-- fs.h | | |-- gntmap.h | | |-- gnttab.h | | |-- hypervisor.h | | |-- ia64 | | | |-- arch_limits.h | | | |-- arch_mm.h | | | |-- arch_sched.h | | | |-- arch_spinlock.h | | | |-- asm.h | | | |-- atomic.h | | | |-- efi.h | | | |-- endian.h | | | |-- hypercall-ia64.h | | | |-- ia64_cpu.h | | | |-- ia64_fpu.h | | | |-- os.h | | | |-- page.h | | | |-- pal.h | | | |-- privop.h | | | |-- sal.h | | | `-- traps.h | | |-- kernel.h | | |-- lib.h | | |-- linux | | | `-- types.h | | |-- list.h | | |-- lwipopts.h | | |-- mm.h | | |-- netfront.h | | |-- pcifront.h | | |-- posix | | | |-- arpa | | | | `-- inet.h | | | |-- dirent.h | | | |-- err.h | | | |-- fcntl.h | | | |-- limits.h | | | |-- netdb.h | | | |-- netinet | | | | |-- in.h | | | | `-- tcp.h | | | |-- pthread.h | | | |-- signal.h | | | |-- stdlib.h | | | |-- strings.h | | | |-- sys | | | | |-- ioctl.h | | | | |-- mman.h | | | | |-- poll.h | | | | |-- select.h | | | | |-- socket.h | | | | `-- stat.h | | | |-- syslog.h | | | |-- termios.h | | | |-- time.h | | | `-- unistd.h | | |-- sched.h | | |-- semaphore.h | | |-- spinlock.h | | |-- sys | | | |-- lock.h | | | `-- time.h | | |-- time.h | | |-- types.h | | |-- wait.h | | |-- waittypes.h | | |-- x86 | | | |-- arch_limits.h | | | |-- arch_mm.h | | | |-- arch_sched.h | | | |-- arch_spinlock.h | | | |-- os.h | | | |-- traps.h | | | |-- x86_32 | | | | `-- hypercall-x86_32.h | | | `-- x86_64 | | | `-- hypercall-x86_64.h | | |-- xenbus.h | | `-- xmalloc.h | |-- kernel.c | |-- lib | | |-- ctype.c | | |-- math.c | | |-- printf.c | | |-- string.c | | |-- sys.c | | |-- xmalloc.c | | `-- xs.c | |-- lock.c | |-- lwip-arch.c | |-- lwip-net.c | |-- main.c | |-- minios.mk | |-- mm.c | |-- netfront.c | |-- pcifront.c | |-- sched.c | `-- xenbus | `-- xenbus.c |-- install.sh |-- stubdom | |-- Makefile | |-- README | |-- c | | |-- Makefile | | `-- main.c | |-- caml | | |-- Makefile | | |-- hello.ml | | `-- main-caml.c | |-- grub | | |-- Makefile | | |-- boot-x86_32.S | | |-- boot-x86_64.S | | |-- config.h | | |-- kexec.c | | |-- mini-os.c | | |-- mini-os.h | | `-- osdep.h | |-- grub.patches | | |-- 00cvs | | |-- 10graphics.diff | | |-- 20print_func.diff | | |-- 30savedefault.diff | | |-- 40ext3_256byte_inode.diff | | |-- 50fs_fulldisk.diff | | `-- 99minios | |-- libpci.config.h | |-- libpci.config.mak | |-- lwip.patch-cvs | |-- newlib.patch | |-- pciutils.patch | `-- stubdom-dm |-- tools | |-- Makefile | |-- Rules.mk | |-- blktap | | |-- Makefile | | |-- README | | |-- drivers | | | |-- Makefile | | | |-- aes.c | | | |-- aes.h | | | |-- blk.h | | | |-- blk_linux.c | | | |-- blktapctrl.c | | | |-- blktapctrl.h | | | |-- blktapctrl_linux.c | | | |-- block-aio.c | | | |-- block-qcow.c | | | |-- block-qcow2.c | | | |-- block-ram.c | | | |-- block-sync.c | | | |-- block-vmdk.c | | | |-- bswap.h | | | |-- check_gcrypt | | | |-- img2qcow.c | | | |-- qcow-create.c | | | |-- qcow2raw.c | | | |-- tapaio.c | | | |-- tapaio.h | | | |-- tapdisk.c | | | `-- tapdisk.h | | `-- lib | | |-- Makefile | | |-- blkif.c | | |-- blktaplib.h | | |-- list.h | | |-- xenbus.c | | |-- xs_api.c | | `-- xs_api.h | |-- check | | |-- Makefile | | |-- README | | |-- check_brctl | | |-- check_crypto_lib | | |-- check_curl | | |-- check_iproute | | |-- check_logging | | |-- check_openssl_devel | | |-- check_python | | |-- check_python_devel | | |-- check_python_xml | | |-- check_udev | | |-- check_x11_devel | | |-- check_xgettext | | |-- check_xml2 | | |-- check_zlib_devel | | |-- check_zlib_lib | | |-- chk | | `-- funcs.sh | |-- console | | |-- Makefile | | |-- client | | | `-- main.c | | |-- daemon | | | |-- io.c | | | |-- io.h | | | |-- main.c | | | |-- utils.c | | | `-- utils.h | | `-- testsuite | | |-- Makefile | | |-- README | | |-- console-dom0.c | | |-- console-domU.c | | `-- procpipe.c | |-- cross-install | |-- debugger | | |-- gdb | | | |-- README | | | |-- gdb-6.2.1-xen-sparse | | | | |-- gdb | | | | | `-- gdbserver | | | | | |-- Makefile.in | | | | | |-- configure | | | | | |-- configure.in | | | | | |-- configure.srv | | | | | |-- linux-xen-low.c | | | | | `-- server.c | | | | `-- mkbuildtree | | | `-- gdbbuild | | `-- xenitp | | |-- Makefile | | |-- README | | |-- cpu-ia64-opc.c | | |-- dis-asm.h | | |-- ia64-asmtab.c | | |-- ia64-asmtab.h | | |-- ia64-dis.c | | |-- ia64-gen.c | | |-- ia64-opc-a.c | | |-- ia64-opc-b.c | | |-- ia64-opc-d.c | | |-- ia64-opc-f.c | | |-- ia64-opc-i.c | | |-- ia64-opc-m.c | | |-- ia64-opc-x.c | | |-- ia64-opc.c | | |-- ia64-opc.h | | |-- ia64.h | | `-- xenitp.c | |-- examples | | |-- Makefile | | |-- README | | |-- README.incompatibilities | | |-- bochsrc | | |-- vnc | | | |-- Xservers | | | `-- Xvnc-xen | | |-- xend-config.sxp | | |-- xend-pci-permissive.sxp | | |-- xend-pci-quirks.sxp | | |-- xeninfo.pl | | |-- xm-config.xml | | |-- xmexample.hvm | | |-- xmexample.hvm-dm | | |-- xmexample.hvm-stubdom | | |-- xmexample.nbd | | |-- xmexample.pv-grub | | |-- xmexample.vti | | |-- xmexample1 | | |-- xmexample2 | | `-- xmexample3 | |-- firmware | | |-- Makefile | | |-- Rules.mk | | |-- etherboot | | | |-- Config | | | |-- Makefile | | | |-- README | | | |-- eb-roms.h | | | |-- gpxe-git-snapshot.tar.gz | | | `-- patches | | | |-- boot_prompt_option.patch | | | `-- series | | |-- hvmloader | | | |-- 32bitbios_support.c | | | |-- Makefile | | | |-- acpi | | | | |-- Makefile | | | | |-- README | | | | |-- acpi2_0.h | | | | |-- build.c | | | | |-- dsdt.asl | | | | |-- dsdt.c | | | | |-- ssdt_pm.asl | | | | |-- ssdt_pm.h | | | | |-- ssdt_tpm.asl | | | | |-- ssdt_tpm.h | | | | `-- static_tables.c | | | |-- apic_regs.h | | | |-- cacheattr.c | | | |-- config.h | | | |-- e820.h | | | |-- hvmloader.c | | | |-- hypercall.h | | | |-- mkhex | | | |-- mp_tables.c | | | |-- option_rom.h | | | |-- pci_regs.h | | | |-- smbios.c | | | |-- smbios_types.h | | | |-- smp.c | | | |-- tests.c | | | |-- util.c | | | `-- util.h | | |-- rombios | | | |-- 32bit | | | | |-- 32bitbios.c | | | | |-- Makefile | | | | |-- mkhex | | | | |-- rombios_compat.h | | | | |-- tcgbios | | | | | |-- Makefile | | | | | |-- tcgbios.c | | | | | |-- tcgbios.h | | | | | |-- tpm_drivers.c | | | | | `-- tpm_drivers.h | | | | |-- util.c | | | | `-- util.h | | | |-- 32bitgateway.c | | | |-- 32bitgateway.h | | | |-- 32bitprotos.h | | | |-- Makefile | | | |-- apmbios.S | | | |-- biossums.c | | | |-- makesym.perl | | | |-- rombios.c | | | `-- tcgbios.c | | `-- vgabios | | |-- BUGS | | |-- COPYING | | |-- ChangeLog | | |-- Makefile | | |-- Notes | | |-- README | | |-- TODO | | |-- biossums.c | | |-- clext.c | | |-- dataseghack | | |-- vbe.c | | |-- vbe.h | | |-- vbe_display_api.txt | | |-- vbetables-gen.c | | |-- vgabios.c | | |-- vgabios.h | | |-- vgafonts.h | | `-- vgatables.h | |-- flask | | |-- Makefile | | |-- libflask | | | |-- Makefile | | | |-- flask_op.c | | | `-- include | | | `-- flask.h | | |-- loadpolicy | | | |-- Makefile | | | `-- loadpolicy.c | | `-- policy | | |-- Makefile | | |-- Rules.modular | | |-- Rules.monolithic | | `-- policy | | |-- constraints | | |-- flask | | | |-- Makefile | | | |-- access_vectors | | | |-- initial_sids | | | |-- mkaccess_vector.sh | | | |-- mkflask.sh | | | `-- security_classes | | |-- global_booleans | | |-- global_tunables | | |-- mcs | | |-- mls | | |-- modules | | | `-- xen | | | |-- xen.if | | | `-- xen.te | | |-- modules.conf | | |-- support | | | |-- loadable_module.spt | | | `-- misc_macros.spt | | |-- systemuser | | `-- users | |-- fs-back | | |-- Makefile | | |-- fs-backend.c | | |-- fs-backend.h | | |-- fs-ops.c | | `-- fs-xenbus.c | |-- hotplug | | |-- Linux | | | |-- Makefile | | | |-- blktap | | | |-- block | | | |-- block-common.sh | | | |-- block-enbd | | | |-- block-nbd | | | |-- external-device-migrate | | | |-- init.d | | | | |-- sysconfig.xendomains | | | | |-- xend | | | | `-- xendomains | | | |-- locking.sh | | | |-- logging.sh | | | |-- network-bridge | | | |-- network-nat | | | |-- network-route | | | |-- vif-bridge | | | |-- vif-common.sh | | | |-- vif-nat | | | |-- vif-route | | | |-- vscsi | | | |-- vtpm | | | |-- vtpm-common.sh | | | |-- vtpm-delete | | | |-- vtpm-hotplug-common.sh | | | |-- vtpm-impl | | | |-- vtpm-migration.sh | | | |-- xen-backend.agent | | | |-- xen-backend.rules | | | |-- xen-hotplug-cleanup | | | |-- xen-hotplug-common.sh | | | |-- xen-network-common.sh | | | `-- xen-script-common.sh | | |-- Makefile | | |-- NetBSD | | | |-- Makefile | | | |-- block-nbsd | | | |-- qemu-ifup-nbsd | | | |-- vif-bridge-nbsd | | | `-- vif-ip-nbsd | | `-- common | | `-- Makefile | |-- include | | |-- Makefile | | |-- xen-foreign | | | |-- Makefile | | | |-- mkchecker.py | | | |-- mkheader.py | | | |-- reference.size | | | `-- structs.py | | `-- xen-sys | | |-- Linux | | | |-- evtchn.h | | | |-- gntdev.h | | | `-- privcmd.h | | |-- MiniOS | | | `-- privcmd.h | | |-- NetBSD | | | |-- evtchn.h | | | `-- privcmd.h | | `-- SunOS | | |-- evtchn.h | | |-- privcmd.h | | `-- xenbus.h | |-- libaio | | |-- COPYING | | |-- ChangeLog | | |-- INSTALL | | |-- Makefile | | |-- TODO | | |-- harness | | | |-- Makefile | | | |-- README | | | |-- attic | | | | |-- 0.t | | | | `-- 1.t | | | |-- cases | | | | |-- 10.t | | | | |-- 11.t | | | | |-- 12.t | | | | |-- 13.t | | | | |-- 14.t | | | | |-- 2.t | | | | |-- 3.t | | | | |-- 4.t | | | | |-- 5.t | | | | |-- 6.t | | | | |-- 7.t | | | | |-- 8.t | | | | |-- aio_setup.h | | | | `-- common-7-8.h | | | |-- main.c | | | `-- runtests.sh | | |-- libaio.spec | | |-- man | | | |-- aio.3 | | | |-- aio_cancel.3 | | | |-- aio_cancel64.3 | | | |-- aio_error.3 | | | |-- aio_error64.3 | | | |-- aio_fsync.3 | | | |-- aio_fsync64.3 | | | |-- aio_init.3 | | | |-- aio_read.3 | | | |-- aio_read64.3 | | | |-- aio_return.3 | | | |-- aio_return64.3 | | | |-- aio_suspend.3 | | | |-- aio_suspend64.3 | | | |-- aio_write.3 | | | |-- aio_write64.3 | | | |-- io.3 | | | |-- io_cancel.1 | | | |-- io_cancel.3 | | | |-- io_destroy.1 | | | |-- io_fsync.3 | | | |-- io_getevents.1 | | | |-- io_getevents.3 | | | |-- io_prep_fsync.3 | | | |-- io_prep_pread.3 | | | |-- io_prep_pwrite.3 | | | |-- io_queue_init.3 | | | |-- io_queue_release.3 | | | |-- io_queue_run.3 | | | |-- io_queue_wait.3 | | | |-- io_set_callback.3 | | | |-- io_setup.1 | | | |-- io_submit.1 | | | |-- io_submit.3 | | | |-- lio_listio.3 | | | `-- lio_listio64.3 | | `-- src | | |-- Makefile | | |-- compat-0_1.c | | |-- io_cancel.c | | |-- io_destroy.c | | |-- io_getevents.c | | |-- io_queue_init.c | | |-- io_queue_release.c | | |-- io_queue_run.c | | |-- io_queue_wait.c | | |-- io_setup.c | | |-- io_submit.c | | |-- libaio.h | | |-- libaio.map | | |-- raw_syscall.c | | |-- syscall-alpha.h | | |-- syscall-i386.h | | |-- syscall-ia64.h | | |-- syscall-ppc.h | | |-- syscall-s390.h | | |-- syscall-x86_64.h | | |-- syscall.h | | `-- vsys_def.h | |-- libfsimage | | |-- Makefile | | |-- Rules.mk | | |-- check-libext2fs | | |-- common | | | |-- Makefile | | | |-- fsimage.c | | | |-- fsimage.h | | | |-- fsimage_grub.c | | | |-- fsimage_grub.h | | | |-- fsimage_plugin.c | | | |-- fsimage_plugin.h | | | |-- fsimage_priv.h | | | |-- mapfile-GNU | | | `-- mapfile-SunOS | | |-- ext2fs | | | |-- Makefile | | | `-- fsys_ext2fs.c | | |-- ext2fs-lib | | | |-- Makefile | | | `-- ext2fs-lib.c | | |-- fat | | | |-- Makefile | | | |-- fat.h | | | `-- fsys_fat.c | | |-- iso9660 | | | |-- Makefile | | | |-- fsys_iso9660.c | | | `-- iso9660.h | | |-- reiserfs | | | |-- Makefile | | | `-- fsys_reiserfs.c | | |-- ufs | | | |-- Makefile | | | |-- fsys_ufs.c | | | `-- ufs.h | | `-- zfs | | |-- Makefile | | |-- fsys_zfs.c | | |-- fsys_zfs.h | | |-- mb_info.h | | |-- zfs-include | | | |-- dmu.h | | | |-- dmu_objset.h | | | |-- dnode.h | | | |-- dsl_dataset.h | | | |-- dsl_dir.h | | | |-- spa.h | | | |-- uberblock_impl.h | | | |-- vdev_impl.h | | | |-- zap_impl.h | | | |-- zap_leaf.h | | | |-- zfs.h | | | |-- zfs_acl.h | | | |-- zfs_znode.h | | | |-- zil.h | | | |-- zio.h | | | `-- zio_checksum.h | | |-- zfs_fletcher.c | | |-- zfs_lzjb.c | | `-- zfs_sha256.c | |-- libxc | | |-- Makefile | | |-- ia64 | | | |-- Makefile | | | |-- aclinux.h | | | |-- dom_fw_acpi.c | | | |-- sal.h | | | |-- xc_dom_ia64_util.c | | | |-- xc_dom_ia64_util.h | | | |-- xc_ia64.h | | | |-- xc_ia64_dom_fwloader.c | | | |-- xc_ia64_hvm_build.c | | | |-- xc_ia64_linux_restore.c | | | |-- xc_ia64_linux_save.c | | | |-- xc_ia64_save_restore.h | | | `-- xc_ia64_stubs.c | | |-- rpm.spec | | |-- xc_acm.c | | |-- xc_core.c | | |-- xc_core.h | | |-- xc_core_ia64.c | | |-- xc_core_ia64.h | | |-- xc_core_x86.c | | |-- xc_core_x86.h | | |-- xc_cpu_hotplug.c | | |-- xc_cpufeature.h | | |-- xc_cpuid_x86.c | | |-- xc_csched.c | | |-- xc_dom.h | | |-- xc_dom_binloader.c | | |-- xc_dom_boot.c | | |-- xc_dom_bzimageloader.c | | |-- xc_dom_compat_linux.c | | |-- xc_dom_core.c | | |-- xc_dom_elfloader.c | | |-- xc_dom_ia64.c | | |-- xc_dom_x86.c | | |-- xc_domain.c | | |-- xc_domain_restore.c | | |-- xc_domain_save.c | | |-- xc_e820.h | | |-- xc_efi.h | | |-- xc_elf.h | | |-- xc_evtchn.c | | |-- xc_flask.c | | |-- xc_hvm_build.c | | |-- xc_linux.c | | |-- xc_minios.c | | |-- xc_misc.c | | |-- xc_netbsd.c | | |-- xc_pagetab.c | | |-- xc_physdev.c | | |-- xc_pm.c | | |-- xc_private.c | | |-- xc_private.h | | |-- xc_ptrace.c | | |-- xc_ptrace.h | | |-- xc_ptrace_core.c | | |-- xc_resume.c | | |-- xc_sedf.c | | |-- xc_solaris.c | | |-- xc_tbuf.c | | |-- xenctrl.h | | |-- xenguest.h | | |-- xg_private.c | | |-- xg_private.h | | `-- xg_save_restore.h | |-- libxen | | |-- COPYING | | |-- Makefile | | |-- Makefile.dist | | |-- README | | |-- include | | | |-- xen | | | | `-- api | | | | |-- xen_acmpolicy.h | | | | |-- xen_all.h | | | | |-- xen_common.h | | | | |-- xen_console.h | | | | |-- xen_console_decl.h | | | | |-- xen_console_protocol.h | | | | |-- xen_crashdump.h | | | | |-- xen_crashdump_decl.h | | | | |-- xen_event.h | | | | |-- xen_event_decl.h | | | | |-- xen_event_operation.h | | | | |-- xen_host.h | | | | |-- xen_host_cpu.h | | | | |-- xen_host_cpu_decl.h | | | | |-- xen_host_decl.h | | | | |-- xen_host_metrics.h | | | | |-- xen_host_metrics_decl.h | | | | |-- xen_int_float_map.h | | | | |-- xen_int_int_map.h | | | | |-- xen_int_string_set_map.h | | | | |-- xen_network.h | | | | |-- xen_network_decl.h | | | | |-- xen_on_crash_behaviour.h | | | | |-- xen_on_normal_exit.h | | | | |-- xen_pbd.h | | | | |-- xen_pbd_decl.h | | | | |-- xen_pif.h | | | | |-- xen_pif_decl.h | | | | |-- xen_pif_metrics.h | | | | |-- xen_pif_metrics_decl.h | | | | |-- xen_sr.h | | | | |-- xen_sr_decl.h | | | | |-- xen_string_set.h | | | | |-- xen_string_string_map.h | | | | |-- xen_user.h | | | | |-- xen_user_decl.h | | | | |-- xen_vbd.h | | | | |-- xen_vbd_decl.h | | | | |-- xen_vbd_metrics.h | | | | |-- xen_vbd_metrics_decl.h | | | | |-- xen_vbd_mode.h | | | | |-- xen_vbd_type.h | | | | |-- xen_vdi.h | | | | |-- xen_vdi_decl.h | | | | |-- xen_vdi_type.h | | | | |-- xen_vif.h | | | | |-- xen_vif_decl.h | | | | |-- xen_vif_metrics.h | | | | |-- xen_vif_metrics_decl.h | | | | |-- xen_vm.h | | | | |-- xen_vm_decl.h | | | | |-- xen_vm_guest_metrics.h | | | | |-- xen_vm_guest_metrics_decl.h | | | | |-- xen_vm_metrics.h | | | | |-- xen_vm_metrics_decl.h | | | | |-- xen_vm_power_state.h | | | | |-- xen_vtpm.h | | | | |-- xen_vtpm_decl.h | | | | |-- xen_xspolicy.h | | | | `-- xen_xspolicy_decl.h | | | |-- xen_console_protocol_internal.h | | | |-- xen_event_operation_internal.h | | | |-- xen_internal.h | | | |-- xen_on_crash_behaviour_internal.h | | | |-- xen_on_normal_exit_internal.h | | | |-- xen_vbd_mode_internal.h | | | |-- xen_vbd_type_internal.h | | | |-- xen_vdi_type_internal.h | | | `-- xen_vm_power_state_internal.h | | |-- src | | | |-- xen_acmpolicy.c | | | |-- xen_common.c | | | |-- xen_console.c | | | |-- xen_console_protocol.c | | | |-- xen_crashdump.c | | | |-- xen_event.c | | | |-- xen_event_operation.c | | | |-- xen_host.c | | | |-- xen_host_cpu.c | | | |-- xen_host_metrics.c | | | |-- xen_int_float_map.c | | | |-- xen_int_int_map.c | | | |-- xen_int_string_set_map.c | | | |-- xen_network.c | | | |-- xen_on_crash_behaviour.c | | | |-- xen_on_normal_exit.c | | | |-- xen_pbd.c | | | |-- xen_pif.c | | | |-- xen_pif_metrics.c | | | |-- xen_sr.c | | | |-- xen_string_set.c | | | |-- xen_string_set.h | | | |-- xen_string_string_map.c | | | |-- xen_user.c | | | |-- xen_vbd.c | | | |-- xen_vbd_metrics.c | | | |-- xen_vbd_mode.c | | | |-- xen_vbd_type.c | | | |-- xen_vdi.c | | | |-- xen_vdi_type.c | | | |-- xen_vif.c | | | |-- xen_vif_metrics.c | | | |-- xen_vm.c | | | |-- xen_vm_guest_metrics.c | | | |-- xen_vm_metrics.c | | | |-- xen_vm_power_state.c | | | |-- xen_vtpm.c | | | `-- xen_xspolicy.c | | `-- test | | |-- test_bindings.c | | `-- test_event_handling.c | |-- misc | | |-- Makefile | | |-- fakei386xen | | |-- lomount | | | |-- Makefile | | | `-- lomount.c | | |-- miniterm | | | |-- Makefile | | | |-- README | | | `-- miniterm.c | | |-- netfix | | |-- nsplitd | | | |-- Makefile | | | `-- nsplitd.c | | |-- sxp-pretty | | |-- xen-bugtool | | |-- xen-clone.README | | |-- xen-detect.c | | |-- xen-python-path | | |-- xencons | | |-- xend | | |-- xenperf.c | | |-- xenpm.c | | |-- xensymoops | | |-- xm | | `-- xsview | |-- pygrub | | |-- Makefile | | |-- README | | |-- setup.py | | `-- src | | |-- GrubConf.py | | |-- LiloConf.py | | |-- __init__.py | | |-- fsimage | | | `-- fsimage.c | | `-- pygrub | |-- python | | |-- Makefile | | |-- README | | |-- README.XendConfig | | |-- README.sxpcfg | | |-- ZPL-2.0 | | |-- get-path | | |-- install-wrap | | |-- logging | | | |-- logging-0.4.9.2 | | | | |-- PKG-INFO | | | | |-- README.txt | | | | |-- default.css | | | | |-- liblogging.tex | | | | |-- logging | | | | | |-- __init__.py | | | | | |-- config.py | | | | | `-- handlers.py | | | | |-- python_logging.html | | | | |-- setup.py | | | | `-- test | | | | |-- app.py | | | | |-- critical.ini | | | | |-- debug.ini | | | | |-- error.ini | | | | |-- events.xml | | | | |-- log_test.py | | | | |-- log_test0.py | | | | |-- log_test1.py | | | | |-- log_test10.py | | | | |-- log_test11.py | | | | |-- log_test12.py | | | | |-- log_test13.py | | | | |-- log_test14.py | | | | |-- log_test15.py | | | | |-- log_test16.py | | | | |-- log_test17.py | | | | |-- log_test18.py | | | | |-- log_test19.py | | | | |-- log_test2.py | | | | |-- log_test20.py | | | | |-- log_test21.py | | | | |-- log_test22.py | | | | |-- log_test3.ini | | | | |-- log_test3.py | | | | |-- log_test4.py | | | | |-- log_test5.py | | | | |-- log_test6.py | | | | |-- log_test7.py | | | | |-- log_test8.py | | | | |-- log_test9.py | | | | |-- logconf.ini | | | | |-- logconf.py | | | | |-- logging.dtd | | | | |-- logging.xml | | | | |-- logrecv.ini | | | | |-- logrecv.py | | | | |-- myapp.py | | | | |-- mymodule.py | | | | |-- stderr.exp | | | | |-- stdout.exp | | | | `-- warn.ini | | | `-- setup.py | | |-- ptsname | | | `-- ptsname.c | | |-- pylintrc | | |-- remove-potcdate.sed | | |-- scripts | | | |-- README | | | |-- README.lifecycle | | | |-- test_hvm_create.py | | | |-- test_vm_create.py | | | |-- xapi.domcfg.py | | | |-- xapi.py | | | |-- xapi.vbdcfg.py | | | |-- xapi.vdicfg.py | | | |-- xapi.vifcfg.py | | | `-- xapi.vtpmcfg.py | | |-- setup.py | | |-- test.py | | `-- xen | | |-- __init__.py | | |-- lowlevel | | | |-- __init__.py | | | |-- acm | | | | `-- acm.c | | | |-- flask | | | | `-- flask.c | | | |-- scf | | | | `-- scf.c | | | |-- xc | | | | `-- xc.c | | | `-- xs | | | `-- xs.c | | |-- sv | | | |-- CreateDomain.py | | | |-- DomInfo.py | | | |-- GenTabbed.py | | | |-- HTMLBase.py | | | |-- Main.py | | | |-- NodeInfo.py | | | |-- RestoreDomain.py | | | |-- Wizard.py | | | |-- __init__.py | | | `-- util.py | | |-- util | | | |-- Brctl.py | | | |-- SSHTransport.py | | | |-- __init__.py | | | |-- acmpolicy.py | | | |-- asserts.py | | | |-- auxbin.py | | | |-- blkif.py | | | |-- bootloader.py | | | |-- bugtool.py | | | |-- diagnose.py | | | |-- dictio.py | | | |-- ip.py | | | |-- mac.py | | | |-- mkdir.py | | | |-- oshelp.py | | | |-- pci.py | | | |-- rwlock.py | | | |-- utils.py | | | |-- vscsi_util.py | | | |-- xmlrpcclient.py | | | |-- xmlrpclib2.py | | | |-- xpopen.py | | | |-- xsconstants.py | | | |-- xsm | | | | |-- __init__.py | | | | |-- acm | | | | | |-- __init__.py | | | | | `-- acm.py | | | | |-- dummy | | | | | |-- __init__.py | | | | | `-- dummy.py | | | | |-- flask | | | | | |-- __init__.py | | | | | `-- flask.py | | | | |-- xsm.py | | | | `-- xsm_core.py | | | `-- xspolicy.py | | |-- web | | | |-- SrvBase.py | | | |-- SrvDir.py | | | |-- __init__.py | | | |-- connection.py | | | |-- http.py | | | |-- httpserver.py | | | |-- protocol.py | | | |-- resource.py | | | |-- static.py | | | |-- tcp.py | | | `-- unix.py | | |-- xend | | | |-- Args.py | | | |-- PrettyPrint.py | | | |-- Vifctl.py | | | |-- XendAPI.py | | | |-- XendAPIConstants.py | | | |-- XendAPIStore.py | | | |-- XendAPIVersion.py | | | |-- XendAuthSessions.py | | | |-- XendBase.py | | | |-- XendBootloader.py | | | |-- XendCheckpoint.py | | | |-- XendClient.py | | | |-- XendConfig.py | | | |-- XendConstants.py | | | |-- XendDPCI.py | | | |-- XendDSCSI.py | | | |-- XendDevices.py | | | |-- XendDmesg.py | | | |-- XendDomain.py | | | |-- XendDomainInfo.py | | | |-- XendError.py | | | |-- XendLocalStorageRepo.py | | | |-- XendLogging.py | | | |-- XendMonitor.py | | | |-- XendNetwork.py | | | |-- XendNode.py | | | |-- XendOptions.py | | | |-- XendPBD.py | | | |-- XendPIF.py | | | |-- XendPIFMetrics.py | | | |-- XendPPCI.py | | | |-- XendPSCSI.py | | | |-- XendProtocol.py | | | |-- XendQCoWStorageRepo.py | | | |-- XendStateStore.py | | | |-- XendStorageRepository.py | | | |-- XendTask.py | | | |-- XendTaskManager.py | | | |-- XendVDI.py | | | |-- XendVMMetrics.py | | | |-- XendVnet.py | | | |-- XendXSPolicy.py | | | |-- XendXSPolicyAdmin.py | | | |-- __init__.py | | | |-- arch.py | | | |-- balloon.py | | | |-- encode.py | | | |-- image.py | | | |-- osdep.py | | | |-- server | | | | |-- BlktapController.py | | | | |-- ConsoleController.py | | | | |-- DevConstants.py | | | | |-- DevController.py | | | | |-- SSLXMLRPCServer.py | | | | |-- SrvDaemon.py | | | | |-- SrvDmesg.py | | | | |-- SrvDomain.py | | | | |-- SrvDomainDir.py | | | | |-- SrvNode.py | | | | |-- SrvRoot.py | | | | |-- SrvServer.py | | | | |-- SrvVnetDir.py | | | | |-- SrvXendLog.py | | | | |-- XMLRPCServer.py | | | | |-- __init__.py | | | | |-- blkif.py | | | | |-- iopif.py | | | | |-- irqif.py | | | | |-- netif.py | | | | |-- params.py | | | | |-- pciif.py | | | | |-- pciquirk.py | | | | |-- relocate.py | | | | |-- tests | | | | | |-- __init__.py | | | | | `-- test_controllers.py | | | | |-- tpmif.py | | | | |-- vfbif.py | | | | `-- vscsiif.py | | | |-- sxp.py | | | |-- tests | | | | |-- __init__.py | | | | |-- test_XendConfig.py | | | | |-- test_sxp.py | | | | |-- test_uuid.py | | | | `-- xend-config.sxp | | | |-- uuid.py | | | `-- xenstore | | | |-- __init__.py | | | |-- tests | | | | |-- __init__.py | | | | `-- stress_xs.py | | | |-- xstransact.py | | | |-- xsutil.py | | | `-- xswatch.py | | |-- xm | | | |-- XenAPI.py | | | |-- __init__.py | | | |-- addlabel.py | | | |-- console.py | | | |-- create.dtd | | | |-- create.py | | | |-- dry-run.py | | | |-- dumppolicy.py | | | |-- getlabel.py | | | |-- getpolicy.py | | | |-- help.py | | | |-- labels.py | | | |-- main.py | | | |-- messages | | | | |-- en | | | | | `-- xen-xm.po | | | | `-- xen-xm.pot | | | |-- migrate.py | | | |-- new.py | | | |-- opts.py | | | |-- resetpolicy.py | | | |-- resources.py | | | |-- rmlabel.py | | | |-- setpolicy.py | | | |-- shutdown.py | | | |-- tests | | | | |-- __init__.py | | | | `-- test_create.py | | | `-- xenapi_create.py | | `-- xsview | | |-- __init__.py | | |-- main.py | | `-- xsviewer.py | |-- security | | |-- Makefile | | |-- policies | | | |-- example | | | | |-- client_v1-security_policy.xml | | | | `-- test-security_policy.xml | | | `-- security_policy.xsd | | |-- policy.txt | | |-- policytools.txt | | |-- python | | | |-- setup.py | | | |-- xensec_gen | | | | |-- __init__.py | | | | |-- cgi-bin | | | | | `-- policy.cgi | | | | |-- index.html | | | | `-- main.py | | | `-- xensec_tools | | | `-- acm_getlabel | | |-- readme.txt | | |-- secpol_tool.c | | |-- xensec_ezpolicy | | `-- xensec_gen.py | |-- sv | | |-- Makefile | | |-- images | | | |-- destroy.png | | | |-- finish.png | | | |-- next.png | | | |-- pause.png | | | |-- previous.png | | | |-- reboot.png | | | |-- shutdown.png | | | |-- small-destroy.png | | | |-- small-pause.png | | | |-- small-unpause.png | | | |-- unpause.png | | | `-- xen.png | | |-- inc | | | |-- script.js | | | `-- style.css | | `-- index.psp | |-- tests | | |-- Makefile | | |-- blowfish.c | | |-- blowfish.mk | | |-- test_x86_emulator.c | | `-- x86_emulate.c | |-- vnet | | |-- 00INSTALL | | |-- 00README | | |-- Make.env | | |-- Makefile | | |-- doc | | | |-- Makefile | | | |-- man | | | | `-- vn.pod.1 | | | |-- vnet-module.txt | | | `-- vnet-xend.txt | | |-- examples | | | |-- Makefile | | | |-- network-vnet | | | |-- vnet-insert | | | |-- vnet97.sxp | | | |-- vnet98.sxp | | | `-- vnet99.sxp | | |-- libxutil | | | |-- Makefile | | | |-- allocate.c | | | |-- allocate.h | | | |-- debug.h | | | |-- enum.c | | | |-- enum.h | | | |-- fd_stream.c | | | |-- fd_stream.h | | | |-- file_stream.c | | | |-- file_stream.h | | | |-- gzip_stream.c | | | |-- gzip_stream.h | | | |-- hash_table.c | | | |-- hash_table.h | | | |-- iostream.c | | | |-- iostream.h | | | |-- kernel_stream.c | | | |-- kernel_stream.h | | | |-- lexis.c | | | |-- lexis.h | | | |-- mem_stream.c | | | |-- mem_stream.h | | | |-- socket_stream.c | | | |-- socket_stream.h | | | |-- string_stream.c | | | |-- string_stream.h | | | |-- sxpr.c | | | |-- sxpr.h | | | |-- sxpr_parser.c | | | |-- sxpr_parser.h | | | |-- sys_net.c | | | |-- sys_net.h | | | |-- sys_string.c | | | |-- sys_string.h | | | |-- util.c | | | `-- util.h | | |-- scripts | | | |-- Makefile | | | `-- vn | | |-- vnet-module | | | |-- 00README | | | |-- Makefile | | | |-- Makefile-2.4 | | | |-- Makefile-2.6 | | | |-- Makefile.ver | | | |-- Makefile.vnet | | | |-- esp.c | | | |-- esp.h | | | |-- etherip.c | | | |-- etherip.h | | | |-- if_etherip.h | | | |-- if_varp.h | | | |-- linux | | | | `-- pfkeyv2.h | | | |-- random.c | | | |-- random.h | | | |-- sa.c | | | |-- sa.h | | | |-- sa_algorithm.c | | | |-- sa_algorithm.h | | | |-- skb_context.c | | | |-- skb_context.h | | | |-- skb_util.c | | | |-- skb_util.h | | | |-- sxpr_util.c | | | |-- sxpr_util.h | | | |-- timer_util.c | | | |-- timer_util.h | | | |-- tunnel.c | | | |-- tunnel.h | | | |-- varp.c | | | |-- varp.h | | | |-- varp_socket.c | | | |-- varp_util.c | | | |-- varp_util.h | | | |-- vif.c | | | |-- vif.h | | | |-- vnet.c | | | |-- vnet.h | | | |-- vnet_dev.c | | | |-- vnet_dev.h | | | |-- vnet_eval.c | | | |-- vnet_eval.h | | | |-- vnet_forward.c | | | |-- vnet_forward.h | | | |-- vnet_ioctl.c | | | `-- vnet_ioctl.h | | `-- vnetd | | |-- Makefile | | |-- connection.c | | |-- connection.h | | |-- list.h | | |-- select.c | | |-- select.h | | |-- selector.c | | |-- selector.h | | |-- skbuff.c | | |-- skbuff.h | | |-- spinlock.c | | |-- spinlock.h | | |-- sys_kernel.h | | |-- timer.c | | |-- timer.h | | `-- vnetd.c | |-- vtpm | | |-- Makefile | | |-- README | | |-- Rules.mk | | |-- tpm_emulator.patch | | `-- vtpm.patch | |-- vtpm_manager | | |-- COPYING | | |-- Makefile | | |-- README | | |-- Rules.mk | | |-- crypto | | | |-- Makefile | | | |-- crypto.c | | | |-- crypto.h | | | |-- hash.c | | | |-- rsa.c | | | |-- sym_crypto.c | | | `-- sym_crypto.h | | |-- manager | | | |-- Makefile | | | |-- dmictl.c | | | |-- migration.c | | | |-- securestorage.c | | | |-- tpmpassthrough.c | | | |-- vtpm_ipc.c | | | |-- vtpm_ipc.h | | | |-- vtpm_lock.c | | | |-- vtpm_lock.h | | | |-- vtpm_manager.c | | | |-- vtpm_manager.h | | | |-- vtpm_manager_handler.c | | | |-- vtpmd.c | | | |-- vtpmpriv.h | | | |-- vtsp.c | | | `-- vtsp.h | | |-- migration | | | |-- Makefile | | | |-- vtpm_manager_if.c | | | |-- vtpm_migrator.h | | | |-- vtpm_migrator_if.c | | | |-- vtpm_migratorc.c | | | |-- vtpm_migratord.c | | | `-- vtpm_migratord_handler.c | | |-- tcs | | | |-- Makefile | | | |-- contextmgr.c | | | |-- contextmgr.h | | | |-- tcs.c | | | |-- tcs.h | | | |-- tpmddl.h | | | `-- transmit.c | | `-- util | | |-- Makefile | | |-- bsg.c | | |-- bsg.h | | |-- buffer.c | | |-- buffer.h | | |-- hashtable.c | | |-- hashtable.h | | |-- hashtable_itr.c | | |-- hashtable_itr.h | | |-- hashtable_private.h | | |-- log.c | | |-- log.h | | `-- tcg.h | |-- xcutils | | |-- Makefile | | |-- lsevtchn.c | | |-- readnotes.c | | |-- xc_restore.c | | `-- xc_save.c | |-- xenballoon | | |-- xenballoon-monitor | | |-- xenballoon.conf | | |-- xenballoond | | |-- xenballoond.README | | `-- xenballoond.init | |-- xenmon | | |-- COPYING | | |-- Makefile | | |-- README | | |-- setmask.c | | |-- xenbaked.c | | |-- xenbaked.h | | `-- xenmon.py | |-- xenpmd | | |-- Makefile | | `-- xenpmd.c | |-- xenstat | | |-- Makefile | | |-- libxenstat | | | |-- COPYING | | | |-- Makefile | | | |-- bindings | | | | `-- swig | | | | |-- perl | | | | |-- python | | | | `-- xenstat.i | | | `-- src | | | |-- xenstat.c | | | |-- xenstat.h | | | |-- xenstat_linux.c | | | |-- xenstat_netbsd.c | | | |-- xenstat_priv.h | | | `-- xenstat_solaris.c | | `-- xentop | | |-- Makefile | | |-- TODO | | |-- xentop.1 | | `-- xentop.c | |-- xenstore | | |-- COPYING | | |-- Makefile | | |-- README | | |-- TODO | | |-- hashtable.c | | |-- hashtable.h | | |-- hashtable_private.h | | |-- list.h | | |-- talloc.c | | |-- talloc.h | | |-- talloc_guide.txt | | |-- tdb.c | | |-- tdb.h | | |-- utils.c | | |-- utils.h | | |-- xenstore_client.c | | |-- xenstore_control.c | | |-- xenstored_core.c | | |-- xenstored_core.h | | |-- xenstored_domain.c | | |-- xenstored_domain.h | | |-- xenstored_linux.c | | |-- xenstored_netbsd.c | | |-- xenstored_probes.d | | |-- xenstored_solaris.c | | |-- xenstored_transaction.c | | |-- xenstored_transaction.h | | |-- xenstored_watch.c | | |-- xenstored_watch.h | | |-- xs.c | | |-- xs.h | | |-- xs_lib.c | | |-- xs_lib.h | | `-- xs_tdb_dump.c | |-- xentrace | | |-- Makefile | | |-- formats | | |-- setsize.c | | |-- xenctx.c | | |-- xentrace.8 | | |-- xentrace.c | | |-- xentrace_format | | `-- xentrace_format.1 | `-- xm-test | |-- COPYING | |-- ChangeLog | |-- Makefile.am | |-- README | |-- TODO | |-- Writing_Tests_HOWTO | |-- autogen | |-- configure.ac | |-- grouptest | | |-- create | | |-- default | | |-- medium | | |-- quick | | |-- security | | `-- xapi | |-- lib | | |-- XmTestLib | | | |-- Console.py | | | |-- DomainTracking.py | | | |-- NetConfig.py | | | |-- Test.py | | | |-- XenAPIDomain.py | | | |-- XenDevice.py | | | |-- XenDomain.py | | | |-- Xm.py | | | |-- __init__.py | | | |-- acm.py | | | |-- arch.py | | | |-- block_utils.py | | | |-- config.py.in | | | |-- network_utils.py | | | `-- xapi.py | | `-- XmTestReport | | |-- OSReport.py | | |-- ProgReport.py | | |-- Report.py | | |-- ResultReport.py | | |-- arch.py | | |-- utils.py | | `-- xmtest.py.in | |-- mergereport | |-- mkreport | |-- ramdisk | | |-- Makefile.am | | |-- README-XenSource-initrd-0.7-img | | |-- README-XenSource-initrd-0.8-img | | |-- README-XenSource-initrd-1.0-img | | |-- README-XenSource-initrd-1.1-img | | |-- bin | | | `-- create_disk_image | | |-- configs | | | |-- buildroot-i386 | | | |-- busybox | | | `-- uClibc | | |-- make-release.sh | | |-- patches | | | `-- buildroot | | | |-- add_xvd_devices.patch | | | `-- hping.patch | | `-- skel | | |-- etc | | | |-- init.d | | | | `-- rcS | | | `-- inittab | | `-- root | |-- runtest.sh | `-- tests | |-- Makefile.am | |-- Makefile.am.template | |-- _sanity | | |-- 01_domu_proc.py | | `-- Makefile.am | |-- block-create | | |-- 01_block_attach_device_pos.py | | |-- 02_block_attach_file_device_pos.py | | |-- 04_block_attach_device_repeatedly_pos.py | | |-- 05_block_attach_and_dettach_device_repeatedly_pos.py | | |-- 06_block_attach_baddomain_neg.py | | |-- 07_block_attach_baddevice_neg.py | | |-- 08_block_attach_bad_filedevice_neg.py | | |-- 09_block_attach_and_dettach_device_check_data_pos.py | | |-- 10_block_attach_dettach_multiple_devices.py | | |-- 11_block_attach_shared_dom0.py | | |-- 12_block_attach_shared_domU.py | | `-- Makefile.am | |-- block-destroy | | |-- 01_block-destroy_btblock_pos.py | | |-- 02_block-destroy_rtblock_pos.py | | |-- 03_block-destroy_nonexist_neg.py | | |-- 04_block-destroy_nonattached_neg.py | | |-- 05_block-destroy_byname_pos.py | | |-- 06_block-destroy_check_list_pos.py | | `-- Makefile.am | |-- block-integrity | | |-- 01_block_device_read_verify.py | | |-- 02_block_device_write_verify.py | | `-- Makefile.am | |-- block-list | | |-- 01_block-list_pos.py | | |-- 02_block-list_attachbd_pos.py | | |-- 03_block-list_anotherbd_pos.py | | |-- 04_block-list_nodb_pos.py | | |-- 05_block-list_nonexist_neg.py | | |-- 06_block-list_checkremove_pos.py | | `-- Makefile.am | |-- console | | |-- 01_console_badopt_neg.py | | |-- 02_console_baddom_neg.py | | `-- Makefile.am | |-- create | | |-- 01_create_basic_pos.py | | |-- 02_create_noparm_neg.py | | |-- 03_create_badparm_neg.py | | |-- 04_create_conflictname_neg.py | | |-- 06_create_mem_neg.py | | |-- 07_create_mem64_pos.py | | |-- 08_create_mem128_pos.py | | |-- 09_create_mem256_pos.py | | |-- 10_create_fastdestroy.py | | |-- 11_create_concurrent_pos.py | | |-- 12_create_concurrent_stress_pos.py | | |-- 13_create_multinic_pos.py | | |-- 14_create_blockroot_pos.py | | |-- 15_create_smallmem_pos.py | | |-- 16_create_smallmem_neg.py | | `-- Makefile.am | |-- destroy | | |-- 01_destroy_basic_pos.py | | |-- 02_destroy_noparm_neg.py | | |-- 03_destroy_nonexist_neg.py | | |-- 04_destroy_badparm_neg.py | | |-- 05_destroy_byid_pos.py | | |-- 06_destroy_dom0_neg.py | | |-- 07_destroy_stale_pos.py | | `-- Makefile.am | |-- dmesg | | |-- 01_dmesg_basic_pos.py | | |-- 02_dmesg_basic_neg.py | | `-- Makefile.am | |-- domid | | |-- 01_domid_basic_pos.py | | |-- 02_domid_basic_neg.py | | `-- Makefile.am | |-- domname | | |-- 01_domname_basic_pos.py | | |-- 02_domname_basic_neg.py | | `-- Makefile.am | |-- enforce_dom0_cpus | | |-- 01_enforce_dom0_cpus_basic_pos.py | | `-- Makefile.am | |-- help | | |-- 01_help_basic_pos.py | | |-- 02_help_basic_neg.py | | |-- 03_help_badparm_neg.py | | |-- 04_help_long_pos.py | | |-- 05_help_nonroot_pos.py | | |-- 06_help_allcmds.py | | `-- Makefile.am | |-- info | | |-- 01_info_basic_pos.py | | |-- 02_info_compiledata_pos.py | | `-- Makefile.am | |-- list | | |-- 01_list_basic_pos.py | | |-- 02_list_badparm_neg.py | | |-- 03_list_nonexist_neg.py | | |-- 04_list_goodparm_pos.py | | |-- 05_list_long_pos.py | | |-- 06_list_nonroot.py | | `-- Makefile.am | |-- memmax | | |-- 01_memmax_badparm_neg.py | | `-- Makefile.am | |-- memset | | |-- 01_memset_basic_pos.py | | |-- 02_memset_badparm_neg.py | | |-- 03_memset_random_pos.py | | |-- 04_memset_smallmem_pos.py | | `-- Makefile.am | |-- migrate | | |-- 01_migrate_localhost_pos.py | | `-- Makefile.am | |-- network | | |-- 02_network_local_ping_pos.py | | |-- 03_network_local_tcp_pos.py | | |-- 04_network_local_udp_pos.py | | |-- 05_network_dom0_ping_pos.py | | |-- 06_network_dom0_tcp_pos.py | | |-- 07_network_dom0_udp_pos.py | | |-- 11_network_domU_ping_pos.py | | |-- 12_network_domU_tcp_pos.py | | |-- 13_network_domU_udp_pos.py | | `-- Makefile.am | |-- network-attach | | |-- 01_network_attach_pos.py | | |-- 02_network_attach_detach_pos.py | | |-- 03_network_attach_detach_multiple_pos.py | | |-- 04_network_attach_baddomain_neg.py | | `-- Makefile.am | |-- pause | | |-- 01_pause_basic_pos.py | | |-- 02_pause_badopt_neg.py | | |-- 03_pause_badname_neg.py | | |-- 04_pause_badid_neg.py | | `-- Makefile.am | |-- reboot | | |-- 01_reboot_basic_pos.py | | |-- 02_reboot_badopt_neg.py | | |-- 03_reboot_badname_neg.py | | `-- Makefile.am | |-- restore | | |-- 01_restore_basic_pos.py | | |-- 02_restore_badparm_neg.py | | |-- 03_restore_badfilename_neg.py | | |-- 04_restore_withdevices_pos.py | | `-- Makefile.am | |-- save | | |-- 01_save_basic_pos.py | | |-- 02_save_badparm_neg.py | | |-- 03_save_bogusfile_neg.py | | `-- Makefile.am | |-- sched-credit | | |-- 01_sched_credit_weight_cap_pos.py | | `-- Makefile.am | |-- security-acm | | |-- 01_security-acm_basic.py | | |-- 02_security-acm_dom_start.py | | |-- 03_security-acm_dom_conflict.py | | |-- 04_security-acm_dom_res.py | | |-- 05_security-acm_dom_res_conf.py | | |-- 06_security-acm_dom_block_attach.py | | |-- 07_security-acm_pol_update.py | | |-- 08_security-acm_xapi.py | | |-- 09_security-acm_pol_update.py | | |-- 10_security-acm_pol_update.py | | |-- Makefile.am | | |-- acm_utils.py | | |-- xm-test-new-security_policy.xml | | |-- xm-test-security_policy.xml | | `-- xm-test-update-security_policy.xml | |-- sedf | | |-- 01_sedf_period_slice_pos.py | | |-- 02_sedf_period_lower_neg.py | | |-- 03_sedf_slice_lower_neg.py | | |-- 04_sedf_slice_upper_neg.py | | |-- 05_sedf_extratime_pos.py | | |-- 06_sedf_extratime_disable_neg.py | | `-- Makefile.am | |-- shutdown | | |-- 01_shutdown_basic_pos.py | | |-- 02_shutdown_badparm_neg.py | | |-- 03_shutdown_nonexist_neg.py | | `-- Makefile.am | |-- sysrq | | |-- 01_sysrq_basic_neg.py | | |-- 02_sysrq_sync_pos.py | | |-- 03_sysrq_withreboot_pos.py | | `-- Makefile.am | |-- unpause | | |-- 01_unpause_basic_pos.py | | `-- Makefile.am | |-- vcpu-disable | | |-- 01_vcpu-disable_basic_pos.py | | `-- Makefile.am | |-- vcpu-pin | | |-- 01_vcpu-pin_basic_pos.py | | `-- Makefile.am | |-- vtpm | | |-- 01_vtpm-list_pos.py | | |-- 02_vtpm-cat_pcrs.py | | |-- 03_vtpm-susp_res.py | | |-- 04_vtpm-loc_migr.py | | |-- 05_vtpm-loc_migr.py | | |-- 06_vtpm-susp_res_pcrs.py | | |-- 07_vtpm-mig_pcrs.py | | |-- 08_vtpm-mig_pcrs.py | | |-- 09_vtpm-xapi.py | | |-- Makefile.am | | `-- vtpm_utils.py | `-- xapi | |-- 01_xapi-vm_basic.py | |-- 02_xapi-vbd_basic.py | |-- 03_xapi-network_pos.py | `-- Makefile.am |-- tree.txt |-- unmodified_drivers | `-- linux-2.6 | |-- Makefile | |-- README | |-- balloon | | |-- Kbuild | | `-- Makefile | |-- blkfront | | |-- Kbuild | | `-- Makefile | |-- compat-include | | |-- asm-generic | | | |-- pgtable-nopmd.h | | | `-- pgtable-nopud.h | | |-- linux | | | |-- io.h | | | `-- mutex.h | | `-- xen | | `-- platform-compat.h | |-- mkbuildtree | |-- netfront | | |-- Kbuild | | `-- Makefile | |-- overrides.mk | |-- platform-pci | | |-- Kbuild | | |-- Makefile | | |-- evtchn.c | | |-- machine_reboot.c | | |-- panic-handler.c | | |-- platform-compat.c | | |-- platform-pci.c | | |-- platform-pci.h | | `-- xen_support.c | `-- xenbus | `-- empty_directory `-- xen |-- COPYING |-- Makefile |-- Rules.mk |-- arch | |-- ia64 | | |-- Makefile | | |-- Rules.mk | | |-- asm-offsets.c | | |-- asm-xsi-offsets.c | | |-- linux | | | |-- Makefile | | | |-- README.origin | | | |-- bitop.c | | | |-- carta_random.S | | | |-- clear_page.S | | | |-- copy_page_mck.S | | | |-- dig | | | | |-- Makefile | | | | |-- README.origin | | | | `-- machvec.c | | | |-- efi_stub.S | | | |-- extable.c | | | |-- flush.S | | | |-- hp | | | | |-- Makefile | | | | `-- zx1 | | | | |-- Makefile | | | | |-- README.origin | | | | `-- hpzx1_machvec.c | | | |-- hpsim.S | | | |-- idiv32.S | | | |-- idiv64.S | | | |-- io.c | | | |-- irq_lsapic.c | | | |-- linuxextable.c | | | |-- machvec.c | | | |-- memcpy_mck.S | | | |-- memset.S | | | |-- numa.c | | | |-- pal.S | | | |-- pcdp.h | | | |-- sn | | | | |-- Makefile | | | | |-- kernel | | | | | |-- Makefile | | | | | |-- README.origin | | | | | |-- machvec.c | | | | | |-- pio_phys.S | | | | | `-- ptc_deadlock.S | | | | `-- pci | | | | |-- Makefile | | | | `-- pcibr | | | | |-- Makefile | | | | |-- README.origin | | | | `-- pcibr_reg.c | | | `-- strlen.S | | |-- linux-xen | | | |-- Makefile | | | |-- README.origin | | | |-- acpi.c | | | |-- acpi_numa.c | | | |-- cmdline.c | | | |-- efi.c | | | |-- entry.S | | | |-- entry.h | | | |-- head.S | | | |-- hpsim_ssc.h | | | |-- iosapic.c | | | |-- irq_ia64.c | | | |-- mca.c | | | |-- mca_asm.S | | | |-- minstate.h | | | |-- mm_contig.c | | | |-- numa.c | | | |-- perfmon.c | | | |-- perfmon_default_smpl.c | | | |-- perfmon_generic.h | | | |-- perfmon_itanium.h | | | |-- perfmon_mckinley.h | | | |-- perfmon_montecito.h | | | |-- process-linux-xen.c | | | |-- sal.c | | | |-- setup.c | | | |-- smp.c | | | |-- smpboot.c | | | |-- sn | | | | |-- Makefile | | | | `-- kernel | | | | |-- Makefile | | | | |-- README.origin | | | | |-- io_init.c | | | | |-- iomv.c | | | | |-- irq.c | | | | |-- setup.c | | | | `-- sn2_smp.c | | | |-- sort.c | | | |-- time.c | | | |-- tlb.c | | | |-- unaligned.c | | | |-- unwind.c | | | |-- unwind_decoder.c | | | `-- unwind_i.h | | |-- tools | | | |-- README.RunVT | | | |-- README.xenia64 | | | |-- README.xenoprof | | | |-- linux-xen-diffs | | | |-- p2m_expose | | | | |-- Makefile | | | | |-- README.p2m_expose | | | | `-- expose_p2m.c | | | |-- p2m_foreign | | | | |-- Makefile | | | | `-- p2m_foreign.c | | | |-- privify | | | | |-- Makefile | | | | |-- README.privify | | | | |-- privify.c | | | | |-- privify.h | | | | `-- privify_elf64.c | | | |-- privop | | | | |-- Makefile | | | | |-- pohcalls.S | | | | `-- postat.c | | | |-- sparse-merge | | | `-- xelilo | | | |-- elilo.README | | | `-- xlilo.efi | | |-- vmx | | | |-- Makefile | | | |-- mmio.c | | | |-- optvfault.S | | | |-- pal_emul.c | | | |-- save.c | | | |-- sioemu.c | | | |-- vacpi.c | | | |-- viosapic.c | | | |-- vlsapic.c | | | |-- vmmu.c | | | |-- vmx_entry.S | | | |-- vmx_fault.c | | | |-- vmx_hypercall.c | | | |-- vmx_init.c | | | |-- vmx_interrupt.c | | | |-- vmx_ivt.S | | | |-- vmx_minstate.h | | | |-- vmx_phy_mode.c | | | |-- vmx_support.c | | | |-- vmx_utility.c | | | |-- vmx_vcpu.c | | | |-- vmx_vcpu_save.c | | | |-- vmx_virt.c | | | |-- vmx_vsa.S | | | `-- vtlb.c | | `-- xen | | |-- Makefile | | |-- cpufreq | | | |-- Makefile | | | `-- cpufreq.c | | |-- crash.c | | |-- dom0_ops.c | | |-- dom_fw_asm.S | | |-- dom_fw_common.c | | |-- dom_fw_dom0.c | | |-- dom_fw_domu.c | | |-- dom_fw_sn2.c | | |-- dom_fw_utils.c | | |-- domain.c | | |-- faults.c | | |-- flushd.S | | |-- flushtlb.c | | |-- fw_emul.c | | |-- gdbstub.c | | |-- hpsimserial.c | | |-- hypercall.c | | |-- hyperprivop.S | | |-- idle0_task.c | | |-- irq.c | | |-- ivt.S | | |-- machine_kexec.c | | |-- mm.c | | |-- mm_init.c | | |-- oprofile | | | |-- Makefile | | | |-- perfmon.c | | | `-- xenoprof.c | | |-- pcdp.c | | |-- pci.c | | |-- platform_hypercall.c | | |-- privop.c | | |-- privop_stat.c | | |-- regionreg.c | | |-- relocate_kernel.S | | |-- sn_console.c | | |-- tlb_track.c | | |-- vcpu.c | | |-- vhpt.c | | |-- xen.lds.S | | |-- xenasm.S | | |-- xenmem.c | | |-- xenmisc.c | | |-- xenpatch.c | | |-- xensetup.c | | `-- xentime.c | `-- x86 | |-- Makefile | |-- Rules.mk | |-- acpi | | |-- Makefile | | |-- boot.c | | |-- cpu_idle.c | | |-- cpufreq | | | |-- Makefile | | | |-- cpufreq.c | | | `-- powernow.c | | |-- cpuidle_menu.c | | |-- power.c | | |-- suspend.c | | `-- wakeup_prot.S | |-- apic.c | |-- bitops.c | |-- boot | | |-- Makefile | | |-- cmdline.S | | |-- edd.S | | |-- head.S | | |-- mem.S | | |-- mkelf32.c | | |-- trampoline.S | | |-- video.S | | |-- video.h | | |-- wakeup.S | | |-- x86_32.S | | `-- x86_64.S | |-- clear_page.S | |-- compat.c | |-- cpu | | |-- Makefile | | |-- amd.c | | |-- amd.h | | |-- centaur.c | | |-- common.c | | |-- cpu.h | | |-- cyrix.c | | |-- intel.c | | |-- intel_cacheinfo.c | | |-- mcheck | | | |-- Makefile | | | |-- amd_f10.c | | | |-- amd_k8.c | | | |-- amd_nonfatal.c | | | |-- k7.c | | | |-- mce.c | | | |-- mce.h | | | |-- non-fatal.c | | | |-- p4.c | | | |-- p5.c | | | |-- p6.c | | | |-- winchip.c | | | `-- x86_mca.h | | |-- mtrr | | | |-- Makefile | | | |-- amd.c | | | |-- cyrix.c | | | |-- generic.c | | | |-- main.c | | | |-- mtrr.h | | | `-- state.c | | `-- transmeta.c | |-- crash.c | |-- delay.c | |-- dmi_scan.c | |-- domain.c | |-- domain_build.c | |-- domctl.c | |-- e820.c | |-- extable.c | |-- flushtlb.c | |-- gdbstub.c | |-- genapic | | |-- Makefile | | |-- bigsmp.c | | |-- default.c | | |-- delivery.c | | |-- probe.c | | |-- summit.c | | `-- x2apic.c | |-- hpet.c | |-- hvm | | |-- Makefile | | |-- emulate.c | | |-- hpet.c | | |-- hvm.c | | |-- i8254.c | | |-- intercept.c | | |-- io.c | | |-- irq.c | | |-- mtrr.c | | |-- pmtimer.c | | |-- rtc.c | | |-- save.c | | |-- stdvga.c | | |-- svm | | | |-- Makefile | | | |-- asid.c | | | |-- emulate.c | | | |-- entry.S | | | |-- intr.c | | | |-- svm.c | | | `-- vmcb.c | | |-- vioapic.c | | |-- viridian.c | | |-- vlapic.c | | |-- vmsi.c | | |-- vmx | | | |-- Makefile | | | |-- entry.S | | | |-- intr.c | | | |-- realmode.c | | | |-- vmcs.c | | | |-- vmx.c | | | |-- vpmu.c | | | `-- vpmu_core2.c | | |-- vpic.c | | `-- vpt.c | |-- i387.c | |-- i8259.c | |-- io_apic.c | |-- ioport_emulate.c | |-- irq.c | |-- machine_kexec.c | |-- microcode.c | |-- microcode_amd.c | |-- microcode_intel.c | |-- mm | | |-- Makefile | | |-- hap | | | |-- Makefile | | | |-- guest_walk.c | | | |-- hap.c | | | |-- p2m-ept.c | | | `-- private.h | | |-- p2m.c | | |-- page-guest32.h | | |-- paging.c | | `-- shadow | | |-- Makefile | | |-- common.c | | |-- multi.c | | |-- multi.h | | |-- private.h | | `-- types.h | |-- mm.c | |-- mpparse.c | |-- msi.c | |-- nmi.c | |-- numa.c | |-- oprofile | | |-- Makefile | | |-- backtrace.c | | |-- nmi_int.c | | |-- op_counter.h | | |-- op_model_athlon.c | | |-- op_model_p4.c | | |-- op_model_ppro.c | | |-- op_x86_model.h | | `-- xenoprof.c | |-- pci.c | |-- physdev.c | |-- platform_hypercall.c | |-- rwlock.c | |-- setup.c | |-- shutdown.c | |-- smp.c | |-- smpboot.c | |-- srat.c | |-- string.c | |-- sysctl.c | |-- tboot.c | |-- time.c | |-- trace.c | |-- traps.c | |-- usercopy.c | |-- x86_32 | | |-- Makefile | | |-- asm-offsets.c | | |-- domain_page.c | | |-- entry.S | | |-- gdbstub.c | | |-- gpr_switch.S | | |-- machine_kexec.c | | |-- mm.c | | |-- seg_fixup.c | | |-- supervisor_mode_kernel.S | | |-- traps.c | | `-- xen.lds.S | |-- x86_64 | | |-- Makefile | | |-- asm-offsets.c | | |-- compat | | | |-- Makefile | | | |-- entry.S | | | |-- mm.c | | | `-- traps.c | | |-- compat.c | | |-- compat_kexec.S | | |-- cpu_idle.c | | |-- cpufreq.c | | |-- domain.c | | |-- entry.S | | |-- gdbstub.c | | |-- gpr_switch.S | | |-- machine_kexec.c | | |-- mm.c | | |-- physdev.c | | |-- platform_hypercall.c | | |-- traps.c | | `-- xen.lds.S | |-- x86_emulate | | |-- x86_emulate.c | | `-- x86_emulate.h | `-- x86_emulate.c |-- common | |-- Makefile | |-- bitmap.c | |-- compat | | |-- Makefile | | |-- domain.c | | |-- grant_table.c | | |-- kernel.c | | |-- memory.c | | |-- multicall.c | | |-- schedule.c | | |-- xenoprof.c | | `-- xlat.c | |-- domain.c | |-- domctl.c | |-- event_channel.c | |-- gdbstub.c | |-- grant_table.c | |-- hvm | | |-- Makefile | | `-- save.c | |-- kernel.c | |-- kexec.c | |-- keyhandler.c | |-- lib.c | |-- libelf | | |-- Makefile | | |-- README | | |-- libelf-dominfo.c | | |-- libelf-loader.c | | |-- libelf-private.h | | |-- libelf-relocate.c | | `-- libelf-tools.c | |-- memory.c | |-- multicall.c | |-- page_alloc.c | |-- perfc.c | |-- rangeset.c | |-- rcupdate.c | |-- sched_credit.c | |-- sched_sedf.c | |-- schedule.c | |-- shutdown.c | |-- softirq.c | |-- spinlock.c | |-- stop_machine.c | |-- string.c | |-- symbols-dummy.c | |-- symbols.c | |-- sysctl.c | |-- time.c | |-- timer.c | |-- trace.c | |-- version.c | |-- vsprintf.c | |-- xencomm.c | |-- xenoprof.c | `-- xmalloc_tlsf.c |-- drivers | |-- Makefile | |-- acpi | | |-- Makefile | | |-- hwregs.c | | |-- numa.c | | |-- osl.c | | |-- pmstat.c | | |-- reboot.c | | |-- tables | | | |-- Makefile | | | |-- tbfadt.c | | | |-- tbinstal.c | | | |-- tbutils.c | | | |-- tbxface.c | | | `-- tbxfroot.c | | |-- tables.c | | `-- utilities | | |-- Makefile | | |-- utglobal.c | | `-- utmisc.c | |-- char | | |-- Makefile | | |-- console.c | | |-- ns16550.c | | `-- serial.c | |-- cpufreq | | |-- Makefile | | |-- cpufreq.c | | |-- cpufreq_ondemand.c | | `-- utility.c | |-- passthrough | | |-- Makefile | | |-- amd | | | |-- Makefile | | | |-- iommu_acpi.c | | | |-- iommu_detect.c | | | |-- iommu_init.c | | | |-- iommu_intr.c | | | |-- iommu_map.c | | | `-- pci_amd_iommu.c | | |-- io.c | | |-- iommu.c | | |-- pci.c | | `-- vtd | | |-- Makefile | | |-- dmar.c | | |-- dmar.h | | |-- extern.h | | |-- ia64 | | | |-- Makefile | | | `-- vtd.c | | |-- intremap.c | | |-- iommu.c | | |-- iommu.h | | |-- qinval.c | | |-- utils.c | | |-- vtd.h | | `-- x86 | | |-- Makefile | | `-- vtd.c | |-- pci | | |-- Makefile | | `-- pci.c | `-- video | |-- Makefile | |-- font.h | |-- font_8x14.c | |-- font_8x16.c | |-- font_8x8.c | |-- vesa.c | `-- vga.c |-- include | |-- Makefile | |-- acpi | | |-- acconfig.h | | |-- acexcep.h | | |-- acglobal.h | | |-- achware.h | | |-- aclocal.h | | |-- acmacros.h | | |-- acnames.h | | |-- acnamesp.h | | |-- acobject.h | | |-- acoutput.h | | |-- acpi.h | | |-- acpi_bus.h | | |-- acpi_drivers.h | | |-- acpiosxf.h | | |-- acpixf.h | | |-- acstruct.h | | |-- actables.h | | |-- actbl.h | | |-- actbl1.h | | |-- actypes.h | | |-- acutils.h | | |-- cpufreq | | | |-- cpufreq.h | | | `-- processor_perf.h | | |-- pdc_intel.h | | `-- platform | | |-- acenv.h | | |-- acgcc.h | | `-- aclinux.h | |-- asm-ia64 | | |-- bug.h | | |-- bundle.h | | |-- config.h | | |-- debugger.h | | |-- dom_fw.h | | |-- dom_fw_common.h | | |-- dom_fw_dom0.h | | |-- dom_fw_domu.h | | |-- dom_fw_utils.h | | |-- domain.h | | |-- elf.h | | |-- event.h | | |-- flushtlb.h | | |-- grant_table.h | | |-- guest_access.h | | |-- hardirq.h | | |-- hvm | | | |-- iommu.h | | | |-- irq.h | | | |-- support.h | | | |-- vacpi.h | | | `-- vlapic.h | | |-- hypercall.h | | |-- ia64_int.h | | |-- init.h | | |-- iocap.h | | |-- kexec.h | | |-- linux | | | |-- README.origin | | | |-- asm | | | | |-- README.origin | | | | |-- asmmacro.h | | | | |-- bitops.h | | | | |-- break.h | | | | |-- byteorder.h | | | | |-- cacheflush.h | | | | |-- checksum.h | | | | |-- current.h | | | | |-- delay.h | | | | |-- div64.h | | | | |-- dma.h | | | | |-- fpswa.h | | | | |-- fpu.h | | | | |-- hdreg.h | | | | |-- hw_irq.h | | | | |-- intrinsics.h | | | | |-- ioctl.h | | | | |-- irq.h | | | | |-- linkage.h | | | | |-- machvec_hpsim.h | | | | |-- machvec_init.h | | | | |-- mca.h | | | | |-- nodedata.h | | | | |-- numnodes.h | | | | |-- param.h | | | | |-- patch.h | | | | |-- rse.h | | | | |-- sections.h | | | | |-- setup.h | | | | |-- sn | | | | | |-- README.origin | | | | | |-- geo.h | | | | | |-- klconfig.h | | | | | |-- l1.h | | | | | |-- leds.h | | | | | |-- module.h | | | | | |-- pcibus_provider_defs.h | | | | | |-- pda.h | | | | | |-- pic.h | | | | | |-- shub_mmr.h | | | | | |-- shubio.h | | | | | |-- simulator.h | | | | | |-- sn_cpuid.h | | | | | |-- sn_feature_sets.h | | | | | |-- sn_sal.h | | | | | |-- tiocp.h | | | | | |-- xbow.h | | | | | `-- xwidgetdev.h | | | | |-- string.h | | | | |-- thread_info.h | | | | |-- timex.h | | | | |-- topology.h | | | | |-- unaligned.h | | | | |-- unistd.h | | | | `-- unwind.h | | | |-- asm-generic | | | | |-- README.origin | | | | |-- div64.h | | | | |-- ide_iops.h | | | | |-- iomap.h | | | | |-- pci.h | | | | |-- pgtable.h | | | | |-- sections.h | | | | |-- topology.h | | | | |-- unaligned.h | | | | `-- vmlinux.lds.h | | | |-- bcd.h | | | |-- bitmap.h | | | |-- bitops.h | | | |-- byteorder | | | | |-- README.origin | | | | |-- generic.h | | | | |-- little_endian.h | | | | `-- swab.h | | | |-- completion.h | | | |-- hash.h | | | |-- initrd.h | | | |-- ioport.h | | | |-- jiffies.h | | | |-- klist.h | | | |-- kmalloc_sizes.h | | | |-- kref.h | | | |-- linkage.h | | | |-- mod_devicetable.h | | | |-- notifier.h | | | |-- pci_ids.h | | | |-- pci_regs.h | | | |-- percpu.h | | | |-- pm.h | | | |-- preempt.h | | | |-- seqlock.h | | | |-- sort.h | | | |-- stddef.h | | | |-- sysfs.h | | | |-- thread_info.h | | | |-- time.h | | | |-- timex.h | | | |-- topology.h | | | `-- wait.h | | |-- linux-null | | | |-- README.origin | | | |-- asm | | | | |-- cyclone.h | | | | |-- desc.h | | | | |-- ia32.h | | | | |-- mman.h | | | | |-- mmzone.h | | | | |-- module.h | | | | |-- nmi.h | | | | |-- pdb.h | | | | |-- ptrace_offsets.h | | | | |-- scatterlist.h | | | | |-- semaphore.h | | | | |-- serial.h | | | | |-- signal.h | | | | |-- sn | | | | | |-- arch.h | | | | | |-- geo.h | | | | | |-- nodepda.h | | | | | `-- sn_cpuid.h | | | | |-- ustack.h | | | | `-- xen | | | | `-- hypervisor.h | | | |-- asm-generic | | | | `-- pci-dma-compat.h | | | `-- linux | | | |-- bootmem.h | | | |-- capability.h | | | |-- completion.h | | | |-- device.h | | | |-- dmapool.h | | | |-- file.h | | | |-- kallsyms.h | | | |-- kernel_stat.h | | | |-- mmzone.h | | | |-- module.h | | | |-- mount.h | | | |-- node.h | | | |-- page-flags.h | | | |-- pagemap.h | | | |-- platform.h | | | |-- pm.h | | | |-- poll.h | | | |-- proc_fs.h | | | |-- profile.h | | | |-- ptrace.h | | | |-- random.h | | | |-- rcupdate.h | | | |-- rtc.h | | | |-- rwsem.h | | | |-- seq_file.h | | | |-- serial.h | | | |-- serial_core.h | | | |-- signal.h | | | |-- slab.h | | | |-- smp_lock.h | | | |-- swap.h | | | |-- sysctl.h | | | |-- threads.h | | | |-- tty.h | | | |-- vfs.h | | | |-- vmalloc.h | | | `-- workqueue.h | | |-- linux-xen | | | |-- asm | | | | |-- README.origin | | | | |-- acpi.h | | | | |-- atomic.h | | | | |-- cache.h | | | | |-- gcc_intrin.h | | | | |-- ia64regs.h | | | | |-- io.h | | | | |-- iosapic.h | | | | |-- kregs.h | | | | |-- machvec.h | | | | |-- machvec_dig.h | | | | |-- machvec_hpzx1.h | | | | |-- machvec_sn2.h | | | | |-- mca_asm.h | | | | |-- meminit.h | | | | |-- numa.h | | | | |-- page.h | | | | |-- pal.h | | | | |-- pci.h | | | | |-- percpu.h | | | | |-- perfmon.h | | | | |-- perfmon_default_smpl.h | | | | |-- pgalloc.h | | | | |-- pgtable.h | | | | |-- processor.h | | | | |-- ptrace.h | | | | |-- sal.h | | | | |-- smp.h | | | | |-- sn | | | | | |-- README.origin | | | | | |-- addrs.h | | | | | |-- arch.h | | | | | |-- hubdev.h | | | | | |-- intr.h | | | | | |-- io.h | | | | | |-- nodepda.h | | | | | |-- pcibr_provider.h | | | | | |-- pcidev.h | | | | | |-- rw_mmr.h | | | | | `-- types.h | | | | |-- spinlock.h | | | | |-- system.h | | | | `-- types.h | | | |-- asm-generic | | | | |-- README.origin | | | | `-- pgtable-nopud.h | | | `-- linux | | | |-- README.origin | | | |-- cpu.h | | | |-- device.h | | | |-- efi.h | | | |-- gfp.h | | | |-- hardirq.h | | | |-- interrupt.h | | | |-- kobject.h | | | |-- linux-pci.h | | | `-- oprofile.h | | |-- mm.h | | |-- mmu_context.h | | |-- multicall.h | | |-- offsets.h | | |-- p2m_entry.h | | |-- perfc.h | | |-- perfc_defn.h | | |-- privop.h | | |-- privop_stat.h | | |-- regionreg.h | | |-- regs.h | | |-- shadow.h | | |-- shared.h | | |-- sioemu.h | | |-- slab.h | | |-- softirq.h | | |-- time.h | | |-- tlb.h | | |-- tlb_track.h | | |-- tlbflush.h | | |-- trace.h | | |-- uaccess.h | | |-- vcpu.h | | |-- vcpumask.h | | |-- vhpt.h | | |-- viosapic.h | | |-- virt_event.h | | |-- vlsapic.h | | |-- vmmu.h | | |-- vmx.h | | |-- vmx_mm_def.h | | |-- vmx_pal.h | | |-- vmx_pal_vsa.h | | |-- vmx_phy_mode.h | | |-- vmx_platform.h | | |-- vmx_vcpu.h | | |-- vmx_vcpu_save.h | | |-- vmx_vpd.h | | |-- vtm.h | | |-- xengcc_intrin.h | | |-- xenia64regs.h | | |-- xenkregs.h | | |-- xenmca.h | | |-- xenoprof.h | | |-- xenpage.h | | |-- xenprocessor.h | | |-- xensystem.h | | `-- xentypes.h | |-- asm-x86 | | |-- acpi.h | | |-- amd-iommu.h | | |-- apic.h | | |-- apicdef.h | | |-- asm_defns.h | | |-- atomic.h | | |-- bitops.h | | |-- bug.h | | |-- byteorder.h | | |-- cache.h | | |-- compat.h | | |-- config.h | | |-- cpufeature.h | | |-- current.h | | |-- debugger.h | | |-- debugreg.h | | |-- delay.h | | |-- desc.h | | |-- div64.h | | |-- domain.h | | |-- e820.h | | |-- edd.h | | |-- elf.h | | |-- event.h | | |-- fixmap.h | | |-- flushtlb.h | | |-- genapic.h | | |-- grant_table.h | | |-- guest_access.h | | |-- hap.h | | |-- hardirq.h | | |-- hpet.h | | |-- hvm | | | |-- cacheattr.h | | | |-- domain.h | | | |-- emulate.h | | | |-- guest_access.h | | | |-- hvm.h | | | |-- io.h | | | |-- iommu.h | | | |-- irq.h | | | |-- support.h | | | |-- svm | | | | |-- amd-iommu-acpi.h | | | | |-- amd-iommu-defs.h | | | | |-- amd-iommu-proto.h | | | | |-- asid.h | | | | |-- emulate.h | | | | |-- intr.h | | | | |-- svm.h | | | | `-- vmcb.h | | | |-- trace.h | | | |-- vcpu.h | | | |-- vioapic.h | | | |-- viridian.h | | | |-- vlapic.h | | | |-- vmx | | | | |-- vmcs.h | | | | |-- vmx.h | | | | |-- vpmu.h | | | | `-- vpmu_core2.h | | | |-- vpic.h | | | `-- vpt.h | | |-- hypercall.h | | |-- i387.h | | |-- init.h | | |-- io.h | | |-- io_apic.h | | |-- iocap.h | | |-- ipi.h | | |-- irq.h | | |-- ldt.h | | |-- mach-default | | | |-- bios_ebda.h | | | |-- io_ports.h | | | |-- irq_vectors.h | | | |-- mach_mpparse.h | | | |-- mach_mpspec.h | | | |-- mach_wakecpu.h | | | `-- smpboot_hooks.h | | |-- mach-generic | | | |-- mach_apic.h | | | `-- mach_mpparse.h | | |-- mach-summit | | | `-- mach_mpparse.h | | |-- mc146818rtc.h | | |-- microcode.h | | |-- mm.h | | |-- mpspec.h | | |-- mpspec_def.h | | |-- msi.h | | |-- msr-index.h | | |-- msr.h | | |-- mtrr.h | | |-- multicall.h | | |-- nmi.h | | |-- numa.h | | |-- p2m.h | | |-- page.h | | |-- paging.h | | |-- percpu.h | | |-- perfc.h | | |-- perfc_defn.h | | |-- pirq.h | | |-- processor.h | | |-- regs.h | | |-- rwlock.h | | |-- shadow.h | | |-- shared.h | | |-- smp.h | | |-- softirq.h | | |-- spinlock.h | | |-- string.h | | |-- system.h | | |-- tboot.h | | |-- time.h | | |-- trace.h | | |-- traps.h | | |-- types.h | | |-- uaccess.h | | |-- x86_32 | | | |-- asm_defns.h | | | |-- bug.h | | | |-- elf.h | | | |-- page.h | | | |-- regs.h | | | |-- system.h | | | `-- uaccess.h | | |-- x86_64 | | | |-- asm_defns.h | | | |-- bug.h | | | |-- elf.h | | | |-- page.h | | | |-- regs.h | | | |-- system.h | | | `-- uaccess.h | | |-- x86_emulate.h | | `-- xenoprof.h | |-- public | | |-- COPYING | | |-- arch-ia64 | | | |-- debug_op.h | | | |-- hvm | | | | |-- memmap.h | | | | `-- save.h | | | `-- sioemu.h | | |-- arch-ia64.h | | |-- arch-x86 | | | |-- cpuid.h | | | |-- hvm | | | | `-- save.h | | | |-- xen-mca.h | | | |-- xen-x86_32.h | | | |-- xen-x86_64.h | | | `-- xen.h | | |-- arch-x86_32.h | | |-- arch-x86_64.h | | |-- callback.h | | |-- dom0_ops.h | | |-- domctl.h | | |-- elfnote.h | | |-- elfstructs.h | | |-- event_channel.h | | |-- features.h | | |-- grant_table.h | | |-- hvm | | | |-- e820.h | | | |-- hvm_info_table.h | | | |-- hvm_op.h | | | |-- ioreq.h | | | |-- params.h | | | `-- save.h | | |-- io | | | |-- blkif.h | | | |-- console.h | | | |-- fbif.h | | | |-- fsif.h | | | |-- kbdif.h | | | |-- netif.h | | | |-- pciif.h | | | |-- protocols.h | | | |-- ring.h | | | |-- tpmif.h | | | |-- xenbus.h | | | `-- xs_wire.h | | |-- kexec.h | | |-- libelf.h | | |-- memory.h | | |-- nmi.h | | |-- physdev.h | | |-- platform.h | | |-- sched.h | | |-- sysctl.h | | |-- trace.h | | |-- vcpu.h | | |-- version.h | | |-- xen-compat.h | | |-- xen.h | | |-- xencomm.h | | |-- xenoprof.h | | `-- xsm | | |-- acm.h | | |-- acm_ops.h | | `-- flask_op.h | |-- xen | | |-- acpi.h | | |-- bitmap.h | | |-- bitops.h | | |-- byteorder | | | |-- big_endian.h | | | |-- generic.h | | | |-- little_endian.h | | | `-- swab.h | | |-- cache.h | | |-- compat.h | | |-- compile.h.in | | |-- compiler.h | | |-- config.h | | |-- console.h | | |-- cpuidle.h | | |-- cpumask.h | | |-- ctype.h | | |-- delay.h | | |-- dmi.h | | |-- domain.h | | |-- domain_page.h | | |-- elf.h | | |-- elfcore.h | | |-- errno.h | | |-- event.h | | |-- gdbstub.h | | |-- grant_table.h | | |-- guest_access.h | | |-- hvm | | | |-- iommu.h | | | |-- irq.h | | | `-- save.h | | |-- hypercall.h | | |-- init.h | | |-- inttypes.h | | |-- iocap.h | | |-- iommu.h | | |-- irq.h | | |-- irq_cpustat.h | | |-- kernel.h | | |-- kexec.h | | |-- keyhandler.h | | |-- lib.h | | |-- list.h | | |-- mm.h | | |-- multiboot.h | | |-- multiboot2.h | | |-- multicall.h | | |-- nmi.h | | |-- nodemask.h | | |-- numa.h | | |-- paging.h | | |-- pci.h | | |-- pci_regs.h | | |-- percpu.h | | |-- perfc.h | | |-- perfc_defn.h | | |-- prefetch.h | | |-- rangeset.h | | |-- rcupdate.h | | |-- sched-if.h | | |-- sched.h | | |-- serial.h | | |-- shared.h | | |-- shutdown.h | | |-- smp.h | | |-- softirq.h | | |-- spinlock.h | | |-- stdarg.h | | |-- stop_machine.h | | |-- string.h | | |-- symbols.h | | |-- time.h | | |-- timer.h | | |-- trace.h | | |-- types.h | | |-- version.h | | |-- vga.h | | |-- xencomm.h | | |-- xenoprof.h | | `-- xmalloc.h | |-- xlat.lst | `-- xsm | |-- acm | | |-- acm_core.h | | |-- acm_endian.h | | `-- acm_hooks.h | `-- xsm.h |-- tools | |-- Makefile | |-- compat-build-header.py | |-- compat-build-source.py | |-- figlet | | |-- LICENSE | | |-- Makefile | | |-- README | | |-- figlet.c | | `-- xen.flf | |-- get-fields.sh | `-- symbols.c `-- xsm |-- Makefile |-- acm | |-- Makefile | |-- acm_chinesewall_hooks.c | |-- acm_core.c | |-- acm_null_hooks.c | |-- acm_ops.c | |-- acm_policy.c | |-- acm_simple_type_enforcement_hooks.c | `-- acm_xsm_hooks.c |-- dummy.c |-- flask | |-- Makefile | |-- avc.c | |-- flask_op.c | |-- hooks.c | |-- include | | |-- av_inherit.h | | |-- av_perm_to_string.h | | |-- av_permissions.h | | |-- avc.h | | |-- avc_ss.h | | |-- class_to_string.h | | |-- common_perm_to_string.h | | |-- conditional.h | | |-- flask.h | | |-- initial_sid_to_string.h | | |-- objsec.h | | `-- security.h | `-- ss | |-- Makefile | |-- avtab.c | |-- avtab.h | |-- conditional.c | |-- conditional.h | |-- constraint.h | |-- context.h | |-- ebitmap.c | |-- ebitmap.h | |-- hashtab.c | |-- hashtab.h | |-- mls.c | |-- mls.h | |-- mls_types.h | |-- policydb.c | |-- policydb.h | |-- services.c | |-- services.h | |-- sidtab.c | |-- sidtab.h | |-- symtab.c | `-- symtab.h |-- xsm_core.c `-- xsm_policy.c 357 directories, 2812 files