Re: [Qemu-devel] Multiqueue block layer

2018-02-19 Thread Alexandre DERUMIER
>>Heh. I have stopped pushing my patches (and scratched a few itches with >>patchew instead) because I'm still a bit burned out from recent KVM >>stuff, but this may be the injection of enthusiasm that I needed. :) Thanks Paolo for your great work on multiqueue, that's a lot of work since the

Re: [Qemu-devel] [PATCH] docs: document how to use the l2-cache-entry-size parameter

2018-02-19 Thread Eric Blake
On 02/19/2018 12:26 PM, Alberto Garcia wrote: + - The L2 cache entry size has the same restrictions as the cluster + size (power of two, at least 512 bytes). Worth mentioning the upper limit of the cluster size? I thought it would be unnecessary since the that's already mentioned several

Re: [Qemu-devel] [PATCH 2/2] target/sh4: convert to TranslatorOps

2018-02-19 Thread Richard Henderson
On 02/15/2018 07:18 PM, Emilio G. Cota wrote: > This was fairly straightforward since it had already been converted > to DisasContextBase; just had to add TARGET_TOO_MANY to the switch > in tb_stop. > > Signed-off-by: Emilio G. Cota > --- > target/sh4/translate.c | 175 >

Re: [Qemu-devel] [PATCH 1/2] translator: pass max_insns to tb_start

2018-02-19 Thread Richard Henderson
On 02/15/2018 07:18 PM, Emilio G. Cota wrote: > sh4 will need it. > > Signed-off-by: Emilio G. Cota > --- > accel/tcg/translator.c | 2 +- > include/exec/translator.h | 3 ++- > target/alpha/translate.c | 3 ++- > target/arm/translate-a64.c | 4 +++- >

Re: [Qemu-devel] [PATCH v2 08/29] qapi-gen: New common driver for code and doc generators

2018-02-19 Thread Michael Roth
Quoting Markus Armbruster (2018-02-11 03:35:46) > Whenever qapi-schema.json changes, we run six programs eleven times to > update eleven files. Similar for qga/qapi-schema.json. This is > silly. Replace the six programs by a single program that spits out > all eleven files. > > The programs

Re: [Qemu-devel] [PATCH v2 04/29] qapi: Rename variable holding the QAPISchemaGenFOOVisitor

2018-02-19 Thread Michael Roth
Quoting Markus Armbruster (2018-02-11 03:35:42) > Rename the variable holding the QAPISchemaGenFOOVisitor from gen to > vis, to avoid confusion in the next commit. > > Signed-off-by: Markus Armbruster Reviewed-by: Michael Roth > --- >

Re: [Qemu-devel] [PATCH v2 10/29] qapi: Touch generated files only when they change

2018-02-19 Thread Michael Roth
Quoting Markus Armbruster (2018-02-11 03:35:48) > A massive number of objects depends on QAPI-generated headers. In my > "build everything" tree, it's roughly 4800 out of 5100. This is > particularly annoying when only some of the generated files change, > say for a doc fix. > > Improve

Re: [Qemu-devel] [PATCH v4 0/7] vfio: add display support

2018-02-19 Thread Alex Williamson
On Mon, 19 Feb 2018 12:14:51 +0100 Gerd Hoffmann wrote: > This series adds support for a vgpu display to the qemu vfio code. > For now only regions are supported, dmabufs will follow later. > > This version adds a patch to allow devices disable hotplugging, which > will be

<    1   2   3