aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* xl: add "check-xl-vif-parse" test scriptMathieu Gagne2012-04-241-0/+209
* xl: add support for vif rate limitingMathieu Gagne2012-04-247-2/+184
* libxl: use qemu-xen with PV guests by defaultStefano Stabellini2012-04-241-5/+28
* xl: xl network-attach -N (dry run) optionMathieu Gagne2012-04-172-1/+11
* xl: cleanup indentationMathieu Gagne2012-04-171-4/+4
* libxl: Query VNC listening port through QMPAnthony PERARD2012-04-171-0/+59
* libxl: provide STATE_AO_GCIan Jackson2012-04-111-3/+8
* libxl: Protect fds with CLOEXEC even with forking threadsIan Jackson2012-04-116-1/+232
* libxl: libxl_event.c:beforepoll_internal, REQUIRE_FDSIan Jackson2012-04-111-26/+56
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-115-14/+11
* libxl: include <_libxl_paths.h> in libxl_internal.hIan Jackson2012-04-113-4/+2
* libxl: Provide libxl_string_list_lengthIan Jackson2012-04-112-0/+9
* libxl: include <ctype.h> and introduce CTYPE helper macroIan Jackson2012-04-111-0/+20
* libxl: Introduce some convenience macrosIan Jackson2012-04-111-0/+72
* libxl: Make libxl__zalloc et al tolerate a NULL gcIan Jackson2012-04-112-9/+17
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-113-45/+52
* libxl: Use PTHREAD_CFLAGS, LDFLAGS, LIBSIan Jackson2012-04-111-0/+4
* libxl: Fix leak of ctx->lockIan Jackson2012-04-111-4/+13
* libxl: remove poller from list in libxl__poller_getRoger Pau Monne2012-04-111-1/+3
* libxl: Fix eventloop_iteration over-lockingIan Jackson2012-04-112-6/+2
* libxl: fix hang due to libxl__initiate_device_removeIan Jackson2012-04-113-11/+18
* libxl: ao: allow immediate completionIan Jackson2012-04-112-5/+16
* libxl: fixup error handling in libxl_send_triggerIan Campbell2012-04-041-5/+6
* xl, libxl: Add per-device and global permissive config options for pci passth...George Dunlap2012-04-044-1/+40
* libxl: Move bdf parsing into libxluGeorge Dunlap2012-04-046-160/+197
* libxl: Pass actual RAM amount to qemu-xenAnthony PERARD2012-04-031-4/+3
* libxl: Document API and ABI compatibility guarantees.Ian Campbell2012-03-191-0/+78
* libxl: log device model arguments to aid debuggingIan Campbell2012-03-191-1/+5
* libxl: Use enum values for qemu version not raw numbersIan Campbell2012-03-221-4/+6
* libxl: support for "rtc_timeoffset" and "localtime"Lin Ming2012-04-024-0/+21
* libxl: Handle non-ballooned, zero slackmem properly for pci passthruGeorge Dunlap2012-04-021-1/+1
* xl: do not include xenctrl.hIan Campbell2012-03-271-1/+0
* xl: provide a command to set the saved configuration for a running domainIan Campbell2012-04-023-2/+156
* xl: Implement sched-credit schedule parameter command-line interfaceGeorge Dunlap2012-03-142-17/+121
* xl: Refactor sched_domain_output to have a callback for pool informationGeorge Dunlap2012-03-141-9/+23
* xl: display max_cpu_ids for xl infoAndrew Cooper2012-03-141-0/+1
* xl block-detach: allow other than numeric-decimal specification of the diskJan Beulich2012-03-133-4/+8
* libxl: always set a default value for VFB.openglIan Campbell2012-03-131-3/+1
* libxl: fix libxl_get_cpu_topologyWei Liu2012-03-131-1/+1
* libxl: publish number of paged pages.Andres Lagar-Cavilla2012-03-132-0/+2
* libxl: only set b_info->u.hvm.bios if type if HVMIan Campbell2012-03-021-17/+23
* libxl: Implement libxl_sched_credit_param_[gs]etGeorge Dunlap2012-03-013-0/+70
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-0110-83/+173
* libxl: idl: generate KeyedUnion key member as part of the KeyedUnionIan Campbell2012-03-012-2/+3
* libxl: Make IDL KeyedUnion keyvar an idl.FieldIan Campbell2012-03-014-8/+8
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-014-9/+18
* libxl: switch device model selection over to libxl_defboolIan Campbell2012-03-015-10/+18
* libxl: do not explicitly initialise members of build info to zeroIan Campbell2012-03-011-7/+0
* libxl: Select BIOS using libxl_domain_build_info_setdefaultsIan Campbell2012-03-012-16/+27
* libxl: use defbool for graphics related optionsIan Campbell2012-03-016-89/+112