summary refs log tree commit diff stats
path: root/hw/i386/x86-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386/tdx: load TDVF for TD guestChao Peng2025-05-281-1/+5
* hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé2025-01-311-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-01-171-13/+9
|\
| * i386/cpu: Track a X86CPUTopoInfo directly in CPUX86StateXiaoyao Li2025-01-101-7/+5
| * i386/cpu: Drop the variable smp_cores and smp_threads in x86_cpu_pre_plug()Xiaoyao Li2025-01-101-6/+4
* | hw/i386/pc: Fix level interrupt sharing for Xen event channel GSIDavid Woodhouse2025-01-091-11/+21
|/
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-3/+3
* x86/loader: add -shim optionGerd Hoffmann2024-12-161-0/+16
* x86/loader: expose unpatched kernelGerd Hoffmann2024-12-161-0/+3
* x86/loader: read complete kernelGerd Hoffmann2024-12-161-5/+6
* x86/loader: only patch linux kernelsGerd Hoffmann2024-12-161-1/+1
* hw/i386/elfboot: allocate "header" in heapSergio Lopez2024-11-181-1/+3
* hw/core: Make CPU topology enumeration arch-agnosticZhao Liu2024-11-051-2/+2
* hw/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé2024-10-151-13/+13
* hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha2024-08-231-2/+5
* hw/i386: Add support for loading BIOS using guest_memfdMichael Roth2024-06-051-5/+12
* hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh2024-06-051-1/+1
* i386/cpu: Introduce module-id to X86CPUZhao Liu2024-05-221-8/+25
* i386: Support module_id in X86CPUTopoIDsZhao Liu2024-05-221-10/+17
* i386: Expose module level in CPUID[0x1F]Zhao Liu2024-05-221-1/+1
* i386: Introduce module level cpu topology to CPUX86StateZhao Liu2024-05-221-0/+5
* i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu2024-05-221-1/+4
* hw/i386: split x86.c in multiple partsPaolo Bonzini2024-05-101-0/+1007