aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow
2024-05-08hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow
2024-05-08hw/i386: Add the possibility to use i440fx and isapc without FDCThomas Huth
2024-05-08hw/i386/Kconfig: Allow to compile Q35 without FDC_ISAThomas Huth
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-05-03i386: switch boards to "default y"Paolo Bonzini
2024-04-25hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()Bernhard Beschow
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini
2024-04-23hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabledXiaoyao Li
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini
2024-04-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-04-02pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini
2024-04-02hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev
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-18smbios: handle errors consistentlyIgor Mammedov
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov
2024-03-18smbios: don't check type4 structures in legacy modeIgor Mammedov
2024-03-18smbios: get rid of smbios_legacy globalIgor Mammedov
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger
2024-03-12hw/i386/acpi-build: Add support for SRAT Generic Initiator structuresAnkit Agrawal
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-12Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"Bernhard Beschow
2024-03-12pc: q35: Bump max_cpus to 4096 vcpusAni Sinha
2024-03-12Merge tag 'pull-xen-20240312' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell
2024-03-12i386: load kernel on xen using DMAMarek Marczykowski-Górecki