index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
2022-10-27
1
-3
/
+3
*
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2022-10-18
1
-3
/
+2
*
hw: Add compat machines for 7.2
Cornelia Huck
2022-08-25
1
-0
/
+3
*
i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type
Joao Martins
2022-07-26
1
-2
/
+4
*
i386/pc: relocate 4g start to 1T where applicable
Joao Martins
2022-07-26
1
-0
/
+54
*
i386/pc: bounds check phys-bits against max used GPA
Joao Martins
2022-07-26
1
-0
/
+27
*
i386/pc: factor out device_memory base/size to helper
Joao Martins
2022-07-26
1
-15
/
+31
*
i386/pc: handle unitialized mr in pc_get_cxl_range_end()
Joao Martins
2022-07-26
1
-10
/
+8
*
i386/pc: factor out cxl range start to helper
Joao Martins
2022-07-26
1
-7
/
+17
*
i386/pc: factor out cxl range end to helper
Joao Martins
2022-07-26
1
-10
/
+21
*
i386/pc: factor out above-4g end to an helper
Joao Martins
2022-07-26
1
-15
/
+14
*
i386/pc: pass pci_hole64_size to pc_memory_init()
Joao Martins
2022-07-26
1
-1
/
+2
*
hw/i386: add 4g boundary start to X86MachineState
Joao Martins
2022-07-26
1
-5
/
+6
*
hw/i386/pc: Always place CXL Memory Regions after device_memory
Jonathan Cameron
2022-07-26
1
-4
/
+2
*
hw/i386: pass RNG seed via setup_data entry
Jason A. Donenfeld
2022-07-22
1
-2
/
+2
*
hw/i386/pc: Unexport functions used only internally
Bernhard Beschow
2022-06-11
1
-2
/
+2
*
hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro
Bernhard Beschow
2022-06-11
1
-0
/
+9
*
hw: Reuse TYPE_I8042 define
Bernhard Beschow
2022-06-11
1
-2
/
+2
*
hw/machine: Drop cxl_supported flag as no longer useful
Jonathan Cameron
2022-06-10
1
-1
/
+0
*
hw/cxl: Move the CXLState from MachineState to machine type specific state.
Jonathan Cameron
2022-06-10
1
-17
/
+16
*
pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.
Jonathan Cameron
2022-06-10
1
-0
/
+3
*
hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
Jonathan Cameron
2022-06-10
1
-0
/
+5
*
hw/cxl: Make the CXL fixed memory window setup a machine parameter.
Jonathan Cameron
2022-06-10
1
-0
/
+3
*
hw/i386: Make pit a property of common x86 base machine type
Xiaoyao Li
2022-05-16
1
-21
/
+3
*
target/i386: Fix sanity check on max APIC ID / X2APIC enablement
David Woodhouse
2022-05-16
1
-8
/
+0
*
i386/pc: Enable CXL fixed memory windows
Jonathan Cameron
2022-05-13
1
-1
/
+30
*
hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
Ben Widawsky
2022-05-13
1
-1
/
+26
*
cxl: Machine level control on whether CXL support is enabled
Jonathan Cameron
2022-05-13
1
-0
/
+1
*
machine: use QAPI struct for boot configuration
Paolo Bonzini
2022-05-12
1
-1
/
+1
*
hw: Add compat machines for 7.1
Cornelia Huck
2022-04-20
1
-0
/
+3
*
pci: drop COMPAT_PROP_PCP for 2.0 machine types
Igor Mammedov
2022-03-06
1
-2
/
+0
*
pc: add option to disable PS/2 mouse/keyboard
Joelle van Dyne
2022-03-06
1
-2
/
+26
*
hw/i386/pc: Add missing property descriptions
Thomas Huth
2022-01-08
1
-0
/
+8
*
virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86
David Hildenbrand
2022-01-08
1
-1
/
+3
*
hw/i386: expose a "smbios-entry-point-type" PC machine property
Eduardo Habkost
2022-01-07
1
-0
/
+26
*
hw: Add compat machines for 7.0
Cornelia Huck
2022-01-05
1
-0
/
+3
*
hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
Julia Suvorova
2021-11-15
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
2021-11-03
1
-5
/
+5
|
\
|
*
hw/i386: Rename default_bus_bypass_iommu
Jean-Philippe Brucker
2021-11-02
1
-1
/
+1
|
*
target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types
Paolo Bonzini
2021-11-02
1
-1
/
+2
|
*
target/i386: move linuxboot_dma_enabled to X86MachineState
Paolo Bonzini
2021-11-02
1
-3
/
+2
*
|
hw/i386/pc: Allow instantiating a virtio-iommu device
Jean-Philippe Brucker
2021-11-01
1
-1
/
+15
*
|
hw/i386/pc: Move IOMMU singleton into PCMachineState
Jean-Philippe Brucker
2021-11-01
1
-1
/
+11
|
/
*
i386: Change the default Hyper-V version to match WS2016
Vitaly Kuznetsov
2021-10-01
1
-1
/
+5
*
machine: Make smp_parse generic enough for all arches
Yanan Wang
2021-10-01
1
-83
/
+1
*
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
2021-10-01
1
-9
/
+26
*
machine: Improve the error reporting of smp parsing
Yanan Wang
2021-10-01
1
-14
/
+10
*
machine: Set the value of cpus to match maxcpus if it's omitted
Yanan Wang
2021-10-01
1
-13
/
+16
*
machine: Uniformly use maxcpus to calculate the omitted parameters
Yanan Wang
2021-10-01
1
-15
/
+15
*
machine: Minor refactor/fix for the smp parsers
Yanan Wang
2021-10-01
1
-9
/
+14
[next]