index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
i386
/
x86.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
Brijesh Singh
1
-1
/
+1
2024-05-10
hw/i386: split x86.c in multiple parts
Paolo Bonzini
1
-3
/
+3
2024-05-10
i386: pc: remove unnecessary MachineClass overrides
Paolo Bonzini
1
-4
/
+0
2024-05-09
hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
Bernhard Beschow
1
-0
/
+2
2024-05-09
hw/i386/x86: Don't leak "pc.bios" memory region
Bernhard Beschow
1
-0
/
+6
2024-05-09
hw/i386/x86: Don't leak "isa-bios" memory regions
Bernhard Beschow
1
-0
/
+7
2024-05-08
hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
Bernhard Beschow
1
-1
/
+1
2024-02-27
hw/i386/x86: Let ioapic_init_gsi() take parent as pointer
Bernhard Beschow
1
-1
/
+1
2024-02-22
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
1
-1
/
+2
2023-03-07
include/hw/i386: Clean up includes in x86.h
Thomas Huth
1
-2
/
+0
2023-03-02
Revert "hw/i386: pass RNG seed via setup_data entry"
Michael S. Tsirkin
1
-2
/
+1
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
1
-1
/
+1
2023-02-27
hw/i386/ich9: Remove redundant GSI_NUM_PINS
Bernhard Beschow
1
-1
/
+0
2023-02-27
hw/i386/x86: Reduce init_topo_info() scope
Philippe Mathieu-Daudé
1
-3
/
+0
2022-07-26
hw/i386: add 4g boundary start to X86MachineState
Joao Martins
1
-0
/
+3
2022-07-22
hw/i386: pass RNG seed via setup_data entry
Jason A. Donenfeld
1
-1
/
+2
2022-05-16
hw/i386: Make pic a property of common x86 base machine type
Xiaoyao Li
1
-0
/
+2
2022-05-16
hw/i386: Make pit a property of common x86 base machine type
Xiaoyao Li
1
-0
/
+2
2022-04-27
i386: factor out x86_firmware_configure()
Gerd Hoffmann
1
-0
/
+3
2022-03-06
x86: cleanup unused compat_apic_id_mode
Igor Mammedov
1
-2
/
+0
2021-12-15
include/hw/i386: Don't include qemu-common.h in .h files
Peter Maydell
1
-1
/
+0
2021-11-02
target/i386: move linuxboot_dma_enabled to X86MachineState
Paolo Bonzini
1
-2
/
+3
2021-09-30
vl: Add sgx compound properties to expose SGX EPC sections to guest
Sean Christopherson
1
-0
/
+1
2021-06-25
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
1
-1
/
+0
2021-06-17
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
1
-0
/
+8
2021-04-04
x86: rename oem-id and oem-table-id properties
Paolo Bonzini
1
-2
/
+2
2021-03-22
acpi: Move setters/getters of oem fields to X86MachineState
Marian Postevca
1
-0
/
+4
2020-12-10
i386: remove bios_name
Paolo Bonzini
1
-1
/
+2
2020-12-10
x86: add support for second ioapic
Gerd Hoffmann
1
-0
/
+3
2020-10-30
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
1
-3
/
+0
2020-10-21
x86: make pci irqs runtime configurable
Gerd Hoffmann
1
-0
/
+2
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-17
x86: move cpu hotplug from pc to x86
Gerd Hoffmann
1
-0
/
+10
2020-09-17
x86: move acpi_dev from pc/microvm
Gerd Hoffmann
1
-0
/
+1
2020-09-17
x86: constify x86_machine_is_*_enabled
Gerd Hoffmann
1
-2
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-09-02
Revert "hw/i386: Introduce apicid functions inside X86MachineState"
Babu Moger
1
-9
/
+0
2020-06-17
x86: move max-ram-below-4g to pc
Gerd Hoffmann
1
-4
/
+0
2020-03-31
hw/i386: Introduce apicid functions inside X86MachineState
Babu Moger
1
-0
/
+9
2020-03-29
acpi: add acpi=OnOffAuto machine property to x86 and arm virt
Gerd Hoffmann
1
-0
/
+3
2020-03-17
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
1
-0
/
+3
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
1
-0
/
+18
2019-12-17
x86: move SMM property to X86MachineState
Paolo Bonzini
1
-0
/
+5
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
1
-0
/
+2
2019-10-22
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
1
-4
/
+9
2019-10-22
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
1
-1
/
+57
2019-10-22
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
1
-0
/
+35