aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-22hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell1-3/+2
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé1-1/+2
2024-02-16i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li1-5/+0
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse1-11/+2
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-12/+19
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth1-2/+2
2023-12-20hw: Add compat machines for 9.0Cornelia Huck1-0/+3
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf1-3/+5
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse1-3/+8
2023-11-06hw/i386/pc: Support hv-balloonMaciej S. Szmigiero1-0/+22
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini1-5/+1
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-9/+8
2023-10-22hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl rangeAni Sinha1-1/+3
2023-10-22hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow1-0/+1
2023-10-22hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow1-5/+2
2023-10-22hw/i386/pc: Merge two if statements into oneBernhard Beschow1-4/+3
2023-10-19hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé1-1/+3
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha1-1/+0
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-3/+29
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha1-3/+29
2023-10-03hw/pc: remove needless includesMarc-André Lureau1-39/+0
2023-09-25pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7Paolo Bonzini1-57/+3
2023-09-21hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek1-6/+6
2023-09-20i386: spelling fixesMichael Tokarev1-2/+2
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-0/+3
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand1-79/+11
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand1-19/+0