Re: Warm Migration feature for bhyve - review on Phabricator

2021-01-25 Thread Elena Mihailescu
sewhere) - easier said > than done. > > On Mon, Jan 25, 2021 at 10:43 AM Matt Churchyard > wrote: >> >> -Original Message- >> From: Elena Mihailescu >> Sent: 25 January 2021 14:25 >> To: Matt Churchyard >> Cc: John-Mark Gurney ; freebsd-virtu

Re: Warm Migration feature for bhyve - review on Phabricator

2021-01-25 Thread Elena Mihailescu
On Mon, 25 Jan 2021 at 13:26, Matt Churchyard wrote: > > -Original Message- > From: John-Mark Gurney > Sent: 25 January 2021 06:21 > To: Matt Churchyard > Cc: Elena Mihailescu ; > freebsd-virtualization@freebsd.org > Subject: Re: Warm Migration feature for bhyve

Warm Migration feature for bhyve - review on Phabricator

2021-01-21 Thread Elena Mihailescu
Hello, all, We have recently opened a review on Phabricator for the warm migration code for bhyve [1]. Please take a look and let us know if it is anything we can improve. [1] https://reviews.freebsd.org/D28270 Thank you, Elena ___

Run bhyve in KVM on Intel E5-2660 v4 issues

2020-03-26 Thread Elena Mihailescu
Hello, We have some issues on using bhyve from inside a FreeBSD KVM virtual machine on Intel E5-2660 v4 servers. The host operating systems we tried and the errors are described below. If the host is one of the following operating systems: Ubuntu 18.04, Ubuntu 18.04 for servers or CentOS8 we

Re: bhyve guest's memory representation & live migration using COW

2019-03-04 Thread Elena Mihailescu
On Thu, 7 Feb 2019 at 14:04, Elena Mihailescu wrote: > > On Fri, 14 Dec 2018 at 17:02, Elena Mihailescu > wrote: > > > > On Thu, 8 Nov 2018 at 20:11, John Baldwin wrote: > > > > > > [ Adding Patrick Mooney who hacks on bhyve @ Joyent to the cc ] >

Re: Inspect pages created after a vm_object is marked as copy-on-write

2018-07-01 Thread Elena Mihailescu
; On Sat, Jun 30, 2018 at 1:52 AM, Mark Johnston > > > > wrote: > > > > > On Fri, Jun 29, 2018 at 11:58:31AM +0300, Elena Mihailescu wrote: > > > > >> Is there anything I am doing wrong? Maybe I misunderstood something > > > > >

Inspect pages created after a vm_object is marked as copy-on-write

2018-06-29 Thread Elena Mihailescu
Hello, I am interested if there is a method to inspect what pages/objects were created after a vm_object (the vm_map_entry associated with the object) is marked as copy-on-write. More specifically, I'm interested only in the pages that were copied when a write operation was proceed on a page

Re: Cannot install FreeBSD 12.0 on HP Compaq DC5850

2017-09-30 Thread Elena Mihailescu
> Two things to test - check for bios update and UEFI boot (with decure boot > disabled). Also make sure any non-essential devices are disconnected - this > hung smells like it is getting stuck on disk device probing, and one case I > know I can happen was about SD card reader attached. > I

Re: Cannot install FreeBSD 12.0 on HP Compaq DC5850

2017-09-28 Thread Elena Mihailescu
Hi Tommi, 2017-09-27 21:28 GMT+03:00 Tommi Pernila : > Hi Elena, > > If you can send more details from the hardware, the troubleshooting will be > faster. > E.g. sending a dmesg output (even a screenshot) from the OS. > At the moment, there is no OS on this PC. When I try

Cannot install FreeBSD 12.0 on HP Compaq DC5850

2017-09-27 Thread Elena Mihailescu
Hello! I am currently working on Bhyve Save & Restore on AMD processors (for the amd64 architecture), and I want to test my code on an AMD system. I have a HP Compaq DC5850 system with the AMD Phenom X4 processor and I want to install FreeBSD 12.0, amd64 version, but the install process hangs