Re: [Qemu-devel] [PATCH] spapr: fix build

2011-11-01 Thread David Gibson
On Tue, Nov 01, 2011 at 03:16:14PM -0700, Alexander Graf wrote: On 01.11.2011, at 14:51, Anthony Liguori aligu...@us.ibm.com wrote: Signed-off-by: Anthony Liguori aligu...@us.ibm.com If that's what it takes to make it compile for you, please apply it. i'm currently not anywhere

[Qemu-devel] We have now entered 1.0 hard freeze

2011-11-01 Thread Anthony Liguori
Hi, I've just pushed the VERSION update so we are officially in hard freeze. I've cleared out my patch and pull request queues and processed everything I intend on processing for 1.0. If you're a contributor and have a question about a patch that didn't make the hard freeze, please feel

Re: [Qemu-devel] [PATCH] virtio: Add PCI memory BAR in addition to PIO BAR

2011-11-01 Thread David Gibson
On Tue, Nov 01, 2011 at 05:20:06PM -0500, Anthony Liguori wrote: On 09/30/2011 12:26 AM, David Gibson wrote: Currently, virtio devices are usually presented to the guest as an emulated PCI device, virtio_pci. Although the actual IO operations are done through system memory, the configuration

Re: [Qemu-devel] [PATCH] pci: add standard bridge device

2011-11-01 Thread Wen Congyang
At 11/01/2011 07:48 PM, Michael S. Tsirkin Write: On Tue, Nov 01, 2011 at 04:49:08PM +0800, Wen Congyang wrote: At 11/01/2011 04:44 PM, Michael S. Tsirkin Write: On Tue, Nov 01, 2011 at 09:27:25AM +0800, Wen Congyang wrote: Hi, Michael S. Tsirkin At 09/26/2011 03:08 PM, Michael S. Tsirkin

Re: [Qemu-devel] http://git.qemu.org/git/qemu.git/ is inaccessible

2011-11-01 Thread shu ming
You may try: http://repo.or.cz/w/qemu.git On 2011-11-2 9:01, Roy Tam wrote: Hi all, http://git.qemu.org/git/qemu.git/ is listed in http://git.qemu.org/ but it is inaccessible (HTTP 403). Where is mirror of it? As I can't access git:// protocol here and I need accessing http:// repo instead.

[Qemu-devel] [patch] add auto-generated files into .gitignore

2011-11-01 Thread Jun Koi
This patch adds some auto-generated files into .gitignore Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/.gitignore b/.gitignore index 6d2acab..62679d8 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,9 @@ cscope.* tags TAGS *~ +qapi-types.c +qapi-types.h +qapi-visit.c

Re: [Qemu-devel] [patch] remove unused function arg in qemu_iohandler_poll() and qemu_iohandler_fill()

2011-11-01 Thread Jun Koi
On Tue, Nov 1, 2011 at 11:05 PM, Anthony Liguori anth...@codemonkey.ws wrote: On 11/01/2011 12:11 AM, Jun Koi wrote: This patch removes unused function argument xfds from qemu_iohandler_poll() and qemu_iohandler_fill() Signed-off-by: Jun Koijunkoi2...@gmail.com Your mailer is munging the

Re: [Qemu-devel] http://git.qemu.org/git/qemu.git/ is inaccessible

2011-11-01 Thread Roy Tam
Hi, 2011/11/2 shu ming shum...@linux.vnet.ibm.com: You may try: http://repo.or.cz/w/qemu.git Thanks. On 2011-11-2 9:01, Roy Tam wrote: Hi all, http://git.qemu.org/git/qemu.git/ is listed in http://git.qemu.org/ but it is inaccessible (HTTP 403). Where is mirror of it? As I can't

Re: [Qemu-devel] [PATCH] pci: add standard bridge device

2011-11-01 Thread Isaku Yamahata
On Tue, Nov 01, 2011 at 04:49:08PM +0800, Wen Congyang wrote: At 11/01/2011 04:44 PM, Michael S. Tsirkin Write: On Tue, Nov 01, 2011 at 09:27:25AM +0800, Wen Congyang wrote: Hi, Michael S. Tsirkin At 09/26/2011 03:08 PM, Michael S. Tsirkin Write: On Mon, Sep 26, 2011 at 02:18:15PM

Re: [Qemu-devel] [PATCH] pci: add standard bridge device

2011-11-01 Thread Wen Congyang
At 11/02/2011 10:15 AM, Isaku Yamahata Write: On Tue, Nov 01, 2011 at 04:49:08PM +0800, Wen Congyang wrote: At 11/01/2011 04:44 PM, Michael S. Tsirkin Write: On Tue, Nov 01, 2011 at 09:27:25AM +0800, Wen Congyang wrote: Hi, Michael S. Tsirkin At 09/26/2011 03:08 PM, Michael S. Tsirkin Write:

[Qemu-devel] [PATCH] pseries: Fix initialization of sPAPREnvironment structure

2011-11-01 Thread David Gibson
Since we added PCI support to the pseries machine, we include a qlist of PCI host bridges in the sPAPREnvironment structure. However this list was never properly initialized it. Somehow we got away with this until some other recent change broke it, and we now segfault immediately on startup.

Re: [Qemu-devel] [PATCH] virtio: Add PCI memory BAR in addition to PIO BAR

2011-11-01 Thread Rusty Russell
On Tue, 01 Nov 2011 17:20:06 -0500, Anthony Liguori aligu...@us.ibm.com wrote: On 09/30/2011 12:26 AM, David Gibson wrote: Currently, virtio devices are usually presented to the guest as an emulated PCI device, virtio_pci. Although the actual IO operations are done through system memory,

Re: [Qemu-devel] [PATCH v10 1/3] block: add the command line support

2011-11-01 Thread Zhi Yong Wu
On Wed, Nov 2, 2011 at 6:43 AM, Ryan Harper ry...@us.ibm.com wrote: * Zhi Yong Wu wu...@linux.vnet.ibm.com [2011-11-01 02:44]: Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com ---  block.c         |   40  block.h         |    4  block_int.h    

<    1   2   3