[Qemu-devel] [Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2011-04-21 Thread Launchpad Bug Tracker
[Expired for qemu-linaro (Ubuntu) because there has been no activity for 60 days.] ** Changed in: qemu-linaro (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2011-04-21 Thread Launchpad Bug Tracker
[Expired for qemu-linaro (Ubuntu Lucid) because there has been no activity for 60 days.] ** Changed in: qemu-linaro (Ubuntu Lucid) Status: Incomplete = Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [qemu-iotests][PATCH] Update rbd support

2011-04-21 Thread Christoph Hellwig
On Tue, Apr 12, 2011 at 10:42:00PM -0700, Josh Durgin wrote: I suspect we only support the weird writing past size for the file protocol, so we should only run the test for it. Or does sheepdog do anything special about it? Sheepdog supports it by truncating to the right size if a

Re: [Qemu-devel] [qemu-iotests] [PATCH] common.config: Fix no $TEST_DIR directory

2011-04-21 Thread Christoph Hellwig
On Tue, Apr 12, 2011 at 04:05:44AM +0800, Mitnick Lyu wrote: mkdir $TEST_DIR on common.config first run Signed-off-by: Mitnick Lyu mitnick@gmail.com Thanks, applied!

[Qemu-devel] Supporting emulation of IOMMUs

2011-04-21 Thread David Gibson
A few months ago, Eduard - Gabriel Munteanu posted a series of patches implementing support for emulating the AMD PCI IOMMU (http://lists.nongnu.org/archive/html/qemu-devel/2011-01/msg03196.html). In fact, this series implemented a general DMA/IOMMU layer which can be used by any device model,

Re: [Qemu-devel] How to use qemu-kvm with Fedora15-beta gnome3 (better vga driver ?)

2011-04-21 Thread Paolo Bonzini
On 04/21/2011 05:40 AM, Cheng Renquan wrote: I'm trying to use qemu-kvm to run Fedora15-beta with gnome3, but it told me graphics hardware failed to run gnome3 specific features and it fallback to gnome2; Sorry, none of the cards provided by KVM (including the SPICE-specific QXL card)

Re: [Qemu-devel] QEMU-KVM and hardened (GRSEC/PaX) kernel

2011-04-21 Thread Avi Kivity
On 04/20/2011 07:47 PM, Антон Кочков wrote: Yes. first thing working ok. And second fails. I'm using Intel iCore 7 (see attached dmesg output and kernel config - host dmesg and host config) Also, as this is probably kernel-kvm module bug, i'm open

Re: [Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands

2011-04-21 Thread Kevin Wolf
Am 20.04.2011 20:13, schrieb Blue Swirl: On Wed, Apr 20, 2011 at 2:30 PM, Kevin Wolf kw...@redhat.com wrote: Signed-off-by: Kevin Wolf kw...@redhat.com --- hw/ide/atapi.c | 115 +++ 1 files changed, 48 insertions(+), 67 deletions(-)

Re: [Qemu-devel] [RFC][PATCH v2 08/17] qapi: fix Error usage in qemu-sockets.c

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: Fix spurious errors due to not initializing Error pointer to NULL before checking for errors. Signed-off-by: Michael Roth mdr...@linux.vnet.ibm.com --- qemu-sockets.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Qemu-devel] How to use qemu-kvm with Fedora15-beta gnome3 (better vga driver ?)

2011-04-21 Thread Cheng Renquan
On Thu, Apr 21, 2011 at 12:57 AM, Paolo Bonzini pbonz...@redhat.com wrote: On 04/21/2011 05:40 AM, Cheng Renquan wrote: I'm trying to use qemu-kvm to run Fedora15-beta with gnome3, but it told me graphics hardware failed to run gnome3 specific features and it fallback to gnome2; Sorry, none

Re: [Qemu-devel] [RFC][PATCH v2 09/17] qmp proxy: core code for proxying qmp requests to guest

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: diff --git a/qmp-core.c b/qmp-core.c index 9f3d182..dab50a1 100644 --- a/qmp-core.c +++ b/qmp-core.c @@ -937,7 +937,15 @@ void qmp_async_complete_command(QmpCommandState *cmd, QObject *retval, Error *er qemu_free(cmd); } +extern QmpProxy

[Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Ronnie Sahlberg
Please find attached a new version of the patch for iSCSI support. iSCSI support is automaticallt detected and activated during configure/build if the libiscsi library is available on the build host. This library is available at : https://github.com/sahlberg/libiscsi This new version contains

[Qemu-devel] [PATCH] iSCSI block driver support

2011-04-21 Thread Ronnie Sahlberg
This patch adds a new block driver : block.iscsi.c This driver interfaces with the multiplatform posix library for iscsi initiator/client access to iscsi devices hosted at git://github.com/sahlberg/libiscsi.git The patch adds the driver to interface with the iscsi library. It also updated the

Re: [Qemu-devel] [RFC][PATCH v2 12/17] guest agent: worker thread class

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: diff --git a/qga/guest-agent-worker.c b/qga/guest-agent-worker.c new file mode 100644 index 000..e3295da --- /dev/null +++ b/qga/guest-agent-worker.c @@ -0,0 +1,173 @@ +/* + * QEMU Guest Agent worker thread interfaces + * + * Copyright IBM Corp.

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Christoph Hellwig
On Thu, Apr 21, 2011 at 06:43:10PM +1000, Ronnie Sahlberg wrote: Some basic tests thatve been performed show it to be significantly faster than an out-of-the-box open-iscsi mounted LUN being accessed by default QEMU i/o options. Which isn't a useful comparism. qemu's default is the braindead

Re: [Qemu-devel] [RFC][PATCH v2 15/17] guest agent: qemu-ga daemon

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: +static const char *ga_log_level_str(GLogLevelFlags level) +{ +switch (level G_LOG_LEVEL_MASK) { +case G_LOG_LEVEL_ERROR: return error; +case G_LOG_LEVEL_CRITICAL: return critical; +case G_LOG_LEVEL_WARNING: return

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
Please re-read my post or read the patch. It has O_DIRECT like behaviour in that it will not pollute the hosts cache. This for the simple reason that the host is not aware that there is any block i/o happening. In my patch, there are NO data integrity issues. Data is sent out on the wire

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Christoph Hellwig
In my patch, there are NO data integrity issues. Data is sent out on the wire immediately as the guest issues the write. Once the guest issues a flush call, the flush call will not terminate until the SYNCCACHE10 task has completed. No guest will even issue a cache flush, as we claim to be

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
On Thu, Apr 21, 2011 at 7:09 PM, Christoph Hellwig h...@lst.de wrote: In my patch, there are NO data integrity issues. Data is sent out on the wire immediately as the guest issues the write. Once the guest issues a flush call, the flush call will not terminate until the SYNCCACHE10 task has

Re: [Qemu-devel] Supporting emulation of IOMMUs

2011-04-21 Thread Alexander Graf
On 21.04.2011, at 09:03, David Gibson wrote: A few months ago, Eduard - Gabriel Munteanu posted a series of patches implementing support for emulating the AMD PCI IOMMU (http://lists.nongnu.org/archive/html/qemu-devel/2011-01/msg03196.html). In fact, this series implemented a general

Re: [Qemu-devel] [RFC][PATCH v2 00/11] QEMU Guest Agent: QMP-based host/guest communication (virtagent)

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: These apply on top of Anthony's glib tree, commit 03d5927deb5e6baebaade1b4c8ff2428a85e125c currently, and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qga_v2 Patches 1-8 are general json/QAPI-related fixes. Anthony, please consider

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
Christoph, I think you misread my test. My test is pure reading : sudo time dd if=/dev/sda of=/dev/null bs=1M There are no writes involved at all in this test, only a huge number of READ10 being sent to the target, or in the case of when using QEMU+openiscsi-mounted-lun sometimes being served

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Stefan Hajnoczi
On Thu, Apr 21, 2011 at 10:28 AM, ronnie sahlberg ronniesahlb...@gmail.com wrote: On Thu, Apr 21, 2011 at 7:09 PM, Christoph Hellwig h...@lst.de wrote: We only claim WCE=1 to the guest if cache=writeback or cache=none are set.  So ignoring the issue of having a cache on the initiator side you

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
On Thu, Apr 21, 2011 at 8:58 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Thu, Apr 21, 2011 at 10:28 AM, ronnie sahlberg ronniesahlb...@gmail.com wrote: On Thu, Apr 21, 2011 at 7:09 PM, Christoph Hellwig h...@lst.de wrote: We only claim WCE=1 to the guest if cache=writeback or cache=none

Re: [Qemu-devel] [PATCH 1/3] rtl8139: use TARGET_FMT_plx in debug messages

2011-04-21 Thread Stefan Hajnoczi
On Thu, Apr 21, 2011 at 12:39 AM, Benjamin Poirier benjamin.poir...@gmail.com wrote: Prevents a compilation failure when DEBUG_RTL8139 is defined: CC    libhw32/rtl8139.o cc1: warnings being treated as errors hw/rtl8139.c: In function ‘rtl8139_cplus_transmit_one’: hw/rtl8139.c:1960: error:

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Stefan Hajnoczi
On Thu, Apr 21, 2011 at 12:12 PM, ronnie sahlberg ronniesahlb...@gmail.com wrote: On Thu, Apr 21, 2011 at 8:58 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Thu, Apr 21, 2011 at 10:28 AM, ronnie sahlberg ronniesahlb...@gmail.com wrote: On Thu, Apr 21, 2011 at 7:09 PM, Christoph Hellwig

[Qemu-devel] [PATCH qemu-glib] Add missing files to distclean list

2011-04-21 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com --- Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index a7c1503..bebe3bd 100644 --- a/Makefile +++ b/Makefile @@ -301,6 +301,7 @@ distclean:

Re: [Qemu-devel] [PATCH] xen-upstream-qemu: get vncpassword through xenstore, enable VNC_AUTH_VNC

2011-04-21 Thread Stefano Stabellini
On Thu, 21 Apr 2011, ZhouPeng wrote: Thank you for your review. Does this means the xen-upsteam-qemu will give up xenstore? Many features of xen except for vncpasswd may need that xl send||receive msg to||from xen-qemu. I think some other part of xen may need to read xenstore which may be

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
Stephan, I understand. Let me re-send a patch tomorrow that can optionally enable/force FUA bits for write. There are some high-volume arrays that advertise support but fail any cdb with FUA, FUA_NV bits set with sense, so it needs to be made optional. regards ronnie sahlberg On Thu, Apr 21,

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Kevin Wolf
Am 21.04.2011 13:36, schrieb ronnie sahlberg: Stephan, I understand. Let me re-send a patch tomorrow that can optionally enable/force FUA bits for write. There are some high-volume arrays that advertise support but fail any cdb with FUA, FUA_NV bits set with sense, so it needs to be made

Re: [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100

2011-04-21 Thread Dmitry Eremin-Solenikov
On 4/20/11, Aurelien Jarno aurel...@aurel32.net wrote: On Tue, Apr 19, 2011 at 06:56:45PM +0400, Dmitry Eremin-Solenikov wrote: Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation. Implemented: - IRQs - GPIO - PPC - RTC - UARTs (no IrDA/etc.) - OST reused from pxa25x

Re: [Qemu-devel] [PATCH 0/7] Rework PCMCIA subsystem

2011-04-21 Thread Dmitry Eremin-Solenikov
Hello, On 4/11/11, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Please pull the following changeset that makes PCMCIA subsystem to use QBus and Qdev for managing devices. Currently the only implementation of PCMCIA host is a PXA2xx host and the only possible PCMCIA device is IDE

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Stefan Hajnoczi
On Thu, Apr 21, 2011 at 12:36 PM, ronnie sahlberg ronniesahlb...@gmail.com wrote: I understand. Let me re-send a patch tomorrow that can optionally enable/force FUA bits for write. There are some high-volume arrays that advertise support but fail any cdb with FUA, FUA_NV bits set with sense,

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Tristan Gingold
On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you could create an ev67 machine with a single PCI controller (or put all the devices on the same PCI controller). Even the lowly ds10 has two hoses. I'll admit I hadn't

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread Christoph Hellwig
On Thu, Apr 21, 2011 at 09:36:12PM +1000, ronnie sahlberg wrote: There are some high-volume arrays that advertise support but fail any cdb with FUA, FUA_NV bits set with sense, so it needs to be made optional. Which on would that be? Linux uses the FUA bit if the device advertises support via

Re: [Qemu-devel] [RFC][PATCH v2 09/17] qmp proxy: core code for proxying qmp requests to guest

2011-04-21 Thread Michael Roth
On 04/21/2011 03:30 AM, Jes Sorensen wrote: On 04/18/11 17:02, Michael Roth wrote: diff --git a/qmp-core.c b/qmp-core.c index 9f3d182..dab50a1 100644 --- a/qmp-core.c +++ b/qmp-core.c @@ -937,7 +937,15 @@ void qmp_async_complete_command(QmpCommandState *cmd, QObject *retval, Error *er

[Qemu-devel] [PATCH] configure: Support --target-list=? to list available targets

2011-04-21 Thread Peter Maydell
Add support for getting configure to print the list of all targets that can be built, via the option '--target-list=?'. Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- Yes, you can get the list of targets by running configure without any arguments and then scrolling up to find the

Re: [Qemu-devel] [RFC][PATCH v2 12/17] guest agent: worker thread class

2011-04-21 Thread Michael Roth
On 04/21/2011 03:44 AM, Jes Sorensen wrote: On 04/18/11 17:02, Michael Roth wrote: diff --git a/qga/guest-agent-worker.c b/qga/guest-agent-worker.c new file mode 100644 index 000..e3295da --- /dev/null +++ b/qga/guest-agent-worker.c @@ -0,0 +1,173 @@ +/* + * QEMU Guest Agent worker thread

Re: [Qemu-devel] [RFC][PATCH v2 12/17] guest agent: worker thread class

2011-04-21 Thread Jes Sorensen
On 04/21/11 15:15, Michael Roth wrote: On 04/21/2011 03:44 AM, Jes Sorensen wrote: and again I'll stop. Basically there really should be no references to pthread_* This is on the guest side of things where I'm trying to use GLib wherever possible to keep things somewhat portable:

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Brian Wheeler
On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you could create an ev67 machine with a single PCI controller (or put all the devices on the same PCI controller).

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Tristan Gingold
On Apr 21, 2011, at 3:37 PM, Brian Wheeler wrote: On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you could create an ev67 machine with a single PCI controller (or put

Re: [Qemu-devel] [RFC][PATCH v2 00/11] QEMU Guest Agent: QMP-based host/guest communication (virtagent)

2011-04-21 Thread Michael Roth
On 04/21/2011 04:46 AM, Jes Sorensen wrote: On 04/18/11 17:02, Michael Roth wrote: These apply on top of Anthony's glib tree, commit 03d5927deb5e6baebaade1b4c8ff2428a85e125c currently, and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qga_v2 Patches 1-8 are general

Re: [Qemu-devel] [PATCH 1/3] linux-user: Don't use MAP_FIXED in do_brk()

2011-04-21 Thread Peter Maydell
On 18 April 2011 16:34, Peter Maydell peter.mayd...@linaro.org wrote: Since mmap() with MAP_FIXED will map over the top of existing mappings, it's a bad idea to use it to implement brk(), because brk() with a large size is likely to overwrite important things like qemu itself or the host libc.

[Qemu-devel] Failure to compile latest git (target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used)

2011-04-21 Thread Yaniv Kaul
Fedora 15beta/x64, latest git: [ykaul@ykaul qemu]$ make CCx86_64-softmmu/kvm.o /home/ykaul/qemu/target-i386/kvm.c: In function ‘kvm_get_xsave’: /home/ykaul/qemu/target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used [-Werror=unused-but-set-variable] cc1: all warnings being

Re: [Qemu-devel] [RFC][PATCH v2 00/11] QEMU Guest Agent: QMP-based host/guest communication (virtagent)

2011-04-21 Thread Jes Sorensen
On 04/18/11 17:02, Michael Roth wrote: These apply on top of Anthony's glib tree, commit 03d5927deb5e6baebaade1b4c8ff2428a85e125c currently, and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qga_v2 Patches 1-8 are general json/QAPI-related fixes. Anthony, please consider

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Brian Wheeler
On Thu, 2011-04-21 at 15:43 +0200, Tristan Gingold wrote: On Apr 21, 2011, at 3:37 PM, Brian Wheeler wrote: On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM, Tristan Gingold wrote: Right, but you

Re: [Qemu-devel] [PATCH 00/24] Alpha system emulation, v2

2011-04-21 Thread Richard Henderson
On 04/21/2011 07:48 AM, Brian Wheeler wrote: On Thu, 2011-04-21 at 15:43 +0200, Tristan Gingold wrote: On Apr 21, 2011, at 3:37 PM, Brian Wheeler wrote: On Thu, 2011-04-21 at 14:31 +0200, Tristan Gingold wrote: On Apr 20, 2011, at 5:54 PM, Richard Henderson wrote: On 04/20/2011 08:46 AM,

Re: [Qemu-devel] tcg/tcg.c:1892: tcg fatal error

2011-04-21 Thread Artyom Tarasenko
On Tue, Apr 12, 2011 at 4:14 AM, Igor Kovalenko igor.v.kovale...@gmail.com wrote: Do you have public test case? It is possible to code this delay slot write test but real issue may be corruption elsewhere. The test case is trivial: it's just the two instructions, branch and wrpr. In theory

Re: [Qemu-devel] Failure to compile latest git (target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used)

2011-04-21 Thread Stefan Hajnoczi
On Thu, Apr 21, 2011 at 3:10 PM, Yaniv Kaul yk...@redhat.com wrote: Fedora 15beta/x64, latest git: [ykaul@ykaul qemu]$ make  CC    x86_64-softmmu/kvm.o /home/ykaul/qemu/target-i386/kvm.c: In function ‘kvm_get_xsave’: /home/ykaul/qemu/target-i386/kvm.c:953:29: error: variable ‘fop’ set but not

Re: [Qemu-devel] Failure to compile latest git (target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used)

2011-04-21 Thread Jan Kiszka
On 2011-04-21 16:10, Yaniv Kaul wrote: Fedora 15beta/x64, latest git: [ykaul@ykaul qemu]$ make CCx86_64-softmmu/kvm.o /home/ykaul/qemu/target-i386/kvm.c: In function ‘kvm_get_xsave’: /home/ykaul/qemu/target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used

Re: [Qemu-devel] tcg/tcg.c:1892: tcg fatal error

2011-04-21 Thread Laurent Desnogues
On Thu, Apr 21, 2011 at 4:57 PM, Artyom Tarasenko atar4q...@gmail.com wrote: On Tue, Apr 12, 2011 at 4:14 AM, Igor Kovalenko igor.v.kovale...@gmail.com wrote: Do you have public test case? It is possible to code this delay slot write test but real issue may be corruption elsewhere. The test

[Qemu-devel] [PATCH] target-arm: Minimal implementation of performance counters

2011-04-21 Thread Peter Maydell
Newer Linux kernels assume the existence of the performance counter cp15 registers. Provide a minimal implementation of these registers. We support no events. This should be compliant with the ARM ARM, except that we don't implement the cycle counter. Signed-off-by: Peter Maydell

Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci?express support

2011-04-21 Thread Adnan Khaleel
I still get the same error: akhaleel@depot5 qemu_0.14_q35 $ git clone http://people.valinux.co.jp/~yamahata/qemu/q35/20110316/qemu Getting alternates list for http://people.valinux.co.jp/~yamahata/qemu/q35/20110316/qemu/ Getting pack list for

Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native?pci?express support

2011-04-21 Thread Isaku Yamahata
git clone works for me. Hmmm git installation issue? My git is $ git --version git version 1.7.1.1 thanks, On Thu, Apr 21, 2011 at 11:12:37AM -0500, Adnan Khaleel wrote: I still get the same error: akhaleel@depot5 qemu_0.14_q35 $ git clone http://people.valinux.co.jp/~yamahata

Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native?pci?express support

2011-04-21 Thread Adnan Khaleel
Yes, it was a git version conflict. Thanks. Adnan _ From: Isaku Yamahata [mailto:yamah...@valinux.co.jp] To: Adnan Khaleel [mailto:ad...@khaleel.us] Cc: Hu Tao [mailto:hu...@cn.fujitsu.com], qemu-devel@nongnu.org Sent: Thu, 21 Apr 2011 11:38:36 -0500 Subject: Re: [Qemu-devel] [PATCH

[Qemu-devel] KVM Forum 2011: Call For Participation

2011-04-21 Thread KVM-Forum-2011-PC
= KVM Forum 2011: Call For Participation August 15-16, 2011 - Hyatt Regency Vancouver - Vancouver, Canada = KVM is an industry leading open source hypervisor that

Re: [Qemu-devel] [PATCH] configure: Support --target-list=? to list available targets

2011-04-21 Thread Stefan Weil
Am 21.04.2011 15:10, schrieb Peter Maydell: Add support for getting configure to print the list of all targets that can be built, via the option '--target-list=?'. Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- Yes, you can get the list of targets by running configure without any

Re: [Qemu-devel] Supporting emulation of IOMMUs

2011-04-21 Thread Eduard - Gabriel Munteanu
On Thu, Apr 21, 2011 at 05:03:47PM +1000, David Gibson wrote: A few months ago, Eduard - Gabriel Munteanu posted a series of patches implementing support for emulating the AMD PCI IOMMU (http://lists.nongnu.org/archive/html/qemu-devel/2011-01/msg03196.html). In fact, this series implemented

Re: [Qemu-devel] tcg/tcg.c:1892: tcg fatal error

2011-04-21 Thread Igor Kovalenko
On Thu, Apr 21, 2011 at 7:44 PM, Laurent Desnogues laurent.desnog...@gmail.com wrote: On Thu, Apr 21, 2011 at 4:57 PM, Artyom Tarasenko atar4q...@gmail.com wrote: On Tue, Apr 12, 2011 at 4:14 AM, Igor Kovalenko igor.v.kovale...@gmail.com wrote: Do you have public test case? It is possible to

[Qemu-devel] iSCSI support for QEMU, update

2011-04-21 Thread ronniesahlberg
iSCSI block driver for QEMU Please find an updated iSCSI patch. This patch adds setting FUA on all writes when the bit BDRV_O_CACHE_WB is not set. regards ronnie sahlberg From: Ronnie Sahlberg ronniesahlb...@gmail.com Subject: iSCSI support for QEMU, update In-Reply-To:

[Qemu-devel] [PATCH] iSCSI block driver support

2011-04-21 Thread ronniesahlberg
From: Ronnie Sahlberg ronniesahlb...@gmail.com This patch adds a new block driver : block.iscsi.c This driver interfaces with the multiplatform posix library for iscsi initiator/client access to iscsi devices hosted at git://github.com/sahlberg/libiscsi.git The patch adds the driver to interface

Re: [Qemu-devel] iSCSI support for QEMU

2011-04-21 Thread ronnie sahlberg
On Thu, Apr 21, 2011 at 10:49 PM, Christoph Hellwig h...@lst.de wrote: On Thu, Apr 21, 2011 at 09:36:12PM +1000, ronnie sahlberg wrote: There are some high-volume arrays that advertise support but fail any cdb with FUA, FUA_NV bits set with sense, so it needs to be made optional. Which on

Re: [Qemu-devel] [RFC][PATCH v2 00/11] QEMU Guest Agent: QMP-based host/guest communication (virtagent)

2011-04-21 Thread Michael Roth
On 04/21/2011 09:10 AM, Jes Sorensen wrote: On 04/18/11 17:02, Michael Roth wrote: These apply on top of Anthony's glib tree, commit 03d5927deb5e6baebaade1b4c8ff2428a85e125c currently, and can also be obtained from: git://repo.or.cz/qemu/mdroth.git qga_v2 Patches 1-8 are general

Re: [Qemu-devel] [PATCH] iSCSI block driver support

2011-04-21 Thread ronnie sahlberg
List, This updated version of the patch adds setting FUA on all writes unless the writeback flag is set. regards ronnie sahlberg

Re: [Qemu-devel] tcg/tcg.c:1892: tcg fatal error

2011-04-21 Thread Laurent Desnogues
On Thu, Apr 21, 2011 at 9:45 PM, Igor Kovalenko igor.v.kovale...@gmail.com wrote: On Thu, Apr 21, 2011 at 7:44 PM, Laurent Desnogues laurent.desnog...@gmail.com wrote: On Thu, Apr 21, 2011 at 4:57 PM, Artyom Tarasenko atar4q...@gmail.com wrote: On Tue, Apr 12, 2011 at 4:14 AM, Igor Kovalenko

Re: [Qemu-devel] [PATCH] configure: Support --target-list=? to list available targets

2011-04-21 Thread Peter Maydell
On 21 April 2011 18:45, Stefan Weil w...@mail.berlios.de wrote: Am 21.04.2011 15:10, schrieb Peter Maydell: Add support for getting configure to print the list of all targets that can be built, via the option '--target-list=?'. The qemu executable supports this use pattern (-cpu ?), but it's

[Qemu-devel] [PATCH] net/socket: remove hardcoded packet size in favor of new mtu parameter

2011-04-21 Thread Nguyễn Thái Ngọc Duy
Also mention the default value 4096. Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- I have a driver that sends 4352 byte packets. Tested with tcp socket only. There's also 4096 byte buffers in vde, but I don't use/test it. net.c |4 net/socket.c| 54

Re: [Qemu-devel] iSCSI support for QEMU, update

2011-04-21 Thread Christoph Hellwig
On Fri, Apr 22, 2011 at 06:23:58AM +1000, ronniesahlb...@gmail.com wrote: iSCSI block driver for QEMU Please find an updated iSCSI patch. This patch adds setting FUA on all writes when the bit BDRV_O_CACHE_WB is not set. At this point you need to check for BDRV_O_CACHE_WB and BDRV_O_NOCACHE