aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_create.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-11/+4
* libxl: add feature flag to xenstore for XS_RESET_WATCHESOlaf Hering2012-01-051-0/+1
* tools: VM generation ID save/restore and migrate.Paul Durrant2011-12-161-0/+1
* libxl: Add hvm specific ro and rw nodes.Paul Durrant2011-12-161-0/+8
* libxl: Open code rw and ro node creation.Paul Durrant2011-12-161-20/+29
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-1/+1
* libxl: do not leak qemu saved state on restoreIan Campbell2011-12-131-1/+1
* libxl: Compile with -Wformat-nonliteral.Ian Campbell2011-12-131-2/+2
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-121-6/+6
* libxl: Rationalise #includesIan Jackson2011-12-121-3/+1
* xl: fix compiler warningsAndre Przywara2011-12-121-1/+1
* libxl: Add a vkbd frontend/backend pair for HVM guestsStefano Stabellini2011-11-221-0/+7
* hvmloader: Add configuration options to selectively disable S3 and S4 ACPI po...Paul Durrant2011-11-181-1/+7
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-0/+5
* libxl: libxl: Introduce dm-version xenstore key.Anthony PERARD2011-11-041-1/+28
* libxl: rename libxl__device_model_startingOlaf Hering2011-10-271-1/+1
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-11/+11
* libxl: libxl__e820_alloc must take a libxl__gc.Ian Campbell2011-10-131-1/+1
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: create pci backend only when there are pci devices.Roger Pau Monne2011-10-061-6/+8
* libxl: Introduce a QMP clientAnthony PERARD2011-09-291-0/+4
* libxl: enabling upstream qemu as pure pv backend.Wei Liu2011-07-191-2/+15
* libxl: specify HVM vs PV in create_info using libxl_domain_type enumIan Campbell2011-07-181-17/+47
* libxl: specify HVM vs PV in build_info using libxl_domain_type enumIan Campbell2011-07-181-7/+20
* libxl: sane disk backend selection and validationIan Jackson2011-07-061-0/+6
* libxl: add all pci devices to xenstore at once (during VM create)Marek Marczykowski2011-06-211-0/+8
* libxl: Add support for passing in the host's E820 for PCI passthroughKonrad Rzeszutek Wilk2011-05-261-0/+8
* libxl: pass device model info down into HVM domain build functions.Ian Campbell2011-05-241-4/+7
* libxl/xl: Use "firmware" rather than "hvmloader" in API.Ian Campbell2011-05-241-1/+1
* libxl: turn some stray printf's in libxl into LIBXL__LOG.Ian Campbell2011-05-201-9/+12
* libxl: Fix apic/acpi confusionIan Jackson2011-05-171-1/+1
* tools: libxl: remove libxl_domain_build_state from the IDLIan Campbell2011-04-201-10/+10
* tools: libxl: namespace enum values within their type.Ian Campbell2011-04-201-2/+2
* tools: libxl: hide selection of device-model by default.Ian Campbell2011-04-201-1/+3
* tools: libxl: hide selection of hvmloader by default.Ian Campbell2011-04-191-6/+7
* libxl: drop domid field from libxl_device_*Ian Campbell2011-04-081-6/+0
* libxl/xl: drop support for netchannel2Ian Campbell2011-04-081-15/+0
* tools: Add nestedhvm guest config optioncegger2011-02-281-0/+1
* libxl: remove XS transaction from public API.Ian Campbell2011-03-231-1/+1
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-50/+55
* libxl: Multi-device passthrough coldplug: do not wait for unstarted guestIan Jackson2011-02-251-1/+1
* libxl: allow guest to write "control/shutdown" xenstore node.Ian Campbell2011-02-111-1/+1
* libxl: do not call libxl__file_reference_unmap twiceStefano Stabellini2011-02-111-3/+0
* libxl: fix console autoconnect with pygrub, by invoking xenconsole twiceStefano Stabellini2011-02-041-1/+1
* libxl: prevent creation of domains with duplicate namesIan Jackson2011-01-281-0/+1
* libxl, xl: fixes to domain creation cleanup logic (domid values)Ian Jackson2011-01-281-0/+5
* libxl: fix error handling (xenstore transaction leak) in libxl__domain_makeIan Jackson2011-01-281-20/+29
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-211-1/+4
* libxl: Fix for Windows UP crash on boot using xlIan Jackson2011-01-211-0/+1
* libxl: move domain struct init functions from xl to libxlGianni Tedesco2011-01-111-0/+69