Searched +full:build +full:- +full:deprecated (Results 1 – 25 of 31) sorted by relevance
12
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */6 * Copyright (C) 2016-2017 Advanced Micro Devices, Inc.29 SEV_GET_ID, /* This command is deprecated, use SEV_GET_ID2 */46 * The SEV API error codes are 16 bits, so the -1 value will not overlap49 SEV_RET_NO_FW_CALL = -1,94 * struct sev_user_data_status - PLATFORM_STATUS command parameters100 * @build: firmware build id for API version108 __u8 build; /* Out */ member115 * struct sev_user_data_pek_csr - PEK_CSR command parameters126 * struct sev_user_data_cert_import - PEK_CERT_IMPORT command parameters[all …]
1 ----------3 ----------19 utilities<Tools>`, such as the ``qemu-img`` disk image utility that25 build-platforms27 deprecated28 removed-features
1 .. _Supported-build-platforms:3 Supported build platforms7 platforms. This appendix outlines which platforms are the major build25 support for those backports, unless the feature is auto-detectable in a32 You can find how to install build dependencies for different systems on the33 :ref:`setup-build-env` page.36 ----------------------------40 .. list-table::41 :header-rows: 143 * - CPU Architecture[all …]
5 What follows is a record of recently removed, formerly deprecated10 --------------------------------------12 ``-hdachs`` (removed in 2.12)15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t``17 (together with ``-drive if=none,id=dr,...``).19 ``-net channel`` (removed in 2.12)22 This option has been replaced by ``-net user,guestfwd=...``.24 ``-net dump`` (removed in 2.12)27 ``-net dump[,vlan=n][,file=filename][,len=maxlen]`` has been replaced by[all …]
30 #include "hw/acpi/aml-build.h"35 * 5.2.27.3 Memory Proximity Domain Attributes Structure: Table 5-14561 * Address Range. Deprecated since ACPI Spec 6.3. in build_hmat_mpda()67 * Deprecated since ACPI Spec 6.3. in build_hmat_mpda()74 * Structure: Table 5-14699 assert(!(hmat_lb->hierarchy >> 4)); in build_hmat_lb()100 build_append_int_noprefix(table_data, hmat_lb->hierarchy, 1); in build_hmat_lb()102 build_append_int_noprefix(table_data, hmat_lb->data_type, 1); in build_hmat_lb()113 if (hmat_lb->data_type <= HMAT_LB_DATA_WRITE_LATENCY) { in build_hmat_lb()115 base = hmat_lb->base * 1000; in build_hmat_lb()[all …]
1 # -*- coding: utf-8 -*-3 # QEMU documentation build configuration file, created by4 # sphinx-quickstart on Thu Jan 31 16:40:14 2019.8 # for each of QEMU's manuals: in this case sphinx-build is run multiple11 # the manuals into a single document: in this case sphinx-build is12 # run once, on the top-level docs directory.16 # to ship the 'devel' manual to end-users).17 # Third-party sites such as readthedocs.org will take option (2).34 # The per-manual conf.py will set qemu_docdir for a single-manual build;35 # otherwise set it here if this is an entire-manual-set build.[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later14 //! [`ptr_or_propagate`](crate::Error::ptr_or_propagate) can be used to build18 //! [`err_or_unit`](crate::Error::err_or_unit) can be used to build a `Result`60 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()64 #[allow(deprecated)]65 fn description(&self) -> &str { in description()74 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()91 fn from(msg: String) -> Self { in from()104 fn from(msg: &'static str) -> Self { in from()117 fn from(error: anyhow::Error) -> Self { in from()[all …]
3 # Pretty-printer for simple trace backend binary trace files8 # the COPYING file in the top-level directory.24 # same trace-events-all file and the same simpletrace.py file that58 args_payload = fobj.read(record_length - rec_header_fmt_len)78 event_mapping (str -> Event): events dict, indexed by name84 dropped_event = Event.build("Dropped_Event(uint64_t num_events_dropped)",114 'file, try using trace-events-all instead.'134 """[Deprecated. Refer to Analyzer2 instead.]140 is invoked. When Analyzer is used as a context-manager (using the `with`182 fn_argcount = len(inspect.getfullargspec(fn)[0]) - 1[all …]
3 test_env.set('PYTHONIOENCODING', 'utf-8')6 'alternate-any.json',7 'alternate-array.json',8 'alternate-base.json',9 'alternate-branch-if-invalid.json',10 'alternate-clash.json',11 'alternate-conflict-dict.json',12 'alternate-conflict-enum-bool.json',13 'alternate-conflict-enum-int.json',14 'alternate-conflict-lists.json',[all …]
1 # -*- Mode: Python -*-5 # See the COPYING file in the top-level directory.12 { 'include': 'machine-common.json' }18 # targets. Run "./configure --help" in the project root directory,19 # and look for the \*-softmmu targets near the "--target-list" option.30 # "qemu-system-" prefix to produce the corresponding QEMU31 # executable name. This is true even for "qemu-system-x86_64".52 'data': [ 'uninitialized', 'stopped', 'check-stop', 'operating', 'load' ] }59 # @cpu-state: the virtual CPU's state68 'data': { 'cpu-state': 'S390CpuState',[all …]
4 * Copyright (C) 2012-2016 Red Hat, Inc.11 * See the COPYING.LIB file in the top-level directory.18 #include "qapi/qapi-builtin-types.h"19 #include "qapi/qapi-types-compat.h"30 * and QemuOpts) parse an external representation and build the40 * details on what it supports. Also, see visitor-impl.h for the42 * docs/devel/qapi-code-gen.rst for more about the QAPI code49 * A visitor should be used for exactly one top-level visit_type_FOO()68 * qapi-visit-MODULE.h.78 * The visit_type_FOO() functions take a non-null @obj argument; they[all …]
9 * your option) any later version. See the COPYING file in the top-level15 #include "s390x-internal.h"20 #include "qemu/error-report.h"23 #include "qemu/hw-version.h"24 #include "qemu/qemu-print.h"48 * generation 15 one base feature and one optional feature have been deprecated.53 * (see https://www.ibm.com/support/pages/ibm-mainframe-life-cycle-history),114 clear_bit(feat, (unsigned long *)&def->default_feat); in s390_cpudef_featoff()124 if (def->gen < gen) { in s390_cpudef_featoff_greater()127 if (def->gen == gen && def->ec_ga < ec_ga) { in s390_cpudef_featoff_greater()[all …]
4 * Copyright (c) 2003-2008 Fabrice Bellard21 #include "qemu/help-texts.h"24 #include "qemu-version.h"32 #include "user-internals.h"35 #include "qemu/config-file.h"37 #include "qemu/error-report.h"41 #include "user/guest-base.h"42 #include "user/page-protection.h"48 #include "qemu/guest-random.h"54 #include "fd-trans.h"[all …]
4 * Copyright (c) 2003-2008 Fabrice Bellard5 * Copyright (c) 2013-14 Stacey Son25 #include "qemu/help-texts.h"28 #include "qemu-version.h"33 #include "qemu/config-file.h"34 #include "qemu/error-report.h"39 #include "user/guest-base.h"40 #include "user/page-protection.h"48 #include "qemu/guest-random.h"50 #include "exec/page-vary.h"[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')31 # configure runs. Since it is in the build directory35 tmpdir = meson.current_build_dir() / 'meson-private/temp'61 # type of binaries to build66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')[all …]
14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL)16 ``-h``21 "-version display version information and exit\n", QEMU_ARCH_ALL)23 ``-version``28 "-machine [type=]name[,prop[=value][,...]]\n"29 " selects emulated machine ('-machine help' for list)\n"33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n"34 " mem-merge=on|off controls memory merge support (default: on)\n"35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n"36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n"[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>75 F: docs/devel/build-environment.rst76 F: docs/devel/code-of-conduct.rst78 F: docs/devel/conflict-resolution.rst80 F: docs/devel/submitting-a-patch.rst81 F: docs/devel/submitting-a-pull-request.rst[all …]
6 * See the COPYING file in the top-level directory.8 * SPDX-License-Identifier: GPL-2.0-or-later20 * For best performance, build the plugin with -fvisibility=hidden so that41 * typedef qemu_plugin_id_t - Unique plugin ID50 * API needs to be deprecated.56 * - removed qemu_plugin_n_vcpus and qemu_plugin_n_max_vcpus57 * - Remove qemu_plugin_register_vcpu_{tb, insn, mem}_exec_inline.59 * thread-safety for operations.62 * - modified arguments and return value of qemu_plugin_insn_data to copy63 * the data into a user-provided buffer instead of returning a pointer[all …]
... DHCP Option in OFFER/ACK: %d , Build: %s Class Index Probed Driver Name -- ...
29 #include "exec/cpu-common.h"31 #include "qemu/error-report.h"33 #include "qapi/opts-visitor.h"34 #include "qapi/qapi-visit-machine.h"37 #include "hw/mem/pc-dimm.h"39 #include "hw/mem/memory-device.h"41 #include "qemu/config-file.h"69 unsigned int max_cpus = ms->smp.max_cpus; in parse_numa_node()70 NodeInfo *numa_info = ms->numa_state->nodes; in parse_numa_node()72 if (node->has_nodeid) { in parse_numa_node()[all …]
7 Copyright (C) 2012-2016 Red Hat, Inc.10 later. See the COPYING file in the top-level directory.17 QAPI is a native C API within QEMU which provides management-level19 users/processes, this interface is made available by a JSON-based wire43 There are several kinds of types: simple types (a number of built-in50 -------------67 syntax in an EBNF-like notation:69 * Production rules look like ``non-terminal = expression``85 * ALL-CAPS words other than ``STRING`` are non-terminals90 A QAPI schema consists of a series of top-level expressions::[all …]
4 * Copyright (c) 2003-2008 Fabrice Bellard26 #include "qemu/help-texts.h"30 #include "qemu/target-info.h"31 #include "exec/cpu-common.h"32 #include "exec/page-vary.h"33 #include "hw/qdev-properties.h"34 #include "qapi/compat-policy.h"39 #include "qemu-version.h"42 #include "qemu/hw-version.h"44 #include "qemu/target-info.h"[all …]
4 * Copyright (c) 2012-2023 Red Hat Inc11 * See the COPYING file in the top-level directory.15 #include "qemu/error-report.h"17 #include "qapi/clone-visitor.h"19 #include "qapi/qapi-commands-migration.h"20 #include "qapi/qapi-visit-migration.h"28 #include "migration-stats.h"29 #include "qemu-file.h"90 DEFINE_PROP_BOOL("store-global-state", MigrationState,92 DEFINE_PROP_BOOL("send-configuration", MigrationState,[all …]
22 * Portions from gtk-vnc (originally licensed under the LGPL v2+):27 * Copyright (C) 2009-2010 Daniel P. Berrange <dan@berrange.com>35 #include "qapi/qapi-commands-control.h"36 #include "qapi/qapi-commands-machine.h"37 #include "qapi/qapi-commands-misc.h"39 #include "qemu/error-report.h"40 #include "qemu/main-loop.h"41 #include "qemu-main.h"48 #include "ui/win32-kbd-hook.h"130 #define TYPE_CHARDEV_VC "chardev-vc"[all …]
9 * 2009-Dec-12 Artyom Tarasenko : implemented stamdard inquiry for the case12 * 2009-Oct-13 Artyom Tarasenko : implemented the block descriptor in the25 #include "qemu/error-report.h"26 #include "qemu/main-loop.h"28 #include "qemu/hw-version.h"31 #include "migration/qemu-file-types.h"36 #include "system/block-backend.h"39 #include "hw/qdev-properties.h"40 #include "hw/qdev-properties-system.h"58 #define DEFAULT_MAX_IO_SIZE INT_MAX /* 2 GB - 1 block */[all …]