Am Fri, 10 Nov 2017 20:49:35 +0100
schrieb Laurent Vivier :
> I have this error:
> bash: /sbin/ldconfig: cannot execute binary file: Exec format error
>
> because /sbin/ldconfig is:
> ELF 64-bit MSB executable, IBM S/390, version 1 (GNU/Linux),
> statically linked, for GNU/Linux 3.2.0,
> BuildID[
If a server fails a read, for example with EIO, but the connection
is still live, then we would crash trying to print a non-existent
error message. Bug introduced in commit f140e300.
Signed-off-by: Eric Blake
---
block/nbd-client.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PULL for-2.11 0/2] Capstone updates
Type: series
Message-id: 20171109075243.4794-1-richard.hender...@linaro.org
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git
Hello,
Am 10.11.2017 um 05:18 schrieb Jason Wang:
>
>
> On 2017年11月08日 19:22, Jason Wang wrote:
>>
>>
>> On 2017年11月08日 18:46, Paolo Bonzini wrote:
>>> On 08/11/2017 09:21, Jason Wang wrote:
On 2017年11月08日 17:05, Stefan Priebe - Profihost AG wrote:
> Am 08.11.2017 um 08:54 schrieb
Currently there is no MMIO range over 4G
reserved for PCI hotplug. Since the 32bit PCI hole
depends on the number of cold-plugged PCI devices
and other factors, it is very possible is too small
to hotplug PCI devices with large BARs.
Fix it by reserving 2G for I4400FX chipset
in order to comply wi
On Fri, 10 Nov 2017 15:20:07 +
Cédric Le Goater wrote:
> Signed-off-by: Cédric Le Goater
> ---
Reviewed-by: Greg Kurz
> hw/ppc/spapr.c | 16 +++-
> 1 file changed, 15 insertions(+), 1 deletion(-)
>
> diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> index d682f013d422..a2dcbee0
On Fri, 10 Nov 2017 15:20:08 +
Cédric Le Goater wrote:
> The previous code section uses a 'first < 0' test and returns. Therefore,
> there is no need to test the 'first' variable against '>= 0' afterwards.
>
> Signed-off-by: Cédric Le Goater
> ---
Reviewed-by: Greg Kurz
> hw/intc/xics_s
On 11.11.2017 00:51, william lin wrote:
> Hi all,
>
> My name is William Lin. I am an undergrad student at UT Austin and for our
> virtualization class we have to contribute to a open source repo related to
> virtualization. I am working in a group of two with about a month of time.
> We are both
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v1] highbank: validate register offset before
access
Type: series
Message-id: 201708.32724-1-ppan...@redhat.com
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
Hello Philippe,
+-- On Fri, 10 Nov 2017, Philippe Mathieu-Daudé wrote --+
| I'd report that:
|
|qemu_log_mask(LOG_UNIMP, ...
|
| Cc'ing Shawn & Rob since this might also be a LOG_GUEST_ERROR.
|
| Mixed declarations (interleaving statements and declarations within
| blocks) are gen
From: Prasad J Pandit
An 'offset' parameter sent to highbank register r/w functions
could be greater than number(NUM_REGS=0x200) of hb registers,
leading to an OOB access issue. Add check to avoid it.
Reported-by: Moguofang (Dennis mo)
Signed-off-by: Prasad J Pandit
---
hw/arm/highbank.c | 15
11 matches
Mail list logo