Re: [Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-22 Thread Markus Armbruster
Alex Jia <887...@bugs.launchpad.net> writes: > This is latest result on qemu-1.0-rc3, and I notice that 'RESOURCE_LEAK' > is 10 now: RESOURCE_LEAK is crippled right now, because Coverity knows nothing about glib. I started teaching it, and I intend to share when ready.

Re: [Qemu-devel] plans for QEMU support for KVM on ARM

2011-11-22 Thread Jubi Taneja
Thanks for sharing this information. When is QEMU support for ARM Cortex A15 (with LPAE) expected? Jubi On Tue, Nov 22, 2011 at 8:14 PM, Peter Maydell wrote: > This email is just a quick summary of what we (Linaro) are > planning in the way of QEMU work to support KVM on ARM Cortex-A15. > The id

Re: [Qemu-devel] [PATCH 1.0] 9pfs: improve portability to older systems

2011-11-22 Thread Paolo Bonzini
On 11/23/2011 07:16 AM, Aneesh Kumar K.V wrote: We would also require same changes for virtio-9p-handle.c right ? virtio-9p-handle.c is only for recent Linux and you can assume the ioctl is defined there. Paolo

Re: [Qemu-devel] [PATCH V2] Add -f option to qemu-nbd

2011-11-22 Thread Paolo Bonzini
On 11/23/2011 07:51 AM, Chun Yan Liu wrote: According to above code logic, if lock in an early place is not accepted, then removing CLEAR_SOCK in nbd_init phase can also solve problem. In fact, if cleanup work done well, I think that ioctl is not needed. Any comments? I think you're right. In

Re: [Qemu-devel] [PATCH V2] Add -f option to qemu-nbd

2011-11-22 Thread Chun Yan Liu
I've had a look at nbd driver code and viewed the trace log, and get clear about why the previously mentioned problem happens: 1st time: qemu-nbd -c /dev/nbd0 disk.img nbd_init: send these ioctl(s) in order, SET_BLKSIZE, SET_SIZE, CLEAR_SOCK, SET_SOCK nbd_clinet: NBD_DO_IT (it will then handl

Re: [Qemu-devel] [PATCH 1.0] 9pfs: improve portability to older systems

2011-11-22 Thread Aneesh Kumar K.V
On Mon, 21 Nov 2011 09:29:11 +0100, Paolo Bonzini wrote: > Small requirements on "new" features have percolated to virtio-9p-local.c. > In particular, the utimensat wrapper actually only supports dirfd = AT_FDCWD > and flags = AT_SYMLINK_NOFOLLOW in the fallback code. Remove the arguments > so th

Re: [Qemu-devel] [PATCH v2 7/8] block: core copy-on-read logic

2011-11-22 Thread Zhi Yong Wu
On Thu, Nov 17, 2011 at 9:40 PM, Stefan Hajnoczi wrote: > Signed-off-by: Stefan Hajnoczi > --- >  block.c      |   72 > ++ >  trace-events |    1 + >  2 files changed, 73 insertions(+), 0 deletions(-) > > diff --git a/block.c b/block.c > in

Re: [Qemu-devel] [v9 Patch 5/6]Qemu: Framework for reopening images safely

2011-11-22 Thread Supriya Kannery
On 11/22/2011 05:19 PM, Stefan Hajnoczi wrote: On Tue, Nov 22, 2011 at 11:16 AM, supriya kannery wrote: Kevin Wolf wrote: Am 22.11.2011 11:24, schrieb supriya kannery: How does VMDK implement its prepare/commit/abort? It needs to use the "public" bdrv_reopen_prepare() function on its im

Re: [Qemu-devel] [PATCH v2 7/8] block: core copy-on-read logic

2011-11-22 Thread Zhi Yong Wu
On Thu, Nov 17, 2011 at 9:40 PM, Stefan Hajnoczi wrote: > Signed-off-by: Stefan Hajnoczi > --- >  block.c      |   72 > ++ >  trace-events |    1 + >  2 files changed, 73 insertions(+), 0 deletions(-) > > diff --git a/block.c b/block.c > in

[Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-22 Thread Alex Jia
** Attachment added: "qemu-1.0-rc3.err" https://bugs.launchpad.net/qemu/+bug/887883/+attachment/2605559/+files/qemu-1.0-rc3.err -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/887883 Title: Cover

[Qemu-devel] [Bug 887883] Re: Coverity scan revealed defects

2011-11-22 Thread Alex Jia
This is latest result on qemu-1.0-rc3, and I notice that 'RESOURCE_LEAK' is 10 now: Analysis summary report: Files analyzed : 825 Total LoC input to cov-analyze : 576887 Functions analyzed : 20639 Paths analyzed : 896645 Defect o

Re: [Qemu-devel] [PATCH] Implement the function usb_hub_handle_reset

2011-11-22 Thread hkran
On 11/22/2011 08:36 PM, Gerd Hoffmann wrote: On 11/22/11 09:58, hkran wrote: Implement the function usb_hub_handle_reset. without it the guest propablly fail to configure the usb device attached to the virtulized hub with a correct address. Typically, attaching more than one usb devices when la

Re: [Qemu-devel] KVM call agenda for Novemeber 22

2011-11-22 Thread 王永博
Thank you ! 2011/11/23 Alex Jia : > Hi Yongbo, > I know VMsafe covers three main areas are Memory, Disk and Network > for securing the virtual environment, as far as I know, for kvm > security, we have similar security features or resource management > and control, for instance: > > 1. Host networ

Re: [Qemu-devel] KVM call agenda for Novemeber 22

2011-11-22 Thread Alex Jia
Hi Yongbo, I know VMsafe covers three main areas are Memory, Disk and Network for securing the virtual environment, as far as I know, for kvm security, we have similar security features or resource management and control, for instance: 1. Host network isolation, configuring network interface for t

Re: [Qemu-devel] [PATCH v2 1.0] configure: tighten pie toolchain support test for tls variables

2011-11-22 Thread Brad
On 22/11/11 7:35 AM, Avi Kivity wrote: Some toolchains don't support pie properly when tls variables are in use. Disallow pie when such toolchains are detected. Signed-off-by: Avi Kivity --- v2: give tls_var a type; avoids invisible warning This breaks the PIE check on OpenBSD since there is

[Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/100 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Buil

[Qemu-devel] buildbot failure in qemu on block_i386_debian_6_0

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder block_i386_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_i386_debian_6_0/builds/100 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build Re

Re: [Qemu-devel] KVM call agenda for Novemeber 22

2011-11-22 Thread 王永博
Does kvm has the api like vmsafe to help cooperator protect their product ? 2011/11/22 Juan Quintela : > > Hi > > Please send in any agenda items you are interested in covering. > > Later, Juan. > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to m

Re: [Qemu-devel] buildbot failure in qemu on block_openbsd_current

2011-11-22 Thread Alexander Graf
On 23.11.2011, at 03:04, q...@buildbot.b1-systems.de wrote: > The Buildbot has detected a new failure on builder block_openbsd_current > while building qemu. > Full details are available at: > http://buildbot.b1-systems.de/qemu/builders/block_openbsd_current/builds/61 > > Buildbot URL: http://b

Re: [Qemu-devel] buildbot failure in qemu on block_openbsd_current

2011-11-22 Thread Alexander Graf
On 23.11.2011, at 03:04, q...@buildbot.b1-systems.de wrote: > The Buildbot has detected a new failure on builder block_openbsd_current > while building qemu. > Full details are available at: > http://buildbot.b1-systems.de/qemu/builders/block_openbsd_current/builds/61 > > Buildbot URL: http://b

[Qemu-devel] buildbot failure in qemu on block_mingw32

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder block_mingw32 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_mingw32/builds/43 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_rhel61 Build Reason: The

[Qemu-devel] buildbot failure in qemu on block_openbsd_current

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder block_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_openbsd_current/builds/61 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd_curr

[Qemu-devel] buildbot failure in qemu on block_openbsd_4.9

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder block_openbsd_4.9 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/block_openbsd_4.9/builds/43 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_openbsd49 Build R

Re: [Qemu-devel] [PATCH V2 0/4] imx.31 and KZM board support

2011-11-22 Thread Peter Chubb
> "Peter" == Peter Chubb writes: Peter> All comments received so far have been addressed --- I've added Peter> a macro, `scream' that gives at most 10 lines of output for OS Peter> error reporting. Except I noticed a thinko in the macro. The decrement should be inside the guard, thus: #de

Re: [Qemu-devel] [PATCH] imx.31 and KZM board support

2011-11-22 Thread Peter Chubb
> "Juan" == Juan Quintela writes: Juan> Peter Chubb wrote: Juan> This is not used. Shouldn't a call like this be needed? Juan>vmstate_register(&dev->qdev, -1, &vmstate_imxg_timer, s); Juan> ??? Yes!! Thanks for checking. I've altered the source ready for the next rollout of patc

Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5

2011-11-22 Thread Alexander Graf
On 23.11.2011, at 01:09, q...@buildbot.b1-systems.de wrote: > The Buildbot has detected a new failure on builder default_x86_64_rhel5 while > building qemu. > Full details are available at: > http://buildbot.b1-systems.de/qemu/builders/default_x86_64_rhel5/builds/78 > > Buildbot URL: http://bui

[Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5

2011-11-22 Thread qemu
The Buildbot has detected a new failure on builder default_x86_64_rhel5 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_x86_64_rhel5/builds/78 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_rhel5 Build

Re: [Qemu-devel] [PATCH v3 07/11] bonito: convert north bridge register mapping to memory API

2011-11-22 Thread Peter Maydell
2011/11/22 Benoît Canet : >  static int bonito_initfn(PCIDevice *dev) >  { >     PCIBonitoState *s = DO_UPCAST(PCIBonitoState, dev, dev); > +    SysBusDevice *sysbus = sysbus_from_qdev(&dev->qdev); This looks odd. The device here is a PCIBonitoState, which is-a PCIDevice, which is-a DeviceState. I

Re: [Qemu-devel] [RFC PATCH] vfio: VFIO Driver core framework

2011-11-22 Thread Alex Williamson
On Tue, 2011-11-22 at 14:00 -0600, Scott Wood wrote: > On 11/22/2011 01:16 PM, Alex Williamson wrote: > > On Fri, Nov 18, 2011 at 2:09 PM, Scott Wood wrote: > >> On Fri, Nov 18, 2011 at 01:32:56PM -0700, Alex Williamson wrote: > >>> Ugh, I suppose you're thinking of an ILP64 platform with ILP32 co

[Qemu-devel] [PATCH v3 02/11] mcf_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h | 11 +++ hw/mcf5206.c | 25 + hw/mcf5208.c |6 +++--- hw/mcf_uart.c | 34 +++--- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index 572424

[Qemu-devel] [PATCH v3 01/11] mcf5206: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/an5206.c |2 +- hw/mcf.h |5 - hw/mcf5206.c | 37 + 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/hw/an5206.c b/hw/an5206.c index 3fe1f00..319a40e 100644 --- a/hw/an5206.c +++ b/hw/an5206.

[Qemu-devel] [PATCH v3 07/11] bonito: convert north bridge register mapping to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 39 ++- 1 files changed, 18 insertions(+), 21 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index fdb8198..9260848 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -201,9 +201,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] [PATCH v3 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_uart.c | 31 +++ 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c index 3678545..46a5ae0 100644 --- a/hw/lm32_uart.c +++ b/hw/lm32_uart.c @@ -91,6 +91,7 @@ enum { struct LM32Ua

[Qemu-devel] [PATCH v3 00/11] more memory API conversions

2011-11-22 Thread Benoît Canet
These patches convert some files to memory API I am wondering if the bonito ones are corrects as sysbus_mmio_map() use internally get_system_memory(). v2: remove unneeded casts in mcf_uart remove unneeded #include in lm32_uart and lm32_sys v3: use valid.accept in lm32_sys Benoît Canet (11): m

[Qemu-devel] [PATCH v3 11/11] bonito: convert cop to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 40 +--- 1 files changed, 17 insertions(+), 23 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 8972f55..a92675c 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -205,6 +205,7 @@ typedef struct PCIBonitoSta

[Qemu-devel] [PATCH v3 10/11] bonito: convert ldma to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 39 --- 1 files changed, 16 insertions(+), 23 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index b4c3387..8972f55 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -204,6 +204,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] [PATCH v3 04/11] mcf_intc: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |4 +++- hw/mcf5208.c |2 +- hw/mcf_intc.c | 33 +++-- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index 2f88ff0..baa790b 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -15,7 +15

[Qemu-devel] [PATCH v3 06/11] lm32_sys: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_sys.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hw/lm32_sys.c b/hw/lm32_sys.c index e5ff962..0c8e971 100644 --- a/hw/lm32_sys.c +++ b/hw/lm32_sys.c @@ -47,6 +47,7 @@ enum { struct LM32SysState {

[Qemu-devel] [PATCH v3 09/11] bonito: convert south bridge pci config to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 40 +++- 1 files changed, 19 insertions(+), 21 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 8fa709a..b4c3387 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -203,10 +203,7 @@ typedef struct PCIBonitoSt

[Qemu-devel] [PATCH v3 03/11] mcf_fec: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |3 ++- hw/mcf5208.c |3 ++- hw/mcf_fec.c | 38 +++--- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index e2f6727..2f88ff0 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -18,7 +

[Qemu-devel] [PATCH v3 08/11] bonito: convert north bridge pci config to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 38 -- 1 files changed, 16 insertions(+), 22 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 9260848..8fa709a 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -202,10 +202,7 @@ typedef struct PCIBonitoStat

Re: [Qemu-devel] [RFC PATCH] vfio: VFIO Driver core framework

2011-11-22 Thread Scott Wood
On 11/22/2011 01:16 PM, Alex Williamson wrote: > On Fri, Nov 18, 2011 at 2:09 PM, Scott Wood wrote: >> On Fri, Nov 18, 2011 at 01:32:56PM -0700, Alex Williamson wrote: >>> Ugh, I suppose you're thinking of an ILP64 platform with ILP32 compat >>> mode. >> >> Does Linux support ILP64? There are "in

[Qemu-devel] [Bug 882997] Re: 64-bit linux guests fail to start on oneiric running 3.0 kernel

2011-11-22 Thread Klaus Rennecke
Apport was done with the failing VM running, sort of. You can see it in the KvmCmdLine, added to the bug description by apport. The VM oscillates though, it starts through BIOS, and fails when GRUB starts. So it does not really "run". No dump to be seen in dmesg, but the VM log file (from /var/log/

[Qemu-devel] [Bug 882997] Re: 64-bit linux guests fail to start on oneiric running 3.0 kernel

2011-11-22 Thread Klaus Rennecke
Just to be sure it's clear: Kernel version of the *host* matters, the guest VMs are not changed. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 Title: 64-bit linux guests fail to start on one

Re: [Qemu-devel] [RFC PATCH] vfio: VFIO Driver core framework

2011-11-22 Thread Alex Williamson
On Fri, Nov 18, 2011 at 2:09 PM, Scott Wood wrote: > On Fri, Nov 18, 2011 at 01:32:56PM -0700, Alex Williamson wrote: >> Hmm, that might be cleaner than eliminating the size with just using >> _IO().  So we might have something like: >> >> #define VFIO_IOMMU_MAP_DMA              _IOWR(';', 106, st

Re: [Qemu-devel] [PATCH] vdi: Fix memory leak

2011-11-22 Thread Stefan Weil
Am 22.11.2011 17:16, schrieb Kevin Wolf: The block map is allocated in vdi_open, but was never freed. Signed-off-by: Kevin Wolf --- Applies on top if the migration blocker series. block/vdi.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/block/vdi.c b/block/vdi.c

Re: [Qemu-devel] [RFC PATCH] vfio: VFIO Driver core framework

2011-11-22 Thread Alex Williamson
On Mon, 2011-11-21 at 13:47 +1100, David Gibson wrote: > On Fri, Nov 18, 2011 at 01:32:56PM -0700, Alex Williamson wrote: > > On Thu, 2011-11-17 at 11:02 +1100, David Gibson wrote: > > > On Tue, Nov 15, 2011 at 11:01:28AM -0700, Alex Williamson wrote: > > > > On Tue, 2011-11-15 at 17:34 +1100, Davi

[Qemu-devel] [Bug 882997] Re: 64-bit linux guests fail to start on oneiric running 3.0 kernel

2011-11-22 Thread Serge Hallyn
Thanks for the information. I don't see any kernel dump info in the currentdmesg. Could you first try starting the virtual machine that fails, and then re-run the apport-collect command? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEM

Re: [Qemu-devel] Memory sync algorithm during migration

2011-11-22 Thread oliver.hookins
Apologies for the top post as my mobile device doesn't allow anything else. I have no set the maximum permissible migration time but that default certainly points to a possibility of a solution. As for the writing semantics it was a straight dd from disk to /dev/shm so I can't speak for the kern

[Qemu-devel] [PATCH v2 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_uart.c | 31 +++ 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c index 3678545..46a5ae0 100644 --- a/hw/lm32_uart.c +++ b/hw/lm32_uart.c @@ -91,6 +91,7 @@ enum { struct LM32Ua

Re: [Qemu-devel] [PATCH v2 06/11] lm32_sys: convert to memory API

2011-11-22 Thread Avi Kivity
On 11/22/2011 06:32 PM, Benoît Canet wrote: > > -static CPUReadMemoryFunc * const sys_read_fn[] = { > -NULL, > -NULL, > -NULL, > -}; > - > -static CPUWriteMemoryFunc * const sys_write_fn[] = { > -NULL, > -NULL, > -&sys_write, > +static const MemoryRegionOps sys_ops = { > +

[Qemu-devel] [Bug 882997] UdevDb.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605175/+files/UdevDb.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 Title: 64-

[Qemu-devel] [PATCH v2 08/11] bonito: convert north bridge pci config to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 38 -- 1 files changed, 16 insertions(+), 22 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 9260848..8fa709a 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -202,10 +202,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] [Bug 882997] Dependencies.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605167/+files/Dependencies.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997

[Qemu-devel] [PATCH] fix out of tree build

2011-11-22 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini diff --git a/Makefile b/Makefile index 168093c..885065f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-obj-y) test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) $(tools-

[Qemu-devel] [Bug 882997] Lspci.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605168/+files/Lspci.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 Title: 64-bi

[Qemu-devel] [Bug 882997] Lsusb.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605169/+files/Lsusb.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 Title: 64-bi

[Qemu-devel] [PATCH v2 07/11] bonito: convert north bridge register mapping to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 39 ++- 1 files changed, 18 insertions(+), 21 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index fdb8198..9260848 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -201,9 +201,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] [PATCH v2 04/11] mcf_intc: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |4 +++- hw/mcf5208.c |2 +- hw/mcf_intc.c | 33 +++-- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index 2f88ff0..baa790b 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -15,7 +15

[Qemu-devel] [PATCH v2 10/11] bonito: convert ldma to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 39 --- 1 files changed, 16 insertions(+), 23 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index b4c3387..8972f55 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -204,6 +204,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] planet-ltc.com

2011-11-22 Thread Alex
Preferred Domain Availability Notice: planet-ltc.com will be listed for auction in a few days. This domain might be useful for you, since you own a domain similar to this domain. To confirm interest in owning this domain, fill out the simple form here: planet-ltc.com Sincerely,Alex

[Qemu-devel] [PATCH v2 06/11] lm32_sys: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_sys.c | 23 +-- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/hw/lm32_sys.c b/hw/lm32_sys.c index e5ff962..6aa8b2e 100644 --- a/hw/lm32_sys.c +++ b/hw/lm32_sys.c @@ -47,6 +47,7 @@ enum { struct LM32SysState {

[Qemu-devel] [Bug 882997] CurrentDmesg.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605166/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997

[Qemu-devel] [Bug 882997] ProcEnviron.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605171/+files/ProcEnviron.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 T

Re: [Qemu-devel] [PATCH v2 6/8] block: request overlap detection

2011-11-22 Thread Kevin Wolf
Am 22.11.2011 16:10, schrieb Stefan Hajnoczi: > On Tue, Nov 22, 2011 at 3:06 PM, Kevin Wolf wrote: >> Am 17.11.2011 14:40, schrieb Stefan Hajnoczi: >>> Detect overlapping requests and remember to align to cluster boundaries >>> if the image format uses them. This assumes that allocating I/O is >>

Re: [Qemu-devel] Memory sync algorithm during migration

2011-11-22 Thread Pierre Riteau
On 22 nov. 2011, at 14:04, Oliver Hookins wrote: > On Tue, Nov 22, 2011 at 10:31:58AM +0100, ext Juan Quintela wrote: >> Oliver Hookins wrote: >>> On Tue, Nov 15, 2011 at 11:47:58AM +0100, ext Juan Quintela wrote: Takuya Yoshikawa wrote: > Adding qemu-devel ML to CC. > > Your q

[Qemu-devel] [Bug 882997] ProcInterrupts.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605172/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882

Re: [Qemu-devel] [PATCHES for 1.0] various spice usb-redir integration patches

2011-11-22 Thread Gerd Hoffmann
On 11/21/11 22:05, Anthony Liguori wrote: > On 11/19/2011 03:22 AM, Hans de Goede wrote: >> Hi All, >> >> Sorry for sending these in so late, I send most of them in before a >> long time >> ago, but then they got stuck on waiting for the big chardev rewrite. >> Since it >> seems clear now that the

[Qemu-devel] [PATCH v2 11/11] bonito: convert cop to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 40 +--- 1 files changed, 17 insertions(+), 23 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 8972f55..a92675c 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -205,6 +205,7 @@ typedef struct PCIBonitoSta

[Qemu-devel] [PATCH v2 09/11] bonito: convert south bridge pci config to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 40 +++- 1 files changed, 19 insertions(+), 21 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 8fa709a..b4c3387 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -203,10 +203,7 @@ typedef struct PCIBonitoSt

[Qemu-devel] [PATCH v2 02/11] mcf_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h | 11 +++ hw/mcf5206.c | 25 + hw/mcf5208.c |6 +++--- hw/mcf_uart.c | 34 +++--- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index 572424

[Qemu-devel] [PATCH v2 03/11] mcf_fec: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |3 ++- hw/mcf5208.c |3 ++- hw/mcf_fec.c | 38 +++--- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index e2f6727..2f88ff0 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -18,7 +

[Qemu-devel] [PATCH v2 00/11] more memory API conversion

2011-11-22 Thread Benoît Canet
These patches convert files to memory API v2: remove unneeded casts in mcf_uart remove unneeded #include in lm32_uart and lm32_sys Benoît Canet (11): mcf5206: convert to memory API mcf_uart: convert to memory API mcf_fec: convert to memory API mcf_intc: convert to memory API lm32_uart:

[Qemu-devel] [PATCH v2 01/11] mcf5206: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/an5206.c |2 +- hw/mcf.h |5 - hw/mcf5206.c | 37 + 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/hw/an5206.c b/hw/an5206.c index 3fe1f00..319a40e 100644 --- a/hw/an5206.c +++ b/hw/an5206.

[Qemu-devel] [Bug 882997] Re: 64-bit linux guests fail to start on oneiric running 3.0 kernel

2011-11-22 Thread Klaus Rennecke
apport information ** Tags added: apport-collected running-unity ** Description changed: Host: Ubuntu 11.10 kernel vmlinuz-3.0.0-12-generic or vmlinuz-3.0.0-12-server on AMD Athlon(tm) II P360 Dual-Core Guests: SLES 10 or 11, all 64 bit 32 bit windows guest starts fine. All 64 bit linu

[Qemu-devel] [PATCH 5/5] vvfat: Add migration blocker

2011-11-22 Thread Kevin Wolf
vvfat caches more or less everything when in writable mode. For migration to work, it would have to be invalidated. Block migration for now when in writable mode (default is readonly). Signed-off-by: Kevin Wolf --- block/vvfat.c | 17 + 1 files changed, 17 insertions(+), 0 dele

[Qemu-devel] [PATCH 1/5] qcow: Add migration blocker

2011-11-22 Thread Kevin Wolf
qcow caches L2 tables. For migration to work, they would have to be invalidated. Block migration for now. Signed-off-by: Kevin Wolf --- block/qcow.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/block/qcow.c b/block/qcow.c index 5314697..326ef87 100644 ---

[Qemu-devel] [PATCH] vdi: Fix memory leak

2011-11-22 Thread Kevin Wolf
The block map is allocated in vdi_open, but was never freed. Signed-off-by: Kevin Wolf --- Applies on top if the migration blocker series. block/vdi.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/block/vdi.c b/block/vdi.c index 7dda522..02da6b4 100644 --- a/block/v

[Qemu-devel] [Bug 882997] ProcCpuinfo.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605170/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 T

[Qemu-devel] [Bug 882997] RelatedPackageVersions.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "RelatedPackageVersions.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605174/+files/RelatedPackageVersions.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launch

[Qemu-devel] [Bug 882997] UdevLog.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605176/+files/UdevLog.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 Title: 6

[Qemu-devel] [Bug 882997] ProcModules.txt

2011-11-22 Thread Klaus Rennecke
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/882997/+attachment/2605173/+files/ProcModules.txt -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/882997 T

[Qemu-devel] [PATCH 0/5] block: More migration blockers

2011-11-22 Thread Kevin Wolf
Not only QED is unsafe with respect to migration, almost all other writable image formats are as well. Let's add migration blockers there. Kevin Wolf (5): qcow: Add migration blocker vdi: Add migration blocker vmdk: Add migration blocker vpc: Add migration blocker vvfat: Add migration bl

[Qemu-devel] [PATCH 4/5] vpc: Add migration blocker

2011-11-22 Thread Kevin Wolf
vpc caches the BAT. For migration to work, it would have to be invalidated. Block migration for now. Signed-off-by: Kevin Wolf --- block/vpc.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/block/vpc.c b/block/vpc.c index 39a3247..75d7d4a 100644 --- a/block

[Qemu-devel] [PATCH 2/5] vdi: Add migration blocker

2011-11-22 Thread Kevin Wolf
vdi caches the block map. For migration to work, it would have to be invalidated. Block migration for now. Signed-off-by: Kevin Wolf --- block/vdi.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/block/vdi.c b/block/vdi.c index 684a4a8..7dda522 100644 --- a/

[Qemu-devel] [PATCH 3/5] vmdk: Add migration blocker

2011-11-22 Thread Kevin Wolf
VMDK caches L2 tables. For migration to work, they would have to be invalidated. Block migration for now. Signed-off-by: Kevin Wolf --- block/vmdk.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 96f7d5d..f544159 100644

Re: [Qemu-devel] Memory sync algorithm during migration

2011-11-22 Thread Pierre Riteau
On 22 nov. 2011, at 14:04, Oliver Hookins wrote: > On Tue, Nov 22, 2011 at 10:31:58AM +0100, ext Juan Quintela wrote: >> Oliver Hookins wrote: >>> On Tue, Nov 15, 2011 at 11:47:58AM +0100, ext Juan Quintela wrote: Takuya Yoshikawa wrote: > Adding qemu-devel ML to CC. > > Your q

Re: [Qemu-devel] [PATCH 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Avi Kivity
On 11/22/2011 04:23 PM, Benoît Canet wrote: > Signed-off-by: Benoît Canet > --- > hw/lm32_uart.c | 32 > 1 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c > index 3678545..5701c88 100644 > --- a/hw/lm32_uart.c >

Re: [Qemu-devel] [PATCH 02/11] mcf_uart: convert to memory API

2011-11-22 Thread Avi Kivity
On 11/22/2011 04:23 PM, Benoît Canet wrote: > Signed-off-by: Benoît Canet > --- > hw/mcf.h | 11 +++ > hw/mcf5206.c | 25 + > hw/mcf5208.c |6 +++--- > hw/mcf_uart.c | 34 +++--- > 4 files changed, 38 insertions(+), 38 d

[Qemu-devel] [PATCH 05/11] lm32_uart: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/lm32_uart.c | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/hw/lm32_uart.c b/hw/lm32_uart.c index 3678545..5701c88 100644 --- a/hw/lm32_uart.c +++ b/hw/lm32_uart.c @@ -27,6 +27,7 @@ #include "trace.h" #

[Qemu-devel] [Bug 882997] Re: 64-bit linux guests fail to start on oneiric running 3.0 kernel

2011-11-22 Thread Serge Hallyn
Thanks for submitting this bug. In order to have apport provide some more information which could help in debugging this, could you please run: apport-collect 882997 ** Changed in: qemu-kvm (Ubuntu) Status: New => Incomplete ** Changed in: qemu-kvm (Ubuntu) Importance: Undecided

Re: [Qemu-devel] [Android-virt] plans for QEMU support for KVM on ARM

2011-11-22 Thread Peter Maydell
On 22 November 2011 15:05, Alexander Graf wrote: > On 22.11.2011, at 15:44, Peter Maydell wrote: >> We're aiming for a reasonable working prototype of A15 guest on >> an A15 Fast Model host here; we need to fix at least some of >> the bugs which currently mean upstream QEMU doesn't work on ARM ho

[Qemu-devel] [PATCH 00/11] more memory API conversion

2011-11-22 Thread Benoît Canet
These patches convert files to memory API Benoît Canet (11): mcf5206: convert to memory API mcf_uart: convert to memory API mcf_fec: convert to memory API mcf_intc: convert to memory API lm32_uart: convert to memory API lm32_sys: convert to memory API bonito: convert north bridge reg

[Qemu-devel] [PATCH 08/11] bonito: convert north bridge pci config to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 38 -- 1 files changed, 16 insertions(+), 22 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index 9260848..8fa709a 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -202,10 +202,7 @@ typedef struct PCIBonitoStat

[Qemu-devel] [PATCH 04/11] mcf_intc: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |4 +++- hw/mcf5208.c |2 +- hw/mcf_intc.c | 33 +++-- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index 2f88ff0..baa790b 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -15,7 +15

[Qemu-devel] [PATCH 03/11] mcf_fec: convert to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/mcf.h |3 ++- hw/mcf5208.c |3 ++- hw/mcf_fec.c | 38 +++--- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/hw/mcf.h b/hw/mcf.h index e2f6727..2f88ff0 100644 --- a/hw/mcf.h +++ b/hw/mcf.h @@ -18,7 +

Re: [Qemu-devel] KVM call agenda for Novemeber 22

2011-11-22 Thread Stefan Hajnoczi
On Tue, Nov 22, 2011 at 3:00 PM, Stefan Hajnoczi wrote: > On Tue, Nov 22, 2011 at 2:39 PM, Juan Quintela wrote: >> Juan Quintela wrote: >>> Hi >>> >>> Please send in any agenda items you are interested in covering. >> >> As there is no topic for today, and Anthony just give us reading we >> woul

Re: [Qemu-devel] [PATCH v2 6/8] block: request overlap detection

2011-11-22 Thread Stefan Hajnoczi
On Tue, Nov 22, 2011 at 3:06 PM, Kevin Wolf wrote: > Am 17.11.2011 14:40, schrieb Stefan Hajnoczi: >> Detect overlapping requests and remember to align to cluster boundaries >> if the image format uses them.  This assumes that allocating I/O is >> performed in cluster granularity - which is true f

[Qemu-devel] [PATCH 07/11] bonito: convert north bridge register mapping to memory API

2011-11-22 Thread Benoît Canet
Signed-off-by: Benoît Canet --- hw/bonito.c | 39 ++- 1 files changed, 18 insertions(+), 21 deletions(-) diff --git a/hw/bonito.c b/hw/bonito.c index fdb8198..9260848 100644 --- a/hw/bonito.c +++ b/hw/bonito.c @@ -201,9 +201,7 @@ typedef struct PCIBonitoStat

Re: [Qemu-devel] [Android-virt] plans for QEMU support for KVM on ARM

2011-11-22 Thread Alexander Graf
On 22.11.2011, at 15:44, Peter Maydell wrote: > This email is just a quick summary of what we (Linaro) are > planning in the way of QEMU work to support KVM on ARM Cortex-A15. > The idea is to let people know what's coming up, find out if we've > forgotten anything, and avoid people duplicating

  1   2   >