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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-11
/
+0
2021-10-13
hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-10-13
hw/i386/sgx: Have sgx_epc_get_section() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2021-10-05
acpi: x86: set enabled when composing _MAT entries
Igor Mammedov
1
-3
/
+3
2021-09-30
target/i386: Add the query-sgx-capabilities QMP command
Yang Zhong
1
-0
/
+1
2021-09-30
target/i386: Add HMP and QMP interfaces for SGX
Yang Zhong
1
-0
/
+11
2021-09-30
hw/i386/pc: Account for SGX EPC sections when calculating device memory
Sean Christopherson
1
-0
/
+7
2021-09-30
i386: Update SGX CPUID info according to hardware/KVM/user input
Sean Christopherson
2
-0
/
+5
2021-09-30
vl: Add sgx compound properties to expose SGX EPC sections to guest
Sean Christopherson
3
-0
/
+18
2021-09-30
i386: Add 'sgx-epc' device to expose EPC sections to guest
Sean Christopherson
1
-0
/
+44
2021-09-30
hostmem: Add hostmem-epc as a backend for SGX EPC
Sean Christopherson
1
-0
/
+28
2021-09-04
hw/i386/acpi-build: Get NUMA information from struct NumaState
Jingqi Liu
1
-4
/
+0
2021-09-01
hw: Add compat machines for 6.2
Yanan Wang
1
-0
/
+3
2021-07-16
hw/i386: Add a default_bus_bypass_iommu pc machine option
Xingang Wang
1
-0
/
+1
2021-07-14
hw/i386: Introduce X86_FW_OVMF Kconfig symbol
Philippe Mathieu-Daudé
1
-0
/
+1
2021-06-25
machine: add error propagation to mc->smp_parse
Paolo Bonzini
1
-2
/
+0
2021-06-25
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
2
-2
/
+0
2021-06-17
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
1
-0
/
+8
2021-04-30
hw: add compat machines for 6.1
Cornelia Huck
1
-0
/
+3
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
3
-8
/
+4
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-1
/
+1
2021-03-02
i386/acpi: restore device paths for pre-5.1 vms
Vitaly Cheptsov
1
-0
/
+1
2021-02-16
pc: add parser for OVMF reset block
James Bottomley
1
-0
/
+4
2021-02-05
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
2
-1
/
+8
2020-12-10
i386: remove bios_name
Paolo Bonzini
1
-1
/
+2
2020-12-10
microvm: add second ioapic
Gerd Hoffmann
1
-0
/
+2
2020-12-10
microvm: make pcie irq base runtime changeable
Gerd Hoffmann
1
-1
/
+1
2020-12-10
microvm: make number of virtio transports runtime changeable
Gerd Hoffmann
1
-1
/
+1
2020-12-10
x86: add support for second ioapic
Gerd Hoffmann
3
-1
/
+6
2020-12-09
hw/i386/pc: add max combined fw size as machine configuration option
Erich-McMillan
1
-0
/
+2
2020-12-08
hw: add compat machines for 6.0
Cornelia Huck
1
-0
/
+3
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
3
-3
/
+3
2020-11-03
hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQ
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-30
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
2
-3
/
+1
2020-10-21
microvm: add usb support
Gerd Hoffmann
1
-1
/
+4
2020-10-21
x86: make pci irqs runtime configurable
Gerd Hoffmann
1
-0
/
+2
2020-10-01
Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...
Peter Maydell
1
-0
/
+32
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
1
-0
/
+3
2020-09-30
typedefs: Restrict PCMachineState to 'hw/i386/pc.h'
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-30
microvm: add pcie support
Gerd Hoffmann
1
-4
/
+14
2020-09-30
microvm: add irq table
Gerd Hoffmann
1
-0
/
+22
2020-09-29
x86: ich9: expose "smi_negotiated_features" as a QOM property
Igor Mammedov
1
-0
/
+2
2020-09-29
x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
Igor Mammedov
1
-0
/
+2
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
1
-1
/
+0
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
7
-25
/
+7
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2
-6
/
+2
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
5
-19
/
+5
2020-09-18
hw/i386/vmport: Drop superfluous parenthesis around function typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-17
x86: move cpu hotplug from pc to x86
Gerd Hoffmann
1
-0
/
+10
[next]