Need Input regarding Passthrough PCIE devices

2019-11-08 Thread Pandey, Prabhat Chand
Hi All, I am trying to passthrough one PCI device (i.e. USB device controller). For that I used below command while launching Qemu: -device pci-assign,host=00:14.1 And got below error: Qemu-system-x86_64: -device pci-assign,host=00:14.1: 'pci-assign' is not a valid device model name. I am usi

Does reboot clear RAM?

2019-11-08 Thread Nachammai Karuppiah
Does qemu clear the physical address on guest reboot? Qemu is started with kernel parameters, ramoops.mem_address=0x7f0 ramoops.mem_size=0x10 but I do see that the memory even outside this region is not wiped away and is retained after rebooting the guest

Change default gateway interface on Qemu Guest and 2nd nic

2019-11-08 Thread Amanpreet S Khehra
Hello all , Host OS: Ubuntu based Linux Mint 19.2 Need some help with qemu configuration. I need to run a qemu guest ..i am using cloud image ubuntu ( need something light weight ) now i have 2 outgoing interfaces to the real world on my host one is wan via dsl ( my dls router gives me a private

Re: How to clone CPUState in a new thread?

2019-11-08 Thread Michael Goffioul
On Thu, Nov 7, 2019 at 1:50 PM Michael Goffioul wrote: > On Thu, Nov 7, 2019 at 7:53 AM Peter Maydell > wrote: > >> On Thu, 7 Nov 2019 at 12:46, Michael Goffioul >> wrote: >> > Side question: is this the right mailing list to discuss this, or is >> there a more appropriate one? >> >> You're mor