summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: drop bogus and obsolete ptyfuncs.m4HEADmasterOlaf Hering2023-05-165-78/+1
* tools: Fix install.sh for systemdOlaf Hering2023-05-166-4/+5
* tools: convert bitfields to unsigned typeOlaf Hering2023-05-162-7/+7
* x86: Add AMD's CpuidUserDis bit definitionsAlejandro Vallejo2023-05-112-0/+3
* domctl: Modify XEN_DOMCTL_getdomaininfo to fail if domid is not foundAlejandro Vallejo2023-05-102-116/+0
* tools: Use new xc function for some xc_domain_getinfo() callsAlejandro Vallejo2023-05-1030-184/+159
* tools: Modify single-domid callers of xc_domain_getinfolist()Alejandro Vallejo2023-05-107-47/+29
* LICENSES: Remove the use of deprecated SPDX tagsAndrew Cooper2023-05-0913-13/+13
* acpi: add TPM2 interface definitionJennifer Herbert2023-05-086-1/+113
* acpi: make TPM version configurableJennifer Herbert2023-05-083-38/+61
* libacpi: switch to SPDXJan Beulich2023-05-0514-590/+13
* tools/xen-ucode: print information about currently loaded ucodeSergey Dyasli2023-05-031-10/+75
* x86/platform: introduce XENPF_get_ucode_revisionSergey Dyasli2023-05-032-0/+20
* tools/xenctrl: add xc_get_cpu_version()Sergey Dyasli2023-05-032-0/+18
* 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: Make init-xenstore-domain use xc_domain_getinfolist()Alejandro Vallejo2023-04-281-5/+10
* tools: Refactor console/io.c to avoid using xc_domain_getinfo()Alejandro Vallejo2023-04-281-14/+17
* tools: Create xc_domain_getinfo_single()Alejandro Vallejo2023-04-282-0/+40
* tools: Make some callers of xc_domain_getinfo() use xc_domain_getinfolist()Alejandro Vallejo2023-04-283-17/+30
* 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
* tools: ipxe: update for fixing build with GCC12Olaf Hering2023-04-251-1/+1
* tools/xenstore/xenstored_control.c: correctly print time_tAlexander Kanavin2023-04-191-4/+4
* x86: fix build with old gcc after CPU policy changesJan Beulich2023-04-191-1/+3
* tests/cpu-policy: fix "run" goalJan Beulich2023-04-191-2/+2
* x86emul: support AVX-NE-CONVERT insnsJan Beulich2023-04-175-1/+43
* x86emul: support AVX-VNNI-INT8Jan Beulich2023-04-174-0/+10
* x86emul: support AVX-IFMA insnsJan Beulich2023-04-174-0/+6
* x86emul: support WRMSRNSJan Beulich2023-04-172-0/+2
* x86emul/fuzz: correct header (symlink) dependenciesJan Beulich2023-04-171-3/+5
* Revert "x86emul/test: drop bogus .PHONY"Jan Beulich2023-04-051-0/+1
* tools/libs/guest: Fix build following libx86 changesAndrew Cooper2023-04-051-1/+1
* libx86: Update library API for cpu_policyAndrew Cooper2023-04-053-5/+5
* tools/fuzz: Rework afl-policy-fuzzerAndrew Cooper2023-04-051-37/+20
* x86/emul: Switch x86_emulate_ctxt to cpu_policyAndrew Cooper2023-04-053-3/+3
* x86: Out-of-inline the policy<->featureset convertorsAndrew Cooper2023-04-051-1/+1
* x86: Drop struct old_cpu_policyAndrew Cooper2023-04-052-38/+16
* x86: Merge xc_cpu_policy's cpuid and msr objectsAndrew Cooper2023-04-053-59/+53
* x86: Merge struct msr_policy into struct cpu_policyAndrew Cooper2023-04-051-1/+0
* x86: Rename struct cpuid_policy to struct cpu_policyAndrew Cooper2023-04-053-3/+3
* 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-052-4/+4
* x86emul: correct AVX512VL+VPCLMUL test descriptionsJan Beulich2023-04-041-3/+3
* x86emul/test: drop bogus .PHONYJan Beulich2023-04-041-1/+0
* x86emul/fuzzer: re-arrange cleaningJan Beulich2023-04-041-1/+1
* x86/emul: Fix test harness build with blk.c moved out of x86_emulate.cAndrew Cooper2023-04-031-0/+6
* x86emul: move various utility functions to separate source filesJan Beulich2023-04-031-1/+1
* x86emul: move x86_emul_blk() to separate source fileJan Beulich2023-04-033-2/+7
* x86emul: split off insn decodingJan Beulich2023-04-034-7/+5