qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/7] smbios cleanup & nicer defaults for type 1


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH 0/7] smbios cleanup & nicer defaults for type 1
Date: Tue, 30 Jul 2013 08:01:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Ping for 1.6

Markus Armbruster <address@hidden> writes:

> This gets rid of one of the last get_param_value() users, makes
> multiple -smbios work sanely, cleans up the gross side effect in
> qemu_uuid_parse(), and more.  Topped off with a little feature in the
> last patch.
>
> Markus Armbruster (7):
>   smbios: Normalize smbios_entry_add()'s error handling to exit(1)
>   smbios: Convert to QemuOpts
>   smbios: Improve diagnostics for conflicting entries
>   smbios: Make multiple -smbios type= accumulate sanely
>   smbios: Factor out smbios_maybe_add_str()
>   vl: Set current_machine early
>   smbios: Set system manufacturer, product & version by default
>
>  arch_init.c                |   9 +-
>  hw/i386/pc.c               |   6 +-
>  hw/i386/pc_piix.c          |   5 +
>  hw/i386/pc_q35.c           |   3 +
>  hw/i386/smbios.c           | 349 
> ++++++++++++++++++++++++++++++++-------------
>  include/hw/i386/pc.h       |   1 +
>  include/hw/i386/smbios.h   |   7 +-
>  include/sysemu/arch_init.h |   2 +-
>  include/sysemu/sysemu.h    |   1 +
>  vl.c                       |   8 +-
>  10 files changed, 276 insertions(+), 115 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]