qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] pc,pci,virtio fixes and cleanups
@ 2013-09-29  6:59 Michael S. Tsirkin
  2013-09-29  6:59 ` [Qemu-devel] [PULL 01/14] q35: make pci window address/size match guest cfg Michael S. Tsirkin
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Michael S. Tsirkin @ 2013-09-29  6:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: imammedo, hpoussin, armbru

The following changes since commit 2d1fe1873a984d1c2c89ffa3d12949cafc718551:

  Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into staging (2013-09-11 14:46:52 -0500)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony

for you to fetch changes up to e26d3e734650640fabd7d95ace4f3a6f88725e0b:

  smbios: Factor out smbios_maybe_add_str() (2013-09-28 23:49:39 +0300)

----------------------------------------------------------------
pc,pci,virtio fixes and cleanups

This includes pc and pci cleanups and enhancements,
and a virtio-net bugfix related to softmac programming.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Hervé Poussineau (1):
  pci: remove explicit check to 64K ioport size

Markus Armbruster (5):
  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()

Michael S. Tsirkin (8):
  q35: make pci window address/size match guest cfg
  range: add Range to typedefs
  range: add min/max operations on ranges
  pci: add helper to retrieve the 64-bit range
  q35: use 64 bit window programmed by guest
  piix: use 64 bit window programmed by guest
  piix4: disable io on reset
  virtio-net: fix up HMP NIC info string on reset

 include/hw/i386/smbios.h   |   5 +-
 include/hw/pci/pci.h       |   1 +
 include/qemu/range.h       |  20 ++-
 include/qemu/typedefs.h    |   1 +
 include/sysemu/arch_init.h |   2 +-
 include/sysemu/sysemu.h    |   1 +
 arch_init.c                |   9 +-
 hw/acpi/piix4.c            |   1 +
 hw/i386/smbios.c           | 339 ++++++++++++++++++++++++++++++++-------------
 hw/net/virtio-net.c        |   1 +
 hw/pci-host/piix.c         |  14 +-
 hw/pci-host/q35.c          |  24 +++-
 hw/pci/pci.c               |  56 +++++++-
 vl.c                       |   5 +-
 14 files changed, 359 insertions(+), 120 deletions(-)

-- 
MST

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

end of thread, other threads:[~2013-09-29  6:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-29  6:59 [Qemu-devel] [PULL 00/14] pc,pci,virtio fixes and cleanups Michael S. Tsirkin
2013-09-29  6:59 ` [Qemu-devel] [PULL 01/14] q35: make pci window address/size match guest cfg Michael S. Tsirkin
2013-09-29  6:59 ` [Qemu-devel] [PULL 02/14] range: add Range to typedefs Michael S. Tsirkin
2013-09-29  6:59 ` [Qemu-devel] [PULL 03/14] range: add min/max operations on ranges Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 04/14] pci: add helper to retrieve the 64-bit range Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 05/14] q35: use 64 bit window programmed by guest Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 06/14] piix: " Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 07/14] piix4: disable io on reset Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 08/14] pci: remove explicit check to 64K ioport size Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 09/14] virtio-net: fix up HMP NIC info string on reset Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 10/14] smbios: Normalize smbios_entry_add()'s error handling to exit(1) Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 11/14] smbios: Convert to QemuOpts Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 12/14] smbios: Improve diagnostics for conflicting entries Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 13/14] smbios: Make multiple -smbios type= accumulate sanely Michael S. Tsirkin
2013-09-29  7:00 ` [Qemu-devel] [PULL 14/14] smbios: Factor out smbios_maybe_add_str() Michael S. Tsirkin

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).