mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-22 06:39:44 +00:00

Some of the recent QMP changes require at least 2.8.0, but since the oldest version we officially package for 6.x is 4.0.0 anyway, checking for at least 3.0 should not break anyone's setup. Note that this does not affect machine version checks, only the installed QEMU binary version. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
# TEST: Simple test for a basic configuration with no special things
|
|
# QEMU_VERSION: 3.0
|
|
bootdisk: scsi0
|
|
cores: 3
|
|
ide2: none,media=cdrom
|
|
memory: 768
|
|
name: simple
|
|
net0: virtio=A2:C0:43:77:08:A0,bridge=vmbr0
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: local:8006/vm-8006-disk-0.qcow2,discard=on,size=104858K
|
|
scsihw: virtio-scsi-pci
|
|
smbios1: uuid=7b10d7af-b932-4c66-b2c3-3996152ec465
|
|
sockets: 1
|
|
vmgenid: c773c261-d800-4348-9f5d-167fadd53cf8
|