Home
last modified time | relevance | path

Searched full:override (Results 1 – 25 of 167) sorted by relevance

1234567

/qemu/pc-bios/optionrom/
H A DMakefile19 override CPPFLAGS += -MMD -MP -MT $@ -MF $(@D)/$(*F).d
21 override CFLAGS += -march=i486 -Wall $(EXTRA_CFLAGS) -m16
22 override CFLAGS += -ffreestanding -I$(TOPSRC_DIR)/include
26 echo "$(TARGET_PREFIX)$1 detected" && echo "override CFLAGS += $1" >&3; else \
27 echo "$(TARGET_PREFIX)$1 not detected" $(if $2,&& echo "override CFLAGS += $2" >&3); fi
39 override LDFLAGS = -nostdlib -Wl,--build-id=none,-T,$(SRC_DIR)/flat.lds
/qemu/target/hexagon/
H A DREADME108 This allows the code generator to override the auto-generated code. In some
109 cases this is necessary for correct execution. We can also override for
118 C semantics are specified only with macros, we can override the default with
159 the instruction. This makes it easy to override the instruction semantics with
160 functions from tcg-op-gvec.h. Here's the override for this instruction.
165 Finally, we notice that the override doesn't use the TCGv_ptr variables, so
166 we don't generate them when an override is present. Here is what we generate
167 when the override is present.
215 This is a great advantage for qemu because we can override them for different
/qemu/tests/qtest/libqos/
H A Dvirtio-pci.h62 * override the original start_hw and destroy
63 * function. All virtio-xxx-pci subclass that override must
/qemu/tests/qtest/
H A Dhd-geo-test.c1085 "skipping hd-geo/override/* tests"); in main()
1090 qtest_add_func("hd-geo/override/ide", test_override_ide); in main()
1092 qtest_add_func("hd-geo/override/scsi", test_override_scsi); in main()
1094 qtest_add_func("hd-geo/override/scsi_2_controllers", in main()
1098 qtest_add_func("hd-geo/override/zero_chs", test_override_zero_chs); in main()
1100 qtest_add_func("hd-geo/override/scsi_hot_unplug", in main()
1104 qtest_add_func("hd-geo/override/virtio_hot_unplug", in main()
1106 qtest_add_func("hd-geo/override/virtio_blk", in main()
1112 qtest_add_func("hd-geo/override/sata", test_override_sata); in main()
1113 qtest_add_func("hd-geo/override/zero_chs_q35", in main()
[all …]
/qemu/include/hw/xen/interface/
H A Dsched.h106 * Override the current vcpu affinity by pinning it to one physical cpu or
107 * undo this override restoring the previous affinity.
110 * A negative pcpu value will undo a previous pin override and restore the
/qemu/tests/vm/
H A DMakefile.include67 @echo " BUILD_TARGET=foo - Override the build target"
71 @echo " J=[0..9]* - Override the -jN parameter for make commands"
83 @echo " TARGET_LIST=a,b,c - Override target list in builds"
H A Dconf_example_aarch64.yml34 # You override the defaults by setting the below.
/qemu/include/hw/ssi/
H A Dssi.h39 /* if you have standard or no CS behaviour, just override transfer.
51 /* if you have non-standard CS behaviour override this to take control
/qemu/gdb-xml/
H A Daarch64-core.xml76 <!-- ARMv8.2-A: User Access Override. -->
80 <!-- ARMv8.5-A: Tag Check Override. -->
/qemu/linux-headers/asm-arm64/
H A Dmman.h10 /* Override any generic PKEY permission defines */
/qemu/hw/ppc/
H A Dspapr_nvdimm.c197 "pmem-override", NULL); in spapr_dt_nvdimm()
501 "pmem-override", NULL); in spapr_nvdimm_flush_post_load()
506 "source is a pmem, use pmem=on and pmem-override=off to " in spapr_nvdimm_flush_post_load()
687 "pmem-override", NULL); in h_scm_flush()
871 bool pmem_override = object_property_get_bool(OBJECT(dimm), "pmem-override", in type_init()
887 DEFINE_PROP_BOOL("pmem-override", SpaprNVDIMMDevice, pmem_override, false),
/qemu/tests/qemu-iotests/
H A D233.out48 == check TLS works over TCP with mismatched hostname and override ==
79 == check TLS works over UNIX with hostname override ==
H A D228168 log('--- Override backing file ---')
178 # You can only reliably override backing options by using a node
H A D03151 # qcow2.py output depends on the exact options used, so override the command
/qemu/linux-headers/asm-generic/
H A Dbitsperlong.h18 * space, so 64 bit architectures should override this in their
/qemu/.gitlab-ci.d/
H A Dbase.yml9 # namespace. When testing CI, it might be usefult to override this
20 # we must override QEMU_CI_CONTAINER_TAG
/qemu/linux-headers/asm-powerpc/
H A Dmman.h29 /* Override any generic PKEY permission defines */
/qemu/tests/qtest/migration/
H A DMakefile25 override define __note
/qemu/trace/
H A Dcontrol.c249 * backend. However we should only override -D if we actually have in trace_init_file()
250 * something to override it with. in trace_init_file()
/qemu/include/hw/
H A Dresettable.h227 * Save @rc current reset phases into @parent_phases and override @rc phases
230 * override a subset of phases.
/qemu/docs/system/
H A Dintroduction.rst156 names so we can override the defaults later.
211 Finally we override the default firmware to ensure we have some
/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target3 # EXTFLAGS can be passed by the user, e.g. to override the --accel
/qemu/include/hw/pci-host/
H A Dpnv_phb4_regs.h194 #define PHB_TCE_KILL_64K 0x1000 /* Address override */
195 #define PHB_TCE_KILL_2M 0x2000 /* Address override */
196 #define PHB_TCE_KILL_1G 0x3000 /* Address override */
/qemu/docs/devel/
H A Dreset.rst230 In the above example, we override all three phases. It is possible to override
233 only override the *enter* phase and leave *hold* and *exit* untouched::
/qemu/include/hw/virtio/
H A Dvirtio-scsi.h18 /* Override CDB/sense data size: they are dynamic (guest controlled) in QEMU */

1234567