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
/
i386
/
smbios.c
Age
Commit message (
Expand
)
Author
2015-03-19
smbios: add max speed comdline option for type-17 (meory device) structure
Gabriel L. Somlo
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2015-01-27
smbios: Don't report unknown CPU speed (fix SVVP regression)
Eduardo Habkost
2015-01-27
smbios: Fix dimm size calculation when RAM is multiple of 16GB
Eduardo Habkost
2014-11-13
smbios: change 'ram_addr_t' variables to 'uint64_t'
SeokYeon Hwang
2014-11-02
smbios: Encode UUID according to SMBIOS specification
Eduardo Habkost
2014-11-02
smbios: Fix assertion on socket count calculation
Eduardo Habkost
2014-06-10
smbios: use g_free directly on NULL pointers
Paolo Bonzini
2014-05-21
SMBIOS: Fix type 17 field sizes
Gabriel L. Somlo
2014-05-21
SMBIOS: Update Type 0 struct generator for machines >= 2.1
Gabriel L. Somlo
2014-05-21
SMBIOS: Fix endian-ness when populating multi-byte fields
Gabriel L. Somlo
2014-05-05
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
2014-05-05
SMBIOS: Use bitmaps to prevent incompatible comand line options
Gabriel L. Somlo
2014-05-05
SMBIOS: Use macro to set smbios defaults
Gabriel L. Somlo
2014-05-05
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
2013-12-10
smbios: Set system manufacturer, product & version by default
Markus Armbruster
2013-09-28
smbios: Factor out smbios_maybe_add_str()
Markus Armbruster
2013-09-28
smbios: Make multiple -smbios type= accumulate sanely
Markus Armbruster
2013-09-28
smbios: Improve diagnostics for conflicting entries
Markus Armbruster
2013-09-28
smbios: Convert to QemuOpts
Markus Armbruster
2013-09-28
smbios: Normalize smbios_entry_add()'s error handling to exit(1)
Markus Armbruster
2013-06-14
smbios: Check R in -smbios type=0, release=R parses okay
Markus Armbruster
2013-06-14
smbios: Fix -smbios type=0, release=... for big endian hosts
Markus Armbruster
2013-06-14
smbios: Clean up smbios_add_field() parameters
Markus Armbruster
2013-06-14
smbios: Convert to error_report()
Markus Armbruster
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini