aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2024-06-05hw/i386: Add support for loading BIOS using guest_memfdMichael Roth1-5/+12
2024-06-05hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth2-10/+23
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh2-6/+8
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh1-0/+4
2024-05-22hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu1-0/+1
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu1-8/+25
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu2-10/+21
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu1-1/+1
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu1-1/+8
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-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu1-0/+1
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow4-1/+13
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-1/+2
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini2-0/+47
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini4-1050/+1110
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini2-6/+3
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini2-1/+3
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini1-1/+0
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow1-9/+16
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow1-7/+6
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow2-9/+7
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow3-5/+5
2024-05-08hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow1-6/+2
2024-05-08hw/i386: Add the possibility to use i440fx and isapc without FDCThomas Huth2-4/+4
2024-05-08hw/i386/Kconfig: Allow to compile Q35 without FDC_ISAThomas Huth1-1/+3
2024-05-08hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth1-4/+9
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger1-0/+1
2024-05-03i386: switch boards to "default y"Paolo Bonzini1-1/+9
2024-04-25hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()Bernhard Beschow1-3/+2
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson1-2/+3
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater1-1/+1
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+2
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth1-0/+1
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini1-0/+11
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini1-8/+0
2024-04-23hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabledXiaoyao Li1-1/+3
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata1-0/+2
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann1-1/+3
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini3-5/+29
2024-04-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+0
2024-04-02pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini1-1/+0
2024-04-02hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev1-1/+1
2024-04-02hw/i386/pc: Restrict CXL to PCI-based machinesPhilippe Mathieu-Daudé1-1/+3
2024-03-18pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov3-1/+8
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov3-6/+7
2024-03-18smbios: handle errors consistentlyIgor Mammedov1-1/+2
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov1-0/+1
2024-03-18smbios: don't check type4 structures in legacy modeIgor Mammedov1-2/+1
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov1-3/+4