qemu-e2k/include
Stefan Hajnoczi c53b1c5114 block: make qiov_is_aligned() public
The qiov_is_aligned() function checks whether a QEMUIOVector meets a
BlockDriverState's alignment requirements.  This is needed by
virtio-blk-data-plane so:

1. Move the function from block/raw-posix.c to block/block.c.
2. Make it public in block/block.h.
3. Rename to bdrv_qiov_is_aligned().
4. Change return type from int to bool.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2013-01-14 10:06:56 +01:00
..
block block: make qiov_is_aligned() public 2013-01-14 10:06:56 +01:00
bt
char
disas
exec Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
fpu softfloat: Implement uint64_to_float128 2013-01-05 10:12:50 +00:00
migration migration: merge QEMUFileBuffered into MigrationState 2012-12-20 23:09:40 +01:00
monitor
net
qapi
qemu bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p 2013-01-12 12:24:33 +00:00
qom Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sysemu Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
ui pixman: fix warning 2013-01-12 12:42:55 +00:00
config.h
elf.h
libfdt_env.h fdt: Use bswapN instead of bswap_N 2013-01-12 12:22:58 +00:00
qemu-common.h qemu-common.h: Make qemu_init_vcpu() stub static inline 2013-01-08 21:03:44 +01:00