summary refs log tree commit diff stats
path: root/hw/i386/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/x86: Fix superfluous trailing semicolonZhao Liu2024-07-171-1/+1
* i386: Support module_id in X86CPUTopoIDsZhao Liu2024-05-221-0/+4
* i386: Support modules_per_die in X86CPUTopoInfoZhao Liu2024-05-221-1/+8
* hw/i386: split x86.c in multiple partsPaolo Bonzini2024-05-101-1049/+3
* i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini2024-05-101-3/+3
* hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow2024-05-091-9/+16
* hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow2024-05-091-7/+6
* hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow2024-05-091-5/+4
* hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow2024-05-081-2/+2
* hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow2024-05-081-6/+2
* target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini2024-04-231-0/+11
* linux-headers: update to current kvm/nextPaolo Bonzini2024-04-231-8/+0
* hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé2024-03-121-1/+1
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-4/+3
* hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow2024-02-141-2/+2
* hw/i386/x86: Reverse if statementBernhard Beschow2024-02-141-3/+3
* apic: add support for x2APIC modeBui Quang Minh2024-02-141-1/+5
* hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman2023-12-021-3/+12
* hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha2023-10-061-2/+0
* target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé2023-09-071-1/+1
* target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2023-09-071-6/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-031-90/+32
|\
| * Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-021-22/+4
| * Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin2023-03-021-36/+10
| * Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin2023-03-021-7/+7
| * Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin2023-03-021-7/+0
| * Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin2023-03-021-4/+1
| * Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin2023-03-021-1/+1
| * Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2023-03-021-28/+24
* | hw/xen: Support GSI mapping to PIRQDavid Woodhouse2023-03-011-0/+16
|/
* hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé2023-02-271-2/+2
* hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé2023-02-271-1/+3
* hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé2023-02-271-1/+1
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2023-01-281-24/+28
* target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang2022-10-311-0/+4
* x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-1/+1
* x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld2022-10-011-1/+4
* x86: reinitialize RNG seed on system rebootJason A. Donenfeld2022-09-271-0/+7
* x86: use typedef for SetupData structJason A. Donenfeld2022-09-271-7/+7
* x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld2022-09-271-10/+36
* hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-261-0/+1
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-221-4/+22
* hw/core/loader: return image sizes as ssize_tJamie Iles2022-06-101-1/+1
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-161-0/+25
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-161-0/+25
* target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2022-05-161-0/+16
* i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann2022-04-271-6/+19
* i386: move bios load error messageGerd Hoffmann2022-04-271-3/+6
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0