Searched +full:migration +full:- +full:compat +full:- +full:common (Results 1 – 19 of 19) sorted by relevance
/qemu/migration/ |
H A D | savevm.c | 4 * Copyright (c) 2003-2008 Fabrice Bellard 5 * Copyright (c) 2009-2015 Red Hat Inc 32 #include "migration.h" 33 #include "migration/snapshot.h" 34 #include "migration-stats.h" 35 #include "migration/vmstate.h" 36 #include "migration/misc.h" 37 #include "migration/register.h" 38 #include "migration/global_state.h" 39 #include "migration/channel-block.h" [all …]
|
/qemu/qapi/ |
H A D | qapi-schema.json | 1 # -*- Mode: Python -*- 9 # For locating a particular item, please see the `qapi-qmp-index`. 13 # .. qmp-example:: 15 # -> ... text sent by client (commands) ... 16 # <- ... text sent by server (command responses and events) ... 22 # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>` 28 # Documentation generated with qapi-gen.py is in source order, with 29 # included sub-schemas inserted at the first include directive 31 # stable order, it's best to include each sub-schema just once, or 35 { 'include': 'common.json' } [all …]
|
H A D | meson.build | 2 'opts-visitor.c', 3 'qapi-clone-visitor.c', 4 'qapi-dealloc-visitor.c', 5 'qapi-forward-visitor.c', 6 'qapi-util.c', 7 'qapi-visit-core.c', 8 'qobject-input-visitor.c', 9 'qobject-output-visitor.c', 10 'string-input-visitor.c', 11 'string-output-visitor.c', [all …]
|
H A D | machine.json | 1 # -*- Mode: Python -*- 5 # See the COPYING file in the top-level directory. 11 { 'include': 'common.json' } 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 [all …]
|
H A D | block-core.json | 1 # -*- Mode: Python -*- 8 { 'include': 'common.json' } 20 # @vm-state-size: size of the VM state 22 # @date-sec: UTC date of the snapshot in seconds 24 # @date-nsec: fractional part in nano seconds to be used with date-sec 26 # @vm-clock-sec: VM clock relative to boot in seconds 28 # @vm-clock-nsec: fractional part in nano seconds to be used with 29 # vm-clock-sec 32 # record/replay is enabled. Used for "time-traveling" to match 34 # counter may be obtained through @query-replay command [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
/qemu/tests/qtest/ |
H A D | meson.build | 2 'ahci-test': 150, 3 'aspeed_smc-test': 360, 4 'bios-tables-test' : 910, 5 'cdrom-test' : 610, 6 'device-introspect-test' : 720, 7 'ide-test' : 120, 8 'migration-test' : 480, 9 'npcm7xx_pwm-test': 300, 10 'npcm7xx_watchdog_timer-test': 120, 11 'qmp-cmd-test' : 120, [all …]
|
/qemu/ |
H A D | MAINTAINERS | 10 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 …]
|
H A D | qemu-options.hx | 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 …]
|
/qemu/hw/core/ |
H A D | machine.c | 10 * See the COPYING file in the top-level directory. 19 #include "qemu/error-report.h" 21 #include "qapi/qapi-visit-machine.h" 22 #include "qapi/qapi-commands-machine.h" 33 #include "migration/global_state.h" 34 #include "system/confidential-guest-support.h" 35 #include "hw/virtio/virtio-pci.h" 36 #include "hw/virtio/virtio-net.h" 37 #include "hw/virtio/virtio-iommu.h" 41 { "scsi-hd", "dpofua", "off" }, [all …]
|
/qemu/include/qemu/ |
H A D | osdep.h | 4 * This header exists to pull in some common system headers that 10 * of config-host.h, config-target.h, qemu/compiler.h, 11 * system/os-posix.h, system/os-win32.h, system/os-wasm.h, glib-compat.h and 16 * os-*.c and util/oslib-*.c; those would probably be better split 25 * See the COPYING file in the top-level directory. 34 #include "config-host.h" 90 /* enable C99/POSIX format strings (needs mingw32-runtime 3.15 or later) */ 121 * function availability on recentish Mingw-w64 platforms. */ 131 /* setjmp must be declared before system/os-win32.h 161 #include "glib-compat.h" [all …]
|
/qemu/system/ |
H A D | vl.c | 4 * 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/block/ |
H A D | qcow2.c | 4 * Copyright (c) 2004-2006 Fabrice Bellard 28 #include "system/block-backend.h" 29 #include "qemu/main-loop.h" 32 #include "qemu/error-report.h" 34 #include "qapi/qapi-events-block-core.h" 42 #include "qapi/qobject-input-visitor.h" 43 #include "qapi/qapi-visit-block-core.h" 46 #include "block/dirty-bitmap.h" 51 - Support for multiple incremental snapshots. 52 - Memory management by reference counts. [all …]
|
/qemu/hw/ppc/ |
H A D | spapr.c | 4 * Copyright (c) 2004-2007 Fabrice Bellard 7 * Copyright (c) 2010-2024, IBM Corporation.. 9 * SPDX-License-Identifier: GPL-2.0-or-later 33 #include "qemu/guest-random.h" 35 #include "qapi/qapi-events-machine.h" 36 #include "qapi/qapi-events-qdev.h" 46 #include "hw/fw-path-provider.h" 53 #include "migration/misc.h" 54 #include "migration/qemu-file-types.h" 55 #include "migration/global_state.h" [all …]
|
/qemu/include/block/ |
H A D | block_int-common.h | 28 #include "block/block-common.h" 29 #include "block/block-global-state.h" 48 #define BLOCK_OPT_COMPAT_LEVEL "compat" 105 * certain callbacks that refer to data (see block.c) to their bs->file 106 * or bs->backing (whichever one exists) if the driver doesn't implement 108 * -ENOTSUP. 115 * (And this filtered child must then be bs->file or bs->backing.) 120 * If true, filtered child is bs->backing. Otherwise it's bs->file. 121 * Two internal filters use bs->backing as filtered child and has this 123 * filters in tests/unit/test-bdrv-graph-mod.c. [all …]
|
/qemu/target/arm/ |
H A D | cpu.h | 23 #include "kvm-consts.h" 24 #include "qemu/cpu-float.h" 26 #include "cpu-qom.h" 27 #include "exec/cpu-common.h" 28 #include "exec/cpu-defs.h" 29 #include "exec/cpu-interrupt.h" 31 #include "exec/page-protection.h" 32 #include "qapi/qapi-types-common.h" 78 /* ARM-specific interrupt pending bits. */ 106 #define ARM_INSN_START_WORD2_MASK ((1 << 26) - 1) [all …]
|
/qemu/hw/pci/ |
H A D | pcie.c | 41 PCIE_DPRINTF("%s:%x "fmt, (dev)->name, (dev)->devfn, ## __VA_ARGS__) 73 uint8_t *exp_cap = dev->config + dev->exp.exp_cap; in pcie_cap_v1_fill() 74 uint8_t *cmask = dev->cmask + dev->exp.exp_cap; in pcie_cap_v1_fill() 83 * table 7-12: in pcie_cap_v1_fill() 91 if (dev->cap_present & QEMU_PCIE_EXT_TAG) { in pcie_cap_v1_fill() 166 uint8_t *exp_cap = dev->config + dev->exp.exp_cap; in pcie_cap_fill_link_ep_usp() 184 uint8_t *exp_cap = dev->config + dev->exp.exp_cap; in pcie_cap_fill_slot_lnk() 196 if (s->width > QEMU_PCI_EXP_LNK_X1 || in pcie_cap_fill_slot_lnk() 197 s->speed > QEMU_PCI_EXP_LNK_2_5GT) { in pcie_cap_fill_slot_lnk() 202 if (s->speed > QEMU_PCI_EXP_LNK_2_5GT) { in pcie_cap_fill_slot_lnk() [all …]
|
/qemu/hw/i386/ |
H A D | acpi-build.c | 3 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net> 26 #include "acpi-build.h" 27 #include "acpi-common.h" 29 #include "qemu/error-report.h" 35 #include "hw/acpi/acpi-defs.h" 39 #include "hw/acpi/bios-linker-loader.h" 51 #include "migration/vmstate.h" 52 #include "hw/mem/memory-device.h" 56 #include "hw/hyperv/vmbus-bridge.h" 64 #include "hw/pci-host/i440fx.h" [all …]
|
/qemu/hw/display/ |
H A D | qxl.c | 29 #include "qemu/main-loop.h" 31 #include "hw/qdev-properties.h" 33 #include "migration/cpr.h" 34 #include "migration/vmstate.h" 41 uint32_t cons = (r)->cons & SPICE_RING_INDEX_MASK(r); \ 42 if (cons >= ARRAY_SIZE((r)->items)) { \ 44 "%u >= %zu", cons, ARRAY_SIZE((r)->items)); \ 47 ret = &(r)->items[cons].el; \ 52 #define ALIGN(a, b) (((a) + ((b) - 1)) & ~((b) - 1)) 129 trace_qxl_set_guest_bug(qxl->id); in qxl_set_guest_bug() [all …]
|