[Qemu-devel] [Bug 1186303] Re: virtual fat do not working in qemu 1.5.0

2018-03-31 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1186303 Title: virtual fat

[Qemu-devel] [Bug 1186984] Re: large -initrd can wrap around in memory causing memory corruption

2018-03-31 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1186984 Title: large -init

Re: [Qemu-devel] [PATCH for-2.12 v5] iotests: Test abnormally large size in compressed cluster descriptor

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329120745.11154-1-be...@igalia.com Subject: [Qemu-devel] [PATCH for-2.12 v5] iotest

[Qemu-devel] [Bug 1758819] Re: HVF Illegal instruction: 4, High Sierra, v2.12-rc0

2018-03-31 Thread Erik Kristian Sverre Uri
Disregard the above log; that was from a September 2017 build. On RC1: Process: qemu-system-x86_64 [6567] Path: /usr/local/bin/qemu-system-x86_64 Identifier:qemu-system-x86_64 Version: 0 Code Type: X86-64 (Native) Parent Process

[Qemu-devel] [Bug 1758819] Re: HVF Illegal instruction: 4, High Sierra, v2.12-rc0

2018-03-31 Thread Erik Kristian Sverre Uri
Process: qemu-system-x86_64 [6330] Path: /Users/USER/*/qemu-system-x86_64 Identifier:qemu-system-x86_64 Version: 0 Code Type: X86-64 (Native) Parent Process:bash [1558] Responsible: qemu-system-x86_64 [6330] User

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread Laurent Vivier
Le 30/03/2018 à 21:59, Max Filippov a écrit : > In case of syscall restart request set pc back to the syscall > instruction. > > Signed-off-by: Max Filippov > --- > linux-user/main.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/linux-user/main.c b/linux-user/main.c > index ba09b7

[Qemu-devel] [Bug 1481272] Re: main-loop: WARNING: I/O thread spun for 1000 iterations

2018-03-31 Thread Andreas Gustafsson
I no longer see the "WARNING: I/O thread spun for 1000 iterations" message. A bisection showed that it disappeared with the following commit: commit e330c118f2a5a5365409b123cd0dd2c7d575bf05 Author: Paolo Bonzini Date: Fri Mar 3 11:51:07 2017 +0100 main-loop: remove now unnecessary optimiz

Re: [Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Laurent Vivier
Le 31/03/2018 à 19:16, Max Filippov a écrit : > mq_getsetattr implementation does not set errno correctly in case of > error. Also in the presence of both 2nd and 3rd arguments it calls both > mq_getattr and mq_setattr, whereas only the latter call would suffice. > > Don't call mq_getattr in the p

Re: [Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180331171615.21259-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH v3] linux-user: fix

[Qemu-devel] [PATCH v3] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Max Filippov
mq_getsetattr implementation does not set errno correctly in case of error. Also in the presence of both 2nd and 3rd arguments it calls both mq_getattr and mq_setattr, whereas only the latter call would suffice. Don't call mq_getattr in the presence of the 2nd argument. Don't copy output back to u

[Qemu-devel] [PATCH v2] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Max Filippov
mq_getsetattr implementation does not set errno correctly in case of error. Also in the presence of both 2nd and 3rd arguments it calls both mq_getattr and mq_setattr, whereas only the latter call would suffice. Don't call mq_getattr in the presence of the 2nd argument. Don't copy output back to u

Re: [Qemu-devel] [PATCH] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Laurent Vivier
Le 31/03/2018 à 18:57, Laurent Vivier a écrit : > Le 31/03/2018 à 18:23, Max Filippov a écrit : >> mq_getsetattr implementation does not set errno correctly in case of >> error. Also in the presence of both 2nd and 3rd arguments it calls both >> mq_getattr and mq_setattr, whereas only the latter ca

Re: [Qemu-devel] [PATCH] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Laurent Vivier
Le 31/03/2018 à 18:23, Max Filippov a écrit : > mq_getsetattr implementation does not set errno correctly in case of > error. Also in the presence of both 2nd and 3rd arguments it calls both > mq_getattr and mq_setattr, whereas only the latter call would suffice. > > Don't call mq_getattr in the p

[Qemu-devel] [PATCH] linux-user: fix mq_getsetattr implementation

2018-03-31 Thread Max Filippov
mq_getsetattr implementation does not set errno correctly in case of error. Also in the presence of both 2nd and 3rd arguments it calls both mq_getattr and mq_setattr, whereas only the latter call would suffice. Don't call mq_getattr in the presence of the 3rd argument. Use get_errno to set errno

Re: [Qemu-devel] [PATCH] migration: add capability to bypass the shared memory

2018-03-31 Thread Eric Blake
On 03/31/2018 03:45 AM, Lai Jiangshan wrote: 1) What's this When the migration capability 'bypass-shared-memory' is set, the shared memory will be bypassed when migration. It is the key feature to enable several excellent features for the qemu, such as qemu-local-migration, qemu-live-update, ex

[Qemu-devel] [PATCH nbd] RFC: doc: Separate namespace from leaf-name for metadata contexts

2018-03-31 Thread Eric Blake
During implementation of NBD_CMD_BLOCK_STATUS in qemu, it was discovered that parsing for the colon that separates the namespace from the leaf-name can get awkward; a slight tweak to the wire layout produces something a little friendlier to manipulate. Since NBD strings are capped at 4k each, 16 b

[Qemu-devel] [PATCH qemu] RFC: nbd: Separate namespace from leaf-name for metadata contexts

2018-03-31 Thread Eric Blake
During implementation of NBD_CMD_BLOCK_STATUS, we found that parsing for the colon that separates namespaces from leaf-names can get awkward. Simplify things slightly by passing the two as separate fields, and noting that since strings are capped to 4k, a 16-bit rather than 32-bit length field is

[Qemu-devel] RFC: Tweak the NBD_OPT_SET_META_CONTEXT layout

2018-03-31 Thread Eric Blake
As mentioned in earlier email threads, I experimented with an alternative layout to the structs sent across the wire during NBD_OPT_{LIST,SET}_META_CONTEXT, on the grounds that having the namespace and leaf-name combined into one string that requires further parsing on each end is not as nice a

[Qemu-devel] [PATCH] migration: add capability to bypass the shared memory

2018-03-31 Thread Lai Jiangshan
1) What's this When the migration capability 'bypass-shared-memory' is set, the shared memory will be bypassed when migration. It is the key feature to enable several excellent features for the qemu, such as qemu-local-migration, qemu-live-update, extremely-fast-save-restore, vm-template, vm-fast

Re: [Qemu-devel] [PATCH] migration: add capability to bypass the shared memory

2018-03-31 Thread Lai Jiangshan
The attached patch is based on v2.11.1. It was pushed on https://github.com/hyperhq/qemu v2.11.1-template The updated patch for upstream qemu is on https://github.com/hyperhq/qemu upstream-template On Sat, Mar 31, 2018 at 4:45 PM, Lai Jiangshan wrote: > --- > migration/migration.c | 13 +

Re: [Qemu-devel] [Bug 1760262] [NEW] cmsdk-apb-uart doesn't appear to clear interrupt flags

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 152246970464.28900.5033274314150943057.malone...@chaenomeles.canonical.com Subject: [Qe

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330195928.15607-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH] target/xtensa: l

Re: [Qemu-devel] [PATCH for-2.12] nbd/client: Correctly handle bad server REP_META_CONTEXT

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329231837.1914680-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH for-2.12] nbd/cl

Re: [Qemu-devel] [RFC 00/18] QEMU validator: A method to specify QEMU crash-test cases

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. N/A. Internal error while reading log file --- Email generated automatically by Patchew [http://patchew.org/].

Re: [Qemu-devel] [PATCH for-2.12 v3 0/2] i386/hyperv: fully control Hyper-V features in CPUID

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330170209.20627-1-rka...@virtuozzo.com Subject: [Qemu-devel] [PATCH for-2.12 v3 0/2]

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330195928.15607-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH] target/xtensa: li

Re: [Qemu-devel] [Bug 1760262] [NEW] cmsdk-apb-uart doesn't appear to clear interrupt flags

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 152246970464.28900.5033274314150943057.malone...@chaenomeles.canonical.com Subject: [Qemu

Re: [Qemu-devel] [PATCH] iotests: fix 169

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330161040.350271-1-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH] iotests:

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-03-31 Thread Jan Kiszka
On 2018-03-31 09:32, no-re...@patchew.org wrote: > Hi, > > This series failed docker-quick@centos6 build test. Please find the testing > commands and > their output below. If you have Docker installed, you can probably reproduce > it > locally. Apparently, this test case is broken. Who is opera

Re: [Qemu-devel] [PATCH] linux-user: call cpu_copy under clone_lock

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330133525.10994-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH] linux-user: call

Re: [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522422996-14235-1-git-send-email-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH 0

Re: [Qemu-devel] [PULL 0/2] Ide patches

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180327045646.21112-1-js...@redhat.com Subject: [Qemu-devel] [PULL 0/2] Ide patches ==

Re: [Qemu-devel] [PATCH] sys_membarrier: fix up include directives

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329151018.15319-1-brog...@suse.com Subject: [Qemu-devel] [PATCH] sys_membarrier: fi

Re: [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522422996-14235-1-git-send-email-vsement...@virtuozzo.com Subject: [Qemu-devel] [PATCH 0/

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: rewind pc for restarted syscall

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330195928.15607-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH] target/xtensa: lin

Re: [Qemu-devel] [PATCH for-2.12 v3 0/2] i386/hyperv: fully control Hyper-V features in CPUID

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330170209.20627-1-rka...@virtuozzo.com Subject: [Qemu-devel] [PATCH for-2.12 v3 0/2]

Re: [Qemu-devel] [PATCH for-2.12] nbd: trace meta context negotiation

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330130950.1931229-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH for-2.12] nbd: tra

Re: [Qemu-devel] [PATCH v3 00/10] migration: improve and cleanup compression

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180330075128.26919-1-xiaoguangr...@tencent.com Subject: [Qemu-devel] [PATCH v3 00/10] m

Re: [Qemu-devel] [PATCH for-2.13] s390x: introduce 2.13 compat machine

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329113320.8053-1-coh...@redhat.com Subject: [Qemu-devel] [PATCH for-2.13] s390x: in

Re: [Qemu-devel] [RFC PATCH 0/8] qemu-img convert with copy offloading

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329110914.20888-1-f...@redhat.com Subject: [Qemu-devel] [RFC PATCH 0/8] qemu-img co

Re: [Qemu-devel] [PATCH] sys_membarrier: fix up include directives

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329151018.15319-1-brog...@suse.com Subject: [Qemu-devel] [PATCH] sys_membarrier: fix

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180328133152.24623-1-lviv...@redhat.com Subject: [Qemu-devel] [PATCH] tcg: fix 16-byte

Re: [Qemu-devel] [PATCH 0/4] tpm: More improvements on CRB interface

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522270761-29646-1-git-send-email-stef...@linux.vnet.ibm.com Subject: [Qemu-devel] [PATC

Re: [Qemu-devel] [PATCH for-2.13] Add host_memory_backend_pagesize() helper

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329052537.32163-1-da...@gibson.dropbear.id.au Subject: [Qemu-devel] [PATCH for-2.13

Re: [Qemu-devel] [Bug 1760262] [NEW] cmsdk-apb-uart doesn't appear to clear interrupt flags

2018-03-31 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 152246970464.28900.5033274314150943057.malone...@chaenomeles.canonical.com Subject: [Qemu-devel] [Bug 1760262] [NEW] cmsdk-apb-uart doesn't appear to clear interrupt flags

Re: [Qemu-devel] [PATCH for-2.12] nbd/client: Correctly handle bad server REP_META_CONTEXT

2018-03-31 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180329231837.1914680-1-ebl...@redhat.com Subject: [Qemu-devel] [PATCH for-2.12] nbd/clie

Re: [Qemu-devel] [PATCH] migration: Don't activate block devices if using -S

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180328170207.49512-1-dgilb...@redhat.com Subject: [Qemu-devel] [PATCH] migration: Don'

Re: [Qemu-devel] [PATCH v1 0/2] RISC-V: Important fixes for QEMU 2.12

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522180547-22956-1-git-send-email-...@sifive.com Subject: [Qemu-devel] [PATCH v1 0/2] RI

Re: [Qemu-devel] [PATCH] blockjob: use qapi enum helpers

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180327153011.29569-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH] blockjo

Re: [Qemu-devel] [PATCH] hw/i386: Fix IVHD entry length for AMD IOMMU

2018-03-31 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: f6aa6ac8-3c3c-bf90-6273-3d584f470...@web.de Subject: [Qemu-devel] [PATCH] hw/i386: Fix IV

Re: [Qemu-devel] [PATCH for 2.13 00/19] linux-user: move arch specific parts from main.c to arch directories

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180326191603.10217-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH for 2.13 00/19] li

Re: [Qemu-devel] [PATCH] configure: Add missing configure options to help text

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522163370-18544-1-git-send-email-th...@redhat.com Subject: [Qemu-devel] [PATCH] configu

Re: [Qemu-devel] [PULL 0/4] Block patches

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180327144124.32533-1-stefa...@redhat.com Subject: [Qemu-devel] [PULL 0/4] Block patche

Re: [Qemu-devel] [PATCH RESEND v10] vhost: used_memslots refactoring

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1522124046-34596-1-git-send-email-jianjay.z...@huawei.com Subject: [Qemu-devel] [PATCH R