aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
AgeCommit message (Expand)Author
2024-07-17hw/i386/x86: Fix superfluous trailing semicolonZhao Liu
2024-05-22i386: Support module_id in X86CPUTopoIDsZhao Liu
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo 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-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin
2023-03-02Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin
2023-03-02Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin
2023-03-02Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin
2023-03-02Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld
2022-09-27x86: reinitialize RNG seed on system rebootJason A. Donenfeld
2022-09-27x86: use typedef for SetupData structJason A. Donenfeld
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann
2022-04-27i386: move bios load error messageGerd Hoffmann
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau