Re: [Qemu-devel] [PATCH v2] virtio-spec: Add virtio-ccw spec.

2012-09-06 Thread Rusty Russell
Cornelia Huck writes: > On Thu, 06 Sep 2012 11:56:31 +0930 > Rusty Russell wrote: > >> Cornelia Huck writes: >> >> > Add specifications for the new s390 specific virtio-ccw transport. >> > >> > Signed-off-by: Cornelia Huck >> >> Excellent. I have applied and pushed this revision. > > Cool.

Re: [Qemu-devel] RFC: Add a new boot parameter to set delay time before seabios retry to boot

2012-09-06 Thread Kevin O'Connor
On Thu, Sep 06, 2012 at 08:36:24AM -0500, Anthony Liguori wrote: > Amos Kong writes: > > > Hi all, > > > > Seabios supports automatically reboot after X second delay on failed > > boot [1], > > I want to add a parameter for qemu, it's used put a boot parameter into > > romfile > > for seabios t

Re: [Qemu-devel] [PATCH] add a boot parameter to set reboot timeout

2012-09-06 Thread Amos Kong
On 06/09/12 20:46, Gleb Natapov wrote: On Thu, Sep 06, 2012 at 08:39:24PM +0800, Amos Kong wrote: Added an option to let qemu transfer a configuration file to bios, "etc/boot-fail-wait", which could be specified by command -boot reboot-timeout=T T have a max value of 0x, unit is ms. Wi

[Qemu-devel] [PATCH v2] add a boot parameter to set reboot timeout

2012-09-06 Thread Amos Kong
Added an option to let qemu transfer a configuration file to bios, "etc/boot-fail-wait", which could be specified by command -boot reboot-timeout=T T have a max value of 0x, unit is ms. With this option, guest will wait for a given time if not find bootabled device, then reboot. If reboot-

Re: [Qemu-devel] [PATCH v6 2/2] block: Support GlusterFS as a QEMU block backend

2012-09-06 Thread Bharata B Rao
On Thu, Sep 06, 2012 at 04:47:17PM +0100, Daniel P. Berrange wrote: > IMHO this is all gross. URIs already have a well defined way to provide > multiple parameters, dealing with escaping of special characters. ie query > parameters. The whole benefit of using URI syntax is to let apps process > the

Re: [Qemu-devel] [PATCH 02/21] target-s390x: split FPU ops

2012-09-06 Thread Alexander Graf
Quoting Richard Henderson : On 09/06/2012 11:42 AM, Alexander Graf wrote: Richard, while at it, could you please check the s390x tcg target? Running any target on there seems to break in the TLB code for me. I did successfully run a simple linux-user test directly off blue's patch set. It ex

Re: [Qemu-devel] [PATCH v6 2/2] block: Support GlusterFS as a QEMU block backend

2012-09-06 Thread Bharata B Rao
On Thu, Sep 06, 2012 at 09:35:04AM +0200, Paolo Bonzini wrote: > > +static int qemu_gluster_open(BlockDriverState *bs, const char *filename, > > +int bdrv_flags) > > +{ > > +BDRVGlusterState *s = bs->opaque; > > +int open_flags = 0; > > +int ret = 0; > > +GlusterURI *uri = g_mal

Re: [Qemu-devel] [PATCH 2/2 v2] pcie_aer: clear cmask for Advanced Error Interrupt Message Number

2012-09-06 Thread Michael S. Tsirkin
On Tue, Sep 04, 2012 at 04:22:46PM -0400, Jason Baron wrote: > On Fri, Aug 31, 2012 at 11:43:31AM -0400, Jason Baron wrote: > > On Fri, Aug 31, 2012 at 06:35:13PM +0300, Michael S. Tsirkin wrote: > > > On Fri, Aug 31, 2012 at 10:45:52AM -0400, Jason Baron wrote: > > > > On Fri, Aug 31, 2012 at 11:4

Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Michael S. Tsirkin
On Tue, Aug 21, 2012 at 08:52:06PM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > Hi folks, > > This is the third RFC for vhost-scsi patches against mainline QEMU v1.1 > to support the upstream tcm_vhost host virtualized target driver now > available in v3.6-rc kernel code.

Re: [Qemu-devel] [RFC-v3 3/5] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost

2012-09-06 Thread Michael S. Tsirkin
On Tue, Aug 21, 2012 at 08:52:09PM +, Nicholas A. Bellinger wrote: > From: Stefan Hajnoczi > > This patch adds a new type of host device that drives the vhost_scsi > device. The syntax to add vhost-scsi is: > > qemu -vhost-scsi id=vhost-scsi0,wwpn=...,tpgt=123 > > The virtio-scsi emulate

[Qemu-devel] [PULL] pci minor tweaks

2012-09-06 Thread Michael S. Tsirkin
The following changes since commit 6e4c0d1f03d6ab407509c32fab7cb4b8230f57ff: hw/pl110: Fix spelling of 'palette' (2012-09-06 17:04:33 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 0e180d9c8a7

Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Michael S. Tsirkin
On Tue, Aug 21, 2012 at 08:52:06PM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > Hi folks, > > This is the third RFC for vhost-scsi patches against mainline QEMU v1.1 I rebased on top of 1.2 and put this in my tree: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git pci Pl

Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Michael S. Tsirkin
On Fri, Sep 07, 2012 at 09:23:22AM +0300, Michael S. Tsirkin wrote: > On Tue, Aug 21, 2012 at 08:52:06PM +, Nicholas A. Bellinger wrote: > > From: Nicholas Bellinger > > > > Hi folks, > > > > This is the third RFC for vhost-scsi patches against mainline QEMU v1.1 > > I rebased on top of 1.2

Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Michael S. Tsirkin
On Fri, Sep 07, 2012 at 09:32:37AM +0300, Michael S. Tsirkin wrote: > On Fri, Sep 07, 2012 at 09:23:22AM +0300, Michael S. Tsirkin wrote: > > On Tue, Aug 21, 2012 at 08:52:06PM +, Nicholas A. Bellinger wrote: > > > From: Nicholas Bellinger > > > > > > Hi folks, > > > > > > This is the third

Re: [Qemu-devel] [PATCH] smbios: convert to use QemuOpts

2012-09-06 Thread Markus Armbruster
Hello, this is your friendly remote compile service. Anthony Liguori writes: > Signed-off-by: Anthony Liguori > --- > arch_init.c | 10 +- > arch_init.h |2 +- > hw/smbios.c | 53 +++-- > hw/smbios.h |2 +- > qemu-conf

[Qemu-devel] [PATCH 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Nicholas A. Bellinger
From: Nicholas Bellinger Hello Anthony & Co, This is the fourth installment to add host virtualized target support for the mainline tcm_vhost fabric driver using Linux v3.6-rc into QEMU 1.3.0-rc. The series is available directly from the following git branch: git://git.kernel.org/pub/scm/vi

Re: [Qemu-devel] [RFC-v3 0/5] vhost-scsi: Add support for host virtualized target

2012-09-06 Thread Nicholas A. Bellinger
On Fri, 2012-09-07 at 09:37 +0300, Michael S. Tsirkin wrote: > On Fri, Sep 07, 2012 at 09:32:37AM +0300, Michael S. Tsirkin wrote: > > On Fri, Sep 07, 2012 at 09:23:22AM +0300, Michael S. Tsirkin wrote: > > > On Tue, Aug 21, 2012 at 08:52:06PM +, Nicholas A. Bellinger wrote: > > > > From: Nicho

<    1   2   3