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
/
smbios
/
smbios.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbios: error out when building type 4 table is not possible
Igor Mammedov
2024-03-18
1
-2
/
+12
*
smbios: in case of entry point is 'auto' try to build v2 tables 1st
Igor Mammedov
2024-03-18
1
-3
/
+49
*
smbios: clear smbios_type4_count before building tables
Igor Mammedov
2024-03-18
1
-0
/
+1
*
smbios: get rid of global smbios_ep_type
Igor Mammedov
2024-03-18
1
-12
/
+15
*
smbios: handle errors consistently
Igor Mammedov
2024-03-18
1
-12
/
+22
*
smbios: build legacy mode code only for 'pc' machine
Igor Mammedov
2024-03-18
1
-163
/
+1
*
smbios: rename/expose structures/bitmaps used by both legacy and modern code
Igor Mammedov
2024-03-18
1
-60
/
+53
*
smbios: add smbios_add_usr_blob_size() helper
Igor Mammedov
2024-03-18
1
-4
/
+14
*
smbios: don't check type4 structures in legacy mode
Igor Mammedov
2024-03-18
1
-4
/
+14
*
smbios: avoid mangling user provided tables
Igor Mammedov
2024-03-18
1
-88
/
+93
*
smbios: get rid of smbios_legacy global
Igor Mammedov
2024-03-18
1
-20
/
+15
*
smbios: get rid of smbios_smp_sockets global
Igor Mammedov
2024-03-18
1
-13
/
+9
*
smbios: cleanup smbios_get_tables() from legacy handling
Igor Mammedov
2024-03-18
1
-6
/
+0
*
SMBIOS: fix long lines
Michael S. Tsirkin
2024-03-18
1
-3
/
+6
*
Implement SMBIOS type 9 v2.6
Felix Wu
2024-03-12
1
-3
/
+46
*
Implement base of SMBIOS type 9 descriptor.
Felix Wu
2024-03-12
1
-0
/
+99
*
hw/smbios: Fix port connector option validation
Akihiko Odaki
2024-02-13
1
-0
/
+6
*
hw/smbios: Fix OEM strings table option validation
Akihiko Odaki
2024-02-13
1
-0
/
+6
*
smbios: function to set default processor family
Heinrich Schuchardt
2024-02-09
1
-0
/
+7
*
smbios: add processor-family option
Heinrich Schuchardt
2024-02-09
1
-2
/
+11
*
hw/acpi: changes towards enabling -Wshadow=local
Ani Sinha
2023-09-29
1
-18
/
+19
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-1
/
+1
*
hw/smbios: Fix core count in type4
Zhao Liu
2023-07-10
1
-2
/
+4
*
hw/smbios: Fix thread count in type4
Zhao Liu
2023-07-10
1
-2
/
+5
*
hw/smbios: Fix smbios_smp_sockets caculation
Zhao Liu
2023-07-10
1
-2
/
+1
*
hw/smbios: fix field corruption in type 4 table
Julia Suvorova
2023-03-02
1
-3
/
+5
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
1
-0
/
+1
*
hw/smbios: add core_count2 to smbios table type 4
Julia Suvorova
2022-11-07
1
-3
/
+16
*
hw/smbios: support for type 8 (port connector)
Hal Martin
2022-10-09
1
-0
/
+63
*
smbios: sanitize type from external type before checking have_fields_bitmap
Paolo Bonzini
2022-09-18
1
-6
/
+8
*
hw/smbios: Add table 4 parameter, "processor-id"
Patrick Venture
2022-03-06
1
-3
/
+16
*
hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide
Ani Sinha
2022-03-04
1
-0
/
+6
*
hw/smbios: fix overlapping table handle numbers with large memory vms
Ani Sinha
2022-03-04
1
-4
/
+15
*
hw/smbios: code cleanup - use macro definitions for table header handles
Ani Sinha
2022-03-04
1
-12
/
+26
*
smbios: Rename SMBIOS_ENTRY_POINT_* enums
Eduardo Habkost
2022-01-07
1
-4
/
+4
*
hw/smbios: support for type 41 (onboard devices extended information)
Vincent Bernat
2021-05-14
1
-1
/
+123
*
i386: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-4
/
+4
*
hw/smbios: Fix leaked fd in save_opt_one() error path
Philippe Mathieu-Daudé
2020-11-03
1
-1
/
+3
*
hw/smbios: report error if table size is too large
Daniel P. Berrangé
2020-09-29
1
-0
/
+14
*
hw/smbios: support loading OEM strings values from a file
Daniel P. Berrangé
2020-09-29
1
-13
/
+58
*
hw/smbios: add options for type 4 max-speed and current-speed
Ying Fang
2020-08-27
1
-4
/
+32
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-17
/
+8
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-16
/
+8
*
hw/smbios/smbios: Remove unused include
Philippe Mathieu-Daudé
2020-02-06
1
-1
/
+0
*
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-11
/
+15
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/smbios: fix offset of type 3 sku field
Daniel P. Berrangé
2019-02-22
1
-0
/
+1
*
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
2018-12-19
1
-1
/
+1
*
hw/smbios: Remove "smbios_ipmi.h"
Philippe Mathieu-Daudé
2018-12-19
1
-1
/
+0
[next]