mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Per https://lore.kernel.org/qemu-devel/7798584d-e861-47b7-af52-2c2efb67a4de@proxmox.com/:
Loading a VM state taken with v10.1.2 or older doesn't work anymore,
using the script [*] we get:
kvm: VQ 1 size 0x100 < last_avail_idx 0x9 - used_idx 0x3e30
kvm: load of migration failed: Operation not permitted: error while loading state for instance 0x0 of device '0000:00:13.0/virtio-net': Failed to load element of type virtio for virtio: -1
qemu-system-x86_64: Missing section footer for 0000:00:13.0/virtio-net
qemu-system-x86_64: Section footer error, section_id: 41
[*]:
#!/bin/bash
rm /tmp/disk.qcow2
args="
-netdev type=tap,id=net1,ifname=tap104i1,script=/usr/libexec/qemu-server/pve-bridge,downscript=/usr/libexec/qemu-server/pve-bridgedown,vhost=on
-device virtio-net-pci,mac=BC:24:11:32:3C:69,netdev=net1,bus=pci.0,addr=0x13,id=net1
-machine type=pc-i440fx-10.1
"
$1/qemu-img create -f qcow2 /tmp/disk.qcow2 1G
$1/qemu-system-x86_64 --qmp stdio --blockdev qcow2,node-name=node0,file.driver=file,file.filename=/tmp/disk.qcow2 $args <<EOF
{"execute": "qmp_capabilities"}
{"execute": "snapshot-save", "arguments": { "job-id": "save0", "tag": "snap", "vmstate": "node0", "devices": ["node0"] } }
{"execute": "quit"}
EOF
$2/qemu-system-x86_64 --qmp stdio --blockdev qcow2,node-name=node0,file.driver=file,file.filename=/tmp/disk.qcow2 $args -loadvm snap
This reverts commit
|
3 weeks ago | |
|---|---|---|
| .. | ||
| can | 2 months ago | |
| fsl_etsec | 2 months ago | |
| rocker | 2 months ago | |
| Kconfig | 4 months ago | |
| allwinner-sun8i-emac.c | 8 months ago | |
| allwinner_emac.c | 8 months ago | |
| cadence_gem.c | 2 months ago | |
| dp8393x.c | 8 months ago | |
| e1000.c | 7 months ago | |
| e1000_common.h | 3 years ago | |
| e1000_regs.h | 2 years ago | |
| e1000e.c | 8 months ago | |
| e1000e_core.c | 1 month ago | |
| e1000e_core.h | 2 years ago | |
| e1000x_common.c | 3 years ago | |
| e1000x_common.h | 3 years ago | |
| e1000x_regs.h | 8 months ago | |
| eepro100.c | 8 months ago | |
| ftgmac100.c | 8 months ago | |
| i82596.c | 2 months ago | |
| i82596.h | 2 months ago | |
| igb.c | 8 months ago | |
| igb_common.h | 2 years ago | |
| igb_core.c | 3 months ago | |
| igb_core.h | 2 years ago | |
| igb_regs.h | 1 year ago | |
| igbvf.c | 3 months ago | |
| imx_fec.c | 8 months ago | |
| lan9118.c | 6 months ago | |
| lan9118_phy.c | 8 months ago | |
| lance.c | 8 months ago | |
| lasi_i82596.c | 2 months ago | |
| mcf_fec.c | 8 months ago | |
| meson.build | 4 months ago | |
| msf2-emac.c | 8 months ago | |
| mv88w8618_eth.c | 8 months ago | |
| ne2000-isa.c | 8 months ago | |
| ne2000-pci.c | 8 months ago | |
| ne2000.c | 8 months ago | |
| ne2000.h | 6 years ago | |
| net_rx_pkt.c | 1 year ago | |
| net_rx_pkt.h | 1 year ago | |
| net_tx_pkt.c | 10 months ago | |
| net_tx_pkt.h | 3 years ago | |
| npcm7xx_emc.c | 8 months ago | |
| npcm_gmac.c | 5 months ago | |
| npcm_pcs.c | 8 months ago | |
| opencores_eth.c | 8 months ago | |
| pcnet-pci.c | 8 months ago | |
| pcnet.c | 2 years ago | |
| pcnet.h | 8 months ago | |
| rtl8139.c | 6 months ago | |
| smc91c111.c | 8 months ago | |
| spapr_llan.c | 8 months ago | |
| stellaris_enet.c | 8 months ago | |
| sungem.c | 8 months ago | |
| sunhme.c | 8 months ago | |
| trace-events | 2 months ago | |
| trace.h | 5 years ago | |
| tulip.c | 7 months ago | |
| tulip.h | 5 years ago | |
| vhost_net-stub.c | 3 months ago | |
| vhost_net.c | 3 months ago | |
| virtio-net.c | 3 weeks ago | |
| vmware_utils.h | 8 years ago | |
| vmxnet3.c | 3 months ago | |
| vmxnet3.h | 6 months ago | |
| vmxnet3_defs.h | 3 years ago | |
| vmxnet_debug.h | 10 years ago | |
| xen_nic.c | 2 months ago | |
| xgmac.c | 7 months ago | |
| xilinx_axienet.c | 8 months ago | |
| xilinx_ethlite.c | 8 months ago | |