aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2024-08-20hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk
2024-08-20hw/i386/pc: Unify vmport=auto handlingKamil Szczęk
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini
2024-06-19hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZEPhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.3 machinePhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove PCMachineClass::rsdp_in_ramPhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove PCMachineClass::resizable_acpi_blobPhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.2 machinePhilippe Mathieu-Daudé
2024-06-19hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé
2024-06-19hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()Philippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimmPhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove PCMachineClass::smbios_uuid_encodedPhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.1 machinePhilippe Mathieu-Daudé
2024-06-19hw/i386/pc: Remove deprecated pc-i440fx-2.0 machinePhilippe Mathieu-Daudé
2024-06-05hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth
2024-05-22hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu
2024-05-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu
2024-05-22hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-08hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini
2024-04-02hw/i386/pc: Restrict CXL to PCI-based machinesPhilippe Mathieu-Daudé
2024-03-18pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow
2024-03-12hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()Bernhard Beschow
2024-03-12hw/i386/pc: Avoid one use of the current_machine globalBernhard Beschow
2024-03-12hw/i386/pc: Remove "rtc_state" link againBernhard Beschow
2024-03-12Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow
2024-03-12i386: load kernel on xen using DMAMarek Marczykowski-Górecki
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini
2024-02-27hw/i386/pc: Populate RTC attribute directlyBernhard Beschow
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow
2024-02-22hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell
2024-02-22hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé