aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buildconfigs: update enable-xen-configKeir Fraser2010-08-241-0/+24
* Document how 4gb_segment_notify notifysKeir Fraser2010-08-221-2/+2
* mce: Provide ERST interfaceKeir Fraser2010-08-225-0/+272
* Implement ACPI APEI ERST featureKeir Fraser2010-08-2213-0/+1697
* x86: Automatically EOI guest-bound interrupts if guest takes too long.Keir Fraser2010-08-221-8/+57
* xl: poison data objects in auto-generated destructorsGianni Tedesco2010-08-201-0/+4
* libxc: remus: unbreak after 21488:dd6bbdc42033Brendan Cully2010-08-191-14/+18
* libxl: Disable opengl if info->opengl == 0 (correct sense of test)Stefano Stabellini2010-08-191-1/+1
* QEMU_TAG updateIan Jackson2010-08-191-3/+3
* QEMU_TAG updateIan Jackson2010-08-191-3/+3
* tools/python: fix xm list for Python 2.7Michael Young2010-08-192-1/+10
* timers: Fix printk format specifierKeir Fraser2010-08-191-1/+1
* xl: use libxl_device_pci_destroyIan Campbell2010-08-191-0/+3
* libxl/xl: Use libxl_vcpuinfo_destroyIan Campbell2010-08-193-34/+33
* libxl/xl: Use libxl_device_nic_destroy and libxl_nicinfo_destroyIan Campbell2010-08-194-41/+33
* libxl/xl: use libxl_diskinfo_destroy and libxl_device_disk_destroyIan Campbell2010-08-192-8/+16
* xl: destroy device model info after creationIan Campbell2010-08-191-0/+2
* libxl: use libxl_version_info_destroy, not hand-coded do_free_version_infoIan Campbell2010-08-191-14/+1
* xl: free the libxl types contained in struct domain_configIan Campbell2010-08-191-2/+26
* libxl: implement destroy for libxl_file_reference builtin typeIan Campbell2010-08-196-54/+68
* libxl: do not generate a destructor for data types which do not require oneIan Campbell2010-08-192-7/+7
* libxl: build info bootloader{,_args} are not const.Ian Campbell2010-08-191-2/+2
* libxl: libxl_device_console.build_state is constIan Campbell2010-08-191-1/+1
* libxl: generate destructors for each libxl defined typeIan Campbell2010-08-197-11/+142
* libxl: autogenerate _libxl_types.hIan Campbell2010-08-196-428/+743
* libxl: tweak formatting of _libxl_types.h to better suit autogenerationIan Campbell2010-08-191-84/+194
* libxl: move type definitions into _libxl_types.hIan Campbell2010-08-193-311/+320
* xl: free all data on exit from the domain monitor daemon.Ian Campbell2010-08-191-6/+9
* Update MAINTAINERS file.Keir Fraser2010-08-181-0/+21
* MergeIan Jackson2010-08-186-84/+41
|\
| * timers: Simplify implementation logic.Keir Fraser2010-08-186-71/+29
| * timers: Improve debug-key printing.Keir Fraser2010-08-181-13/+12
* | tools/libxl: fix "xl console" for primary consoleIan Campbell2010-08-183-5/+13
* | tools/libxc: free thread specific hypercall buffer on xc_interface_closeIan Campbell2010-08-181-0/+14
* | tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccDaniel Kiper2010-08-181-0/+1
* | tools/hotplug: 21549:8bcaec29574e breaks vif-script with arguments.Brendan Cully2010-08-181-1/+1
|/
* x86 cpuidle: check whether cpu is online in cpu idle controlKeir Fraser2010-08-171-2/+3
* xentrace: Fix buffer allocation to properly depend on T_INFO_PAGESKeir Fraser2010-08-171-3/+3
* tools/libxl: fix leak in libxl_wait_for_backend()Gianni Tedesco2010-08-171-3/+6
* tools/libxl: compile with -Wmissing-declarationsIan Jackson2010-08-179-47/+64
* xend: remove non-ASCII characters.Christoph Egger2010-08-171-6/+6
* libxl: xs_read accepts NULL for *len parameterIan Campbell2010-08-161-2/+1
* libxl: do not GC data returned to the caller by libxl_device_disk_getinfo.Ian Campbell2010-08-161-4/+4
* libxl: ensure result of libxl_poolid_to_name is always dynamically allocatedIan Campbell2010-08-161-1/+1
* lbixl: make libxl_device_model_starting type opaque to users of libxlIan Campbell2010-08-162-2/+2
* libxl: make libxl_console_reader type opaque to users of libxlIan Campbell2010-08-162-8/+10
* libxl: add specific type for hwcapsIan Campbell2010-08-161-1/+3
* libxl: add specific type for cpumap.Ian Campbell2010-08-161-1/+3
* libxl: move various enum and #defines above datastructure definitions.Ian Campbell2010-08-161-30/+31
* libxl: define specific types for string list and key,value listIan Campbell2010-08-161-3/+7