aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk2024-08-201-3/+8
* hw/i386/pc: Unify vmport=auto handlingKamil Szczęk2024-08-201-0/+5
* i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth2024-07-161-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-07-041-0/+1
|\
| * target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini2024-07-031-0/+1
* | hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse2024-07-031-0/+1
|/
* hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZEPhilippe Mathieu-Daudé2024-06-191-7/+12
* hw/i386/pc: Remove deprecated pc-i440fx-2.3 machinePhilippe Mathieu-Daudé2024-06-191-25/+0
* hw/i386/pc: Remove PCMachineClass::rsdp_in_ramPhilippe Mathieu-Daudé2024-06-191-1/+0
* hw/i386/pc: Remove PCMachineClass::resizable_acpi_blobPhilippe Mathieu-Daudé2024-06-191-1/+0
* hw/i386/pc: Remove deprecated pc-i440fx-2.2 machinePhilippe Mathieu-Daudé2024-06-191-23/+0
* hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()Philippe Mathieu-Daudé2024-06-191-2/+1
* hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()Philippe Mathieu-Daudé2024-06-191-1/+1
* hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimmPhilippe Mathieu-Daudé2024-06-191-11/+3
* hw/i386/pc: Remove PCMachineClass::smbios_uuid_encodedPhilippe Mathieu-Daudé2024-06-191-1/+0
* hw/i386/pc: Remove deprecated pc-i440fx-2.1 machinePhilippe Mathieu-Daudé2024-06-191-7/+0
* hw/i386/pc: Remove deprecated pc-i440fx-2.0 machinePhilippe Mathieu-Daudé2024-06-191-15/+0
* hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth2024-06-051-4/+10
* hw/i386/pc: Support smp.modules for x86 PC machineZhao Liu2024-05-221-0/+1
* i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu2024-05-221-0/+1
* hw/i386/pc_sysfw: Alias rather than copy isa-bios regionBernhard Beschow2024-05-221-0/+1
* i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini2024-05-101-3/+0
* xen: initialize legacy backends from xen_bus_init()Paolo Bonzini2024-05-101-1/+0
* hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth2024-05-081-4/+9
* target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger2024-05-071-0/+1
* hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth2024-04-231-0/+1
* target/i386: add guest-phys-bits cpu propertyGerd Hoffmann2024-04-181-1/+3
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-0/+3
* hw/i386/pc: Restrict CXL to PCI-based machinesPhilippe Mathieu-Daudé2024-04-021-1/+3
* pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov2024-03-181-1/+1
* smbios: get rid of global smbios_ep_typeIgor Mammedov2024-03-181-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingPeter Maydell2024-03-131-23/+7
|\
| * hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow2024-03-121-10/+0
| * hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()Bernhard Beschow2024-03-121-2/+2
| * hw/i386/pc: Avoid one use of the current_machine globalBernhard Beschow2024-03-121-3/+4
| * hw/i386/pc: Remove "rtc_state" link againBernhard Beschow2024-03-121-8/+0
| * Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow2024-03-121-0/+1
* | i386: load kernel on xen using DMAMarek Marczykowski-Górecki2024-03-121-1/+2
|/
* vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2024-02-281-5/+34
* hw/i386/pc: Populate RTC attribute directlyBernhard Beschow2024-02-271-8/+0
* hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow2024-02-271-1/+0
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-4/+4
* hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth2024-02-221-1/+1
* hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow2024-02-221-1/+0
* hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow2024-02-221-1/+1
* hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow2024-02-221-6/+3
* hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2024-02-221-3/+2
* hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell2024-02-221-23/+16
* hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell2024-02-221-3/+2
* hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé2024-02-221-1/+2