qemu-e2k/include
Alberto Faria 53fb7844f0 block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
For consistency with other I/O functions, and in preparation to
implement them using generated_co_wrapper.

Callers were updated using this Coccinelle script:

    @@ expression child, offset, buf, bytes; @@
    - bdrv_pread(child, offset, buf, bytes)
    + bdrv_pread(child, offset, buf, bytes, 0)

    @@ expression child, offset, buf, bytes; @@
    - bdrv_pwrite(child, offset, buf, bytes)
    + bdrv_pwrite(child, offset, buf, bytes, 0)

    @@ expression child, offset, buf, bytes; @@
    - bdrv_pwrite_sync(child, offset, buf, bytes)
    + bdrv_pwrite_sync(child, offset, buf, bytes, 0)

Resulting overly-long lines were then fixed by hand.

Signed-off-by: Alberto Faria <afaria@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-Id: <20220609152744.3891847-2-afaria@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
2022-07-12 12:14:55 +02:00
..
authz
block block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() 2022-07-12 12:14:55 +02:00
chardev
crypto
disas
exec disas: Remove libvixl disassembler 2022-07-05 10:15:49 +02:00
fpu
hw hw/arm/virt: dt: add rng-seed property 2022-07-07 11:36:07 +01:00
io io: add a QIOChannelNull equivalent to /dev/null 2022-06-22 18:11:21 +01:00
libdecnumber
migration
monitor
net
qapi
qemu include/qemu/host-utils: Remove unused code in the *_overflow wrappers 2022-07-05 10:15:49 +02:00
qom qom/object: Remove circular include dependency 2022-06-28 10:53:32 +02:00
scsi
semihosting semihosting: Create semihost_sys_poll_one 2022-06-28 04:41:37 +05:30
standard-headers m68k: virt: pass RNG seed via bootinfo block 2022-07-06 12:30:41 +02:00
sysemu block: get rid of blk->guest_block_size 2022-06-24 17:07:06 +02:00
tcg
ui ui/console: allow display device to be labeled with given id 2022-07-01 12:33:51 +02:00
user
elf.h
glib-compat.h
qemu-io.h
qemu-main.h