/qemu/hw/net/fsl_etsec/ |
H A D | registers.c | 128 {0x548, "MAC01ADDR1", "MAC exact match address 1, part 1", ACC_RW, 0x00000000}, 129 {0x54C, "MAC01ADDR2", "MAC exact match address 1, part 2", ACC_RW, 0x00000000}, 130 {0x550, "MAC02ADDR1", "MAC exact match address 2, part 1", ACC_RW, 0x00000000}, 131 {0x554, "MAC02ADDR2", "MAC exact match address 2, part 2", ACC_RW, 0x00000000}, 132 {0x558, "MAC03ADDR1", "MAC exact match address 3, part 1", ACC_RW, 0x00000000}, 133 {0x55C, "MAC03ADDR2", "MAC exact match address 3, part 2", ACC_RW, 0x00000000}, 134 {0x560, "MAC04ADDR1", "MAC exact match address 4, part 1", ACC_RW, 0x00000000}, 135 {0x564, "MAC04ADDR2", "MAC exact match address 4, part 2", ACC_RW, 0x00000000}, 136 {0x568, "MAC05ADDR1", "MAC exact match address 5, part 1", ACC_RW, 0x00000000}, 137 {0x56C, "MAC05ADDR2", "MAC exact match address 5, part 2", ACC_RW, 0x00000000}, [all …]
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 30 A QEMU block device (drive) has a host and a guest part. 34 of which can have up to two devices, and each device is a guest part, 35 and is connected to a host part. 41 The old ways to define block devices define host and guest part 45 The new way keeps the parts separate: you create the host part with 145 automatically. The automatic creation guesses what kind of guest part 146 to create from the host part, like -drive if=scsi. Host and guest 147 part are not cleanly separated. 151 A QEMU character device has a host and a guest part. 153 The old ways to define character devices define host and guest part [all …]
|
/qemu/crypto/ |
H A D | der.h | 34 * @value: the starting address of |value| part of 'Tag-Length-Value' pattern. 54 * part of the decoded INTEGER will be returned. Otherwise, -1 is 76 * part of the decoded SEQUENCE will be returned. Otherwise, -1 is 99 * part of the decoded OID will be returned. Otherwise, -1 is 122 * part of the decoded OCTET STRING will be returned. Otherwise, -1 is 145 * part of the decoded BIT STRING will be returned. Otherwise, -1 is 170 * part of the decoded BIT STRING will be returned. Otherwise, -1 is 209 * function only add tag and length part for it. 220 * function only add tag and length part for it.
|
/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 611 char part[300]; in add_drive_with_mbr() local 619 ret = snprintf(part, sizeof(part), in add_drive_with_mbr() 622 g_assert((0 < ret) && (ret <= sizeof(part))); in add_drive_with_mbr() 623 args->argc = append_arg(args->argc, args->argv, ARGV_SIZE, g_strdup(part)); in add_drive_with_mbr() 630 char part[300]; in add_ide_disk() local 633 ret = snprintf(part, sizeof(part), in add_ide_disk() 637 g_assert((0 < ret) && (ret <= sizeof(part))); in add_ide_disk() 638 args->argc = append_arg(args->argc, args->argv, ARGV_SIZE, g_strdup(part)); in add_ide_disk() 646 char part[300]; in add_scsi_controller() local 649 ret = snprintf(part, sizeof(part), in add_scsi_controller() [all …]
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_crypto.h | 100 /* Device-writable part */ 273 /* Device-readable part */ 289 /* Device-readable part */ 400 /* Device-readable part */ 406 /* Device-readable part */ 412 /* Device-readable part */ 439 /* Device-readable part */ 456 /* Device-readable part */
|
/qemu/hw/pci-host/ |
H A D | uninorth.c | 325 * PCI-facing part of the host bridge, not usable without the in unin_main_pci_host_class_init() 326 * host-facing part, which can't be device_add'ed, yet. in unin_main_pci_host_class_init() 353 * PCI-facing part of the host bridge, not usable without the in u3_agp_pci_host_class_init() 354 * host-facing part, which can't be device_add'ed, yet. in u3_agp_pci_host_class_init() 381 * PCI-facing part of the host bridge, not usable without the in unin_agp_pci_host_class_init() 382 * host-facing part, which can't be device_add'ed, yet. in unin_agp_pci_host_class_init() 410 * PCI-facing part of the host bridge, not usable without the in unin_internal_pci_host_class_init() 411 * host-facing part, which can't be device_add'ed, yet. in unin_internal_pci_host_class_init()
|
H A D | articia.c | 241 * PCI-facing part of the host bridge, in articia_pci_host_class_init() 242 * not usable without the host-facing part in articia_pci_host_class_init() 258 * PCI-facing part of the host bridge, in articia_pci_bridge_class_init() 259 * not usable without the host-facing part in articia_pci_bridge_class_init()
|
/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 288 * @part: name of object implementing FW_CFG_DATA_GENERATOR interface 289 * @parent: the object in which to resolve the @part 292 * If the @part object generates content, add a new NAMED fw_cfg item with it. 293 * The data generated by the @part object is copied into the data structure of 300 * If the @part object does not generate content, no fw_cfg item is added. 305 Object *parent, const char *part,
|
/qemu/docs/devel/ |
H A D | maintainers.rst | 6 Maintainers are a critical part of the project's contributor ecosystem. 9 part of their job. Maintainer activities include: 83 the ``MAINTAINERS`` file. Sometimes this is done as part of a larger
|
H A D | tcg-icount.rst | 21 deterministic execution and is an essential part of the record/replay 38 until the next timer will expire. We store this budget as part of a
|
/qemu/docs/specs/ |
H A D | acpi_mem_hotplug.rst | 14 Lo part of memory device phys address 16 Hi part of memory device phys address 18 Lo part of memory device size in bytes 20 Hi part of memory device size in bytes
|
H A D | pci-ids.rst | 5 Red Hat, Inc. donates a part of its device ID range to QEMU, to be used for 16 maintained as part of the virtio specification.
|
/qemu/include/hw/misc/ |
H A D | iotkit-sysctl.h | 13 * This is a model of the "system control element" which is part of the 20 * + QOM property "sse-version": indicates which SSE version this is part of
|
/qemu/include/fpu/ |
H A D | softfloat-types.h | 18 This C header file is part of the SoftFloat IEC/IEEE Floating-point 21 Written by John R. Hauser. This work was made possible in part by the 25 of this code was written as part of a project to build a fixed-point vector 357 * For m68k, the integer bit is considered validly part of the 360 * (The m68k manual actually calls these values part of the 399 * fractional part. The low bits of the fractional part are copies of bit 0.
|
H A D | softfloat-helpers.h | 24 This C header file is part of the SoftFloat IEC/IEEE Floating-point 27 Written by John R. Hauser. This work was made possible in part by the 31 of this code was written as part of a project to build a fixed-point vector
|
/qemu/hw/misc/ |
H A D | bcm2835_cprman.c | 99 * We have a multiplier with an integer part (ndiv) and a fractional part in pll_update() 140 /* Reason: Part of BCM2835CprmanState component */ in pll_class_init() 246 /* Reason: Part of BCM2835CprmanState component */ in pll_channel_class_init() 287 * The divider has an integer and a fractional part. The size of each part in clock_mux_update() 289 * concatenated, with the integer part always starting at bit 12. in clock_mux_update() 369 /* Reason: Part of BCM2835CprmanState component */ in clock_mux_class_init() 425 /* Reason: Part of BCM2835CprmanState component */ in dsi0hsck_mux_class_init()
|
/qemu/include/libdecnumber/dpd/ |
H A D | decimal128Local.h | 4 This file is part of GCC. 33 are not part of the decNumber package. */
|
/qemu/hw/audio/ |
H A D | ac97.h | 4 * This file is part of VirtualBox Open Source Edition (OSE), as 12 * If you received this file as part of a commercial VirtualBox
|
/qemu/tests/qemu-iotests/ |
H A D | nbd-fault-injector.py | 15 # "neg1" - first part of negotiation struct 17 # "neg2" - second part of negotiation struct 141 # Send negotiation part 1 152 # Send negotiation part 2
|
/qemu/qapi/ |
H A D | qdev.json | 170 # Synchronize device configuration from host to guest part. First, 171 # copy the configuration from the host part (backend) to the guest 172 # part (frontend). Then notify guest software that device
|
/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.h | 20 /* return just the part of range before (start) */ 35 /* return just the part of range after (start, count) */
|
/qemu/target/ppc/ |
H A D | internal.h | 98 /* Opcode part 1 */ 100 /* Opcode part 2 */ 102 /* Opcode part 3 */ 104 /* Opcode part 4 */
|
/qemu/accel/tcg/ |
H A D | monitor.c | 132 size_t full = 0, part = 0, elide = 0; in tlb_flush_counts() local 136 part += qatomic_read(&cpu->neg.tlb.c.part_flush_count); in tlb_flush_counts() 140 *ppart = part; in tlb_flush_counts()
|
/qemu/hw/smbios/ |
H A D | smbios.c | 75 const char *sock_pfx, *manufacturer, *version, *serial, *asset, *part; member 109 const char *loc_pfx, *bank, *manufacturer, *serial, *asset, *part; member 318 .name = "part", 320 .help = "part number", 460 .name = "part", 462 .help = "part number", 708 SMBIOS_TABLE_SET_STR(4, part_number_str, type4.part); in smbios_build_type_4_table() 897 SMBIOS_TABLE_SET_STR(17, part_number_str, type17.part); in smbios_build_type_17_table() 1471 save_opt(&type4.part, opts, "part"); in smbios_entry_add() 1535 save_opt(&type17.part, opts, "part"); in smbios_entry_add()
|
/qemu/target/i386/emulate/ |
H A D | x86.h | 28 uint32_t erx; /* low 32 bit part */ 32 uint16_t rx; /* low 16 bit part */ 37 uint8_t lx; /* low 8 bit part */
|