aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov1-1/+1
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov1-0/+1
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell5-32/+35
2024-03-12hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger1-0/+9
2024-03-12hw/i386/acpi-build: Add support for SRAT Generic Initiator structuresAnkit Agrawal1-0/+3
2024-03-12hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow3-14/+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 Beschow3-4/+4
2024-03-12Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"Bernhard Beschow1-2/+13
2024-03-12pc: q35: Bump max_cpus to 4096 vcpusAni Sinha1-1/+2
2024-03-12Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell1-1/+2
2024-03-12i386: load kernel on xen using DMAMarek Marczykowski-Górecki1-1/+2
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-1/+1
2024-03-09hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argumentPhilippe Mathieu-Daudé1-1/+1
2024-03-09hw/i386/pc: Remove 'host_type' argument from pc_init1()Philippe Mathieu-Daudé1-9/+5
2024-03-09hw/i386/pc: Use generated NotifyVmexitOption_str()Philippe Mathieu-Daudé1-3/+1
2024-03-09hw/xen/hvm: Get target page size at runtimePhilippe Mathieu-Daudé1-23/+39
2024-03-09hw/xen/hvm: Propagate page_mask to a pair of functionsPhilippe Mathieu-Daudé1-8/+10
2024-03-09hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé1-1/+1
2024-03-09hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGSPhilippe Mathieu-Daudé1-1/+3
2024-03-09hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé1-0/+1
2024-03-09hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé1-5/+5
2024-03-09hw/i386: Rename kvmvapic.c -> vapic.cPhilippe Mathieu-Daudé2-4/+3
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini1-5/+34
2024-02-27hw/i386/pc: Populate RTC attribute directlyBernhard Beschow3-20/+10
2024-02-27hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow2-2/+1
2024-02-27hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variablesBernhard Beschow2-17/+13
2024-02-27hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow8-13/+13
2024-02-27hw/i386/q35: Include missing 'hw/acpi/acpi.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-27hw/i386/sgx: Use QDev APIPhilippe Mathieu-Daudé1-8/+6
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow4-10/+8
2024-02-27hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini1-15/+5
2024-02-26hw/i386/kvmvapic: Inline sysbus_address_space()Philippe Mathieu-Daudé1-6/+5
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell8-100/+57
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-1/+1
2024-02-22hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI functionBernhard Beschow1-1/+1
2024-02-22hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé1-4/+2
2024-02-22hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove itBernhard Beschow1-13/+2
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow3-4/+4
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow5-22/+14
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow3-10/+3
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2-4/+4
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 Maydell3-17/+9
2024-02-22hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machinesBernhard Beschow1-5/+3
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé1-1/+2
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé1-1/+2
2024-02-20hw/i386/port92: Add missing 'hw/isa/isa.h' headerPhilippe Mathieu-Daudé1-0/+1