2021-01-04 | Stefan Hajnoczi | tracetool: add output filename command-line argument Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2021-01-04 | Doug Evans | trace: Send "-d trace:help" output to stdout Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-19 | Stefan Hajnoczi | trace: use STAP_SDT_V2 to work around symbol visibility Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-11 | Stefan Hajnoczi | scripts/tracetool: silence SystemTap dtrace(1) long... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-11 | Paolo Bonzini | trace: remove argument from trace_init_file Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Assert offset is aligned to page... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Convert vfio_dump_mapping to trace... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Improve DMA trace events Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Trace where BARs are mapped Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Trace PCI BAR region info Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Trace PCI I/O config accesses Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | util/vfio-helpers: Improve reporting unsupported IOMMU... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Fix nvme_submit_command() on big-endian... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Fix use of write-only doorbells page on... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Eric Auger | block/nvme: Align iov's va and size on host page size Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Eric Auger | block/nvme: Change size and alignment of prp_list_pages Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Eric Auger | block/nvme: Change size and alignment of queue Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Eric Auger | block/nvme: Change size and alignment of IDENTIFY response... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Correct minimum device page size Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Set request_alignment at initialization Reported-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Simplify nvme_cmd_sync() Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Simplify ADMIN queue access Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Correctly initialize Admin Queue Attributes Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Use definitions instead of magic values... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Introduce Completion Queue definitions Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Make nvme_init_queue() return boolean indicating... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Make nvme_identify() return boolean indicating... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Use unsigned integer for queue counter... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Move definitions before structure declarations Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Trace queue pair creation/deletion Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Improve nvme_free_req_queue_wait() trace... Suggested-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Trace nvme_poll_queue() per queue Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Trace controller capabilities Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Report warning with warn_report() Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | block/nvme: Use hex format to display offset in trace... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Philippe Mathieu... | MAINTAINERS: Cover "block/nvme.h" file Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Elena Afanasova | softmmu/memory: fix memory_region_ioeventfd_equal() Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-11-03 | Elena Afanasova | accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allo... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-26 | Anthony PERARD | Add execute bit back to scripts/tracetool.py Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-26 | Josh DuBois | trace/simple: Enable tracing on startup only if the... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Vladimir Sementsov... | iotests: add commit top->base cases to 274 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Vladimir Sementsov... | block/io: fix bdrv_is_allocated_above Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Vladimir Sementsov... | block/io: bdrv_common_block_status_above: support bs... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Vladimir Sementsov... | block/io: bdrv_common_block_status_above: support include_base Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Vladimir Sementsov... | block/io: fix bdrv_co_block_status_above Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block/export: add vhost-user-blk multi-queue support Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block/export: add iothread and fixed-iothread options Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block: move block exports to libblockdev Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | qemu-storage-daemon: avoid compiling blockdev_ss twice Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: use static library in meson... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: move header to include/ Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block/export: convert vhost-user-blk server to block... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block/export: report flush errors Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: rework vu_client_trip() coroutine... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: check EOF when reading payload Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: fix memory leak in vu_message_read() Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: drop unused DevicePanicNotifier Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | block/export: consolidate request structs into VuBlockReq Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: drop unnecessary watch deletion Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: drop unnecessary QOM cast Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Stefan Hajnoczi | util/vhost-user-server: s/fileds/fields/ typo fix Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | MAINTAINERS: Add vhost-user block device backend server... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | block/export: vhost-user block device backend server Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | block: move logical block size check function to a... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | util/vhost-user-server: generic vhost user server Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | libvhost-user: remove watch for kick_fd when de-initialize... Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Coiby Xu | libvhost-user: Allow vu_message_read to be replaced Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-23 | Philippe Mathieu... | block/nvme: Add driver statistics for access alignment... Suggested-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Eric Auger | util/vfio-helpers: Rework the IOVA allocator to avoid... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Eric Auger | util/vfio-helpers: Collect IOVA reserved regions Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Stefano Garzarella | docs: add 'io_uring' option to 'aio' param in qemu... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | include/block/block.h: drop non-ascii quotation mark Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block/io: refactor save/load vmstate Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block: drop bdrv_prwv Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block: generate coroutine-wrapper code Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | scripts: add block-coroutine-wrapper.py Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block: declare some coroutine functions in block/coroutines.h Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block/io: refactor coroutine wrappers Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Vladimir Sementsov... | block: return error-code from bdrv_invalidate_cache Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | block/nvme: Replace magic value by SCALE_MS definition Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | block/nvme: Use register definitions from 'block/nvme.h' Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | block/nvme: Drop NVMeRegs structure, directly use NvmeBar Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | block/nvme: Reduce I/O registers scope Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | block/nvme: Map doorbells pages write-only Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-10-05 | Philippe Mathieu... | util/vfio-helpers: Pass page protections to qemu_vfio_pci_ma... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | qemu/atomic.h: rename atomic_ to qatomic_ Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | tests: add test-fdmon-epoll Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | fdmon-poll: reset npfd when upgrading to fdmon-epoll Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | gitmodules: add qemu.org vbootrom submodule Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | gitmodules: switch to qemu.org meson mirror Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | gitmodules: switch to qemu.org qboot mirror Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | docs/system: clarify deprecation schedule Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | virtio-crypto: don't modify elem->in/out_sg Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | virtio-blk: undo destructive iov_discard_*() operations Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | util/iov: add iov_discard_undo() Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Halil Pasic | virtio: add vhost-user-fs-ccw device Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Marc Hartmayer | libvhost-user: handle endianness as mandated by the... Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-23 | Stefan Hajnoczi | MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer MAINTAINERS: add Stefan Hajnoczi as block/nvme.c maintainer Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-09 | Markus Armbruster | trace-events: Fix attribution of trace points to source Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
2020-09-09 | Markus Armbruster | trace-events: Delete unused trace points Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
commitcommitdifftree |
next |