summary refs log tree commit diff stats
path: root/hw/i386/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: cleanup unused compat_apic_id_modeIgor Mammedov2022-03-061-15/+1
* target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini2021-11-021-1/+1
* target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-021-2/+3
* target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé2021-10-131-1/+1
* x86/sev: generate SEV kernel loader hashes in x86_load_linuxDov Murik2021-10-051-1/+24
* vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2021-09-301-0/+29
* machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-251-8/+7
* i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+24
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-221-0/+64
* x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson2021-03-061-2/+4