| /qemu/hw/xen/ |
| A D | xen_devconfig.c | 22 xenstore_mkdir(fe, XS_PERM_READ | XS_PERM_WRITE); in xen_config_dev_dirs() 27 static int xen_config_dev_all(char *fe, char *be) in xen_config_dev_all() argument 34 xenstore_write_int(fe, "backend-id", 0); in xen_config_dev_all() 35 xenstore_write_str(fe, "backend", be); in xen_config_dev_all() 42 xenstore_write_str(be, "frontend", fe); in xen_config_dev_all() 51 char fe[256], be[256]; in xen_config_dev_vfb() local 53 xen_config_dev_dirs("vfb", "vfb", vdev, fe, be, sizeof(fe)); in xen_config_dev_vfb() 59 return xen_config_dev_all(fe, be); in xen_config_dev_vfb() 64 char fe[256], be[256]; in xen_config_dev_vkbd() local 66 xen_config_dev_dirs("vkbd", "vkbd", vdev, fe, be, sizeof(fe)); in xen_config_dev_vkbd() [all …]
|
| A D | xen-legacy-backend.c | 79 return xenstore_read_str(xendev->fe, node); in xenstore_read_fe_str() 85 return xenstore_read_int(xendev->fe, node, ival); in xenstore_read_fe_int() 91 return xenstore_read_uint64(xendev->fe, node, uval); in xenstore_read_fe_uint64() 265 len = strlen(xendev->fe); in xenstore_update_fe() 266 if (strncmp(xendev->fe, watch, len) != 0) { in xenstore_update_fe() 304 xendev->fe = xenstore_read_be_str(xendev, "frontend"); in xen_be_try_setup() 305 if (xendev->fe == NULL) { in xen_be_try_setup() 311 xendev->watch = qemu_xen_xs_watch(xenstore, xendev->fe, xenstore_update_fe, in xen_be_try_setup() 315 xendev->fe); in xen_be_try_setup()
|
| A D | xen_pvdev.c | 264 if (xendev->fe) { in xen_pv_del_xendev() 266 g_free(xendev->fe); in xen_pv_del_xendev()
|
| /qemu/docs/system/s390x/ |
| A D | css.rst | 47 would be ``dev_id = "fe.0.0000"`` and ``subch_id = "fe.0.0000"``. 51 -device virtio-rng-ccw,devno=fe.0.0042 56 The properties for the device would be ``dev_id = "fe.0.0042"`` and 57 ``subch_id = "fe.0.0001"``. 61 -device virtio-gpu-ccw,devno=fe.2.1111 66 The properties for the device would be ``dev_id = "fe.2.1111"`` and 67 ``subch_id = "fe.2.0000"``.
|
| A D | vfio-ccw.rst | 57 be presented in the guest (here, ``fe.0.1234``, which will end up visible 60 -device vfio-ccw,devno=fe.0.1234,sysfsdev=\
|
| A D | 3270.rst | 28 -device x-terminal3270,chardev=ch0,devno=fe.0.000a,id=terminal0
|
| /qemu/tests/qemu-iotests/ |
| A D | 171.out | 15 000001fe: 00 00 0a 0a .... 58 000001fe: 0a 0a 00 00 .... 80 000001fe: 0a 0a 00 00 .... 107 000001fe: 00 00 0a 0a .... 150 000001fe: 0a 0a 00 00 .... 160 000009fe: 00 00 .. 174 000001fe: 0a 0a 00 00 .... 184 000009fe: 00 00 .. 300 000001fe: 00 00 0a 0a .... 303 000003fe: 0a 0a 00 00 .... [all …]
|
| /qemu/hw/char/ |
| A D | xen_console.c | 534 char *fe = NULL, *type = NULL, *output = NULL; in type_init() local 548 fe = console_frontend_path(xsh, xen_domid, number); in type_init() 549 if (fe == NULL) { in type_init() 554 if (xs_node_scanf(xsh, XBT_NULL, fe, "type", errp, "%ms", &type) != 1) { in type_init() 572 if (xs_node_scanf(xsh, XBT_NULL, fe, "output", NULL, "%ms", &output) == 1) { in type_init() 617 g_free(fe); in type_init()
|
| /qemu/tests/unit/ |
| A D | test-char.c | 496 FeHandler fe = { 0, }; in char_pipe_test() local 533 &fe, in char_pipe_test() 538 g_assert_cmpint(fe.read_count, ==, 8); in char_pipe_test() 539 g_assert_cmpstr(fe.read_buf, ==, "pipe-in"); in char_pipe_test() 1264 FeHandler fe = { 0, }; in char_file_fifo_test() local 1284 &fe, NULL, true); in char_file_fifo_test() 1286 g_assert_cmpint(fe.last_event, !=, CHR_EVENT_BREAK); in char_file_fifo_test() 1288 g_assert_cmpint(fe.last_event, !=, CHR_EVENT_BREAK); in char_file_fifo_test() 1290 g_assert_cmpint(fe.last_event, ==, CHR_EVENT_BREAK); in char_file_fifo_test() 1296 g_assert_cmpint(fe.read_count, ==, 8); in char_file_fifo_test() [all …]
|
| /qemu/include/hw/xen/ |
| A D | xen_pvdev.h | 47 char *fe; member
|
| /qemu/chardev/ |
| A D | meson.build | 2 'char-fe.c',
|
| A D | char.c | 559 ChadevClassFE *fe = opaque; in chardev_class_foreach() local 566 fe->fn(object_class_get_name(klass) + 8, fe->opaque); in chardev_class_foreach() 573 ChadevClassFE fe = { .fn = fn, .opaque = opaque }; in chardev_name_foreach() local 575 object_class_foreach(chardev_class_foreach, TYPE_CHARDEV, false, &fe); in chardev_name_foreach()
|
| /qemu/target/arm/tcg/ |
| A D | helper-a64.c | 1628 uint64_t fe = extract64(fromaddr + copysize, 0, 56); in do_cpyp() local 1630 if (fs < ts && fe > ts) { in do_cpyp()
|
| /qemu/hw/mem/ |
| A D | cxl_type3.c | 530 uint32_t fe = FIELD_EX32(capctrl, CXL_RAS_ERR_CAP_CTRL, in ct3d_reg_write() local 540 if ((1 << fe) ^ value) { in ct3d_reg_write()
|
| /qemu/tests/data/qobject/ |
| A D | qdict.txt | 510 af9005-fe.c: 36514 2767 cinergyT2-fe.c: 8456 4904 dtt200u-fe.c: 5300
|