qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 8c444a: adlib: qdev-ify


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 8c444a: adlib: qdev-ify
Date: Mon, 29 Apr 2013 15:30:22 -0700

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

  Changed paths:
    M hw/audio/adlib.c

  Log Message:
  -----------
  adlib: qdev-ify

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


  Commit: 36cd6f6f20724d49aac1910e310f81a43e0cb657
      
https://github.com/qemu/qemu/commit/36cd6f6f20724d49aac1910e310f81a43e0cb657
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M arch_init.c
    M configure
    M hw/audio/ac97.c
    M hw/audio/adlib.c
    M hw/audio/cs4231a.c
    M hw/audio/es1370.c
    M hw/audio/gus.c
    M hw/audio/intel-hda.c
    M hw/audio/pcspk.c
    M hw/audio/sb16.c
    M hw/usb/dev-audio.c
    M include/hw/audio/audio.h
    M include/hw/audio/pcspk.h

  Log Message:
  -----------
  audio: remove the need for audio card CONFIG_* symbols

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


  Commit: ffa48cf5ab719e1e181e51b87bc0f5d397b791fa
      
https://github.com/qemu/qemu/commit/ffa48cf5ab719e1e181e51b87bc0f5d397b791fa
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M arch_init.c
    M configure
    M hmp-commands.hx
    M include/sysemu/arch_init.h
    M monitor.c
    M vl.c

  Log Message:
  -----------
  audio: remove HAS_AUDIO

Several targets can have wavcapture/-soundhw support via PCI cards.
HAS_AUDIO is a useless limitation, remove it.

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


  Commit: f6547f07d41491d74179e8dd100f7477abdd43b1
      
https://github.com/qemu/qemu/commit/f6547f07d41491d74179e8dd100f7477abdd43b1
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M configure

  Log Message:
  -----------
  audio: remove CONFIG_* symbols

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


  Commit: 98af93fde2e37b5b0c8cee9036e028fe6df6446c
      
https://github.com/qemu/qemu/commit/98af93fde2e37b5b0c8cee9036e028fe6df6446c
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M configure
    M default-configs/i386-softmmu.mak
    M default-configs/mips-softmmu.mak
    M default-configs/mips64-softmmu.mak
    M default-configs/mips64el-softmmu.mak
    M default-configs/mipsel-softmmu.mak
    M default-configs/ppc-softmmu.mak
    M default-configs/ppc64-softmmu.mak
    M default-configs/ppcemb-softmmu.mak
    A default-configs/sound.mak
    M default-configs/x86_64-softmmu.mak
    M hw/audio/Makefile.objs

  Log Message:
  -----------
  audio: replace audio card configuration with default-configs

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


  Commit: 2e1103f60a871923ecd390804aba07b6031e0dc0
      
https://github.com/qemu/qemu/commit/2e1103f60a871923ecd390804aba07b6031e0dc0
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M qom/object.c

  Log Message:
  -----------
  qom: do not return root for empty path

An empty path will return the sole object of that type in the
QOM tree.  This is different from "/", which returns the root.

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


  Commit: f81222bc0cf68464fe82117521917cc1533c3ff4
      
https://github.com/qemu/qemu/commit/f81222bc0cf68464fe82117521917cc1533c3ff4
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M arch_init.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M hw/mips/mips_jazz.c
    M hw/mips/mips_malta.c
    M hw/ppc/prep.c
    M include/sysemu/arch_init.h

  Log Message:
  -----------
  audio: look for the ISA and PCI buses

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


  Commit: b3e6d591b05538056d665572f3e3bbfb3cbb70e7
      
https://github.com/qemu/qemu/commit/b3e6d591b05538056d665572f3e3bbfb3cbb70e7
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M default-configs/pci.mak
    M default-configs/sound.mak
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M hw/mips/mips_jazz.c
    M hw/mips/mips_malta.c
    M hw/ppc/prep.c
    M vl.c

  Log Message:
  -----------
  audio: enable PCI audio cards for all PCI-enabled targets

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


Compare: https://github.com/qemu/qemu/compare/7504ae690c73...b3e6d591b055

reply via email to

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