qemu-system-x86_64 \
-nographic \
-nodefaults \
-L . \
-machine virt,accel=kvm,kernel_irqchip,nofw \
-smp sockets=1,cpus=4,cores=2,maxcpus=8 \
-cpu host \
-m 2G,slots=3,maxmem=16G \
-kernel /home/sebastien/workloads/linux_4_17/linux-4.17.14/arch/x86/boot/compressed/vmlinux.bin \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 4.18.0 Kernel Configuration | |
| # | |
| # | |
| # Compiler: gcc (GCC) 8.1.1 20180712 (Red Hat 8.1.1-5) | |
| # | |
| CONFIG_64BIT=y | |
| CONFIG_X86_64=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Intel ACPI Component Architecture | |
| * AML/ASL+ Disassembler version 20180629 (64-bit version) | |
| * Copyright (c) 2000 - 2018 Intel Corporation | |
| * | |
| * Disassembling to symbolic ASL+ operators | |
| * | |
| * Disassembly of /home/samuel/dsdt.dat, Tue Aug 14 16:27:42 2018 | |
| * | |
| * Original Table Header: |
bus: main-system-bus
type System
dev: kvmclock, id ""
x-mach-use-reliable-get-clock = true
dev: kvmvapic, id ""
dev: virt-acpi, id ""
dev: kvm-ioapic, id ""
gpio-in "" 24
gsi_base = 0 (0x0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -E ../../build-x86-64/x86_64-softmmu/qemu-system-x86_64 -machine virt,accel=kvm,kernel_irqchip -pidfile qemu.pid -qmp unix:monitor.sock,server,nowait -bios /home/samuel/workloads//OVMF.fd -smp 2,cores=1,threads=1,sockets=2,maxcpus=32 -m 512,slots=4,maxmem=16384M -cpu host -nographic -no-user-config -nodefaults -daemonize -drive file=testvm.img,if=none,id=drive-virtio-disk0,format=qcow2 -device virtio-blk-pci,scsi=off,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -device sysbus-debugcon,iobase=0x402,chardev=debugcon -chardev file,path=/tmp/debug-log,id=debugcon -device virtio-blk-pci,drive=cloud -drive if=none,id=cloud,file=seed.img,format=raw -netdev user,id=mynet0,hostfwd=tcp::2222-:22,hostname=nemuvm -device virtio-net-pci,netdev=mynet0 -drive file=testscsi.img,if=none,id=drive-virtio-disk1,format=raw -device virtio-scsi-pci,id=virtio-disk1 -object memory-backend-file,id=mem0,share,mem-path=testnvdimm.img,size=51200 -device nvdimm,memdev=mem0,id=nv0 -device vhost-vsock-pci,id=vhost-vsock-pci0,gu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| if [[ "$EXTRA_CFLAGS" == "" ]]; then | |
| EXTRA_CFLAGS=" -O3 -fno-semantic-interposition -falign-functions=32 -D_FORTIFY_SOURCE=2 -fPIE" | |
| fi | |
| ../configure \ | |
| --disable-fdt \ | |
| --disable-libiscsi \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin/qemu-lite-system-x86_64 \ | |
| -name sandbox-89c898dae4f63fefba6f4c852b14681991045798a8065a54dc552e87db4fd71b \ | |
| -uuid e9eb4369-bcb5-49c5-a24e-bffd2f8a0bc0 \ | |
| -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host \ | |
| -qmp unix:/run/vc/sbs/89c898dae4f63fefba6f4c852b14681991045798a8065a54dc552e87db4fd71b/qmp.sock,server,nowait \ | |
| -m 2048M,slots=2,maxmem=16633M \ | |
| -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2 \ | |
| -device virtio-serial-pci,id=serial0 -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/sbs/89c898dae4f63fefba6f4c852b14681991045798a8065a54dc552e87db4fd71b/console.sock,server,nowait \ | |
| -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_agent_7b458b1.img,size=536870912 \ | |
| -device virtio-scsi-pci,id=scsi0 -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/sbs/89c898dae4f63fefba6f4c852b14681 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Intel ACPI Component Architecture | |
| * AML/ASL+ Disassembler version 20180629 (64-bit version) | |
| * Copyright (c) 2000 - 2018 Intel Corporation | |
| * | |
| * Disassembling to symbolic ASL+ operators | |
| * | |
| * Disassembly of dsdt.dat, Tue Jul 24 14:17:36 2018 | |
| * | |
| * Original Table Header: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- | |
| # ex: ts=8 sw=4 sts=4 et filetype=sh | |
| sudo /home/samuel/devlp/hypervisor/nemu/build-x86-64/x86_64-softmmu/qemu-system-x86_64 \ | |
| -nographic \ | |
| -nodefaults \ | |
| -L . \ | |
| -net none \ |