aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-10i386: remove bios_namePaolo Bonzini1-6/+4
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-2/+4
2020-12-10x86: add support for second ioapicGerd Hoffmann1-0/+21
2020-12-10x86: rewrite gsi_handler()Gerd Hoffmann1-4/+10
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-0/+1
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov1-0/+11
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-0/+271
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger1-1/+0
2020-09-02Revert "hw/i386: Introduce apicid functions inside X86MachineState"Babu Moger1-5/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger1-30/+7
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-4/+2
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-02x86: Fix x86_cpu_new() error handlingMarkus Armbruster1-3/+5
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-46/+0
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-3/+3
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+4
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-3/+3
2020-03-31hw/i386: Move arch_id decode inside x86_cpus_initBabu Moger1-7/+30
2020-03-31hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger1-0/+5
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-0/+32
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger1-4/+0
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger1-8/+24
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger1-9/+9