qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/7] smbios: make qemu generate smbios tables
@ 2014-05-05 11:23 Gerd Hoffmann
  2014-05-05 11:23 ` [Qemu-devel] [PULL v2 1/7] pc: add 2.1 machine type Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2014-05-05 11:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series makes qemu generate smbios tables for 2.1 & newer
machine types.  Most patches are created by Gabriel L. Somlo.  For the
new machine type I've picked mst's patch though, so git should have an
easier job sorting things in case the same thing comes in through
another branch.

v2: fixed build failure on 32bit.

please pull,
  Gerd

The following changes since commit fdaad4715ae9e998fd0595bedfb16fdaf0c68ccc:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501' into staging (2014-05-02 11:32:00 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-smbios-2

for you to fetch changes up to c97294ec1b9e36887e119589d456557d72ab37b5:

  SMBIOS: Build aggregate smbios tables and entry point (2014-05-05 13:14:48 +0200)

----------------------------------------------------------------
smbios: make qemu generate smbios tables.

----------------------------------------------------------------
Gabriel L. Somlo (6):
      E820: Add interface for accessing e820 table
      SMBIOS: Rename symbols to better reflect future use
      SMBIOS: Update header file definitions
      SMBIOS: Use macro to set smbios defaults
      SMBIOS: Use bitmaps to prevent incompatible comand line options
      SMBIOS: Build aggregate smbios tables and entry point

Michael S. Tsirkin (1):
      pc: add 2.1 machine type

 hw/i386/pc.c             |  39 ++-
 hw/i386/pc_piix.c        |  44 ++-
 hw/i386/pc_q35.c         |  38 ++-
 hw/i386/smbios.c         | 789 +++++++++++++++++++++++++++++++++++++++++++----
 include/hw/i386/pc.h     |   2 +
 include/hw/i386/smbios.h |  99 ++++--
 6 files changed, 902 insertions(+), 109 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-06 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 11:23 [Qemu-devel] [PULL v2 0/7] smbios: make qemu generate smbios tables Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 1/7] pc: add 2.1 machine type Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 2/7] E820: Add interface for accessing e820 table Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 3/7] SMBIOS: Rename symbols to better reflect future use Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 4/7] SMBIOS: Update header file definitions Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 5/7] SMBIOS: Use macro to set smbios defaults Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 6/7] SMBIOS: Use bitmaps to prevent incompatible comand line options Gerd Hoffmann
2014-05-05 11:23 ` [Qemu-devel] [PULL v2 7/7] SMBIOS: Build aggregate smbios tables and entry point Gerd Hoffmann
2014-05-06 12:08 ` [Qemu-devel] [PULL v2 0/7] smbios: make qemu generate smbios tables Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).