2019-08-27 | Vladimir Sementsov... | util/iov: improve qemu_iovec_is_zero Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-08-27 | Vladimir Sementsov... | util/iov: introduce qemu_iovec_init_extended Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-08-22 | Raphael Norwitz | vhost-user-scsi: prevent using uninitialized vqs Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-08-22 | Stefan Hajnoczi | util/async: hold AioContext ref to prevent use-after... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-06-28 | Stefan Hajnoczi | build: use $(DESTDIR)x instead of $(DESTDIR)/x Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Stefan Hajnoczi | docs: add Security chapter to the documentation Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Stefan Hajnoczi | docs: add Secure Coding Practices to developer docs Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Paolo Bonzini | aio-posix: ensure poll mode is left when aio_notify... Cc: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Andrey Shinkevich | block/io.c: fix for the allocation failure Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Nikita Alekseev | block: Add coroutine_fn to bdrv_check_co_entry Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Jules Irenge | util/readline: Add braces to fix checkpatch errors Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Jules Irenge | util: readline: replace tab indent by four spaces to... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-05-10 | Jules Irenge | util/readline: add a space to fix errors by checkpatch... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-04-29 | Yury Kotov | trace: fix runstate tracing Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> |
commitcommitdifftree |
2019-03-22 | Markus Armbruster | trace-events: Fix attribution of trace points to source Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Markus Armbruster | trace-events: Delete unused trace points Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Markus Armbruster | scripts/cleanup-trace-events: Update for current practice Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Markus Armbruster | trace-events: Shorten file names in comments Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Markus Armbruster | trace-events: Consistently point to docs/devel/tracing.txt Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Stefan Hajnoczi | trace: avoid SystemTap dtrace(1) warnings on empty... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-22 | Stefan Hajnoczi | trace: handle tracefs path truncation Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-13 | Stefan Hajnoczi | file-posix: add drop-cache=on|off option Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-08 | Peter Xu | iothread: document about why we need explicit aio_poll() Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-08 | Peter Xu | iothread: push gcontext earlier in the thread_fn Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-08 | Peter Xu | iothread: create main loop unconditionally Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-08 | Peter Xu | iothread: create the gcontext unconditionally Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-08 | Peter Xu | iothread: replace init_done_cond with a semaphore Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-07 | Anastasiia Rusakova | hw/block/virtio-blk: Clean req->dev repetitions Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-03-07 | Stefan Hajnoczi | MAINTAINERS: add missing support status fields Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | tests/virtio-blk: add test for DISCARD command Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | tests/virtio-blk: add test for WRITE_ZEROES command Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | tests/virtio-blk: add virtio_blk_fix_dwz_hdr() function Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | tests/virtio-blk: change assert on data_size in virtio_blk_r... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-blk: add DISCARD and WRITE_ZEROES features Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-blk: set config size depending on the features... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-net: make VirtIOFeature usable for other virtio... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-blk: add "discard" and "write-zeroes" properties As discussed with Michael S. Tsirkin and Stefan Hajnoczi on the Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-blk: add host_features field in VirtIOBlock Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Stefano Garzarella | virtio-blk: add acct_failed param to virtio_blk_handle_rw_er... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | hw/ide: drop iov field from IDEDMA Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | hw/ide: drop iov field from IDEBufferedRequest Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | hw/ide: drop iov field from IDEState Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | migration/block: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | qemu-img: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/vmdk: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/qed: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/qcow2: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/qcow: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/parallels: use QEMU_IOVEC_INIT_BUF Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/stream: use QEMU_IOVEC_INIT_BUF Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/commit: use QEMU_IOVEC_INIT_BUF Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/backup: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/block-backend: use QEMU_IOVEC_INIT_BUF Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block/io: use qemu_iovec_init_buf Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-22 | Vladimir Sementsov... | block: enhance QEMUIOVector structure Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-13 | Changpeng Liu | virtio-blk: set correct config size for the host driver Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-12 | Stefano Garzarella | virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-12 | Vladimir Sementsov... | qemugdb/coroutine: fix arch_prctl has unknown return... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-02-12 | Peter Xu | iothread: fix iothread hang when stop too soon CC: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-30 | Stefan Hajnoczi | trace: rerun tracetool after ./configure changes Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-25 | Vladimir Sementsov... | trace: improve runstate tracing Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Daniel P. Berrangé | trace: add ability to do simple printf logging via... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Daniel P. Berrangé | trace: forbid use of %m in trace event format strings Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Daniel P. Berrangé | trace: enforce that every trace-events file has a final... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Daniel P. Berrangé | display: ensure qxl log_buf is a nul terminated string Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Vladimir Sementsov... | qemu-coroutine-sleep: drop CoSleepCB Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Stefan Hajnoczi | iotests: add 238 for throttling tgm unregister iothread... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-24 | Stefan Hajnoczi | throttle-groups: fix restart coroutine iothread race Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-14 | Remy Noel | aio-posix: Fix concurrent aio_poll/set_fd_handler. Tested-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-14 | Remy Noel | aio-posix: Unregister fd from ctx epoll when removing... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-04 | yuchenlin | dmg: don't skip zero chunk Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-04 | yuchenlin | dmg: use enumeration type instead of hard coding number Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-04 | yuchenlin | dmg: fix binary search Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2019-01-04 | Julio Faracco | dmg: Fixing wrong dmg block type value for block terminator. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-12-12 | Larry Dewey | trace: simple style changes Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-12-12 | Fabiano Rosas | tracetool: Include thread id information in log backend Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-12-12 | Dongli Zhang | virtio-blk: fix comment for virtio_blk_rw_complete... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-12-12 | Dongli Zhang | virtio-blk: rename iov to out_iov in virtio_blk_handle_request() Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-10-29 | Kees Cook | nvdimm: Add docs hint for Linux driver name Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-10-29 | Li Qiang | util: aio-posix: fix a typo Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-07-24 | Nishanth Aravamudan | block/file-posix: add bdrv_attach_aio_context callback... Cc: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-07-19 | Yaowei Bai | tracing: Use double-dash spelling for trace option Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-07-19 | Stefan Hajnoczi | throttle-groups: fix hang when group member leaves Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/block/pflash_cfi: Convert from DPRINTF() macro to... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/net/etraxfs_eth: Convert printf() calls to trace... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/net/ne2000: Convert printf() calls to trace events Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/net/ne2000: Add trace events Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/input/tsc2005: Convert a fprintf() call to trace... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/char/parallel: Convert from pdebug() macro to trace... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | hw/char/serial: Convert from DPRINTF macro to trace... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | sdcard: Reduce sdcard_set_blocklen() trace digits Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Philippe Mathieu... | trace: Fix format string for the struct timeval members... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-29 | Eduardo Habkost | simpletrace: Convert name from mapping record to str Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-27 | Nishanth Aravamudan | linux-aio: properly bubble up errors from initialization Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-27 | Stefan Hajnoczi | compiler: add a sizeof_field() macro Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-27 | Stefan Hajnoczi | trace: forbid floating point types Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-27 | Emilio G. Cota | trace: enable tracing of TCG atomics Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2018-06-27 | Emilio G. Cota | trace: add trace_mem_build_info_no_se_be/le Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
next |