]> git.proxmox.com Git - qemu.git/commit
make usb devices configurable
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Feb 2013 09:49:43 +0000 (10:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Feb 2013 11:28:48 +0000 (12:28 +0100)
commit6c83f81542e4fda1777a74e4647a69086e44357c
tree5d32defd71d5720fe5fcceb37a68a23541340f6a
parentf4ece4046344230a3a030ef1e494599eaf0a5935
make usb devices configurable

Leave the core usb devices (usb hub, tablet, mouse, keyboard)
enabled unconditionally.  Make the other ones configurable.

Exceptions:
  - bluetooth: not qdevified yet, has a vl.c dependency because
    of that, thus disabling isn't as easy as not linking the
    object file.
  - smardcard: ccid-card-emulated depends on that one *and*
    CONFIG_SMARTCARD_NSS.  So it isn't a one-liner and comes
    as separate patch because of that.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
17 files changed:
default-configs/alpha-softmmu.mak
default-configs/arm-softmmu.mak
default-configs/i386-softmmu.mak
default-configs/m68k-softmmu.mak
default-configs/mips-softmmu.mak
default-configs/mips64-softmmu.mak
default-configs/mips64el-softmmu.mak
default-configs/mipsel-softmmu.mak
default-configs/ppc-softmmu.mak
default-configs/ppc64-softmmu.mak
default-configs/ppcemb-softmmu.mak
default-configs/sh4-softmmu.mak
default-configs/sh4eb-softmmu.mak
default-configs/sparc64-softmmu.mak
default-configs/usb.mak [new file with mode: 0644]
default-configs/x86_64-softmmu.mak
hw/usb/Makefile.objs