Re: [Qemu-discuss] Assigning public IPs to Guests

2015-06-22 Thread Jakob Bohm
On 21/06/2015 00:21, Peter Reid wrote: Hi, I'm not necessarily sure if this is the correct mailing list; but I may as well give it a shot. Here we go: So I want to be able to assign public IP's to the guests that I am running; I have a 46.105.121.xx address that I want to be my 'host address',

Re: [Qemu-discuss] How to have dedicated IP for guest (that can't be used by the host)?

2015-06-22 Thread Fam Zheng
On Sun, 06/21 01:32, Васил Рангелов wrote: > Hi. > > As part of testing an application, I need to set up a network between the > host and the VM so that they can both be accessed from the host on the same > ports via different IPs. This can be done easily with VirtualBox (and I've > already done i

Re: [Qemu-discuss] Error starting domain: vfio-pci

2015-06-22 Thread Gabriel Laupre
Hello, I managed to isolate the error. Now I am wondering if I can ask for a change in the code or not, here the explanation: I downloaded the last version of qemu (2.3.0). To reproduce the bug, here what I was doing: - remove the driver of my NIC # rmmod cxgb4 - load the physical driver to ins

Re: [Qemu-discuss] Error starting domain: vfio-pci

2015-06-22 Thread Jakob Bohm
On 23-06-2015 03:20, Gabriel Laupre wrote: ... I noticed that the pba_offset was wrong and it is a problem in my NIC. NIC = Network Interface Card (not driver). ... Maybe it is better that qemu catches bad drivers before they harm real hardware. Of cause if a real NIC does something useful w