Revision 3329f07b hw/qdev.c

b/hw/qdev.c
792 792
{
793 793
    QemuOpts *opts;
794 794

  
795
    opts = qemu_opts_from_qdict(&qemu_device_opts, qdict);
795
    opts = qemu_opts_from_qdict(qemu_find_opts("device"), qdict);
796 796
    if (!opts) {
797 797
        return -1;
798 798
    }

Also available in: Unified diff