aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dm.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: use new qemu at the location where xen-unstable installs it2012-01-241-1/+1
* libxl: drop vfs path -- fsback/front were deleted some time agoIan Campbell2012-01-161-2/+0
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-9/+1
* libxl: Add hvm specific ro and rw nodes.Paul Durrant2011-12-161-3/+3
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-1/+1
* libxl: remove stubdom device model save file when destroying stubdomIan Campbell2011-12-151-1/+23
* libxl: do not leak qemu saved state on restoreIan Campbell2011-12-131-3/+16
* libxl: Rationalise #includesIan Jackson2011-12-121-3/+1
* libxl: Introduce migrate with the new QEMU.Anthony PERARD2011-12-011-2/+4
* libxl: open logs with O_APPENDIan Jackson2011-11-281-1/+1
* libxl: add libxl__spawn_confirm_offspring_startupOlaf Hering2011-10-271-15/+6
* libxl: add pid path to libxl__spawner_startingOlaf Hering2011-10-271-0/+1
* libxl: rename dm_xenstore_record_pid to libxl_spawner_record_pidOlaf Hering2011-10-271-26/+1
* libxl: rename libxl__device_model_startingOlaf Hering2011-10-271-10/+10
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: Introduce a QMP clientAnthony PERARD2011-09-291-0/+10
* libxl: correct allocation size in libxl_list_vmIan Campbell2011-09-281-3/+3
* libxl: make libxl__wait_for_device_model use libxl__spawn_starrting directlyIan Campbell2011-09-271-1/+1
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-3/+3
* libxl: enabling upstream qemu as pure pv backend.Wei Liu2011-07-191-11/+27
* libxl: specify HVM vs PV in create_info using libxl_domain_type enumIan Campbell2011-07-181-1/+1
* libxl: specify HVM vs PV in build_info using libxl_domain_type enumIan Campbell2011-07-181-1/+2
* libxl: Give the HVM domain type the name "HVM"Ian Campbell2011-07-181-5/+5
* libxl: add LIBXL_MAC_{FMT,FMTLEN,BYTES}Ian Campbell2011-07-141-6/+4
* libxl: sane disk backend selection and validationIan Jackson2011-07-061-16/+1
* libxl: use preferred syntax for network device creation with upstream qemuIan Campbell2011-05-261-6/+10
* libxl: support "spice" (remote display protocol) with upstream qemuZhou Peng2011-05-261-0/+37
* libxl: fix initialization of the disk parsing iteratorStefano Stabellini2011-05-241-1/+1
* libxl: pass device model info down into HVM domain build functions.Ian Campbell2011-05-241-1/+1
* libxl: libxl__xs_write format string should be const.Ian Campbell2011-05-241-3/+3
* libxl: add statup checks to libxl__wait_for_device_modelIan Campbell2011-05-241-4/+2
* libxl: pass libxl__spawn_starting to libxl__spawn_spawn.Ian Campbell2011-05-241-1/+2
* libxl: remove redundant call to libxl_domain_device_modelIan Campbell2011-05-241-3/+1
* libxl: check that device model binary is executable.Ian Campbell2011-05-241-1/+6
* tools: Fix build failure with gcc 4.4.3-4ubuntu5George Dunlap2011-05-201-1/+1
* libxl: make it possible to disable vncZhou Peng2011-05-201-2/+2
* libxl: Fix apic/acpi confusionIan Jackson2011-05-171-2/+2
* tools: libxl: remove libxl_domain_build_state from the IDLIan Campbell2011-04-201-3/+3
* tools: libxl: namespace enum values within their type.Ian Campbell2011-04-201-4/+4
* tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_typeIan Campbell2011-04-201-10/+10
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-201-23/+31
* tools: support SeaBIOS. Use by default when upstream qemu is configured.Ian Campbell2011-04-201-2/+1
* tools: libxl: write selected BIOS to xenstore.Ian Campbell2011-04-201-0/+16
* tools: libxl: hide selection of device-model by default.Ian Campbell2011-04-201-18/+76
* tools: libxl: hide selection of hvmloader by default.Ian Campbell2011-04-191-1/+2
* libxl: drop domid field from libxl_device_*Ian Campbell2011-04-081-5/+0
* libxl: Drop unnecessary \n from log messageIan Campbell2011-04-051-1/+1
* libxl: specific explicit disk image format to new qemuIan Campbell2011-04-051-7/+30
* libxl: specify disks using supported command line syntax for new qemuIan Campbell2011-04-051-4/+40
* libxl: pass list of disks to libxl__build_device_model_argsIan Campbell2011-04-051-16/+14