qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Again, qemu changed virtual hardware


From: Narcis Garcia
Subject: Re: Again, qemu changed virtual hardware
Date: Sun, 20 Jun 2021 21:25:01 +0200

Oh, I believed that -nodefaults option already prevented this!

How could i prevent qemu from virtual hardware changes on updates?


Narcis Garcia

__________
I'm using this dedicated address because personal addresses aren't
masked enough at this mail public archive. Public archive administrator
should fix this against automated addresses collectors.
El 20/6/21 a les 20:37, Simon Becherer ha escrit:
> Hi, i like to ask again here:
> 
> how did i fix the virtual hardware that quemu will after updates
> still send the guests the same hardware as before??
> 
> i updated today to 6.0.0-26.1 (opensusetumbleweed)
> 
> windows xp: lost the network controller, but has a identical new (e1000) 
> network controller
>            found, so i have to set up it new.
> 
> windows 10: a propetary software lost the licence because of the update of 
> the linux qemu host.
>             i have to order new key.
> 
> 
> how could i prevent qemu from doing that AND hold my system up to date????
> -> not updating qemu is not a solution.
> 
> start line from win10 (libvirt)
> 
> /usr/bin/qemu-system-x86_64 -name guest=win_10_profirst,debug-threads=on -S 
> -object 
> {"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-1-win_10_profirst/master-key.aes"}
> -machine 
> pc-q35-4.2,accel=kvm,usb=off,vmport=off,dump-guest-core=off,memory-backend=pc.ram
>  -cpu
> EPYC-IBPB,x2apic=on,tsc-deadline=on,hypervisor=on,tsc-adjust=on,arch-capabilities=on,xsaves=on,cmp-legacy=on,perfctr-core=on,clzero=on,xsaveerptr=on,virt-ssbd=on,npt=on,nrip-save=on,svme-addr-chk=on,rdctl-no=on,skip-l1dfl-vmentry=on,mds-no=on,pschange-mc-no=on,monitor=off,hv-time,hv-relaxed,hv-vapic,hv-spinlocks=0x1fff
> -m 4096 -object 
> {"qom-type":"memory-backend-ram","id":"pc.ram","size":4294967296} -overcommit 
> mem-lock=off -smp 2,sockets=2,cores=1,threads=1 -uuid 
> 539ae174-da2a-4e80-8ee6-d2e86b843304 -no-user-config -nodefaults
> -chardev socket,id=charmonitor,fd=33,server=on,wait=off -mon 
> chardev=charmonitor,id=monitor,mode=control -rtc base=localtime,driftfix=slew 
> -global kvm-pit.lost_tick_policy=delay -no-hpet -no-shutdown -global
> ICH9-LPC.disable_s3=1 -global ICH9-LPC.disable_s4=1 -boot strict=on -device 
> pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
>  -device
> pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x2.0x1 -device 
> pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x2 -device
> pcie-root-port,port=0x13,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x3 -device 
> pcie-root-port,port=0x14,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x4 -device 
> qemu-xhci,p2=15,p3=15,id=usb,bus=pci.2,addr=0x0 -device
> virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0 -blockdev 
> {"driver":"file","filename":"/home/simon/kvm/images/win_10_profirst.qcow2","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}
> -blockdev 
> {"node-name":"libvirt-2-format","read-only":false,"driver":"qcow2","file":"libvirt-2-storage","backing":null}
>  -device ide-hd,bus=ide.0,drive=libvirt-2-format,id=sata0-0-0,bootindex=1 
> -device
> ide-cd,bus=ide.1,id=sata0-0-1 -netdev tap,fd=35,id=hostnet0 -device 
> e1000e,netdev=hostnet0,id=net0,mac=52:54:00:8c:08:86,bus=pci.1,addr=0x0 
> -chardev pty,id=charserial0 -device
> isa-serial,chardev=charserial0,id=serial0 -chardev 
> spicevmc,id=charchannel0,name=vdagent -device 
> virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0
>  -device
> usb-tablet,id=input0,bus=usb.0,port=1 -audiodev id=audio1,driver=spice -spice 
> port=5900,addr=127.0.0.1,disable-ticketing=on,image-compression=off,seamless-migration=on
>  -device
> qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,max_outputs=1,bus=pcie.0,addr=0x1
>  -device ich9-intel-hda,id=sound0,bus=pcie.0,addr=0x1b -device
> hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0,audiodev=audio1 -chardev 
> spicevmc,id=charredir0,name=usbredir -device 
> usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=2 -chardev
> spicevmc,id=charredir1,name=usbredir -device 
> usb-redir,chardev=charredir1,id=redir1,bus=usb.0,port=3 -device 
> virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0 -sandbox
> on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg 
> timestamp=on
> 
> 
> simoN
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]