summary refs log tree commit diff stats
path: root/hw/i386/pc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li2024-02-161-5/+0
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-11/+2
* hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse2024-02-021-12/+19
* qemu-options: Remove the deprecated -no-acpi optionThomas Huth2024-01-191-2/+2
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-0/+3
* hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf2023-11-101-3/+5
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-3/+8
* hw/i386/pc: Support hv-balloonMaciej S. Szmigiero2023-11-061-0/+22
* kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini2023-10-251-5/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-9/+8
|\
| * hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl rangeAni Sinha2023-10-221-1/+3
| * hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow2023-10-221-0/+1
| * hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow2023-10-221-5/+2
| * hw/i386/pc: Merge two if statements into oneBernhard Beschow2023-10-221-4/+3
* | hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé2023-10-191-1/+3
|/
* hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha2023-10-061-1/+0
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-051-3/+29
|\
| * hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha2023-10-041-3/+29
* | hw/pc: remove needless includesMarc-André Lureau2023-10-031-39/+0
* | pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7Paolo Bonzini2023-09-251-57/+3
|/
* hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek2023-09-211-6/+6
* i386: spelling fixesMichael Tokarev2023-09-201-2/+2
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-0/+3
* pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand2023-07-121-79/+11
* hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand2023-07-121-19/+0
* hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand2023-07-121-12/+5
* hw/i386/pc: Clean up pc_machine_initfnSuravee Suthikulpanit2023-06-261-1/+1
* hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit2023-06-261-1/+3
* hw/xen: Simplify emulated Xen platform initDavid Woodhouse2023-06-071-9/+4
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-221-1/+2
* hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow2023-05-191-6/+6
* hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2023-05-191-1/+11
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-191-2/+0
* virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand2023-05-191-1/+3
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-241-0/+1
* hw: Add compat machines for 8.1Cornelia Huck2023-04-211-0/+3
* i386/xen: Initialize Xen backends from pc_basic_device_init() for emulationDavid Woodhouse2023-03-071-0/+7
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-031-2/+2
|\