Re: [Qemu-devel] Win2k host problem with {get,free}{addr,name}info()

2010-09-21 Thread Blue Swirl
On Mon, Sep 20, 2010 at 8:21 PM, Anthony Liguori wrote: > On 09/20/2010 03:03 PM, Blue Swirl wrote: >> >> On Mon, Sep 20, 2010 at 6:41 PM, Blue Swirl  wrote: >> >>> >>> On Mon, Sep 20, 2010 at 6:26 PM, Anthony Liguori >>>  wrote: >>> On 09/19/2010 11:16 AM, Blue Swirl wrote: > >

[Qemu-devel] RFC: Monitor high-level design

2010-09-21 Thread Luiz Capitulino
Hi there, I was working on a detailed writeup about monitor's internals so that I could get some guidance regarding monitor's internal design, but after today's call I realized that we should discuss the general design first. I think we have two options: the first (and better known) is to make HM

Re: [Qemu-devel] Win2k host problem with {get,free}{addr,name}info()

2010-09-21 Thread Anthony Liguori
On 09/21/2010 01:32 PM, Blue Swirl wrote: On Mon, Sep 20, 2010 at 8:21 PM, Anthony Liguori wrote: On 09/20/2010 03:03 PM, Blue Swirl wrote: On Mon, Sep 20, 2010 at 6:41 PM, Blue Swirlwrote: On Mon, Sep 20, 2010 at 6:26 PM, Anthony Liguori wrote: On 09/19/2

[Qemu-devel] Re: RFC: Monitor high-level design

2010-09-21 Thread Anthony Liguori
On 09/21/2010 01:46 PM, Luiz Capitulino wrote: Hi there, I was working on a detailed writeup about monitor's internals so that I could get some guidance regarding monitor's internal design, but after today's call I realized that we should discuss the general design first. I think we have two op

Re: [Qemu-devel] [PATCH] trace: Fix user emulator dependency on trace objects

2010-09-21 Thread Blue Swirl
Thanks, applied. On Sun, Sep 19, 2010 at 9:28 AM, Andreas Färber wrote: > Am 12.09.2010 um 17:21 schrieb Andreas Färber: > >> On a clean build, after generating trace.h, make would recurse into >> *-*-user >> without a clue how to build ../trace.o (added to $(obj-y) in >> Makefile.target) >> sinc

[Qemu-devel] Re: [PATCH 1/2] mips_fulong2e: Fix format strings

2010-09-21 Thread Blue Swirl
Thanks, applied. On Mon, Sep 20, 2010 at 8:18 PM, Stefan Weil wrote: > Fix two compiler warnings (when format attribute is applied) > and one error (missing %) in format strings. > > Cc: Aurelien Jarno > Cc: Blue Swirl > Signed-off-by: Stefan Weil > --- >  hw/mips_fulong2e.c |    6 +++--- >  1

[Qemu-devel] Re: [PATCH 2/2] mips_malta: Fix format strings

2010-09-21 Thread Blue Swirl
Thanks, applied. On Mon, Sep 20, 2010 at 8:18 PM, Stefan Weil wrote: > Fix two compiler warnings (when format attribute is applied). > > Cc: Aurelien Jarno > Cc: Blue Swirl > Signed-off-by: Stefan Weil > --- >  hw/mips_malta.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > >

[Qemu-devel] [PATCH] Move macros GCC_ATTR and GCC_FMT_ATTR to common header file

