Re: [Qemu-devel] [Qemu-trivial] [PATCH for-2.9] docs: Fix description of the sentence

2016-12-25 Thread Zhang Chen
Hi~~ Jason. Can you pick up this patch? Thanks Zhang Chen On 12/08/2016 09:32 AM, Zhang Chen wrote: On 12/07/2016 09:30 PM, Stefan Hajnoczi wrote: On Wed, Dec 07, 2016 at 10:01:49AM +0100, Laurent Vivier wrote: Le 07/12/2016 à 09:58, Zhang Chen a écrit : On 12/02/2016 03:57 PM,

Re: [Qemu-devel] A question about PCI device address spaces

2016-12-25 Thread Peter Xu
On Fri, Dec 23, 2016 at 11:21:53AM +, Peter Maydell wrote: > On 22 December 2016 at 09:42, Peter Xu wrote: > > Hello, > > > > Since this is a general topic, I picked it out from the VT-d > > discussion and put it here, just want to be more clear of it. > > > > The issue is,

[Qemu-devel] [Bug 710234] Re: Qemu segfaults at start regardles if i suply an image or not

2016-12-25 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/710234 Title: Qemu

[Qemu-devel] [Bug 705931] Re: make ui sdl error 1 on git devel

2016-12-25 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/705931 Title: make ui sdl

Re: [Qemu-devel] [PATCH] fsl_etsec: Fix Tx BD ring wrapping handling

2016-12-25 Thread Jason Wang
On 2016年12月21日 05:11, Andrey Smirnov wrote: Current code that handles Tx buffer desciprtor ring scanning employs the following algorithm: 1. Restore current buffer descriptor pointer from TBPTRn 2. Process current descriptor 3. If current descriptor has BD_WRAP flag

Re: [Qemu-devel] [PATCH v3] intel_iommu: allow dynamic switch of IOMMU region

2016-12-25 Thread Jason Wang
On 2016年12月23日 11:26, Peter Xu wrote: On Thu, Dec 22, 2016 at 07:34:10PM +0800, Jason Wang wrote: On 2016年12月22日 19:04, Peter Xu wrote: On Thu, Dec 22, 2016 at 05:52:58PM +0800, Jason Wang wrote: On 2016年12月22日 17:48, Peter Xu wrote: /* Handle Translation Enable/Disable */ static void

Re: [Qemu-devel] [PATCH v14 0/2] virtio-crypto: virtio crypto device specification

2016-12-25 Thread Gonglei (Arei)
Hi all, Merry Christmas and Happy new year. :) Both Alex and Stefan mentioned that the process of create/close a session makes we have a least one full round-trip cost from guest to host to guest to be able to send any data for symmetric algorithms. It gets ourself into synchronization troubles

[Qemu-devel] [PATCH] hw/display: QOM'ify g364fb.c

2016-12-25 Thread xiaoqiang zhao
Drop the old Sysbus init and use instance_init and DeviceClass::realize instead Signed-off-by: xiaoqiang zhao --- hw/display/g364fb.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/hw/display/g364fb.c b/hw/display/g364fb.c index