aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-1/+1
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow1-4/+3
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow1-2/+2
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow1-3/+3
2024-02-14apic: add support for x2APIC modeBui Quang Minh1-1/+5
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman1-3/+12
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha1-2/+0
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé1-1/+1
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé1-6/+3
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-90/+32
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin1-22/+4
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin1-36/+10
2023-03-02Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin1-7/+7
2023-03-02Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin1-7/+0
2023-03-02Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin1-4/+1
2023-03-02Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin1-1/+1
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-28/+24
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse1-0/+16
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé1-2/+2
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé1-1/+3
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé1-1/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-24/+28
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang1-0/+4
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-1/+1
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld1-1/+4
2022-09-27x86: reinitialize RNG seed on system rebootJason A. Donenfeld1-0/+7
2022-09-27x86: use typedef for SetupData structJason A. Donenfeld1-7/+7
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld1-10/+36
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins1-0/+1
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld1-4/+22
2022-06-10hw/core/loader: return image sizes as ssize_tJamie Iles1-1/+1
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li1-0/+25
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li1-0/+25
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse1-0/+16
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann1-6/+19
2022-04-27i386: move bios load error messageGerd Hoffmann1-3/+6
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-15/+1
2021-11-02target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini1-1/+1
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini1-2/+3
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-05x86/sev: generate SEV kernel loader hashes in x86_load_linuxDov Murik1-1/+24
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson1-0/+29
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini1-8/+7
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+24
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-0/+64
2021-03-06x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson1-2/+4
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1