| /openbmc/qemu/hw/xen/ |
| H A D | meson.build | 2 'xen-backend.c', 3 'xen-bus-helper.c', 4 'xen-bus.c', 5 'xen-legacy-backend.c', 10 system_ss.add(when: ['CONFIG_XEN', xen], if_true: files( 11 'xen-operations.c', 19 'xen-mapcache.c', 20 'xen-hvm-common.c', 21 'xen-pvh-common.c', 25 'xen-host-pci-device.c', [all …]
|
| H A D | trace-events | 3 # ../../include/hw/xen/xen_native.h 16 # xen-bus.c 37 # xen-bus-helper.c 45 # xen-hvm-common.c 67 # xen-pvh-common.c 71 # xen-mapcache.c
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | xen.rst | 17 Xen mode is enabled by setting the ``xen-version`` property of the KVM 22 |qemu_system| --accel kvm,xen-version=0x40011,kernel-irqchip=split 25 ``xen-vapic`` CPU flag: 29 |qemu_system| --accel kvm,xen-version=0x40011,kernel-irqchip=split --cpu host,+xen-vapic 41 ``xen-version`` 49 ``xen-evtchn-max-pirq`` 58 ``xen-gnttab-max-frames`` 78 of type ``xen-console`` to connect to it. For the Xen console equivalent of 83 -device xen-console,chardev=char0 85 The Xen network device is ``xen-net-device``, which becomes the default NIC [all …]
|
| H A D | xenpvh.rst | 34 qemu-system-i386 -xen-domid 3 -no-shutdown \ 35 -chardev socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-3,server=on,wait=off \ 37 -chardev socket,id=libxenstat-cmd,path=/var/run/xen/qmp-libxenstat-3,server=on,wait=off \ 41 -xen-attach -name g0 \
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | meson.build | 5 i386_ss.add(when: ['CONFIG_XEN', xen], if_true: files( 6 'xen-hvm.c', 7 'xen-pvh.c',
|
| H A D | trace-events | 4 xen_platform_log(char *s) "xen platform: %s"
|
| /openbmc/qemu/docs/system/ |
| H A D | guest-loader.rst | 22 |qemu_system| -kernel ~/xen.git/xen/xen \ 24 …est-loader,addr=0x42000000,kernel=Image,bootargs="root=/dev/sda2 ro console=hvc0 earlyprintk=xen" \
|
| H A D | target-i386.rst | 29 i386/xen
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | xlnx-versal-virt.rst | 131 -device loader,addr=0x30000000,file=linux/2018-04-24/xen \ 145 …fdt set /chosen xen,xen-bootargs "console=dtuart dtuart=/uart@ff000000 dom0_mem=640M bootscrub=0 m… 146 fdt set /chosen xen,dom0-bootargs "rdinit=/sbin/init clk_ignore_unused console=hvc0 maxcpus=1" 148 fdt set /chosen/dom0 compatible "xen,multiboot-module" 160 -device loader,addr=0x30000000,file=linux/2018-04-24/xen \ 174 …fdt set /chosen xen,xen-bootargs "console=dtuart dtuart=/uart@ff000000 dom0_mem=640M bootscrub=0 m… 175 fdt set /chosen xen,dom0-bootargs "rdinit=/sbin/init clk_ignore_unused console=hvc0 maxcpus=1" 177 fdt set /chosen/dom0 compatible "xen,multiboot-module"
|
| H A D | xenpvh.rst | 28 qemu-system-aarch64 -xen-domid 1 \ 33 -xen-attach -name guest0 -vnc none -display none -nographic \
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | multi-with-loadables.its | 14 description = "xen binary"; 15 data = /incbin/("./xen");
|
| /openbmc/qemu/accel/xen/ |
| H A D | meson.build | 1 specific_ss.add(when: 'CONFIG_XEN', if_true: files('xen-all.c'))
|
| /openbmc/qemu/hw/block/dataplane/ |
| H A D | meson.build | 1 specific_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
|
| /openbmc/qemu/accel/ |
| H A D | meson.build | 11 subdir('xen') subdir
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | meson.build | 9 i386_kvm_ss.add(when: 'CONFIG_XEN_EMU', if_true: files('xen-emu.c'))
|
| H A D | trace-events | 10 # xen-emu.c
|
| /openbmc/qemu/accel/stubs/ |
| H A D | meson.build | 2 system_stubs_ss.add(when: 'CONFIG_XEN', if_false: files('xen-stub.c'))
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | meson.build | 20 'xen-stubs.c',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu.inc | 175 PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen-tools,xen-tools-libxenstore xen-tools-libxenct…
|
| H A D | qemu_10.0.0.bb | 20 ${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio xen', d)} \
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | meson.build | 21 fs_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-9p-backend.c'))
|
| /openbmc/qemu/hw/block/ |
| H A D | meson.build | 14 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
|
| /openbmc/qemu/docs/ |
| H A D | xen-save-devices-state.txt | 11 The save operation is available as QMP command xen-save-devices-state.
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | COMPONENTS.md | 135 xen 136 ~ .*/qemu(.*/xen.*)
|
| /openbmc/qemu/hw/ |
| H A D | meson.build | 47 subdir('xen') subdir
|