mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
blockdev: Belatedly remove MAX_DRIVES
Unused since commit 751c6a17
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
0923c577f9
commit
1a43782e34
2 changed files with 0 additions and 3 deletions
2
vl.c
2
vl.c
|
@ -172,8 +172,6 @@ int main(int argc, char **argv)
|
|||
|
||||
static const char *data_dir;
|
||||
const char *bios_name = NULL;
|
||||
/* Note: drives_table[MAX_DRIVES] is a dummy block driver if none available
|
||||
to store the VM snapshots */
|
||||
struct drivelist drives = QTAILQ_HEAD_INITIALIZER(drives);
|
||||
struct driveoptlist driveopts = QTAILQ_HEAD_INITIALIZER(driveopts);
|
||||
enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue