Il 18/07/2013 10:27, Marcel Apfelbaum ha scritto: > Running qemu with "-device ?" option returns ~145 lines. > It is hard to manage understanding the output. > > Theses patches aim to partially solve the problem by dividing the devices > into logical categories like "Network/Display/..." and sorting them by it.
Nice! :) An unexpected benefit of moving all the hw/ files to separate per-type directory. I checked libvirt and this should not break it. Paolo > Marcel Apfelbaum (2): > qemu-help: Sort devices by logical functionality > devices: Associate devices to their logical category > > hw/audio/ac97.c | 1 + > hw/display/cirrus_vga.c | 1 + > hw/net/eepro100.c | 1 + > hw/scsi/scsi-disk.c | 4 ++++ > hw/usb/dev-hid.c | 1 + > include/hw/qdev-core.h | 7 +++++++ > qdev-monitor.c | 23 ++++++++++++++++++++++- > 7 files changed, 37 insertions(+), 1 deletion(-) >