aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini1-0/+2
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov1-4/+4
2024-03-18smbios: handle errors consistentlyIgor Mammedov1-1/+2
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
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov1-1/+1
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov1-0/+1
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow1-1/+11
2023-09-07hw/i386/fw_cfg: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2022-11-02hw/i386/e820: remove legacy reserved entries for e820Ani Sinha1-3/+0
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson1-1/+11
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat1-1/+3
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-10i386: do not use ram_size globalPaolo Bonzini1-1/+1
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost1-1/+1
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann1-0/+28
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-1/+0
2019-12-17fw_cfg: allow building without other devicesPaolo Bonzini1-0/+7
2019-09-16hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé1-0/+137
2019-05-23hw/i386: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+38