2010-09-21 Thread Stefan Weil
By moving the definition of GCC_ATTR and GCC_FMT_ATTR from audio_int.h to qemu-common.h these macros are now generally available for further patches which add the gcc format attribute. Newer gcc versions support format gnu_printf which is better suited for use in QEMU than format printf (QEMU alwa

[Qemu-devel] Re: [HaikuPorts-devs] [PATCH 0/8] Add Haiku host support

2010-09-21 Thread Andreas Färber
Am 20.09.2010 um 21:04 schrieb Ingo Weinhold: On 2010-09-20 at 00:50:42 [+0200], Andreas Färber > wrote: The following patch series together with qemu_madvise() allows to build and run QEMU on Haiku, using GCC 4.x. Patches 1-5 add support for Haiku hosts to build ppc-softmmu. They are based o

[Qemu-devel] Re: Caching modes

2010-09-21 Thread Christoph Hellwig
On Tue, Sep 21, 2010 at 10:13:01AM -0500, Anthony Liguori wrote: > 1) make virtual WC guest controllable. If a guest enables WC, &= > ~O_DSYNC. If it disables WC, |= O_DSYNC. Obviously, we can let a user > specify the virtual WC mode but it has to be changable during live > migration. I have

[Qemu-devel] Re: Caching modes

2010-09-21 Thread Anthony Liguori
On 09/21/2010 03:57 PM, Christoph Hellwig wrote: On Tue, Sep 21, 2010 at 10:13:01AM -0500, Anthony Liguori wrote: 1) make virtual WC guest controllable. If a guest enables WC,&= ~O_DSYNC. If it disables WC, |= O_DSYNC. Obviously, we can let a user specify the virtual WC mode but it has to

[Qemu-devel] Re: [HaikuPorts-devs] [FYI 7/8] qemu_malloc: Use areas on Haiku for sizes > 1 MiB

2010-09-21 Thread Andreas Färber
Hi, Am 20.09.2010 um 14:26 schrieb Oliver Tappe: On 2010-09-20 at 00:50:49 [+0200], Andreas Färber > wrote: Works around a calloc() SEGV in Haiku's libroot. Cf. http://dev.haiku-os.org/ticket/6637 Ported to HEAD based on a patch by Michael "mmlr" Lotz. Also consider the limit when reallocating

Re: [Qemu-devel] [PULL 00/20] Block patches

2010-09-21 Thread Anthony Liguori
On 09/21/2010 10:21 AM, Kevin Wolf wrote: The following changes since commit a287916c712b0c57a97cd35c663c5e7ba061bc7e: Merge remote branch 'mst/for_anthony' into staging (2010-09-20 13:22:20 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony

Re: [Qemu-devel] ACPI error when mapping a 2GB BAR w/ 4GB of RAM

2010-09-21 Thread Robert Hancock
On 09/19/2010 11:15 AM, Avi Kivity wrote: On 09/17/2010 10:00 PM, Cam Macdonell wrote: After fixing the resource_size_t return value with pci_resource_alignment, I see one other strange behaviour only when using 4GB of RAM and a 2GB BAR. I haven't found any other combination of RAM/BAR size that

[Qemu-devel] [PATCH] [V2] Copy snapshots out of QCOW2 disk

2010-09-21 Thread disheng . su
From: edison In order to backup snapshots, created from QCOW2 iamge, we want to copy snapshots out of QCOW2 disk to a seperate storage. The following patch adds a new option in "qemu-img": qemu-img convert -f qcow2 -O qcow2 -s snapshot_name src_img bck_img. Right now, it only supports to copy t

[Qemu-devel] [Bug 556560] Re: -S doesn't freeze CPU as expected

2010-09-21 Thread Matthew Davey
Actually you have read that incorrectly, the "-boot" was part of the argument to the "-kernel". Their command line states "~/Embedded/working/versatilepb/u-boot" which was broken over the end of line: qemu-system-arm -nographic -m 256 -M versatileab -kernel ~/Embedded/working/versatilepb/u-boot -s

Re: [Qemu-devel] How to fix NEON of cortext-a9 on qemu

2010-09-21 Thread Juha.Riihimaki
On Sep 21, 2010, at 19:22, ext Pham Van Thiet wrote: > example for it please send it for me. Or if you have a patch file for NEON > instruction on qemu please send it for me? You could have a try with the MeeGo QEMU branch (meego.gitorious.org/qemu-maemo). We have a bunch of ARM patches on top

<    1   2