index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
smbios
Age
Commit message (
Expand
)
Author
2021-05-14
hw/smbios: support for type 41 (onboard devices extended information)
Vincent Bernat
2020-12-10
i386: do not use ram_size global
Paolo Bonzini
2020-11-03
hw/smbios: Fix leaked fd in save_opt_one() error path
Philippe Mathieu-Daudé
2020-09-29
hw/smbios: report error if table size is too large
Daniel P. Berrangé
2020-09-29
hw/smbios: support loading OEM strings values from a file
Daniel P. Berrangé
2020-08-27
hw/smbios: add options for type 4 max-speed and current-speed
Ying Fang
2020-08-21
meson: convert hw/smbios
Marc-André Lureau
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-02-06
hw/smbios/smbios: Remove unused include
Philippe Mathieu-Daudé
2019-09-20
smbios:ipmi: Ignore IPMI devices with no fwinfo function
Corey Minyard
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2019-07-05
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
2019-02-22
hw/smbios: fix offset of type 3 sku field
Daniel P. Berrangé
2018-12-19
hw/smbios: Move to the hw/firmware/ subdirectory
Philippe Mathieu-Daudé
2018-12-19
hw/smbios: Remove "smbios_ipmi.h"
Philippe Mathieu-Daudé
2018-12-19
hw/smbios: Restrict access to "hw/smbios/ipmi.h"
Philippe Mathieu-Daudé
2018-12-14
hw/smbios/smbios.c: Don't use load_image()
Peter Maydell
2018-10-19
smbios: Clean up error handling in smbios_add()
Markus Armbruster
2018-07-02
hw/smbios: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2017-12-18
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-05
smbios: support setting OEM strings table
Daniel P. Berrange
2017-01-16
stubs: move smbios stubs to hw/smbios
Paolo Bonzini
2017-01-16
smbios: filter based on CONFIG_SMBIOS rather than TARGET
Leif Lindholm
2016-09-29
smbios: fix uuid copy
Marc-André Lureau
2016-09-23
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
2016-09-23
util: Add UUID API
Fam Zheng
2016-06-24
ipmi: Add SMBIOS table entry
Corey Minyard
2016-06-24
smbios: Move table build tools into an include file.
Corey Minyard
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-13
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2015-09-07
smbios: add smbios 3.0 support
Wei Huang
2015-08-13
smbios: move smbios code into a common folder
Wei Huang