mbox

[PULL,0/4] Misc fixes for 2.0-rc1

Message ID 1395058997-19660-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git fixes-for-2.0

Message

Paolo Bonzini March 17, 2014, 12:23 p.m. UTC
Anthony, Peter,

The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:

  Makefile: Fix "make clean" (2014-03-17 11:50:19 +0000)

are available in the git repository at:

  git://github.com/bonzini/qemu.git fixes-for-2.0

for you to fetch changes up to 025172d56e11ba3d86d0937933a23aab3b8606b1:

  vl.c: Output error on invalid machine type (2014-03-17 13:21:12 +0100)

I gathered miscellaneous fixes from the mailing list, two of them mine,
that are suitable for hard freeze.  (I originarily had Fam's other patch
in here too).

----------------------------------------------------------------
Fam Zheng (1):
      rules.mak: Fix per object libs extraction

Miroslav Rezanina (1):
      vl.c: Output error on invalid machine type

Paolo Bonzini (2):
      qemu-nbd: Fix coverity issues
      target-alpha: fix subl and s8subl indentation

 qemu-nbd.c               | 17 +++++++++++++----
 rules.mak                |  4 ++--
 target-alpha/translate.c |  3 ++-
 vl.c                     | 21 +++++++++++++--------
 4 files changed, 30 insertions(+), 15 deletions(-)

Comments

Peter Maydell March 17, 2014, 2:06 p.m. UTC | #1
On 17 March 2014 12:23, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Anthony, Peter,
>
> The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa:
>
>   Makefile: Fix "make clean" (2014-03-17 11:50:19 +0000)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git fixes-for-2.0
>
> for you to fetch changes up to 025172d56e11ba3d86d0937933a23aab3b8606b1:
>
>   vl.c: Output error on invalid machine type (2014-03-17 13:21:12 +0100)
>
> I gathered miscellaneous fixes from the mailing list, two of them mine,
> that are suitable for hard freeze.  (I originarily had Fam's other patch
> in here too).
>

Applied, thanks.

-- PMM