index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
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/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 ...
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
*
i386/pc: Drop pc_machine_kvm_type()
Xiaoyao Li
2024-02-16
1
-5
/
+0
*
hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
David Woodhouse
2024-02-02
1
-11
/
+2
*
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-12
/
+19
*
qemu-options: Remove the deprecated -no-acpi option
Thomas Huth
2024-01-19
1
-2
/
+2
*
hw: Add compat machines for 9.0
Cornelia Huck
2023-12-20
1
-0
/
+3
*
hw/i386/pc: Use qdev_prop_set_array()
Kevin Wolf
2023-11-10
1
-3
/
+5
*
hw/i386/pc: support '-nic' for xen-net-device
David Woodhouse
2023-11-07
1
-3
/
+8
*
hw/i386/pc: Support hv-balloon
Maciej S. Szmigiero
2023-11-06
1
-0
/
+22
*
kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
Paolo Bonzini
2023-10-25
1
-5
/
+1
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-23
1
-9
/
+8
|
\
|
*
hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
Ani Sinha
2023-10-22
1
-1
/
+3
|
*
hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine
Bernhard Beschow
2023-10-22
1
-0
/
+1
|
*
hw/i386/pc: Wire RTC ISA IRQs in south bridges
Bernhard Beschow
2023-10-22
1
-5
/
+2
|
*
hw/i386/pc: Merge two if statements into one
Bernhard Beschow
2023-10-22
1
-4
/
+3
*
|
hw/audio/pcspk: Inline pcspk_init()
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+3
|
/
*
hw/i386: changes towards enabling -Wshadow=local for x86 machines
Ani Sinha
2023-10-06
1
-1
/
+0
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-05
1
-3
/
+29
|
\
|
*
hw/i386/pc: improve physical address space bound check for 32-bit x86 systems
Ani Sinha
2023-10-04
1
-3
/
+29
*
|
hw/pc: remove needless includes
Marc-André Lureau
2023-10-03
1
-39
/
+0
*
|
pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7
Paolo Bonzini
2023-09-25
1
-57
/
+3
|
/
*
hw/i386/pc: fix code comment on cumulative flash size
Laszlo Ersek
2023-09-21
1
-6
/
+6
*
i386: spelling fixes
Michael Tokarev
2023-09-20
1
-2
/
+2
*
hw: Add compat machines for 8.2
Cornelia Huck
2023-08-23
1
-0
/
+3
*
pc: Factor out (un)plug handling of virtio-md-pci devices
David Hildenbrand
2023-07-12
1
-79
/
+11
*
hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
David Hildenbrand
2023-07-12
1
-19
/
+0
[next]