index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/i386/pc: Ensure vmport prerequisites are fulfilled
Kamil Szczęk
2024-08-20
1
-3
/
+8
*
hw/i386/pc: Unify vmport=auto handling
Kamil Szczęk
2024-08-20
1
-0
/
+5
*
i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
Michael Roth
2024-07-16
1
-1
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-04
1
-0
/
+1
|
\
|
*
target/i386: do not include undefined bits in the AMD topoext leaf
Paolo Bonzini
2024-07-03
1
-0
/
+1
*
|
hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
David Woodhouse
2024-07-03
1
-0
/
+1
|
/
*
hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
Philippe Mathieu-Daudé
2024-06-19
1
-7
/
+12
*
hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
Philippe Mathieu-Daudé
2024-06-19
1
-25
/
+0
*
hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+0
*
hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+0
*
hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
Philippe Mathieu-Daudé
2024-06-19
1
-23
/
+0
*
hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
Philippe Mathieu-Daudé
2024-06-19
1
-2
/
+1
*
hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+1
*
hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
Philippe Mathieu-Daudé
2024-06-19
1
-11
/
+3
*
hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+0
*
hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
Philippe Mathieu-Daudé
2024-06-19
1
-7
/
+0
*
hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
Philippe Mathieu-Daudé
2024-06-19
1
-15
/
+0
*
hw/i386/sev: Use guest_memfd for legacy ROMs
Michael Roth
2024-06-05
1
-4
/
+10
*
hw/i386/pc: Support smp.modules for x86 PC machine
Zhao Liu
2024-05-22
1
-0
/
+1
*
i386/cpu: Fix i/d-cache topology to core level for Intel CPU
Zhao Liu
2024-05-22
1
-0
/
+1
*
hw/i386/pc_sysfw: Alias rather than copy isa-bios region
Bernhard Beschow
2024-05-22
1
-0
/
+1
*
i386: pc: remove unnecessary MachineClass overrides
Paolo Bonzini
2024-05-10
1
-3
/
+0
*
xen: initialize legacy backends from xen_bus_init()
Paolo Bonzini
2024-05-10
1
-1
/
+0
*
hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
Thomas Huth
2024-05-08
1
-4
/
+9
*
target/i386: Fix CPUID encoding of Fn8000001E_ECX
Babu Moger
2024-05-07
1
-0
/
+1
*
hw/i386/sev: Use legacy SEV VM types for older machine types
Michael Roth
2024-04-23
1
-0
/
+1
*
target/i386: add guest-phys-bits cpu property
Gerd Hoffmann
2024-04-18
1
-1
/
+3
*
hw: Add compat machines for 9.1
Paolo Bonzini
2024-04-18
1
-0
/
+3
*
hw/i386/pc: Restrict CXL to PCI-based machines
Philippe Mathieu-Daudé
2024-04-02
1
-1
/
+3
*
pc/q35: set SMBIOS entry point type to 'auto' by default
Igor Mammedov
2024-03-18
1
-1
/
+1
*
smbios: get rid of global smbios_ep_type
Igor Mammedov
2024-03-18
1
-1
/
+1
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Peter Maydell
2024-03-13
1
-23
/
+7
|
\
|
*
hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove it
Bernhard Beschow
2024-03-12
1
-10
/
+0
|
*
hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()
Bernhard Beschow
2024-03-12
1
-2
/
+2
|
*
hw/i386/pc: Avoid one use of the current_machine global
Bernhard Beschow
2024-03-12
1
-3
/
+4
|
*
hw/i386/pc: Remove "rtc_state" link again
Bernhard Beschow
2024-03-12
1
-8
/
+0
|
*
Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
Bernhard Beschow
2024-03-12
1
-0
/
+1
*
|
i386: load kernel on xen using DMA
Marek Marczykowski-Górecki
2024-03-12
1
-1
/
+2
|
/
*
vl, pc: turn -no-fd-bootchk into a machine property
Paolo Bonzini
2024-02-28
1
-5
/
+34
*
hw/i386/pc: Populate RTC attribute directly
Bernhard Beschow
2024-02-27
1
-8
/
+0
*
hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"
Bernhard Beschow
2024-02-27
1
-1
/
+0
*
hw/i386/pc: Rename "bus" attribute to "pcibus"
Bernhard Beschow
2024-02-27
1
-4
/
+4
*
hw/ide: Stop exposing internal.h to non-IDE files
Thomas Huth
2024-02-22
1
-1
/
+1
*
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
2024-02-22
1
-1
/
+0
*
hw/i386/pc: Defer smbios_set_defaults() to machine_done
Bernhard Beschow
2024-02-22
1
-1
/
+1
*
hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
Bernhard Beschow
2024-02-22
1
-6
/
+3
*
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
2024-02-22
1
-3
/
+2
*
hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
Peter Maydell
2024-02-22
1
-23
/
+16
*
hw/i386/pc: Store pointers to IDE buses in PCMachineState
Peter Maydell
2024-02-22
1
-3
/
+2
*
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
2024-02-22
1
-1
/
+2
[next]