Home
last modified time | relevance | path

Searched +full:build +full:- +full:deprecated (Results 1 – 25 of 31) sorted by relevance

12

/qemu/linux-headers/linux/
H A Dpsp-sev.h1 /* 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 overlap
49 SEV_RET_NO_FW_CALL = -1,
94 * struct sev_user_data_status - PLATFORM_STATUS command parameters
100 * @build: firmware build id for API version
108 __u8 build; /* Out */ member
115 * struct sev_user_data_pek_csr - PEK_CSR command parameters
126 * struct sev_user_data_cert_import - PEK_CERT_IMPORT command parameters
[all …]
/qemu/docs/about/
H A Dindex.rst1 ----------
3 ----------
19 utilities<Tools>`, such as the ``qemu-img`` disk image utility that
25 build-platforms
27 deprecated
28 removed-features
H A Dbuild-platforms.rst1 .. _Supported-build-platforms:
3 Supported build platforms
7 platforms. This appendix outlines which platforms are the major build
25 support for those backports, unless the feature is auto-detectable in a
32 You can find how to install build dependencies for different systems on the
33 :ref:`setup-build-env` page.
36 ----------------------------
40 .. list-table::
41 :header-rows: 1
43 * - CPU Architecture
[all …]
H A Dremoved-features.rst5 What follows is a record of recently removed, formerly deprecated
10 --------------------------------------
12 ``-hdachs`` (removed in 2.12)
15 The geometry defined by ``-hdachs c,h,s,t`` should now be specified via
16 ``-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 …]
/qemu/hw/acpi/
H A Dhmat.c30 #include "hw/acpi/aml-build.h"
35 * 5.2.27.3 Memory Proximity Domain Attributes Structure: Table 5-145
61 * 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-146
99 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 …]
/qemu/docs/
H A Dconf.py1 # -*- coding: utf-8 -*-
3 # QEMU documentation build configuration file, created by
4 # sphinx-quickstart on Thu Jan 31 16:40:14 2019.
8 # for each of QEMU's manuals: in this case sphinx-build is run multiple
11 # the manuals into a single document: in this case sphinx-build is
12 # 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 …]
/qemu/rust/qemu-api/src/
H A Derror.rs1 // SPDX-License-Identifier: GPL-2.0-or-later
14 //! [`ptr_or_propagate`](crate::Error::ptr_or_propagate) can be used to build
18 //! [`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 …]
/qemu/scripts/
H A Dsimpletrace.py3 # Pretty-printer for simple trace backend binary trace files
8 # the COPYING file in the top-level directory.
24 # same trace-events-all file and the same simpletrace.py file that
58 args_payload = fobj.read(record_length - rec_header_fmt_len)
78 event_mapping (str -> Event): events dict, indexed by name
84 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 …]
/qemu/tests/qapi-schema/
H A Dmeson.build3 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 …]
/qemu/qapi/
H A Dmachine.json1 # -*- 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 QEMU
31 # 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 state
68 'data': { 'cpu-state': 'S390CpuState',
[all …]
/qemu/include/qapi/
H A Dvisitor.h4 * 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 the
40 * details on what it supports. Also, see visitor-impl.h for the
42 * docs/devel/qapi-code-gen.rst for more about the QAPI code
49 * 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 …]
/qemu/target/s390x/
H A Dcpu_models.c9 * your option) any later version. See the COPYING file in the top-level
15 #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 …]
/qemu/linux-user/
H A Dmain.c4 * Copyright (c) 2003-2008 Fabrice Bellard
21 #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 …]
/qemu/bsd-user/
H A Dmain.c4 * Copyright (c) 2003-2008 Fabrice Bellard
5 * Copyright (c) 2013-14 Stacey Son
25 #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 …]
/qemu/
H A Dmeson.build15 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 directory
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
61 # type of binaries to build
66 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 …]
H A Dqemu-options.hx14 "-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 …]
H A DMAINTAINERS10 consult qemu-devel and not any specific individual privately.
23 W: Web-page with status/info
59 ------------------------------
63 L: qemu-devel@nongnu.org
72 R: Philippe Mathieu-Daudé <philmd@linaro.org>
75 F: docs/devel/build-environment.rst
76 F: docs/devel/code-of-conduct.rst
78 F: docs/devel/conflict-resolution.rst
80 F: docs/devel/submitting-a-patch.rst
81 F: docs/devel/submitting-a-pull-request.rst
[all …]
/qemu/include/qemu/
H A Dqemu-plugin.h6 * See the COPYING file in the top-level directory.
8 * SPDX-License-Identifier: GPL-2.0-or-later
20 * For best performance, build the plugin with -fvisibility=hidden so that
41 * typedef qemu_plugin_id_t - Unique plugin ID
50 * API needs to be deprecated.
56 * - removed qemu_plugin_n_vcpus and qemu_plugin_n_max_vcpus
57 * - 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 copy
63 * the data into a user-provided buffer instead of returning a pointer
[all …]
/qemu/pc-bios/
HDu-boot.e500 ... DHCP Option in OFFER/ACK: %d , Build: %s Class Index Probed Driver Name -- ...
/qemu/hw/core/
H A Dnuma.c29 #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 …]
/qemu/docs/devel/
H A Dqapi-code-gen.rst7 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-level
19 users/processes, this interface is made available by a JSON-based wire
43 There are several kinds of types: simple types (a number of built-in
50 -------------
67 syntax in an EBNF-like notation:
69 * Production rules look like ``non-terminal = expression``
85 * ALL-CAPS words other than ``STRING`` are non-terminals
90 A QAPI schema consists of a series of top-level expressions::
[all …]
/qemu/system/
H A Dvl.c4 * Copyright (c) 2003-2008 Fabrice Bellard
26 #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 …]
/qemu/migration/
H A Doptions.c4 * Copyright (c) 2012-2023 Red Hat Inc
11 * 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 …]
/qemu/ui/
H A Dgtk.c22 * 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 …]
/qemu/hw/scsi/
H A Dscsi-disk.c9 * 2009-Dec-12 Artyom Tarasenko : implemented stamdard inquiry for the case
12 * 2009-Oct-13 Artyom Tarasenko : implemented the block descriptor in the
25 #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 …]

12