Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
737e150e
Commit
737e150e
authored
Dec 17, 2012
by
Paolo Bonzini
Browse files
block: move include files to include/block/
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
7b1b5d19
Changes
109
Hide whitespace changes
Inline
Side-by-side
aes.c
View file @
737e150e
...
...
@@ -28,7 +28,7 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include
"qemu-common.h"
#include
"aes.h"
#include
"
block/
aes.h"
#ifndef NDEBUG
#define NDEBUG
...
...
aio-posix.c
View file @
737e150e
...
...
@@ -14,7 +14,7 @@
*/
#include
"qemu-common.h"
#include
"block.h"
#include
"block
/block
.h"
#include
"qemu-queue.h"
#include
"qemu_socket.h"
...
...
aio-win32.c
View file @
737e150e
...
...
@@ -16,7 +16,7 @@
*/
#include
"qemu-common.h"
#include
"block.h"
#include
"block
/block
.h"
#include
"qemu-queue.h"
#include
"qemu_socket.h"
...
...
async.c
View file @
737e150e
...
...
@@ -23,7 +23,7 @@
*/
#include
"qemu-common.h"
#include
"
qemu-
aio.h"
#include
"
block/
aio.h"
#include
"main-loop.h"
/***********************************************************/
...
...
block-migration.c
View file @
737e150e
...
...
@@ -14,7 +14,7 @@
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"hw/hw.h"
#include
"qemu-queue.h"
#include
"qemu-timer.h"
...
...
block.c
View file @
737e150e
...
...
@@ -25,13 +25,13 @@
#include
"qemu-common.h"
#include
"trace.h"
#include
"monitor.h"
#include
"block_int.h"
#include
"blockjob.h"
#include
"block
/block
_int.h"
#include
"
block/
blockjob.h"
#include
"module.h"
#include
"qapi/qmp/qjson.h"
#include
"sysemu.h"
#include
"notify.h"
#include
"
qemu-
coroutine.h"
#include
"
block/
coroutine.h"
#include
"qmp-commands.h"
#include
"qemu-timer.h"
...
...
block/blkdebug.c
View file @
737e150e
...
...
@@ -24,7 +24,7 @@
#include
"qemu-common.h"
#include
"qemu-config.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
typedef
struct
BDRVBlkdebugState
{
...
...
block/blkverify.c
View file @
737e150e
...
...
@@ -9,7 +9,7 @@
#include
<stdarg.h>
#include
"qemu_socket.h"
/* for EINPROGRESS on Windows */
#include
"block_int.h"
#include
"block
/block
_int.h"
typedef
struct
{
BlockDriverState
*
test_file
;
...
...
block/bochs.c
View file @
737e150e
...
...
@@ -23,7 +23,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
/**************************************************************/
...
...
block/cloop.c
View file @
737e150e
...
...
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
#include
<zlib.h>
...
...
block/commit.c
View file @
737e150e
...
...
@@ -13,8 +13,8 @@
*/
#include
"trace.h"
#include
"block_int.h"
#include
"blockjob.h"
#include
"block
/block
_int.h"
#include
"
block/
blockjob.h"
#include
"qemu/ratelimit.h"
enum
{
...
...
block/cow.c
View file @
737e150e
...
...
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
/**************************************************************/
...
...
block/curl.c
View file @
737e150e
...
...
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
<curl/curl.h>
// #define DEBUG
...
...
block/dmg.c
View file @
737e150e
...
...
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"bswap.h"
#include
"module.h"
#include
<zlib.h>
...
...
block/gluster.c
View file @
737e150e
...
...
@@ -16,7 +16,7 @@
* GNU GPL, version 2 or (at your option) any later version.
*/
#include
<glusterfs/api/glfs.h>
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"qemu_socket.h"
#include
"uri.h"
...
...
block/iscsi.c
View file @
737e150e
...
...
@@ -29,7 +29,7 @@
#include
"qemu-common.h"
#include
"qemu-config.h"
#include
"qemu-error.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"trace.h"
#include
"hw/scsi-defs.h"
...
...
block/linux-aio.c
View file @
737e150e
...
...
@@ -8,7 +8,7 @@
* See the COPYING file in the top-level directory.
*/
#include
"qemu-common.h"
#include
"
qemu-
aio.h"
#include
"
block/
aio.h"
#include
"qemu-queue.h"
#include
"block/raw-aio.h"
#include
"event_notifier.h"
...
...
block/mirror.c
View file @
737e150e
...
...
@@ -12,8 +12,8 @@
*/
#include
"trace.h"
#include
"blockjob.h"
#include
"block_int.h"
#include
"
block/
blockjob.h"
#include
"block
/block
_int.h"
#include
"qemu/ratelimit.h"
enum
{
...
...
block/nbd.c
View file @
737e150e
...
...
@@ -27,9 +27,9 @@
*/
#include
"qemu-common.h"
#include
"nbd.h"
#include
"
block/
nbd.h"
#include
"uri.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
#include
"qemu_socket.h"
...
...
block/parallels.c
View file @
737e150e
...
...
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
#include
"qemu-common.h"
#include
"block_int.h"
#include
"block
/block
_int.h"
#include
"module.h"
/**************************************************************/
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment