mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
blockdev: Collect block device code in new blockdev.c
Anything that moves hundreds of lines out of vl.c can't be all bad. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
7b370f5130
commit
666daa6823
34 changed files with 692 additions and 660 deletions
|
@ -2,7 +2,7 @@
|
|||
#define QDEV_H
|
||||
|
||||
#include "hw.h"
|
||||
#include "sysemu.h"
|
||||
#include "blockdev.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-char.h"
|
||||
#include "qemu-option.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue