aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-18hw/i386/elfboot: allocate "header" in heapSergio Lopez1-1/+3
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu1-2/+2
2024-10-15hw/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé1-13/+13
2024-08-23hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha1-2/+5
2024-06-05hw/i386: Add support for loading BIOS using guest_memfdMichael Roth1-5/+12
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh1-1/+1
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu1-8/+25
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu1-10/+17
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu1-1/+1
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu1-0/+5
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu1-1/+4
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini1-0/+1007