Re: [Xen-devel] [Qemu-devel] [PATCH v3] xen-disk: use an IOThread per instance

2017-11-09 Thread Stefan Hajnoczi
On Thu, Nov 09, 2017 at 09:30:45AM +, Paul Durrant wrote: > > -Original Message- > > From: Stefan Hajnoczi [mailto:stefa...@gmail.com] > > Sent: 08 November 2017 17:42 > > To: Paul Durrant > > Cc: qemu-de...@nongnu.org; xen-de...@lists.xenproject.org; A

Re: [Xen-devel] [Qemu-devel] [PATCH v3] xen-disk: use an IOThread per instance

2017-11-08 Thread Stefan Hajnoczi
On Tue, Nov 07, 2017 at 05:46:53AM -0500, Paul Durrant wrote: > This patch allocates an IOThread object for each xen_disk instance and > sets the AIO context appropriately on connect. This allows processing > of I/O to proceed in parallel. > > The patch also adds tracepoints into xen_disk to make

Re: [Xen-devel] [PATCH v2 01/47] Replace all occurances of __FUNCTION__ with __func__

2017-10-02 Thread Stefan Hajnoczi
rancis > Cc: Gerd Hoffmann > Cc: Andrzej Zaborowski > Cc: Stefano Stabellini > Cc: Anthony Perard > Cc: John Snow > Cc: Aurelien Jarno > Cc: Yongbok Kim > Cc: Peter Crosthwaite > Cc: Stefan Hajnoczi > Cc: Fam Zheng > Cc: Juan Quintela > Cc: "Dr. D

Re: [Xen-devel] [PULL 0/4] please pull xen-20170516-tag

2017-05-17 Thread Stefan Hajnoczi
On Tue, May 16, 2017 at 12:19:26PM -0700, Stefano Stabellini wrote: > The following changes since commit cdece0467c7cf8e3f4b3c3f0b13bf2c4fea9: > > block/win32: fix 'ret not initialized' warning (2017-05-16 15:34:18 +0100) > > are available in the git repository at: > > git://xenbits.xen.

Re: [Xen-devel] [Qemu-devel] [PATCH v5 06/10] qobject: Use simpler QDict/QList scalar insertion macros

2017-05-02 Thread Stefan Hajnoczi
), squash 3 > > patches into 1, adjust R-b to only list Markus (while there were other > > reviews on the pre-squashed patches, Markus was the only one on all 3) > > The block: part had > > Acked-by: Richard W.M. Jones > Reviewed-by: Stefan Hajnoczi > Re

Re: [Xen-devel] [PATCH v2 2/6] qdict: Add convenience helpers for wrapped puts

2017-01-19 Thread Stefan Hajnoczi
+ > tests/test-qobject-output-visitor.c | 6 +- > util/qemu-option.c | 6 +- > 31 files changed, 245 insertions(+), 270 deletions(-) Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PULL for-2.8 0/4] tags/xen-20161128-tag

2016-11-29 Thread Stefan Hajnoczi
On Mon, Nov 28, 2016 at 11:42:14AM -0800, Stefano Stabellini wrote: > The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f: > > Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +) > > are available in the git repository at: > > git://xenbits.xen.org/peopl

Re: [Xen-devel] [PULL 0/5] xen-20161122-tag

2016-11-22 Thread Stefan Hajnoczi
On Tue, Nov 22, 2016 at 10:45:58AM -0800, Stefano Stabellini wrote: > Hi Stefan, > > this pull request contains an XSA ("fix ioreq handling") and xen-usb bug > fixes and cleanups. Please note that "qdev: add function qdev_set_id()" > touches generic qdev code: I was the only one to review the patc

Re: [Xen-devel] [PULL 0/1] tags/xen-20161108-tag

2016-11-21 Thread Stefan Hajnoczi
On Tue, Nov 08, 2016 at 11:59:46AM -0800, Stefano Stabellini wrote: > The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e: > > Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into > staging (2016-11-07 14:02:15 +) > > are available in the git repo

Re: [Xen-devel] [Qemu-devel] [PULL 0/2] tags/xen-20161102-tag

2016-11-04 Thread Stefan Hajnoczi
On Wed, Nov 02, 2016 at 01:54:25PM -0700, Stefano Stabellini wrote: > The following changes since commit 4eb28abd52d48657cff6ff45e8dbbbefe4dbb414: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20161101-2' into > staging (2016-11-01 16:53:05 +) > > are available in the git rep

Re: [Xen-devel] [Qemu-block] [PATCH 05/17] block: Convert BB interface to byte-based discards

2016-07-14 Thread Stefan Hajnoczi
| 7 --- > hw/ide/core.c | 6 -- > hw/scsi/scsi-disk.c| 8 > nbd/server.c | 19 +-- > qemu-io-cmds.c | 3 +-- > 8 files changed, 36 insertions(+), 46 deletions(-) Reviewed-by

Re: [Xen-devel] [PATCH RFC 6/6] xen: Add backtrace for serious issues.

2015-07-02 Thread Stefan Hajnoczi
On Wed, Jul 01, 2015 at 02:06:30PM +0100, Stefano Stabellini wrote: > On Mon, 29 Jun 2015, Konrad Rzeszutek Wilk wrote: > > When debugging issues that caused the emulator to kill itself > > or skipping certain operations (unable to write to host > > registers) an stack trace will most definitly aid

Re: [Xen-devel] [Qemu-devel] Question about scsi emulation

2015-03-23 Thread Stefan Hajnoczi
On Wed, Mar 18, 2015 at 02:16:47PM -0700, Yaoli Zheng wrote: > We have problem using qemu emulated scsi driver(the old lsi). Wonder if any > of other device model we can try for emulating scsi, and how we can get and > config it in Xen? Having been told virtio-scsi is alternative one, but have >