summary refs log tree commit diff stats
path: root/hw/i386/x86-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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