Hi Alex,
I am Dou.
I am testing these patches.
At 09/01/2016 03:44 AM, Alex Williamson wrote:
[...]
+
+pcie_cap_deverr_init(pdev);
+return pcie_aer_init(pdev, pos, size);
pcie_aer_init() adds a v2 AER capability regardless of the version of
the AER capability on the device. Is this
Eric Blake writes:
> On 09/09/2016 12:05 PM, Markus Armbruster wrote:
>>
>> You effectively propose to revise this coding rule from error.h:
>>
>> * Please don't error_setg(&error_fatal, ...), use error_report() and
>> * exit(), because that's more obvious.
>> * Likewise, don't error_setg(&e
Richard Henderson writes:
> On 09/12/2016 07:16 AM, Alex Bennée wrote:
>>> +void cpu_exec_step(CPUState *cpu)
>>> +{
>>> +CPUArchState *env = (CPUArchState *)cpu->env_ptr;
>>> +TranslationBlock *tb;
>>> +target_ulong cs_base, pc;
>>> +uint32_t flags;
>>> +bool old_tb_flushed;
On 09/12/2016 08:41 PM, Eric Blake wrote:
On 09/10/2016 03:23 AM, Maxime Coquelin wrote:
Currently, devices are plugged before features are negotiated.
If the backend doesn't support VIRTIO_F_VERSION_1, the transport
need to rewind some settings.
This is the case for CCW, for which a post_plu
Alex Williamson writes:
> On Mon, 12 Sep 2016 16:00:18 +0200
> Auger Eric wrote:
>
>> Hi Markus,
>>
>> On 12/09/2016 14:45, Markus Armbruster wrote:
>> > Eric Auger writes:
>> >
>> >> This patch converts VFIO PCI to realize function.
>> >>
>> >> Also original initfn errors now are propagate
Cc: Alex for device assignment expertise.
Cao jin writes:
> On 09/12/2016 09:29 PM, Markus Armbruster wrote:
>> Cao jin writes:
>>
>>> The input parameters is used for creating the msix capable device, so
>>> they must obey the PCI spec, or else, it should be programming error.
>>
>> True when
On 09/12/2016 09:47 PM, Markus Armbruster wrote:
Cao jin writes:
static void
vmxnet3_cleanup_msix(VMXNET3State *s)
{
@@ -2315,9 +2289,19 @@ static void vmxnet3_pci_realize(PCIDevice *pci_dev,
Error **errp)
* is a programming error. Fall back to INTx silently on -ENOTSUP */
> On 9 Sep 2016, at 10:15 AM, Gonglei (Arei) wrote:
>
> Who can pick up this patch? Dmitry or Jason? Thanks!
Jason, would you please?
>
>
> Regards,
> -Gonglei
>
>
>> -Original Message-
>> From: Dmitry Fleytman [mailto:dmi...@daynix.com]
>> Sent: Wednesday, August 31, 2016 8:59 PM
From: Prasanna Kumar Kalever
Added documentation describing relation between GlusterServer and
SocketAddress qapi schemas.
Thanks to Markus Armbruster
Reviewed-by: Markus Armbruster
Reviewed-by: Jeff Cody
Signed-off-by: Prasanna Kumar Kalever
Message-id: 1471715924-3642-1-git-send-email-pra
The following changes since commit 7263da78045dc91cc207f350911efe4259e99b3c:
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed'
into staging (2016-09-12 15:09:47 +0100)
are available in the git repository at:
g...@github.com:codyprime/qemu-kvm-jtc.git tags/block-pull-
From: Prasanna Kumar Kalever
currently all the libgfapi logs defaults to '/dev/stderr' as it was hardcoded
in a call to glfs logging api. When the debug level is chosen to DEBUG/TRACE,
gfapi logs will be huge and fill/overflow the console view.
This patch provides a commandline option to mention
On Mon, Sep 12, 2016 at 07:09:37PM +0200, Laurent Vivier wrote:
>
>
> On 12/09/2016 06:17, David Gibson wrote:
> > On Thu, Sep 08, 2016 at 09:00:07PM +0200, Laurent Vivier wrote:
> >> Add a first test to validate the protocol:
> >>
> >> - rtas/get-time-of-day compares the time
> >> from the gue
If the xhci uses msix, it doesn't free the corresponding
memory, thus leading a memory leak issue. This patch avoid this.
Signed-off-by: Li Qiang
---
hw/usb/hcd-xhci.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 188f954..281a2a5
On Sat, Aug 20, 2016 at 11:28:44PM +0530, Prasanna Kumar Kalever wrote:
> Added documentation describing relation between GlusterServer and
> SocketAddress qapi schemas.
>
> Thanks to Markus Armbruster
>
> Signed-off-by: Prasanna Kumar Kalever
> ---
> v2: apply suggestions from Markus on v1
> v
On Fri, Sep 09, 2016 at 03:31:48PM +0300, Denis V. Lunev wrote:
> bdrv_is_allocated_above() returns true in the case even for completel
> zeroed areas as BDRV_BLOCK_ALLOCATED flag is set in both cases.
>
> The patch stops using bdrv_is_allocated_above() wrapper and switches to
> bdrv_get_block_sta
At present, we only support cipher and algorithm chainning.
Signed-off-by: Gonglei
---
hw/virtio/virtio-crypto.c | 364 ++
1 file changed, 364 insertions(+)
diff --git a/hw/virtio/virtio-crypto.c b/hw/virtio/virtio-crypto.c
index 96c5a2a..16b1a2b 1006
This patch introduces the header of virtio crypto emulation.
Signed-off-by: Gonglei
---
include/hw/virtio/virtio-crypto.h | 84 +++
1 file changed, 84 insertions(+)
create mode 100644 include/hw/virtio/virtio-crypto.h
diff --git a/include/hw/virtio/virtio-cr
Now, we can support scatter gather list on source
data, destination data, and associated anthentication
data.
Signed-off-by: Gonglei
---
hw/virtio/virtio-crypto.c | 224 +
include/hw/virtio/virtio-crypto.h | 12 ++
include/standard-heade
We MUST use the original hva for input data, but not the
copyed address, otherwise the guest can't get the results.
Fix a non-initial problem in an exception case as well.
Signed-off-by: Gonglei
---
hw/virtio/virtio-crypto.c | 37 ++---
1 file changed, 30 insertio
This patch include three parts, the first is define the
session structure and the second is the opertion structure,
whose properties are needed to finish the symetric algorithms.
The third part defines some function pointers.
Signed-off-by: Gonglei
---
crypto/crypto.c | 16 +-
in
crypto queue is a gallery used for executing crypto
operation, which supports both synchronization and
asynchronization. The thoughts stolen from net/queue.c
Signed-off-by: Gonglei
---
crypto/Makefile.objs | 1 +
crypto/crypto-queue.c | 206
Realize the Symmetric algos session creation handler,
including plain cipher and chainning algorithms.
Signed-off-by: Gonglei
---
hw/virtio/virtio-crypto.c | 175 +-
1 file changed, 174 insertions(+), 1 deletion(-)
diff --git a/hw/virtio/virtio-crypto
This patch add some transfering layer or functions,
such as session creation, closing etc, which will be
used by subsequent virtio crypto device patches.
Signed-off-by: Gonglei
---
crypto/crypto.c | 68 +
1 file changed, 68 insertions(+)
d
Signed-off-by: Gonglei
---
hw/virtio/virtio-crypto.c | 35 ---
1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/hw/virtio/virtio-crypto.c b/hw/virtio/virtio-crypto.c
index 1090946..0d7ab63 100644
--- a/hw/virtio/virtio-crypto.c
+++ b/hw/virtio/virtio-
This patch adds virtio-crypto-pci, which is the pci proxy for the virtio
crypto device.
Signed-off-by: Gonglei
---
hw/virtio/Makefile.objs | 2 +-
hw/virtio/virtio-crypto-pci.c | 71 +++
hw/virtio/virtio-pci.h| 15 +
3 files changed,
cryptodev backend is used to realize the active work for
virtual crypto device. CryptoLegacyHW device is a cryptographic
hardware device seen by the virtual machine.
The relationship between cryptodev backend and legacy hadware
as follow:
crypto_legacy_hw device (1)--->(n) cryptodev client backend
Introduce the virtio crypto realization, I'll
finish the core code in the following patches. The
thoughts came from virtio net realization.
For more information see:
http://qemu-project.org/Features/VirtioCrypto
Signed-off-by: Gonglei
---
hw/core/qdev-properties-system.c | 86 ++
h
Cryptodev-linux is a device that allows access to Linux
kernel cryptographic drivers; thus allowing of userspace
applications to take advantage of hardware accelerators.
Cryptodev-linux is implemented as a standalone module
that requires no dependencies other than a stock linux kernel.
The Cryptod
Changes since v1:
- rmmove mixed endian-ness handler for virtio-crypto device, just
use little-endian. [mst]
- add sg list support according virtio-crypto spec v10 (will be posted soon).
- fix a memory leak in session handler.
- add a feature page link in qemu.org
(http://qemu-project.org/F
In previous patch, we define CryptoLegacyHWOptions in
qapi-schema.json. we introduce the new/delete funciton
about crypto legacy hardware device.
Note: legacy cryptographic device support muliple queue.
Signed-off-by: Gonglei
---
crypto/crypto.c | 74
Set the crypto legacy hardware's capacity according to the
backend peer cryptodev's capacity. We only support only one
queue at present.
Virtio crypto device is a kind of crypto legacy hardware.
Signed-off-by: Gonglei
---
crypto/crypto.c | 17 +
hw/virtio/virtio-crypto
When I send mail to subscribe the mailing list(qemu-devel@nongnu.org), it reply
to me that I have already subscribed to this mailing list. But I can not
receive any mail form qemu-devel@nongnu.org, How to solve this problem?
On Fri, 2016-09-09 at 18:22 +0200, Cédric Le Goater wrote:
> If the RAM size is invalid, the memory controller will use a default
> value.
>
> Signed-off-by: Cédric Le Goater
Reviewed-by: Andrew Jeffery
> ---
> hw/arm/aspeed.c | 18 +-
> 1 file changed, 13 insertions(+), 5 del
On Fri, 2016-09-09 at 18:22 +0200, Cédric Le Goater wrote:
> Configure the size of the RAM of the SOC using a property to propagate
> the value down to the memory controller from the board level.
>
> Signed-off-by: Cédric Le Goater
Reviewed-by: Andrew Jeffery
> ---
> hw/arm/aspeed.c
On 09/12/2016 09:29 PM, Markus Armbruster wrote:
Cao jin writes:
The input parameters is used for creating the msix capable device, so
they must obey the PCI spec, or else, it should be programming error.
True when the the parameters come from a device model attempting to
define a PCI devi
On Fri, 2016-09-09 at 18:22 +0200, Cédric Le Goater wrote:
> Also change the default value used in case of an error. The minimum
> size is a bit severe, so let's just use an average RAM size.
I'm not sure we should be switching the default value in this patch,
but I'm not sure it's worth any effor
On Fri, 2016-09-09 at 18:22 +0200, Cédric Le Goater wrote:
> There is no need to do this at each reset as the RAM size will not
> change.
>
> Signed-off-by: Cédric Le Goater
Reviewed-by: Andrew Jeffery
> ---
> hw/misc/aspeed_sdmc.c | 16 ++--
> include/hw/misc/aspeed_sdmc.
On 09/08/2016 10:45 AM, Jike Song wrote:
> On 08/25/2016 05:22 PM, Dong Jia wrote:
>> On Thu, 25 Aug 2016 09:23:53 +0530
>> Kirti Wankhede wrote:
>>
>> [...]
>>
>> Dear Kirti,
>>
>> I just rebased my vfio-ccw patches to this series.
>> With a little fix, which was pointed it out in my reply to the
On Mon, 09/12 16:23, Stephen Bates wrote:
> Hi
Hi Stephen,
>
> I sent this to qemu-discuss with no success so resending to qemu-devel.
>
> I am doing some very low level OS design work and wanted to be able to
> alter some values in the physical memory of my QEMU guest. I can see quite
> a few
Hi
I sent this to qemu-discuss with no success so resending to qemu-devel.
I am doing some very low level OS design work and wanted to be able to
alter some values in the physical memory of my QEMU guest. I can see quite
a few ways to print/dump both physical and virtual addresses but nothing
tha
On Mon, 09/12 16:56, Peter Maydell wrote:
> On 12 September 2016 at 16:12, Peter Maydell wrote:
> > On 12 September 2016 at 15:08, Stefan Hajnoczi wrote:
> >> The following changes since commit
> >> c2a57aae9a1c3dd7de77daf5478df10379aeeebf:
> >>
> >> Merge remote-tracking branch 'remotes/famz/
On 2016/9/10 16:21, Amit Shah wrote:
Hi,
On (Fri) 09 Sep 2016 [14:45:36], Hailiang Zhang wrote:
ping ?
Juan will start reviewing and picking patches soon.
Great, and the pull request of block replication series has
been sent by Stefan, so there is no obstacle to impede this
series to be me
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-15-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
target-i386/translate.c | 8
1 file changed, 8 insertions(+)
diff --git a/target-i386/translate.c b/target-i386/translate.c
index fa2ac48..
From: Pranith Kumar
This commit optimizes fence instructions. Two optimizations are
currently implemented: (1) unnecessary duplicate fence instructions,
and (2) merging weaker fences into a stronger fence.
[rth: Merge tcg_optimize_mb back into tcg_optimize, so that we only
loop over the opcode
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-13-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
target-alpha/translate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target-alpha/translate.c b/target-alpha/translate.c
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-10-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/sparc/tcg-target.inc.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/tcg/sparc/tcg-target.inc.c b/tcg/sparc/tcg-target.inc.c
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-14-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
target-arm/translate-a64.c | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/target-arm/translate-a64.c b/target-arm
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-12-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
target-arm/translate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-7-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/mips/tcg-target.inc.c | 30 ++
1 file changed, 30 insertions(+)
diff --git a/tcg/mips/tcg-target.inc.c b/tcg/mips/tcg
From: Pranith Kumar
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-8-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/ppc/tcg-target.inc.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/tcg/ppc/tcg-target.inc.c b/tcg/ppc/tcg-target.inc.
From: Pranith Kumar
Cc: Andrzej Zaborowski
Cc: Peter Maydell
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-5-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/arm/tcg-target.inc.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/tcg/arm/tc
From: Pranith Kumar
Cc: Stefan Weil
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-11-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/tci/tcg-target.inc.c | 3 +++
tci.c| 4
2 files changed, 7 insertions(+)
diff --git a/tcg/tci/tcg-targ
From: Pranith Kumar
Cc: Alexander Graf
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-9-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/s390/tcg-target.inc.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/tcg/s390/tcg-target.inc.c b/tcg/s390/tc
From: Pranith Kumar
Generate a 'lock orl $0,0(%esp)' instruction for ordering instead of
mfence which has similar ordering semantics.
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-3-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/i386/tcg-target.inc.c | 17
From: Pranith Kumar
This commit introduces the TCGOpcode for memory barrier instruction.
This opcode takes an argument which is the type of memory barrier
which should be generated.
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-2-bobby.pr...@gmail.com>
Signed-off-by: Richard He
From: Pranith Kumar
Cc: Claudio Fontana
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-4-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/aarch64/tcg-target.inc.c | 24
1 file changed, 24 insertions(+)
diff --git a/tcg/aarch64/tcg-target
From: Pranith Kumar
Cc: Aurelien Jarno
Signed-off-by: Pranith Kumar
Message-Id: <20160714202026.9727-6-bobby.pr...@gmail.com>
Signed-off-by: Richard Henderson
---
tcg/ia64/tcg-target.inc.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/tcg/ia64/tcg-target.inc.c b/tcg/ia64/tcg-target
Previously we allowed fully unaligned operations, but not operations
that are aligned but with less alignment than the operation size.
In addition, arm32, ia64, mips, and sparc had been omitted from the
previous overalignment patch, which would have led to that alignment
being enforced.
Signed-of
Signed-off-by: Richard Henderson
---
cpu-exec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpu-exec.c b/cpu-exec.c
index 5d9710a..e7f851c 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -147,7 +147,8 @@ static inline tcg_target_ulong cpu_tb_exec(CPUState *cpu,
TranslationB
The return address argument to the softmmu template helpers was
confused. In the legacy case, we wanted to indicate that there
is no return address, and so passed in NULL. However, we then
immediately subtracted GETPC_ADJ from NULL, resulting in a non-zero
value, indicating the presence of an (in
9-09 12:49:41 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20160912
for you to fetch changes up to 3c8951649d996facd9581752b87b6c09d2dbab06:
tcg: Optimize fence instructions (2016-09-12 16:2
On Wed, Sep 07, 2016 at 09:47:07AM -0700, Richard Henderson wrote:
> On 07/06/2016 01:35 PM, Richard Henderson wrote:
> > This avoids a double hand-full of magic numbers in the
> > xsave and xrstor helper functions.
> >
> > Signed-off-by: Richard Henderson
> > ---
> > target-i386/cpu.c|
On Sep 12, 2016, at 5:03 PM, qemu-devel-requ...@nongnu.org wrote:
Looks like the ISO from comment #4 (thanks for attaching that one!)
shows the correct behavior with up to date QEMU 2.7. Also, the
affected
softfloat code has been completely reworked in between (e.g. with
commit
cf67c6bad56
On Mon, Sep 05, 2016 at 01:54:12PM +0200, Rabin Vincent wrote:
> From: Rabin Vincent
>
> Add a test for the newly implemented ADDC instruction in the v17 CRIS
> CPU.
>
> Signed-off-by: Rabin Vincent
Acked-by: Edgar E. Iglesias
> ---
> tests/tcg/cris/Makefile| 19 ++--
> te
On Mon, Sep 05, 2016 at 01:54:07PM +0200, Rabin Vincent wrote:
> From: Rabin Vincent
>
> This test, borrowed from the GDB simulator test suite, checks that every
> syscall increments the time returned by gettimeofday() by exactly 1 ms.
> This is not guaranteed or even desirable on QEMU so remove
On Mon, Sep 05, 2016 at 01:54:09PM +0200, Rabin Vincent wrote:
> From: Hans-Peter Nilsson
>
> Use the correct register names for v10 and don't dump support function
> registers for pre-v32.
>
> Signed-off-by: Hans-Peter Nilsson
> Signed-off-by: Rabin Vincent
> ---
> target-cris/translate.c |
On Mon, Sep 05, 2016 at 01:54:06PM +0200, Rabin Vincent wrote:
> From: Rabin Vincent
>
> This test, borrowed from the GDB simulator test suite, is meant to test
> the GDB simulator's --sysroot feature and always fails in QEMU. Remove
> it. openpf3 tests the same sequence of system calls (withou
On Mon, Sep 05, 2016 at 01:54:10PM +0200, Rabin Vincent wrote:
> From: Hans-Peter Nilsson
>
> Don't count prefix instructions as separate when singlestepping.
>
> For example, for this following instruction
>
> 1ad8: a011 e00b move.d r0,[r1-96]
>
> before this patch, we ge
Hi
On Tue, Sep 13, 2016 at 1:54 AM Peter Maydell
wrote:
> On 12 September 2016 at 10:19, Marc-André Lureau
> wrote:
> > The only remaining function of qmp-commands.hx is to let us generate
> > qmp-commands.txt from it. Replace qmp-commands.hx by qmp-commands.txt.
> >
> > We intend to move the
On Mon, Sep 05, 2016 at 01:54:11PM +0200, Rabin Vincent wrote:
> From: Rabin Vincent
>
> In the CRIS v17 CPU an ADDC (add with carry) instruction has been added
> compared to the v10 instruction set.
>
> Assembler syntax:
>
> ADDC [Rs],Rd
> ADDC [Rs+],Rd
>
> Size: Dword
>
> Description
On 12 September 2016 at 10:19, Marc-André Lureau
wrote:
> The only remaining function of qmp-commands.hx is to let us generate
> qmp-commands.txt from it. Replace qmp-commands.hx by qmp-commands.txt.
>
> We intend to move the documentation into the QAPI schema and generate
> qapi-commands.txt fro
On 09/09/2016 07:31 AM, Denis V. Lunev wrote:
> bdrv_is_allocated_above() returns true in the case even for completel
s/completel/completely/
> zeroed areas as BDRV_BLOCK_ALLOCATED flag is set in both cases.
>
> The patch stops using bdrv_is_allocated_above() wrapper and switches to
> bdrv_get_b
On 09/12/2016 04:19 AM, Marc-André Lureau wrote:
> The only remaining function of qmp-commands.hx is to let us generate
> qmp-commands.txt from it. Replace qmp-commands.hx by qmp-commands.txt.
>
> We intend to move the documentation into the QAPI schema and generate
> qapi-commands.txt from it, b
I can confirm that recent QEMU works fine. Sorry, I forgot about this
bug and did not update it.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/672934
Title:
FPU incorrect on Mac OS X
Status in QEM
From: Corey Minyard
I misunderstood the workings of the power settings, the power off
is a force off operation and there needs to be a separate graceful
shutdown operation. So replace the force off operation with a
graceful shutdown.
Signed-off-by: Corey Minyard
---
hw/ipmi/ipmi_bmc_extern.c
Hi,
On 12/09/2016 22:05, Alex Williamson wrote:
> On Mon, 12 Sep 2016 21:39:22 +0200
> Auger Eric wrote:
>
>> Hi,
>> On 12/09/2016 18:17, Alex Williamson wrote:
>>> On Mon, 12 Sep 2016 16:00:18 +0200
>>> Auger Eric wrote:
>>>
Hi Markus,
On 12/09/2016 14:45, Markus Armbruster w
On Fri, Sep 9, 2016 at 8:54 PM, Auger Eric wrote:
> Hi Prem,
>
> On 22/08/2016 18:17, Prem Mallappa wrote:
> > Added ACPI IORT tables, was needed for internal project purpose, but
> > posting here for anyone looking for testing ACPI on ARM platforms.
> > (P.S: Linux side IORT patches are WIP)
> I
Hello,
I've been having trouble when enabling the EVENT_IDX feature in the
virtio-net guest FreeBSD driver. The feature enables fine, but traffic
through the virtual interface (perceived from the guest side) stops
relatively quickly after starting the KVM instance on the host side.
I'm using mul
The referenced website is no longer available, thus setting this ticket
to INVALID. Please feel free to re-open it if the information is
available somewhere else and you can reproduce it with the latest
version of QEMU.
** Changed in: qemu
Status: New => Invalid
--
You received this bug n
On Fri, Sep 9, 2016 at 9:06 PM, Auger Eric wrote:
> Hi Prem,
>
> Missing commit message
>
> > Signed-off-by: Prem Mallappa
> > ---
> > include/qemu/log.h | 1 +
> > util/log.c | 2 ++
> > 2 files changed, 3 insertions(+)
> >
> > diff --git a/include/qemu/log.h b/include/qemu/log.h
> > i
On Fri, Sep 9, 2016 at 9:32 PM, Auger Eric wrote:
> Hi Prem,
>
> > SMMUv3 needs device tree entry like below
> To me the commit message should be more explicit and mention appendprop
> functionality
> >
> > interrupt-names = "gerror", "priq", "eventq", "cmdq-sync";
> >
> > This patch introdu
On Fri, Sep 9, 2016 at 10:01 PM, Auger Eric wrote:
> Hi Prem,
>
> > Default virt platform now creates SMMU device.
> > Default config to build SMMU device along is in previous patches.
> >
> > Signed-off-by: Prem Mallappa
> > ---
> > hw/arm/virt.c | 62 ++
> +
On 09/12/2016 07:16 AM, Alex Bennée wrote:
+void cpu_exec_step(CPUState *cpu)
+{
+CPUArchState *env = (CPUArchState *)cpu->env_ptr;
+TranslationBlock *tb;
+target_ulong cs_base, pc;
+uint32_t flags;
+bool old_tb_flushed;
+
+old_tb_flushed = cpu->tb_flushed;
+cpu->tb_fl
Current QEMU 2.7 does not segfault here anymore, and the "thesecurity"
problem is also not available in the sources anymore ==> I think this
can be closed nowadays.
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
deve
On Mon, 12 Sep 2016 21:39:22 +0200
Auger Eric wrote:
> Hi,
> On 12/09/2016 18:17, Alex Williamson wrote:
> > On Mon, 12 Sep 2016 16:00:18 +0200
> > Auger Eric wrote:
> >
> >> Hi Markus,
> >>
> >> On 12/09/2016 14:45, Markus Armbruster wrote:
> >>> Eric Auger writes:
> >>>
> This
On 09/12/2016 04:18 AM, Marc-André Lureau wrote:
> There are better chances to find what went wrong at build time than a
> later assert in qmp_query_version
>
> Signed-off-by: Marc-André Lureau
> ---
> qmp.c | 16 +++-
> scripts/create_config | 6 ++
> 2 files ch
On Mon, Sep 12, 2016 at 08:22:50PM +0200, Maxime Coquelin wrote:
>
>
> On 09/12/2016 10:51 AM, Cornelia Huck wrote:
> > On Sat, 10 Sep 2016 10:23:37 +0200
> > Maxime Coquelin wrote:
> >
> > > > Currently, devices are plugged before features are negotiated.
> > > > If the backend doesn't support
From: Aleksandar Markovic
Structure flock is defined for Mips in a way different from any
other platform. For reference, see Linux kernel source code files:
arch/mips/include/uapi/asm/fcntl.h#L63 (for Mips)
include/uapi/asm-generic/fcntl.h#L195 (for all other platforms)
This patch fix this prob
From: Aleksandar Markovic
There is a duplicate item in strace.list. It is benign, but it
shouldn't be there. It is the only duplicate in strace.list. This
patch removes it.
Signed-off-by: Aleksandar Markovic
---
linux-user/strace.list | 3 ---
1 file changed, 3 deletions(-)
diff --git a/linux
On 09/12/2016 06:00 AM, Cornelia Huck wrote:
> From: Christian Borntraeger
>
> Fixup some typos and whitespace damage introduced by the CPU model
> patches for s390.
>
> Reported-by: Eric Blake
> Signed-off-by: Christian Borntraeger
> Signed-off-by: Cornelia Huck
> ---
> qapi-schema.json | 8
From: Aleksandar Markovic
This patch implements Qemu user mode ustat() syscall support.
Syscall ustat() returns information about a mounted filesystem.
The implementation is similar to the implementations of statfs(),
fstatfs() and other related syscalls. It is based on invocation of
host's ust
Looks like the ISO from comment #4 (thanks for attaching that one!)
shows the correct behavior with up to date QEMU 2.7. Also, the affected
softfloat code has been completely reworked in between (e.g. with commit
cf67c6bad56d43e6d60), so I assume this has been fixed sometimes in the
past years.
**
From: Aleksandar Markovic
This patch corrects target_semid64_ds structure definition for Mips.
See, for example definition of semid64_ds for Mips in Linux kernel:
arch/mips/include/uapi/asm/sembuf.h#L13.
This patch will also fix certain semaphore-related LTP tests for Mips,
if they are executed
From: Aleksandar Markovic
File main.c is frequently a starting point of debugging or
analysing Qemu code for novice devevelopers, and it would be
nice if it had format as clean as posible. This patch starts
improving its format by removing tabs and trailing spaces.
This patch is obtained in this
On 09/09/2016 12:05 PM, Markus Armbruster wrote:
>
> You effectively propose to revise this coding rule from error.h:
>
> * Please don't error_setg(&error_fatal, ...), use error_report() and
> * exit(), because that's more obvious.
> * Likewise, don't error_setg(&error_abort, ...), use assert(
From: Aleksandar Markovic
For some reason, Qemu's TARGET_F_GETOWN constant for Mips does not
match the correct value of correspondant F_GETOWN. This patch fixes
this problem.
For reference, see Mips' F_GETOWN definition in Linux kernel at
arch/mips/include/uapi/asm/fcntl.h#L44.
This patch also
From: Aleksandar Markovic
This patch implements Qemu user mode sysfs() syscall support.
Syscall sysfs() involves returning information about the filesystem types
currently present in the kernel, and can operate in three distinct flavors,
depending on its first argument.
The implementation is ba
From: Aleksandar Markovic
This patch removes all spaces-related errors (reported by checkpatch.pl)
from linux-user/main.c.
Signed-off-by: Aleksandar Markovic
---
linux-user/main.c | 96 +++
1 file changed, 48 insertions(+), 48 deletions(-)
d
From: Aleksandar Markovic
This patch implements Qemu user mode adjtimex() syscall support.
Syscall adjtimex() reads and optionally sets parameters for a clock
adjustment algorithm used in network synchonization or similar scenarios.
The implementation is based on invocation of host's adjtimex()
From: Aleksandar Markovic
The function that is changed in this patch is supposed to indicate that
there was certaing argument rearangement related to 64-bit arguments on
32-bit platforms. The background on such rearangements can be found,
for example, in the man page for syscall(2).
However, for
1 - 100 of 321 matches
Mail list logo