Skip to content

Commit

Permalink
QemuOpts: increase number of vm_config_groups
Browse files Browse the repository at this point in the history
Adding the fw_cfg cmd line support patch by
Gabriel L. Somlo hits the limit.

Fix this by making the array larger.

Cc: Gabriel L. Somlo <somlo@cmu.edu>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Jun 10, 2015
1 parent b041114 commit 1ceaefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/qemu-config.c
Expand Up @@ -6,7 +6,7 @@
#include "qapi/error.h"
#include "qmp-commands.h"

static QemuOptsList *vm_config_groups[32];
static QemuOptsList *vm_config_groups[48];
static QemuOptsList *drive_config_groups[4];

static QemuOptsList *find_list(QemuOptsList **lists, const char *group,
Expand Down

0 comments on commit 1ceaefb

Please sign in to comment.