summaryrefslogtreecommitdiff
path: root/tools/libs
Commit message (Expand)AuthorAgeFilesLines
* tools: drop bogus and obsolete ptyfuncs.m4HEADmasterOlaf Hering2023-05-162-5/+1
* x86: Add AMD's CpuidUserDis bit definitionsAlejandro Vallejo2023-05-111-0/+1
* domctl: Modify XEN_DOMCTL_getdomaininfo to fail if domid is not foundAlejandro Vallejo2023-05-101-73/+0
* tools: Use new xc function for some xc_domain_getinfo() callsAlejandro Vallejo2023-05-1021-141/+121
* tools: Modify single-domid callers of xc_domain_getinfolist()Alejandro Vallejo2023-05-105-38/+22
* x86/platform: introduce XENPF_get_ucode_revisionSergey Dyasli2023-05-031-0/+18
* tools/xenctrl: add xc_get_cpu_version()Sergey Dyasli2023-05-031-0/+17
* tools/libs/guest: assist gcc13's realloc analyzerOlaf Hering2023-05-031-10/+6
* libxl: fix matching of generic virtio deviceViresh Kumar2023-05-031-4/+8
* tools: Create xc_domain_getinfo_single()Alejandro Vallejo2023-04-281-0/+24
* libxl: Print device_kind as a stringJason Andryuk2023-04-261-2/+2
* libxl: device_backend_callback() print rc on errorJason Andryuk2023-04-261-2/+3
* x86emul: support AVX-NE-CONVERT insnsJan Beulich2023-04-171-0/+1
* x86emul: support AVX-VNNI-INT8Jan Beulich2023-04-171-0/+1
* x86emul: support AVX-IFMA insnsJan Beulich2023-04-171-0/+1
* tools/libs/guest: Fix build following libx86 changesAndrew Cooper2023-04-051-1/+1
* x86: Out-of-inline the policy<->featureset convertorsAndrew Cooper2023-04-051-1/+1
* x86: Drop struct old_cpu_policyAndrew Cooper2023-04-051-3/+1
* x86: Merge xc_cpu_policy's cpuid and msr objectsAndrew Cooper2023-04-052-21/+20
* x86: Rename {domctl,sysctl}.cpu_policy.{cpuid,msr}_policy fieldsAndrew Cooper2023-04-051-6/+6
* x86: Rename struct cpu_policy to struct old_cpuid_policyAndrew Cooper2023-04-051-2/+2
* x86/monitor: add new monitor event to catch I/O instructionsDmitry Isaykin2023-03-281-0/+13
* tools/migration: Fix iovec handling in send_checkpoint_dirty_pfn_list()Andrew Cooper2023-03-241-19/+6
* tools/libs/vchan: remove private offsetof() definitionJuergen Gross2023-03-241-4/+1
* tools: get rid of additional min() and max() definitionsJuergen Gross2023-03-241-2/+1
* tools: use libxenlight for writing xenstore-stubdom console nodesJuergen Gross2023-03-231-0/+23
* tools: rename xen-tools/libs.h file to common-macros.hJuergen Gross2023-03-2215-15/+15
* libxl: Fix libxl__device_pci_reset error messagesJason Andryuk2023-03-151-7/+7
* xl/libxl: Add OEM string support to smbiosJason Andryuk2023-03-152-2/+15
* xl/libxl: Add ability to specify SMBIOS stringsJason Andryuk2023-03-152-0/+47
* x86/spec-ctrl: Enumerations for DDP controlsAndrew Cooper2023-03-131-0/+1
* x86/spec-ctrl: Add BHI controls to userspace componentsAndrew Cooper2023-03-131-0/+3
* libs/guest: Fix leak on realloc failure in backup_ptes()Edwin Török2023-02-271-2/+8
* libs/guest: Fix resource leaks in xc_core_arch_map_p2m_tree_rw()Andrew Cooper2023-02-271-5/+3
* tools: Use PKG_CONFIG_FILE instead of PKG_CONFIG variableBertrand Marquis2023-02-242-9/+9
* libs: Fix unstable libs build with LLVM, auto-generate version-scriptAnthony PERARD2023-02-161-2/+9
* x86/shskt: Disable CET-SS on parts susceptible to fractured updatesAndrew Cooper2023-02-091-0/+2
* libs/util: Fix parallel build between flex/bison and CC rulesAnthony PERARD2023-02-091-0/+8
* libs/util: Remove unused headers in libxlu_pci.cAnthony PERARD2023-02-091-3/+0
* libs/light: Makefile cleanupAnthony PERARD2023-02-082-10/+8
* libs/light: Rework targets prerequisitesAnthony PERARD2023-02-081-12/+16
* libxl/x86: use public interface TSC mode definitionsJan Beulich2023-02-071-3/+4
* libs: Fix auto-generation of version-script for unstable libsAnthony PERARD2023-02-0716-20/+14
* libxl: fix guest kexec - skip cpuid policyJason Andryuk2023-01-263-1/+4
* x86: Initial support for WRMSRNSAndrew Cooper2023-01-201-0/+1
* x86/prot-key: Enumeration for Protection Key SupervisorAndrew Cooper2023-01-201-0/+1
* tools/libxl: Fix virtio build error for 32-bit platformsViresh Kumar2022-12-151-2/+2
* libxl: add support for generic virtio deviceViresh Kumar2022-12-147-0/+274
* libxl: abort on memory allocation errorsMarek Marczykowski-Górecki2022-12-131-1/+1
* libxl: arm: make creation of iommu node independent of disk deviceViresh Kumar2022-12-061-7/+10