/qemu/pc-bios/ |
HD | openbios-ppc | ... 006 v l8 l l8l ~ ~L 2~ p p p v 8l | | x v | ... |
HD | openbios-sparc32 | ... << p x L p P x 0 H P 4 p x x ` 0 H P p x 0 ... |
/qemu/block/ |
H A D | trace-events | 4 bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filenam… 5 bdrv_lock_medium(void *bs, bool locked) "bs %p locked %d" 8 blk_co_preadv(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %… 9 blk_co_pwritev(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset … 10 blk_root_attach(void *child, void *blk, void *bs) "child %p blk %p bs %p" 11 blk_root_detach(void *child, void *blk, void *bs) "child %p blk %p bs %p" 14 bdrv_co_preadv_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" P… 15 bdrv_co_pwritev_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" … 16 bdrv_co_pwrite_zeroes(void *bs, int64_t offset, int64_t bytes, int flags) "bs %p offset %" PRId64 "… 17 … offset, int64_t bytes, int64_t cluster_offset, int64_t cluster_bytes) "bs %p offset %" PRId64 " b… [all …]
|
/qemu/io/ |
H A D | trace-events | 4 …(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%p opaque=%p" 5 qio_task_complete(void *task) "Task complete task=%p" 6 …hread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p opaque=%p" 7 qio_task_thread_run(void *task) "Task thread run task=%p" 8 qio_task_thread_exit(void *task) "Task thread exit task=%p" 9 qio_task_thread_result(void *task) "Task thread result task=%p" 10 …o_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%p" 11 …o_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%p" 14 qio_channel_null_new(void *ioc) "Null new ioc=%p" 17 qio_channel_socket_new(void *ioc) "Socket new ioc=%p" [all …]
|
/qemu/util/ |
H A D | trace-events | 4 run_poll_handlers_begin(void *ctx, int64_t max_ns, int64_t timeout) "ctx %p max_ns %"PRId64 " timeo… 5 run_poll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"… 6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64 7 poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64 8 poll_add(void *ctx, void *node, int fd, unsigned revents) "ctx %p node %p fd %d revents 0x%x" 9 poll_remove(void *ctx, void *node, int fd) "ctx %p node %p fd %d" 12 aio_co_schedule(void *ctx, void *co) "ctx %p co %p" 13 aio_co_schedule_bh_cb(void *ctx, void *co) "ctx %p co %p" 14 reentrant_aio(void *ctx, const char *name) "ctx %p name %s" 17 thread_pool_submit_aio(void *pool, void *req, void *opaque) "pool %p req %p opaque %p" [all …]
|
/qemu/hw/usb/ |
H A D | core.c | 129 static void do_token_setup(USBDevice *s, USBPacket *p) in do_token_setup() argument 134 if (p->iov.size != 8) { in do_token_setup() 135 p->status = USB_RET_STALL; in do_token_setup() 139 usb_packet_copy(p, s->setup_buf, p->iov.size); in do_token_setup() 141 p->actual_length = 0; in do_token_setup() 147 p->status = USB_RET_STALL; in do_token_setup() 157 usb_pcap_ctrl(p, true); in do_token_setup() 158 usb_device_handle_control(s, p, request, value, index, in do_token_setup() 160 if (p->status == USB_RET_ASYNC) { in do_token_setup() 163 if (p->status != USB_RET_SUCCESS) { in do_token_setup() [all …]
|
H A D | combined-packet.c | 28 static void usb_combined_packet_add(USBCombinedPacket *combined, USBPacket *p) in usb_combined_packet_add() argument 30 qemu_iovec_concat(&combined->iov, &p->iov, 0, p->iov.size); in usb_combined_packet_add() 31 QTAILQ_INSERT_TAIL(&combined->packets, p, combined_entry); in usb_combined_packet_add() 32 p->combined = combined; in usb_combined_packet_add() 37 USBPacket *p) in usb_combined_packet_remove() argument 39 assert(p->combined == combined); in usb_combined_packet_remove() 40 p->combined = NULL; in usb_combined_packet_remove() 41 QTAILQ_REMOVE(&combined->packets, p, combined_entry); in usb_combined_packet_remove() 49 void usb_combined_input_packet_complete(USBDevice *dev, USBPacket *p) in usb_combined_input_packet_complete() argument 51 USBCombinedPacket *combined = p->combined; in usb_combined_input_packet_complete() [all …]
|
/qemu/qapi/ |
H A D | trace-events | 4 visit_free(void *v) "v=%p" 5 visit_complete(void *v, void *opaque) "v=%p opaque=%p" 7 visit_start_struct(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu" 8 visit_check_struct(void *v) "v=%p" 9 visit_end_struct(void *v, void *obj) "v=%p obj=%p" 11 visit_start_list(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu" 12 visit_next_list(void *v, void *tail, size_t size) "v=%p tail=%p size=%zu" 13 visit_check_list(void *v) "v=%p" 14 visit_end_list(void *v, void *obj) "v=%p obj=%p" 16 visit_start_alternate(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=… [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 077 | 57 aio_write -P 10 0x200 0x200 66 aio_write -P 10 $((off + 0x200)) 0x200 68 aio_write -P 11 $((off + 0x400)) 0x200 79 aio_write -P 10 0x5000 0x200 81 aio_write -P 11 0x5200 0x200 82 aio_write -P 12 0x5400 0x200 83 aio_write -P 13 0x5600 0x200 84 aio_write -P 14 0x5800 0x200 85 aio_write -P 15 0x5a00 0x200 86 aio_write -P 16 0x5c00 0x200 [all …]
|
H A D | 046 | 67 echo "$op -P $pattern $((cur_sec * 64))k 64k" 84 aio_write -P 10 0x18000 0x2000 87 aio_write -P 11 0x12000 0x2000 88 aio_write -P 12 0x1c000 0x2000 98 aio_write -P 20 0x28000 0x2000 100 aio_write -P 21 0x2a000 0x10000 108 aio_write -P 40 0x48000 0x2000 110 aio_write -P 41 0x4c000 0x10000 117 write -P 70 0x76000 0x8000 120 aio_write -P 60 0x66000 0x2000 [all …]
|
H A D | 021.out | 4 == testing writev -P -1 == 7 == testing read -P -1 == 10 == testing write -P -1 == 13 == testing readv -P -1 == 16 == testing aio_read -P -1 == 19 == testing aio_write -P -1 == 22 == testing writev -P 300 == 25 == testing read -P 300 == 28 == testing write -P 300 == 31 == testing readv -P 300 == [all …]
|
/qemu/migration/ |
H A D | multifd.c | 162 static int multifd_send_initial_packet(MultiFDSendParams *p, Error **errp) in multifd_send_initial_packet() argument 170 msg.id = p->id; in multifd_send_initial_packet() 173 ret = qio_channel_write_all(p->c, (char *)&msg, size, errp); in multifd_send_initial_packet() 227 void multifd_send_fill_packet(MultiFDSendParams *p) in multifd_send_fill_packet() argument 229 MultiFDPacket_t *packet = p->packet; in multifd_send_fill_packet() 231 bool sync_packet = p->flags & MULTIFD_FLAG_SYNC; in multifd_send_fill_packet() 233 memset(packet, 0, p->packet_len); in multifd_send_fill_packet() 238 packet->hdr.flags = cpu_to_be32(p->flags); in multifd_send_fill_packet() 239 packet->next_packet_size = cpu_to_be32(p->next_packet_size); in multifd_send_fill_packet() 244 p->packets_sent++; in multifd_send_fill_packet() [all …]
|
H A D | multifd-nocomp.c | 49 static void multifd_set_file_bitmap(MultiFDSendParams *p) in multifd_set_file_bitmap() argument 51 MultiFDPages_t *pages = &p->data->u.ram; in multifd_set_file_bitmap() 64 static int multifd_nocomp_send_setup(MultiFDSendParams *p, Error **errp) in multifd_nocomp_send_setup() argument 69 p->write_flags |= QIO_CHANNEL_WRITE_FLAG_ZERO_COPY; in multifd_nocomp_send_setup() 74 p->iov = g_new0(struct iovec, page_count + 1); in multifd_nocomp_send_setup() 76 p->iov = g_new0(struct iovec, page_count); in multifd_nocomp_send_setup() 82 static void multifd_nocomp_send_cleanup(MultiFDSendParams *p, Error **errp) in multifd_nocomp_send_cleanup() argument 84 g_free(p->iov); in multifd_nocomp_send_cleanup() 85 p->iov = NULL; in multifd_nocomp_send_cleanup() 88 static void multifd_ram_prepare_header(MultiFDSendParams *p) in multifd_ram_prepare_header() argument [all …]
|
H A D | multifd-zstd.c | 40 static int multifd_zstd_send_setup(MultiFDSendParams *p, Error **errp) in multifd_zstd_send_setup() argument 48 error_setg(errp, "multifd %u: zstd createCStream failed", p->id); in multifd_zstd_send_setup() 57 p->id, ZSTD_getErrorName(res)); in multifd_zstd_send_setup() 66 error_setg(errp, "multifd %u: out of memory for zbuff", p->id); in multifd_zstd_send_setup() 69 p->compress_data = z; in multifd_zstd_send_setup() 72 p->iov = g_new0(struct iovec, 2); in multifd_zstd_send_setup() 76 static void multifd_zstd_send_cleanup(MultiFDSendParams *p, Error **errp) in multifd_zstd_send_cleanup() argument 78 struct zstd_data *z = p->compress_data; in multifd_zstd_send_cleanup() 84 g_free(p->compress_data); in multifd_zstd_send_cleanup() 85 p->compress_data = NULL; in multifd_zstd_send_cleanup() [all …]
|
H A D | multifd-zlib.c | 37 static int multifd_zlib_send_setup(MultiFDSendParams *p, Error **errp) in multifd_zlib_send_setup() argument 62 p->compress_data = z; in multifd_zlib_send_setup() 65 p->iov = g_new0(struct iovec, 2); in multifd_zlib_send_setup() 75 error_setg(errp, "multifd %u: %s", p->id, err_msg); in multifd_zlib_send_setup() 79 static void multifd_zlib_send_cleanup(MultiFDSendParams *p, Error **errp) in multifd_zlib_send_cleanup() argument 81 struct zlib_data *z = p->compress_data; in multifd_zlib_send_cleanup() 88 g_free(p->compress_data); in multifd_zlib_send_cleanup() 89 p->compress_data = NULL; in multifd_zlib_send_cleanup() 91 g_free(p->iov); in multifd_zlib_send_cleanup() 92 p->iov = NULL; in multifd_zlib_send_cleanup() [all …]
|
H A D | multifd-uadk.c | 106 static int multifd_uadk_send_setup(MultiFDSendParams *p, Error **errp) in multifd_uadk_send_setup() argument 117 p->compress_data = wd; in multifd_uadk_send_setup() 118 assert(p->iov == NULL); in multifd_uadk_send_setup() 125 p->iov = g_new0(struct iovec, page_count + 2); in multifd_uadk_send_setup() 129 static void multifd_uadk_send_cleanup(MultiFDSendParams *p, Error **errp) in multifd_uadk_send_cleanup() argument 131 struct wd_data *wd = p->compress_data; in multifd_uadk_send_cleanup() 134 p->compress_data = NULL; in multifd_uadk_send_cleanup() 135 g_free(p->iov); in multifd_uadk_send_cleanup() 136 p->iov = NULL; in multifd_uadk_send_cleanup() 139 static inline void prepare_next_iov(MultiFDSendParams *p, void *base, in prepare_next_iov() argument [all …]
|
/qemu/bsd-user/ |
H A D | bsd-file.h | 25 #define LOCK_PATH(p, arg) \ argument 27 (p) = lock_user_string(arg); \ 28 if ((p) == NULL) { \ 33 #define UNLOCK_PATH(p, arg) unlock_user(p, arg, 0) argument 74 void *p; in do_bsd_read() local 76 p = lock_user(VERIFY_WRITE, arg2, arg3, 0); in do_bsd_read() 77 if (p == NULL) { in do_bsd_read() 80 ret = get_errno(safe_read(arg1, p, arg3)); in do_bsd_read() 81 unlock_user(p, arg2, ret); in do_bsd_read() 91 void *p; in do_bsd_pread() local [all …]
|
/qemu/hw/mips/ |
H A D | bootloader.c | 59 uint16_t *p = *ptr; in st_nm32_p() local 61 stw_p(p, insn >> 16); in st_nm32_p() 62 p++; in st_nm32_p() 63 stw_p(p, insn >> 0); in st_nm32_p() 64 p++; in st_nm32_p() 66 *ptr = p; in st_nm32_p() 75 uint32_t *p = *ptr; in bl_gen_nop() local 77 stl_p(p, 0); in bl_gen_nop() 78 p++; in bl_gen_nop() 79 *ptr = p; in bl_gen_nop() [all …]
|
/qemu/hw/ide/ |
H A D | trace-events | 5 …_t val, void *bus, void *s) "IDE PIO rd @ 0x%"PRIx32" (%s); val 0x%02"PRIx32"; bus %p IDEState %p" 6 …2_t val, void *bus, void *s) "IDE PIO wr @ 0x%"PRIx32" (%s); val 0x%02"PRIx32"; bus %p IDEState %p" 7 …) "IDE PIO rd @ 0x%"PRIx32" (Alt Status); val 0x%02"PRIx32"; bus %p; IDEState %p" 8 … "IDE PIO wr @ 0x%"PRIx32" (Device Control); val 0x%02"PRIx32"; bus %p" 10 … "IDE PIO rd @ 0x%"PRIx32" (Data: Word); val 0x%04"PRIx32"; bus %p; IDEState %p" 11 …) "IDE PIO wr @ 0x%"PRIx32" (Data: Word); val 0x%04"PRIx32"; bus %p; IDEState %p" 12 … "IDE PIO rd @ 0x%"PRIx32" (Data: Long); val 0x%08"PRIx32"; bus %p; IDEState %p" 13 …) "IDE PIO wr @ 0x%"PRIx32" (Data: Long); val 0x%08"PRIx32"; bus %p; IDEState %p" 15 ide_bus_exec_cmd(void *bus, void *state, uint32_t cmd) "IDE exec cmd: bus %p; state %p; cmd 0x%02x" 16 ide_cancel_dma_sync_buffered(void *fn, void *req) "invoking cb %p of buffered request %p with -ECAN… [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | fma.c | 25 …{/* -inf */ "P(+inf)", "P(+inf)", "Xi: T(dNaN)", "Xi: T(dNaN)", "P(-inf)", "P(-inf)", … 26 …{/* -Fn */ "P(+inf)", "P(a*b)", "P(+0)", "P(-0)", "P(a*b)", "P(-inf)", … 27 …{/* -0 */ "Xi: T(dNaN)", "P(+0)", "P(+0)", "P(-0)", "P(-0)", "Xi: T(dNaN)", … 28 …{/* +0 */ "Xi: T(dNaN)", "P(-0)", "P(-0)", "P(+0)", "P(+0)", "Xi: T(dNaN)", … 29 …{/* +Fn */ "P(-inf)", "P(a*b)", "P(-0)", "P(+0)", "P(a*b)", "P(+inf)", … 30 …{/* +inf */ "P(-inf)", "P(-inf)", "Xi: T(dNaN)", "Xi: T(dNaN)", "P(+inf)", "P(+inf)", … 31 …{/* QNaN */ "P(a)", "P(a)", "P(a)", "P(a)", "P(a)", "P(a)", … 38 …{/* -Fn */ "T(-inf)", "R(p+c)", "R(p)", "R(p)", "R(p+c)", "T(+inf)", "T(c)", "Xi:… 41 …{/* +Fn */ "T(-inf)", "R(p+c)", "R(p)", "R(p)", "R(p+c)", "T(+inf)", "T(c)", "Xi:… 43 …{/* QNaN */ "T(p)", "T(p)", "T(p)", "T(p)", "T(p)", "T(p)", "T(p)", "Xi:… [all …]
|
/qemu/ui/ |
H A D | trace-events | 13 displaysurface_create_from(void *display_surface, int w, int h, uint32_t format) "surface=%p, %dx%d… 14 displaysurface_create_pixman(void *display_surface) "surface=%p" 15 displaysurface_free(void *display_surface) "surface=%p" 16 displaychangelistener_register(void *dcl, const char *name) "%p [ %s ]" 17 displaychangelistener_unregister(void *dcl, const char *name) "%p [ %s ]" 18 ppm_save(int fd, void *image) "fd=%d image=%p" 29 gd_gl_area_create_context(void *ctx, int major, int minor) "ctx=%p, major=%d, minor=%d" 30 gd_gl_area_destroy_context(void *ctx, void *current_ctx) "ctx=%p, current_ctx=%p" 43 vnc_msg_server_audio_begin(void *state, void *ioc) "VNC server msg audio begin state=%p ioc=%p" 44 vnc_msg_server_audio_end(void *state, void *ioc) "VNC server msg audio end state=%p ioc=%p" [all …]
|
/qemu/scripts/coccinelle/ |
H A D | err-bad-newline.cocci | 5 position p; 8 error_vreport(fmt, ap)@p 10 warn_vreport(fmt, ap)@p 12 info_vreport(fmt, ap)@p 14 error_report(fmt, ...)@p 16 warn_report(fmt, ...)@p 18 info_report(fmt, ...)@p 20 error_report_once(fmt, ...)@p 22 warn_report_once(fmt, ...)@p 24 error_setg(errp, fmt, ...)@p [all …]
|
/qemu/tests/unit/ |
H A D | test-qtree.c | 81 char **p = data; in check_order() local 84 g_assert(**p == *ch); in check_order() 86 (*p)++; in check_order() 97 gchar *p, *d; in test_tree_search() local 110 p = chars; in test_tree_search() 111 q_tree_foreach(tree, check_order, &p); in test_tree_search() 127 p = chars2; in test_tree_search() 128 q_tree_foreach(tree, check_order, &p); in test_tree_search() 134 p = chars; in test_tree_search() 135 q_tree_foreach(tree, check_order, &p); in test_tree_search() [all …]
|
/qemu/monitor/ |
H A D | hmp.c | 79 const char *p; in get_str() local 84 p = *pp; in get_str() 85 while (qemu_isspace(*p)) { in get_str() 86 p++; in get_str() 88 if (*p == '\0') { in get_str() 91 *pp = p; in get_str() 94 if (*p == '\"') { in get_str() 95 p++; in get_str() 96 while (*p != '\0' && *p != '\"') { in get_str() 97 if (*p == '\\') { in get_str() [all …]
|
/qemu/hw/virtio/ |
H A D | trace-events | 10 vhost_iotlb_miss(void *dev, int step) "%p step %d" 11 vhost_dev_cleanup(void *dev) "%p" 12 vhost_dev_start(void *dev, const char *name, bool vrings) "%p:%s vrings:%d" 13 vhost_dev_stop(void *dev, const char *name, bool vrings) "%p:%s vrings:%d" 30 vhost_user_create_notifier(int idx, void *n) "idx:%d n:%p" 34 …a, uint64_t size, uint64_t uaddr, uint8_t perm, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"P… 35 …e, uint32_t asid, uint64_t iova, uint64_t size, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"P… 36 vhost_vdpa_listener_begin_batch(void *v, int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p … 37 vhost_vdpa_listener_commit(void *v, int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p fd: %… 38 … const char *name, uint64_t offset_as, uint64_t offset_page) "vdpa_shared: %p region %s offset_wit… [all …]
|