On 05/10/2018 07:25 PM, Laurent Vivier wrote:
> Splitting out socket.h definitions helps to read the code
> and to fix the bugs...
>
> No code change, except for the last one that ports
> definitions from linux for sparc as the values are not the
> correct ones.
>
> Laurent Vivier (5):
> linux-
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Max Filippov
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/xtensa/translate.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/target/xtensa/translate.c b/target/xtensa/tr
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Guan Xuetao
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/unicore32/translate.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/target/unicore32/translate.c b/target/uni
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Mark Cave-Ayland
> Cc: Artyom Tarasenko
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/sparc/cpu.c | 17 ++---
> 1 file changed, 10 insertions(+), 7 deletions(-)
>
> diff --git a/target
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Michael Clark
> Cc: Palmer Dabbelt
> Cc: Sagar Karandikar
> Cc: Bastian Koppelmann
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/riscv/cpu.c | 16 +++-
> 1 file changed, 11 insertions
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Michael Clark
> Cc: Palmer Dabbelt
> Cc: Sagar Karandikar
> Cc: Bastian Koppelmann
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/riscv/cpu.h| 1 +
> target/riscv/fpu_helper.c | 6 ++
>
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Alexander Graf
> Cc: David Gibson
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/ppc/translate.c | 20 +---
> 1 file changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/targe
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Cc: Aurelien Jarno
> Cc: Yongbok Kim
> Signed-off-by: Richard Henderson
Reviewed-by: Philippe Mathieu-Daudé
> ---
> target/mips/translate.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/target/mips/translate.c b
On 05/11/2018 12:52 AM, Richard Henderson wrote:
> Signed-off-by: Richard Henderson
> ---
> target/alpha/helper.c | 17 -
> 1 file changed, 8 insertions(+), 9 deletions(-)
>
> diff --git a/target/alpha/helper.c b/target/alpha/helper.c
> index 8a6a948572..57e2c212b3 100644
> --- a
On 05/11/2018 06:32 PM, Michael S. Tsirkin wrote:
> Rework the update script slightly, add the unistd.h header and its
> dependencies on all architectures.
>
> This also removes the IA64 and MIPS from a KVM blacklist:
> Linux dropped IA64, and there was never a reason to
> exclude MIPS from kvm sp
On Sat, May 12, 2018 at 12:43 PM, Richard Henderson <
richard.hender...@linaro.org> wrote:
> This is now handled properly by the generic softfloat code.
>
> Cc: Michael Clark
> Cc: Palmer Dabbelt
> Cc: Sagar Karandikar
> Cc: Bastian Koppelmann
> Signed-off-by: Richard Henderson
>
Reviewed-by
Signed-off-by: Richard Henderson
---
target/xtensa/translate.c | 229 --
1 file changed, 122 insertions(+), 107 deletions(-)
diff --git a/target/xtensa/translate.c b/target/xtensa/translate.c
index 45f32dc71f..9de45e4be4 100644
--- a/target/xtensa/translate.c
Signed-off-by: Richard Henderson
---
target/xtensa/translate.c | 89 +++
1 file changed, 43 insertions(+), 46 deletions(-)
diff --git a/target/xtensa/translate.c b/target/xtensa/translate.c
index a1e63f9661..cc48d105e9 100644
--- a/target/xtensa/translate.c
++
I have one xtensa image against which to test this.
There are enough options going on here in the xtensa
frontend that this probably needs a better work-out.
r~
Richard Henderson (4):
target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
target/xtensa: Convert to DisasContextBase
target
The usage of DISAS_UPDATE is after noreturn helpers.
It is thus indistinguishable from DISAS_NORETURN.
Signed-off-by: Richard Henderson
---
target/xtensa/translate.c | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/target/xtensa/translate.c b/target/xten
This will reduce the size of the patch in the next patch,
where the context will have to be a pointer.
Signed-off-by: Richard Henderson
---
target/xtensa/translate.c | 122 +++---
1 file changed, 61 insertions(+), 61 deletions(-)
diff --git a/target/xtensa/transl
On 12.05.2018 16:47, Paolo Bonzini wrote:
> On 11/05/2018 15:19, David Hildenbrand wrote:
>> +if (dev->parent_bus) {
>> +if (object_dynamic_cast(OBJECT(dev), TYPE_MEMORY_DEVICE)) {
>> +return HOTPLUG_HANDLER(machine);
>> +}
>> +}
>> +
>
> How do you get here wit
Public bug reported:
Comparing images using multiple streams (like qemu-img convert) maybe
effectively sped up when one of the images (or both) is RBD. qemu-img
convert does it's job perfectly while converting. Please implement the
same for image comparison. Since operations are read-only, -W is
u
On 11/05/2018 15:19, David Hildenbrand wrote:
> +if (dev->parent_bus) {
> +if (object_dynamic_cast(OBJECT(dev), TYPE_MEMORY_DEVICE)) {
> +return HOTPLUG_HANDLER(machine);
> +}
> +}
> +
How do you get here with a MemoryDevice that has !dev->parent_bus?
Thanks,
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: 20180511205724.4039-1-cyrus...@gmail.com
Subject: [Qemu-devel] [PATCH RFC 0/2] Fix UART se
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180510220248.10272-1-...@kaod.org
Subject: [Qemu-devel] [PATCH v3] migration: discard non-migratable RAMBlocks
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(
Hi,
are there any updates on this issue?
I'm using qemu 2.11.1 and I believe I'm experiencing the same problem explained
by Duane.
I'm unable to debug with gdb 32-bit kernel code using qemu-system-x86_64. GDB
complains that the target architecture is x86_64, even if VM's CPU is currently
runnin
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180512092824.13848-1-stefa...@redhat.com
Subject: [Qemu-devel] [PULL 0/8] Block patches
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git log --oneline $BASE
mincore(2) checks whether pages are resident. Use it to verify that
page cache has been dropped.
You can trigger a verification failure by mmapping the image file from
another process that loads a byte from a page, forcing it to become
resident. bdrv_co_invalidate_cache() will fail while that pr
From: Joe Perches
Whenever files are added, moved, or deleted, the MAINTAINERS file
patterns can be out of sync or outdated.
To try to keep MAINTAINERS more up-to-date, add a one-time warning
whenever a patch does any of those.
Signed-off-by: Joe Perches
Acked-by: Andy Whitcroft
Signed-off-by
From: Pasi Savanainen
Check that a commit log doesn't contain UTF-8 when a mail header
explicitly defines a different charset, like
'Content-Type: text/plain; charset="us-ascii"'
Signed-off-by: Pasi Savanainen
Reviewed-by: Markus Armbruster
Reviewed-by: Thomas Huth
Signed-off-by: Stefan Hajn
Commit 8119334918e86f45877cfc139192d54f2449a239 ("block: Don't
block_job_pause_all() in bdrv_drain_all()") removed the only callers of
block_job_pause/resume_all().
Pausing and resuming now happens in child_job_drained_begin/end() so
it's no longer necessary to globally pause/resume jobs.
Signed-
From: Joe Perches
There are some patches created by git format-patch that when scanned by
checkpatch report errors on lines like
To: address.tld
This is a checkpatch false positive.
Improve the logic a bit to ignore folded email headers to avoid emitting
these messages.
Signed-off-by: Joe
The following changes since commit e5cd695266c5709308aa95b1baae499e4b5d4544:
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into
staging (2018-05-08 17:05:58 +0100)
are available in the Git repository at:
git://github.com/stefanha/qemu.git tags/block-pull-request
for y
From: Joe Perches
When files are being added/moved/deleted and a patch contains an update to
the MAINTAINERS file, assume it's to update the MAINTAINERS file correctly
and do not emit the "does MAINTAINERS need updating?" message.
Reported by many people.
Signed-off-by: Joe Perches
Signed-off-
On Linux posix_fadvise(POSIX_FADV_DONTNEED) invalidates pages*. Use
this to drop page cache on the destination host during shared storage
migration. This way the destination host will read the latest copy of
the data and will not use stale data from the page cache.
The flow is as follows:
1. So
From: Joe Perches
Some find using utf-8 in commit logs inappropriate.
Some patch commit logs contain unintended utf-8 characters when doing
things like copy/pasting compilation output.
Look for the start of any commit log by skipping initial lines that look
like email headers and "From: " lines
On Sat, May 12, 2018 at 11:28 AM, Alistair Francis wrote:
> Set the interrupt-controller ndev to the correct number taken from the
> HiFive Unleashed board.
>
> Signed-off-by: Alistair Francis
>
If you look at hw/riscv/virt.c we have removed hardcoding a few more
constants using in the device t
On Sat, May 12, 2018 at 11:28 AM, Alistair Francis wrote:
> Connect the Cadence GEM ethernet device. This also requires us to
> expose the plic interrupt lines.
>
> Signed-off-by: Alistair Francis
>
Reviewed-by: Michael Clark
> ---
> default-configs/riscv32-softmmu.mak | 1 +
> default-con
On Sat, May 12, 2018 at 11:28 AM, Alistair Francis wrote:
> Signed-off-by: Alistair Francis
>
Reviewed-by: Michael Clark
> ---
> hw/riscv/sifive_u.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c
> index 50389cdc90..540d53b
On Sat, May 12, 2018 at 11:27 AM, Alistair Francis wrote:
> Create a SiFive Unleashed U54 SoC and use that in the sifive_u machine.
>
> We leave the SoC, RAM, device tree and reset/fdt loading as part of the
> machine. All the other device creation has been moved to the SoC.
>
> Signed-off-by: Al
On 12.05.2018 06:59, Richard Henderson wrote:
> The warning is
>
> target/s390x/misc_helper.c:209:21: error: suggest
> braces around initialization of subobject [-Werror,-Wmissing-braces]
> SysIB sysib = { 0 };
> ^
> {}
>
> While the original code
On 11.05.2018 20:43, Eduardo Habkost wrote:
> On Fri, May 11, 2018 at 03:34:05PM -0300, Murilo Opsfelder Araujo wrote:
>> On Fri, May 11, 2018 at 03:19:52PM +0200, David Hildenbrand wrote:
>>> While s390x has no real interface for communicating devices mapped into
>>> the physical address space of
38 matches
Mail list logo