Re: [Qemu-devel] [PATCH v2] Acceptance tests: add Linux initrd checking test

2018-11-19 Thread Eduardo Habkost
On Thu, Nov 15, 2018 at 12:41:09PM -0200, Wainer dos Santos Moschetta wrote: > Hi Eduardo, > > Since you have already queued this patch for 4.0, I would like to know if I > should send a v3 to address Eric's review. Or if you can edit the patch > yourself given the changes are trivial. I can

Re: [Qemu-devel] [PATCH v2] Acceptance tests: add Linux initrd checking test

2018-11-15 Thread Wainer dos Santos Moschetta
Hi Eduardo, Since you have already queued this patch for 4.0, I would like to know if I should send a v3 to address Eric's review. Or if you can edit the patch yourself given the changes are trivial. Thanks! - Wainer On 11/13/2018 02:08 PM, Eric Blake wrote: On 11/9/18 12:21 PM, Wainer dos

Re: [Qemu-devel] [PATCH v2] Acceptance tests: add Linux initrd checking test

2018-11-13 Thread Eric Blake
On 11/9/18 12:21 PM, Wainer dos Santos Moschetta wrote: QEMU used to exits with a not accurate error message when s/exits/exit/ s/a not accurate/an inaccurate/ an initrd > 2GiB was passed. That was fixed on patch: commit f3839fda5771596152b75dd1e1a6d050e6e6e380 Author: Li

Re: [Qemu-devel] [PATCH v2] Acceptance tests: add Linux initrd checking test

2018-11-12 Thread Eduardo Habkost
On Fri, Nov 09, 2018 at 01:21:53PM -0500, Wainer dos Santos Moschetta wrote: > QEMU used to exits with a not accurate error message when > an initrd > 2GiB was passed. That was fixed on patch: > > commit f3839fda5771596152b75dd1e1a6d050e6e6e380 > Author: Li Zhijian > Date:

[Qemu-devel] [PATCH v2] Acceptance tests: add Linux initrd checking test

2018-11-09 Thread Wainer dos Santos Moschetta
QEMU used to exits with a not accurate error message when an initrd > 2GiB was passed. That was fixed on patch: commit f3839fda5771596152b75dd1e1a6d050e6e6e380 Author: Li Zhijian Date: Thu Sep 13 18:07:13 2018 +0800 change get_image_size return type to int64_t