Also this is linux kernel 4.13.8-3, and the output of qm showcmd ID --pretty is:
/usr/bin/kvm \
-id 200 \
-name NAME \
-chardev 'socket,id=qmp,path=/var/run/qemu-server/200.qmp,server,nowait' \
-mon 'chardev=qmp,mode=control' \
-pidfile /var/run/qemu-server/200.pid \
-daemonize \
-smbios 'type=1,uuid=f45c8d4a-1b83-4395-84eb-be17b312f1e7' \
-smp '4,sockets=1,cores=4,maxcpus=4' \
-nodefaults \
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
-vga std \
-vnc unix:/var/run/qemu-server/200.vnc,x509,password \
-no-hpet \
-cpu 'kvm64,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,enforce' \
-m 16000 \
-device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' \
-device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' \
-device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' \
-readconfig /usr/share/qemu-server/pve-usb.cfg \
-device 'usb-tablet,id=tablet,bus=uhci.0,port=1' \
-device 'usb-host,vendorid=0x059f,productid=0x1024,id=usb0' \
-chardev 'socket,path=/var/run/qemu-server/200.qga,server,nowait,id=qga0' \
-device 'virtio-serial,id=qga0,bus=pci.0,addr=0x8' \
-device 'virtserialport,chardev=qga0,name=org.qemu.guest_agent.0' \
-iscsi 'initiator-name=iqn.1993-08.org.debian:01:f754cb6ece4b' \
-drive 'file=/data1/images/200/vm-200-disk-1.qcow2,if=none,id=drive-virtio0,format=qcow2,cache=none,aio=native,detect-zeroes=on' \
-device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100' \
-netdev 'type=tap,id=net0,ifname=tap200i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' \
-device 'virtio-net-pci,mac=7A:B4:77:91:E1:B1,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' \
-rtc 'driftfix=slew,base=localtime' \
-global 'kvm-pit.lost_tick_policy=discard'
My JSON knowledge is not high enough to find out what's gone wrong here though.