Re: vfio usage in a vm

2024-06-13 Thread Michal Prívozník
On 6/13/24 18:18, daggs wrote: > Greetings Michal, > > I think I might be doing something wrong, all the devices are defined a such: > > > > >function='0x0'/> > > > and I still cannot get vfio to attached to them. > they are autobinded to virtio_pci so I had

librbd encryption and guest XML

2024-06-13 Thread melanie witt
Hi, I have been trying to use the librbd engine to run a guest from an encrypted RBD image and am running into some problems. What I would like to do is: 1. Start from an unencrypted raw image with an OS 2. Make an encrypted clone of that image 3. Boot a guest from the encrypted clone image

Re: vfio usage in a vm

2024-06-13 Thread daggs via Users
Greetings Michal, I think I might be doing something wrong, all the devices are defined a such: and I still cannot get vfio to attached to them. they are autobinded to virtio_pci so I had to unbind them first when I reload the vfio module, I get the same erro

Re: vfio usage in a vm

2024-06-13 Thread Michal Prívozník
On 6/12/24 20:24, daggs via Users wrote: > Greetings, > > I wanted to know if it is possible to attach a virtual nic (shows up as > 02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 20)) to the vfio module, > when I modprobe it I g

Re: Statically Defining a Network

2024-06-13 Thread Andrea Bolognani
On Thu, Jun 13, 2024 at 09:28:08AM GMT, Laine Stump wrote: > On 6/12/24 6:42 AM, Andrea Bolognani wrote: > > On Tue, Jun 11, 2024 at 04:23:33PM GMT, richard.schmitt--- via Users wrote: > > > Is there a way to statically define libvirt networks without > > > needing to run 'virsh net-define'? > > >

Re: Statically Defining a Network

2024-06-13 Thread Laine Stump
On 6/12/24 6:42 AM, Andrea Bolognani wrote: On Tue, Jun 11, 2024 at 04:23:33PM GMT, richard.schmitt--- via Users wrote: We install libvirt in a AlmaLinux 9 Kickstart file. The version of libvirt we are using is 10.0.0. What we'd like to do is to statically define a network in the kickstart fil

Re: Guests: Unable to get IP address

2024-06-13 Thread Arun Mani J via Users
Hii Okay, then let me see if I can reproduce this bug in a fresh Debian installation. If yes, then could be a bug in the Debian side, else I will reinstall my system :) Thank you! Original Message On 6/10/24 12:19 PM, Michal Prívozník wrote: > On 6/9/24 07:54, Arun Mani J