/qemu/tests/unit/ |
H A D | test-xs-node.c | 297 abspath = g_strdup_printf("/local/domain/%u/some", DOMID_GUEST); in setup() 327 err = xs_impl_watch(s, DOMID_GUEST, "some", "guestwatch", in test_xs_node_simple() 334 err = xs_impl_watch(s, 0, "/local/domain/1/some", "qemuwatch", in test_xs_node_simple() 346 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 351 "some/relative/pathguestwatch")); in test_xs_node_simple() 353 "/local/domain/1/some/relative/pathqemuwatch")); in test_xs_node_simple() 360 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/relative/path", data); in test_xs_node_simple() 368 "/local/domain/1/some/relative/path", data); in test_xs_node_simple() 385 "/local/domain/1/some/relative/path2", in test_xs_node_simple() 390 g_assert(!strcmp(guest_watches->str, "some/relative/path2guestwatch")); in test_xs_node_simple() [all …]
|
/qemu/rust/qemu-api-macros/src/ |
H A D | bits.rs | 46 let Some(first_tok) = stream.next() else { in parse_primary() localVariable 55 if let Some(tok) = next { in parse_primary() 61 out.extend(Some(paren(output))); in parse_primary() 72 out.extend(Some(paren(output))); in parse_primary() 79 let Some(rhs_tok) = it.next() else { in parse_primary() localVariable 120 let Some(rhs_tok) = it.next() else { in parse_binop() localVariable 184 if let Some(ref t) = tok { in parse() 189 Some(TT::Punct(ref p)) if p.as_char() == '@' => { in parse() 191 if let Some(ref t) = tok { in parse() 196 Some(x) => typ.extend(Some(x)), in parse() [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 284.out | 11 == writing some data == 18 == writing some more data == 30 == writing some data == 37 == writing some more data == 49 == writing some data == 56 == writing some more data ==
|
H A D | findtests.py | 100 1. a. if some @groups specified 106 b. else, if some @tests specified: 128 # Some groups specified. exclude_groups supported, additionally 129 # selecting some individual tests supported as well. 132 # Some individual tests specified, but no groups. In this case
|
H A D | 018 | 58 # Some clusters with alternating backing file/image file reads 76 # Some clusters with alternating backing file/image file reads 91 # Some clusters with alternating backing file/image file reads
|
H A D | 017 | 57 # Some clusters with alternating backing file/image file reads 75 # Some clusters with alternating backing file/image file reads 87 # Some clusters with alternating backing file/image file reads
|
H A D | 020 | 67 # Some clusters with alternating backing file/image file reads 85 # Some clusters with alternating backing file/image file reads 100 # Some clusters with alternating backing file/image file reads 122 # ENOSPC so we can distinguish the result from some generic EIO which may be
|
/qemu/tcg/ |
H A D | tcg-op-gvec.c | 95 * However, some callers want to treat the data as a signed in simd_desc() 97 * and some want to treat it as an unsigned value. in simd_desc() 99 * field in at least one way. This means that some invalid in simd_desc() 1205 uint32_t some; in tcg_gen_gvec_2() local 1220 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2() 1221 expand_2_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2() 1223 if (some == oprsz) { in tcg_gen_gvec_2() 1226 dofs += some; in tcg_gen_gvec_2() 1227 aofs += some; in tcg_gen_gvec_2() 1228 oprsz -= some; in tcg_gen_gvec_2() [all …]
|
/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 92 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(8); 97 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16); 102 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16); 122 …if matches!(Self::DEFAULT_ALIGNMENT_BYTES, Some(default) if default.checked_rem(layout.align()) ==… in alloc() 148 …if matches!(Self::DEFAULT_ALIGNMENT_BYTES, Some(default) if default.checked_rem(layout.align()) ==… in dealloc()
|
/qemu/include/exec/ |
H A D | cpu-interrupt.h | 24 * Exit the current TB. This is typically used when some system-level device 25 * makes some change to the memory mapping. E.g. the a20 line change. 51 * originate from within the cpu itself, typically in response to some
|
H A D | memattrs.h | 18 * attributes. Some of these are generic (such as the ID of 19 * the bus master); some are specific to a particular kind of 81 * of some kind. The memory subsystem will bitwise-OR together results
|
/qemu/docs/system/ |
H A D | device-emulation.rst | 9 confusion so it helps to have an understanding of some of the terms 32 Most devices will exist on a BUS of some sort. Depending on the 41 Some devices, for example a PCI SCSI host controller, will add an 60 to a file or socket or some other system. Storage devices are handled
|
H A D | cpu-models-x86.rst.inc | 16 the guest. Note that KVM may filter out some host CPU model features 124 x86 hosts, when available in the host CPU. Some of them require explicit 125 configuration to enable, as they are not included by default in some, or 135 IvyBridge Intel CPU models. Note that some desktop/mobile Westmere 150 Required to enable stronger Spectre v2 (CVE-2017-5715) fixes in some 302 hosts, when available in the host CPU. Some of them require explicit 303 configuration to enable, as they are not included by default in some, or 318 Required to enable stronger Spectre v2 (CVE-2017-5715) fixes in some 336 Note for some QEMU / libvirt versions, this must be force enabled when 349 none the less also be exposed for maximum guest compatibility as some
|
H A D | introduction.rst | 45 for efficient operation under virtualisation. Some of the device 78 understand. While some architectures can boot something with just a 107 Most options will generate some help information. So for example: 155 ``virt`` machine comes with some built in pflash devices we give them 211 Finally we override the default firmware to ensure we have some
|
/qemu/replay/ |
H A D | replay-internal.h | 59 /* some of greater codes are reserved for clocks */ 63 /* some of greater codes are reserved for checkpoints */ 75 * including the logged events from the recorded replay stream. Some 144 /*! Skips async events until some sync event will be found. 204 * we can also dump some useful information into the logs.
|
/qemu/docs/interop/ |
H A D | prl-xml.rst | 17 and Parallels Desktop are able to add some unspecified nodes to the xml and use 36 snapshot and some earlier snapshot. 61 The overlay between actual state and some previous snapshot. 93 virtual disk and some general settings. 189 original and some third-party software for backup. QEMU and other
|
/qemu/docs/devel/ |
H A D | kconfig.rst | 198 some boards (notably s390) easily support a subset of PCI devices, 235 For some targets, not all boards may be supported by hardware 262 initialize some Kconfig variables to non-default values and provide the 290 want to change some lines in the first group, for example like this:: 309 they will include all these symbols and some help text on what they do. 314 In some special cases, a configurable element depends on host features 316 example some devices depend on the availability of KVM or on the presence
|
H A D | multi-thread-tcg.rst | 15 thread structure of the translated executable although some of the 107 scratch again. Some operations also force a full flush of translations 111 - some CPU helper functions 191 Some operations require updating a number of vCPUs TLBs at the same 220 some architectures which only need flushes completed by a barrier 231 modified. Some architectures have model specific registers that 295 - host systems with stronger implied guarantees can skip some barriers 329 some sort of test and conditional store will be truly atomic w.r.t.
|
H A D | tcg.rst | 9 are very complicated and highly CPU dependent. QEMU uses some tricks 16 The following sections outline some notable features and implementation 24 translation phase considers that some state information of the virtual 146 cache flushes, so some of the protection above would not be 162 On some targets, some bits of the virtual CPU's state are not flushed to the
|
/qemu/docs/sphinx/ |
H A D | hxtool.py | 50 # The input should be "DEFHEADING(some string)", though note that 51 # the 'some string' could be the empty string. If the string is 64 # The input should be "ARCHHEADING(some string, other arg)", 65 # though note that the 'some string' could be the empty string. 142 # We had some rST fragments before the first
|
/qemu/include/qapi/ |
H A D | visitor-impl.h | 23 * otherwise. In the comments below, some callbacks are marked "must 33 * permit some assertions based on whether a given bit is set (that 34 * is, some assertions apply to input and clone visitors, some
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 8 In some cases when implementing a hardware interface in software is slow, KVM 42 hypervisor. It is known that some Windows versions will do this even when they 66 to perform some other work). 110 local TLB flush. In virtualized environment some virtual CPUs may not even be 130 identification when specified without some other enlightenment. 165 Note: some virtualization features (e.g. Posted Interrupts) are disabled when 263 In some cases (e.g. during development) it may make sense to use QEMU in 282 some features were not announced in guest visible CPUIDs. ``hv-enforce-cpuid``
|
/qemu/docs/user/ |
H A D | main.rst | 81 the host. This option is currently only supported on some hosts. 109 This slows down emulation a lot, but can be useful in some situations, 189 * ``qemu-sparc64`` can execute some Sparc64 (Sparc64 CPU, 64 bit ABI) and 200 - target Sparc64 on Sparc64: Some trivial programs work. 254 This slows down emulation a lot, but can be useful in some situations,
|
/qemu/include/hw/pci-host/ |
H A D | pnv_phb4_regs.h | 16 * There a 3 PECs in P9. Each PEC can have several PHBs. Each PEC has some 17 * "global" registers and some "per-stack" (per-PHB) registers. Those are 19 * range contains both some "PEC" registers and some "per-stack" registers. 22 * passes through to some of the PHB own registers. 106 * functional. Some of these directly map some of the PHB MMIO 107 * registers, some are specific and allow indirect access to a
|
/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 77 * Guest wrote some data to the port. This data is handed over to 86 * This is the state that's shared between all the ports. Some of the 87 * state is configurable via command-line options. Some of it can be 88 * set by individual devices in their initfn routines. Some of the
|