Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-30 Thread Justin Terry (VM) via Qemu-devel
No worries at all Paolo. I was just making sure I didn’t miss something. We have been working on some minor fixups/perf improvements on our end and I will submit those patches after this merges. I figured it would be easier because they will be very small and isolated so easier to review moving

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-30 Thread Paolo Bonzini
On 29/01/2018 14:58, Justin Terry (VM) wrote: > Hi All, > > Is there any additional feedback I can address here to help out the process? > Please let me know. Nothing specifically (it didn't help that most of last week I was sick!). From my point of view, I just need to review the changes you m

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-29 Thread Justin Terry (VM) via Qemu-devel
Hi All, Is there any additional feedback I can address here to help out the process? Please let me know. Thanks again, Justin > -Original Message- > From: Justin Terry (VM) > Sent: Monday, January 22, 2018 1:08 PM > To: qemu-devel@nongnu.org > Cc: pbonz...@redhat.com; crosthwaite.pe...@

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-29 Thread Stefan Hajnoczi
On Thu, Jan 25, 2018 at 08:12:57PM +, Justin Terry (VM) via Qemu-devel wrote: > I have only tried Ubuntu and Windows guests. Is there a set you would > recommend to try out? > > As for limitations, this set of patches allows for both bios and efi based > boots (we have been using TianoCore)

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-25 Thread Justin Terry (VM) via Qemu-devel
> Cc: qemu-devel@nongnu.org; pbonz...@redhat.com; r...@twiddle.net; > ehabk...@redhat.com; crosthwaite.pe...@gmail.com > Subject: Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback. > > On Mon, Jan 22, 2018 at 01:07:45PM -0800, Justin Terry (VM) via Qemu-devel > wrote: &

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-25 Thread Stefan Hajnoczi
On Mon, Jan 22, 2018 at 01:07:45PM -0800, Justin Terry (VM) via Qemu-devel wrote: > Updates based on review feedback. > > 1. Fixes style issues and properly ran the scripts/checkpatch pre submission. > 2. Added migration blockers for CPUID, dirty memory tracking, and > XSAVE/XRSTOR. > 3. Fixed s

Re: [Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-23 Thread Eduardo Habkost
On Mon, Jan 22, 2018 at 01:07:45PM -0800, Justin Terry (VM) wrote: > Updates based on review feedback. > > 1. Fixes style issues and properly ran the scripts/checkpatch pre submission. > 2. Added migration blockers for CPUID, dirty memory tracking, and > XSAVE/XRSTOR. > 3. Fixed some bugs around

[Qemu-devel] [PATCH v2 0/4] Updates based on feedback.

2018-01-22 Thread Justin Terry (VM) via Qemu-devel
Updates based on review feedback. 1. Fixes style issues and properly ran the scripts/checkpatch pre submission. 2. Added migration blockers for CPUID, dirty memory tracking, and XSAVE/XRSTOR. 3. Fixed some bugs around register states when using bios vs efi. Justin Terry (VM) (4): Add the Window