Re: [Qemu-devel] [PATCH 0/5] PCI hotplug fixes/cleanup

2012-04-08 Thread Michael S. Tsirkin
On Sun, Apr 08, 2012 at 02:13:00AM -0300, Marcelo Tosatti wrote: On Wed, Apr 04, 2012 at 11:51:00PM -0600, Alex Williamson wrote: We've been batting this one back and forth. This series includes several of the cleanups and specification clarifications from my series awhile back. Patch 5

Re: [Qemu-devel] [PATCH v2 2/2] memory: print aliased IO ranges in info mtree

2012-04-08 Thread Avi Kivity
On 04/07/2012 06:20 PM, Blue Swirl wrote: On Mon, Mar 19, 2012 at 13:17, Avi Kivity a...@redhat.com wrote: On 03/18/2012 02:05 PM, Blue Swirl wrote: Print also I/O ports behind bridges and other aliases. Thanks, both applied. Applied where? They are not in master. In my memory/core.

Re: [Qemu-devel] [PATCH v4 00/10] Mirrored block writes

2012-04-08 Thread Dor Laor
On 03/06/2012 07:55 PM, Paolo Bonzini wrote: v4 includes Federico's drive-reopen (patch 10) command, fixes another small bug in Jeff's code (patch 2), and tweaks the union handling for older compilers. v3 tested with the following scenarios, v4 only d/e: a) mirror only 1) create base.qcow2

Re: [Qemu-devel] [RFC PATCH] pc: change default machine model and versions

2012-04-08 Thread Avi Kivity
On 04/03/2012 10:38 PM, Anthony Liguori wrote: I would hope that the distributions would also adopt a similar policy of avoiding introducing a large number of machine types too. I think this is the only practical way to achieve long term migration compatibility. This is most likely correct,

Re: [Qemu-devel] [RFC PATCH] pc: change default machine model and versions

2012-04-08 Thread Ayal Baron
- Original Message - N.B. This is a small patch with significant implications. Please read carefully. Right now, '-M pc' is the default and, in general, this machine type has guest visible ABI changes in each version of QEMU. At some point in each release, we create a '-M

Re: [Qemu-devel] [PATCH V3 0/8] memory: unify ioport registration

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: This is the third version of patch series about ioport registration. For the moment some part of QEMU use register_ioport* functions to register ioport. These functions don't permit the logging of range with Memory Listener. Modifications between

Re: [Qemu-devel] [PATCH V3 6/8] hw/dma.c: replace register_ioport*

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: This patch replaces all register_ioport* be the new memory API functions. It permits to use the new Memory stuff like listener. I see /home/tlv/akivity/qemu/hw/dma.c:483:5: error: initialization from incompatible pointer type [-Werror]

Re: [Qemu-devel] [PATCH V3 6/8] hw/dma.c: replace register_ioport*

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: This patch replaces all register_ioport* be the new memory API functions. It permits to use the new Memory stuff like listener. enum { @@ -149,7 +151,7 @@ static inline int getff (struct dma_cont *d) return ff; } -static uint32_t

[Qemu-devel] [PULL] memory core updates

2012-04-08 Thread Avi Kivity
Please pull a memory core update from: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core - listener registration bug fix - improved alias printout in 'info mtree' Blue Swirl (2): ioport: use INT64_MAX for IO

Re: [Qemu-devel] Windows Virtio Issue

2012-04-08 Thread Vadim Rozenfeld
On Monday, March 26, 2012 05:51:37 PM Vadim Rozenfeld wrote: On Monday, March 26, 2012 02:45:34 PM Paul Fisher wrote: On 26 March 2012 09:50, Vadim Rozenfeld vroze...@redhat.com wrote: On Sunday, March 25, 2012 07:01:54 PM Yan Vugenfirer wrote: Hi Paul, Could you try reproducing this

Re: [Qemu-devel] [PULL] memory core updates

2012-04-08 Thread Blue Swirl
On Sun, Apr 8, 2012 at 14:38, Avi Kivity a...@redhat.com wrote: Please pull a memory core update from: Thanks, pulled.  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core - listener registration bug fix - improved alias printout in 'info mtree'

