qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Vlad Yasevich" <vyasevic@redhat.com>,
	"Richard Henderson" <rth@redhat.com>,
	"Alexander Graf" <agraf@suse.de>,
	qemu-stable@nongnu.org, "Bandan Das" <bsd@redhat.com>,
	"Anthony Liguori" <aliguori@amazon.com>,
	"Amos Kong" <akong@redhat.com>,
	=?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>,
	"Richard Henderson" <rth@twiddle.net>
Subject: [Qemu-devel] [PULL for-1.7 v2 0/5] pc very last minute fixes for 1.7
Date: Mon, 25 Nov 2013 13:48:27 +0200	[thread overview]
Message-ID: <1385379990-32093-1-git-send-email-mst@redhat.com> (raw)

Changes from v1:
    added --iasl configure fix.
    Note: I didn't rebase so if you pulled already, just redoing
    the pull will do the right thing adding the single new patch.

The following changes since commit 394cfa39ba24dd838ace1308ae24961243947fb8:

  Merge remote-tracking branch 'quintela/migration.next' into staging (2013-11-19 13:03:06 -0800)

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 e007dbece5fc4e55e10116c6cb42753e35a945bf:

  configure: make --iasl option actually work (2013-11-24 15:43:06 +0200)

----------------------------------------------------------------
pc very last minute fixes for 1.7

This has a fix for a crasher bug with pci bridges,
boot failure fix for s390 on 32 bit hosts,
and fixes build for hosts with old glib.

There's also a fix for --iasl configure flag - it can be used
to work around broken iasl on some systems either
by using a non-standard iasl or by disabling it.

I've also reverted a e1000/rtl mac programming change
that seems slightly wrong and too risky for 1.8.

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

----------------------------------------------------------------
Bandan Das (1):
      pci: unregister vmstate_pcibus on unplug

Michael S. Tsirkin (5):
      s390x: fix flat file load on 32 bit systems
      acpi-build: fix build on glib < 2.22
      acpi-build: fix build on glib < 2.14
      Revert "e1000/rtl8139: update HMP NIC when every bit is written"
      configure: make --iasl option actually work

 configure                    |  4 ++--
 hw/i386/acpi-build.c         | 16 ++++++++++------
 hw/i386/bios-linker-loader.c |  8 ++++----
 hw/net/e1000.c               |  2 +-
 hw/net/rtl8139.c             |  5 ++++-
 hw/pci/pci.c                 |  8 ++++++++
 hw/s390x/ipl.c               | 17 +++++++++--------
 7 files changed, 38 insertions(+), 22 deletions(-)

Bandan Das (1):
  pci: unregister vmstate_pcibus on unplug

Michael S. Tsirkin (5):
  s390x: fix flat file load on 32 bit systems
  acpi-build: fix build on glib < 2.22
  acpi-build: fix build on glib < 2.14
  Revert "e1000/rtl8139: update HMP NIC when every bit is written"
  configure: make --iasl option actually work

 configure                    |  4 ++--
 hw/i386/acpi-build.c         | 16 ++++++++++------
 hw/i386/bios-linker-loader.c |  8 ++++----
 hw/net/e1000.c               |  2 +-
 hw/net/rtl8139.c             |  5 ++++-
 hw/pci/pci.c                 |  8 ++++++++
 hw/s390x/ipl.c               | 17 +++++++++--------
 7 files changed, 38 insertions(+), 22 deletions(-)

-- 
MST

             reply	other threads:[~2013-11-25 11:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 11:48 Michael S. Tsirkin [this message]
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 1/6] s390x: fix flat file load on 32 bit systems Michael S. Tsirkin
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 2/6] pci: unregister vmstate_pcibus on unplug Michael S. Tsirkin
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 3/6] acpi-build: fix build on glib < 2.22 Michael S. Tsirkin
2013-11-25 20:24   ` Richard Henderson
2013-11-25 20:31     ` Michael S. Tsirkin
2013-11-25 20:37       ` Richard Henderson
2013-11-25 20:54         ` Michael S. Tsirkin
2013-11-25 21:15           ` Laszlo Ersek
2013-11-25 21:22             ` Eric Blake
2013-11-25 21:18           ` Richard Henderson
2013-11-25 21:26             ` Michael S. Tsirkin
2013-11-25 21:02         ` Michael S. Tsirkin
2013-11-25 21:21           ` Richard Henderson
2013-11-25 21:33             ` Michael S. Tsirkin
2013-11-25 21:57               ` Laszlo Ersek
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 4/6] acpi-build: fix build on glib < 2.14 Michael S. Tsirkin
2013-11-25 20:14   ` Erik Rull
2013-11-25 20:59     ` Michael S. Tsirkin
2013-11-25 21:01     ` Michael S. Tsirkin
2013-11-25 21:47       ` Richard Henderson
2013-11-25 22:41         ` Erik Rull
2013-11-25 20:26   ` Richard Henderson
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 5/6] Revert "e1000/rtl8139: update HMP NIC when every bit is written" Michael S. Tsirkin
2013-11-25 11:48 ` [Qemu-devel] [PULL for-1.7 v2 6/6] configure: make --iasl option actually work Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1385379990-32093-1-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=akong@redhat.com \
    --cc=aliguori@amazon.com \
    --cc=bsd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    --cc=rth@redhat.com \
    --cc=rth@twiddle.net \
    --cc=vyasevic@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).