qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b7da6c: pc_piix: remove undesired change in p


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b7da6c: pc_piix: remove undesired change in pc_init1
Date: Tue, 30 Apr 2013 08:30:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b7da6c60814a5c8703e9fa0d943ec3240e9d94ab
      
https://github.com/qemu/qemu/commit/b7da6c60814a5c8703e9fa0d943ec3240e9d94ab
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-30 (Tue, 30 Apr 2013)

  Changed paths:
    M hw/i386/pc_piix.c

  Log Message:
  -----------
  pc_piix: remove undesired change in pc_init1

Introduced when applying commit f81222b (audio: look for the ISA and
PCI buses, 2013-04-18).

Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 9ab880b3a2f4b80bd5d8b18a312b3afed65dc036
      
https://github.com/qemu/qemu/commit/9ab880b3a2f4b80bd5d8b18a312b3afed65dc036
  Author: Alexander Graf <address@hidden>
  Date:   2013-04-30 (Tue, 30 Apr 2013)

  Changed paths:
    M qom/object.c

  Log Message:
  -----------
  QOM: Fail casts for unknown types

When we try to cast an object to an unknown type, fail the cast. Today
we would simply run into an assert().

This fixes a bug on qemu-system-s390x for me that gets triggered by the
audio code looking for PCI and ISA buses.

Signed-off-by: Alexander Graf <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 7e7da8e35827abf602fa886fda1af9b001c20d3e
      
https://github.com/qemu/qemu/commit/7e7da8e35827abf602fa886fda1af9b001c20d3e
  Author: Dunrong Huang <address@hidden>
  Date:   2013-04-30 (Tue, 30 Apr 2013)

  Changed paths:
    M rules.mak

  Log Message:
  -----------
  rules.mk: Fix build breakage

The following error occurs when building dtc module:
   CHK version_gen.h
   CC libfdt/fdt.o
cc1: error: dtc: No such file or directory [-Werror]
cc1: all warnings being treated as errors
make[1]: *** [libfdt/fdt.o] Error 1
make: *** [subdir-dtc] Error 2

In rules.mak, "-I$(<D) -I$(@D)" was expanded to "-Idtc -I." when
building submodule dct. Due to the using of "-Wmissing-include-dirs,
a warning would be rarsed. To avoid it, add "-I$(<D) -I$(@D)" to
QEMU_INCLUDES instead of QEMU_CFLAGS so that QEMU_CFLAGS does not
contain the "-Idtc".

Cc: Peter Crosthwaite <address@hidden>
Cc: Blue Swirl <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Signed-off-by: Dunrong Huang <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: cffc5113a421feba767af57ec87fdd53a29e9f9c
      
https://github.com/qemu/qemu/commit/cffc5113a421feba767af57ec87fdd53a29e9f9c
  Author: Jan Kiszka <address@hidden>
  Date:   2013-04-30 (Tue, 30 Apr 2013)

  Changed paths:
    M hw/core/qdev.c

  Log Message:
  -----------
  qdev: Report errors collected during device realization

Better than just releasing the error object silently.

Signed-off-by: Jan Kiszka <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/b3e6d591b055...cffc5113a421

reply via email to

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