Re: [Bug 279659] virtualization/bhyve: When bhyve virtualizes Windows 10/11 Rufus does not recognizes any USB sticks

2024-06-12 Thread Oleksandr Kryvulia
12.06.24 19:56, bugzilla-nore...@freebsd.org: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279659 Mark Peek changed: What|Removed |Added CC|

bhyve passthru problem

2024-06-13 Thread Oleksandr Kryvulia
I'm trying to passthru a wwan-adapter to linux guest using sysutils/vm-bhyve-devel. ppt0@pci0:8:0:0:    class=0x0d4000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x7560 subvendor=0x1cf8 subdevice=0x8654    vendor = 'Intel Corporation'    device = 'XMM7560 LTE Advanced Pro Modem'    cla

Re: bhyve passthru problem

2024-06-15 Thread Oleksandr Kryvulia
me know if you want to try. On Fri, Jun 14, 2024 at 8:35 AM Corvin Köhne wrote: On Thu, 2024-06-13 at 10:53 +0300, Oleksandr Kryvulia wrote: >  I'm trying to passthru a wwan-adapter to linux guest using > sysutils/vm-bhyve-devel. > >  ppt0@pci0:8:0:0:

Re: bhyve passthru problem

2024-06-15 Thread Oleksandr Kryvulia
14.06.24 10:50, Peter Grehan: I don't know why bhyve validates the BAR size. The commit adding this check is old [1] and doesn't explain it. What bhyve could do is rounding up the BAR size to a full page size when allocating memory for the BAR. [1] https://github.com/freebsd/freebsd- src/commit/

Re: bhyve passthru problem

2024-06-16 Thread Oleksandr Kryvulia
ad on my system: KLD vmm.ko: depends on kernel - not available or version mismatch On Sat, Jun 15, 2024 at 9:17 AM Oleksandr Kryvulia wrote: 14.06.24 10:50, Peter Grehan: >> I don't know why bhyve validates the BAR size. The commit adding this >> check is old [1] an

Re: Fwd: bhyve passthru problem

2024-06-16 Thread Oleksandr Kryvulia
, Jun 15, 2024 at 9:17 AM Oleksandr Kryvulia wrote: 14.06.24 10:50, Peter Grehan: >> I don't know why bhyve validates the BAR size. The commit adding this >> check is old [1] and doesn't explain it. What bhyve could do is >> rounding up the BAR si

Re: how to import a freebsd azure instance into an offsite bhyve?

2023-02-23 Thread Oleksandr Kryvulia
23.02.23 16:21, void пише: Hello @virtualization As subject: what's the best method of importing an azure instance into bhyve? The only way I can think of, so far, is to log into the instance then do a dd over ssh of the main partition to the bhyve server. fstab on the azure instance looks lik

Re: how to import a freebsd azure instance into an offsite bhyve?

2023-02-24 Thread Oleksandr Kryvulia
23.02.23 17:46, void пише: On Thu, Feb 23, 2023 at 04:28:45PM +0200, Oleksandr Kryvulia wrote: If you have an access to azure portal you can download vhd disk and convert it using emulators/qemu I found https://learn.microsoft.com/en-us/azure/virtual-machines/linux/download-vhd?tabs=azure

Re: Virtual GPU for FreeBSD as guest virtualized with qemu / kvm -- best alternative ? Cirrus ?

2023-07-23 Thread Oleksandr Kryvulia
23.07.23 17:27, Mario Marietto пише: Hello to everyone. I would like to virtualize FreeBSD on Windows 11 with qemu-kvm (for Windows). I've end up with the following parameters which are working : |I:\OS\qemu\Linux\qemu\qemu-system-x86_64w.exe -accel whpx -machine q35 \ -cpu Westmere,vend

Re: generate mac "unique" mac address on a netzor

2023-11-05 Thread Oleksandr Kryvulia
05.11.23 20:04, Benoit Chesneau: ip plan to setup multiple vms that are using sr-iov. is there any way to manage private mac adresses that can be assignated to them? Any good pattern/script that allows it? Do we have provate mac address blocks like for ips? Benoît In our virtual environment