summaryrefslogtreecommitdiffstats
path: root/hw/i386/x86.c
Commit message (Expand)AuthorAgeFilesLines
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu2020-01-071-4/+4
* hw/i386: Simplify ioapic_init_gsi()Philippe Mathieu-Daudé2019-12-171-4/+3Star
* hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-171-0/+1
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-0/+103
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-171-1/+49
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-0/+1
* hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-191-0/+1
* hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-29/+24Star
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-15/+125
* hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-0/+690