]> git.proxmox.com Git - qemu.git/commit
hw: make subdirectories for devices
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Feb 2013 10:59:48 +0000 (11:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2013 16:13:11 +0000 (18:13 +0200)
commit1fd6bb44ed7ddd875e0d37d17685621f1ef27823
tree9c76dab96b1c03dea3b1bf40f74d1e7659b0c2b5
parent0d09e41a51aa0752b1ce525ce084f7cd210e461b
hw: make subdirectories for devices

Prepare the new directory structure.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
25 files changed:
hw/Makefile.objs
hw/acpi/Makefile.objs [new file with mode: 0644]
hw/audio/Makefile.objs [new file with mode: 0644]
hw/block/Makefile.objs [new file with mode: 0644]
hw/bt/Makefile.objs [new file with mode: 0644]
hw/char/Makefile.objs [new file with mode: 0644]
hw/core/Makefile.objs [new file with mode: 0644]
hw/cpu/Makefile.objs [new file with mode: 0644]
hw/display/Makefile.objs [new file with mode: 0644]
hw/dma/Makefile.objs [new file with mode: 0644]
hw/gpio/Makefile.objs [new file with mode: 0644]
hw/i2c/Makefile.objs [new file with mode: 0644]
hw/input/Makefile.objs [new file with mode: 0644]
hw/intc/Makefile.objs [new file with mode: 0644]
hw/isa/Makefile.objs [new file with mode: 0644]
hw/misc/Makefile.objs [new file with mode: 0644]
hw/net/Makefile.objs [new file with mode: 0644]
hw/nvram/Makefile.objs [new file with mode: 0644]
hw/scsi/Makefile.objs [new file with mode: 0644]
hw/sd/Makefile.objs [new file with mode: 0644]
hw/ssi/Makefile.objs [new file with mode: 0644]
hw/timer/Makefile.objs [new file with mode: 0644]
hw/virtio/Makefile.objs [new file with mode: 0644]
hw/watchdog/Makefile.objs [new file with mode: 0644]
hw/xen/Makefile.objs [new file with mode: 0644]