Re: [Qemu-devel] [Spice-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-04-08 Thread Vadim Rozenfeld
On Monday, March 19, 2012 10:31:16 PM Vadim Rozenfeld wrote: On Monday, March 19, 2012 02:48:43 PM Paul Lu-???-? wrote: Hi Vadim, Here is the configuration: /usr/local/bin/qemu-system-x86_64 \ -localtime \ -boot order=c,menu=on \ -drive file=/var/lib/libvirt/images/xxx.img \

Re: [Qemu-devel] [PATCH 0/5] PCI hotplug fixes/cleanup

2012-04-08 Thread Marcelo Tosatti
On Sun, Apr 08, 2012 at 10:15:26AM +0300, Michael S. Tsirkin wrote: On Sun, Apr 08, 2012 at 02:13:00AM -0300, Marcelo Tosatti wrote: On Wed, Apr 04, 2012 at 11:51:00PM -0600, Alex Williamson wrote: We've been batting this one back and forth. This series includes several of the cleanups

Re: [Qemu-devel] [PATCH 0/5] PCI hotplug fixes/cleanup

2012-04-08 Thread Michael S. Tsirkin
On Sun, Apr 08, 2012 at 03:45:38PM -0300, Marcelo Tosatti wrote: On Sun, Apr 08, 2012 at 10:15:26AM +0300, Michael S. Tsirkin wrote: On Sun, Apr 08, 2012 at 02:13:00AM -0300, Marcelo Tosatti wrote: On Wed, Apr 04, 2012 at 11:51:00PM -0600, Alex Williamson wrote: We've been batting this

Re: [Qemu-devel] [RFC PATCH v3 1/9] repagent: Added replication module

2012-04-08 Thread Dor Laor
On 04/05/2012 03:17 PM, Ori Mamluk wrote: Added build options to ./configure: --enable-replication --disable-replicat Added a commandline option to enable: -repagent rep hub IP Added the module files under replication. Added the repagent API usage in block.c Sent as Replication agent patch

[Qemu-devel] [Bug 881637] Re: QEMU fails to build on OpenBSD/hppa

2012-04-08 Thread Brad Smith
The compiler used with the previous comment was GCC 4.2.1. I also tried building with GCC 4.6.3 and it experiences the same error during the build. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [PATCH] remove useless comments in dma

2012-04-08 Thread Wanpeng Li
On Sat, Apr 07, 2012 at 02:23:43PM +, Blue Swirl wrote: On Fri, Apr 6, 2012 at 07:52, Wanpeng Li l...@linux.vnet.ibm.com wrote: This comment is useless, just removes it and makes the codes clear. Signed-off-by: Wanpeng Li l...@linux.vnet.ibm.com Thanks, applied. Patches like these could be

Re: [Qemu-devel] [RFC PATCH v3 1/9] repagent: Added replication module

2012-04-08 Thread Anthony Liguori
On 04/05/2012 07:17 AM, Ori Mamluk wrote: Added build options to ./configure: --enable-replication --disable-replicat Added a commandline option to enable: -repagentrep hub IP Hi, Unless there's an Open Source rep hub that's going along with this patch, it's a Nack from me. Exposing bits

Re: [Qemu-devel] [Spice-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-04-08 Thread Paul Lu-�R�ブ�-研究�l展部
Hi Vadim, The driver works properly on my machine. Is it possible send us the source code of the driver? We'd like to build it on our environment. Thanks a ton. BR Paul -Original Message- From: Vadim Rozenfeld [mailto:vroze...@redhat.com] Sent: Monday, April 09, 2012 2:33 AM To: Paul

Re: [Qemu-devel] [Spice-devel] Vioserial of Windows guest OS on Qemu 0.15

2012-04-08 Thread Vadim Rozenfeld
On Monday, April 09, 2012 06:00:59 AM Paul Lu-?R-?l wrote: Hi Vadim, The driver works properly on my machine. Is it possible send us the source code of the driver? We'd like to build it on our environment. Thanks a ton. BR Paul

[Qemu-devel] relationship between vmport vmmouse i8042 port92

2012-04-08 Thread Wanpeng Li
Hi all: I know i8042 is a chip in southbridge which control keyboard and mouse. Keboard is emulated by i8042 in qemu and mouse is emulated by vmmouse. But what are port92 and vmport, what's the relationship among these four stuff ? Regards, Wanpeng Li -- LTC China, IBM, Shanghai