aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
7 dayshw/acpi/ich9: Add periodic and swsmi timerDominic Prinz1-1/+4
13 dayshw: add compat machines for 9.2Cornelia Huck1-0/+3
2024-08-20hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk1-3/+8
2024-08-20hw/i386/pc: Unify vmport=auto handlingKamil Szczęk1-0/+5
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth1-1/+1
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+1
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse1-0/+1
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini1-0/+1
2024-06-19hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZEPhilippe Mathieu-Daudé1-7/+12
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.3 machinePhilippe Mathieu-Daudé1-25/+0
2024-06-19hw/i386/pc: Remove PCMachineClass::rsdp_in_ramPhilippe Mathieu-Daudé1-1/+0
2024-06-19hw/i386/pc: Remove PCMachineClass::resizable_acpi_blobPhilippe Mathieu-Daudé1-1/+0
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.2 machinePhilippe Mathieu-Daudé1-23/+0
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé1-2/+1
2024-06-19hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()Philippe Mathieu-Daudé1-1/+1
2024-06-19hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimmPhilippe Mathieu-Daudé1-11/+3
2024-06-19hw/i386/pc: Remove PCMachineClass::smbios_uuid_encodedPhilippe Mathieu-Daudé1-1/+0
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.1 machinePhilippe Mathieu-Daudé1-7/+0
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.0 machinePhilippe Mathieu-Daudé1-15/+0
2024-06-05hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth1-4/+10
2024-05-22hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu1-0/+1
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 Beschow1-0/+1
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini1-3/+0
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini1-1/+0
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-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth1-0/+1
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann1-1/+3
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini1-0/+3
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 Mammedov1-1/+1
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov1-1/+1
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-23/+7
2024-03-12hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow1-10/+0
2024-03-12hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()Bernhard Beschow1-2/+2
2024-03-12hw/i386/pc: Avoid one use of the current_machine globalBernhard Beschow1-3/+4
2024-03-12hw/i386/pc: Remove "rtc_state" link againBernhard Beschow1-8/+0
2024-03-12Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow1-0/+1
2024-03-12i386: load kernel on xen using DMAMarek Marczykowski-Górecki1-1/+2
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini1-5/+34
2024-02-27hw/i386/pc: Populate RTC attribute directlyBernhard Beschow1-8/+0
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow1-1/+0
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow1-4/+4
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-1/+1
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow1-1/+0
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow1-1/+1
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow1-6/+3
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow1-3/+2
2024-02-22hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell1-23/+16