Re: [Qemu-devel] [PATCH] target-i386: add Intel AVX-512 support

2014-11-02 Thread Michael S. Tsirkin
On Thu, Oct 23, 2014 at 11:02:43AM +0800, Chao Peng wrote: > Add AVX512 feature bits, register definition and corresponding > xsave/vmstate support. > > Signed-off-by: Chao Peng Thanks! As this was first posted after soft freeze, please resubmit after 2.2 is out. See schedule http://wiki.qemu.

[Qemu-devel] [PATCH] tcg: dump op count to the same stream as other info

2014-11-02 Thread Max Filippov
Otherwise 'info jit' outputs half of the information to monitor and the rest to qemu log. Signed-off-by: Max Filippov --- tcg/tcg.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index 7a84b87..15d29df 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -2

[Qemu-devel] the need for if=none for -drive?

2014-11-02 Thread Michael Tokarev
All "modern" 2-way drive/device specifications need to explicitly specify if=none for the drive for it to not be used in the default ide bus implicitly. But how about using some if=unspecified implicitly for all devices which don't specify if=, pick any devices from that list which are referenced

Re: [Qemu-devel] [Qemu-trivial] [PATCH v6] numa: make 'info numa' take into account hotplugged memory

2014-11-02 Thread Michael Tokarev
30.10.2014 11:22, zhanghailiang wrote: > Hi Michael, > > Can you help applying this patch to -trivial branch? > It has been reviewed, and it mainly fix bug for hmp command of 'info numa'. > Which i don't know if it should go qemu-stable, for this is not a blocker. > > Maybe go trivial branch is a

<    1   2