Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Cheung
Dear MaydellI just tried to compile the latest qemu on Fedora 18 64 bits, it is also fail. When i press "c" in gdb, the qemu won't start running.But one thing fedora is different than mac, when i connect gdb to qemu, it won't say "warning: Error 268435459 getting port names from mach_port_na

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Cheung
Hi Peter CrosthwaiteI haven't git pull the code for two months. Thanksfrom Peter > Date: Sun, 2 Jun 2013 08:57:37 +1000 > From: peter.crosthwa...@xilinx.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] latest qemu with gdb remote not working > > Hi Pete

Re: [Qemu-devel] [PATCH v6 00/11] rdma: migration support

2013-06-01 Thread Michael R. Hines
All, I have successfully performed over 1000+ back-to-back RDMA migrations automatically looped *in a row* using a heavy-weight memory-stress benchmark here at IBM. Migration success is done by capturing the actual serial console output of the virtual machine while the benchmark is running and

Re: [Qemu-devel] [PATCH v2] po/hu.po: Hungarian translation for the GTK+ interface

2013-06-01 Thread Ákos Kovács
ping http://patchwork.ozlabs.org/patch/241726/ -- Ákos Kovács PGP public key ID: 5376F854 at pgp.mit.edu :wq! 2013/5/8 Anthony Liguori > Paolo Bonzini writes: > > > Il 07/05/2013 10:26, Laszlo Ersek ha scritto: > >> I suspected that something like this was in the background, but what I > >

Re: [Qemu-devel] [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h

2013-06-01 Thread Peter Crosthwaite
HI David, On Sat, Jun 1, 2013 at 3:38 PM, David Gibson wrote: > On Fri, May 31, 2013 at 10:44:33AM +0100, Peter Maydell wrote: >> On 31 May 2013 09:25, Paolo Bonzini wrote: >> > Please don't. Fedora is not going to use the bundled dtc because of a >> > policy against bundling, and Fedora's dtc

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Maydell
On 1 June 2013 23:57, Peter Crosthwaite wrote: > On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote: >> i start my qemu by this >> >> ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m >> 256m >> >> it was working before, but not for the latest code. > > When was "before

Re: [Qemu-devel] [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h

2013-06-01 Thread Peter Crosthwaite
Hi All, On Sat, Jun 1, 2013 at 6:26 PM, Peter Maydell wrote: > On 1 June 2013 06:22, David Gibson wrote: >> On Fri, May 31, 2013 at 10:25:55AM +0200, Paolo Bonzini wrote: >>> Fedora's dtc package doesn't include >>> libfdt_env.h. >> >> Yeah, that makes Fedora's dtc (well, libfdt) package broken.

Re: [Qemu-devel] latest qemu with gdb remote not working

2013-06-01 Thread Peter Crosthwaite
Hi Peter, On Sun, Jun 2, 2013 at 6:09 AM, Peter Cheung wrote: > i start my qemu by this > > ~/qemu/bin/qemu-system-x86_64 -hda hd10meg.img -gdb tcp::1234 -k en-us -S -m > 256m > > it was working before, but not for the latest code. When was "before" and are you able to git bisect it? Regards, P

[Qemu-devel] [PATCH 0/2] linux-user: Drop direct use of openat etc syscalls

2013-06-01 Thread Peter Maydell
The linux-user syscall emulation layer currently supports the openat family of syscalls via two mechanisms: simply calling the corresponding libc functions, and making direct syscalls. Since glibc has supported these functions since at least glibc 2.5, there's no real need to retain the (essentiall

[Qemu-devel] [PATCH 1/2] linux-user: Drop direct use of openat etc syscalls

2013-06-01 Thread Peter Maydell
The linux-user syscall emulation layer currently supports the openat family of syscalls via two mechanisms: simply calling the corresponding libc functions, and making direct syscalls. Since glibc has supported these functions since at least glibc 2.5, there's no real need to retain the (essentiall

[Qemu-devel] [PATCH 2/2] configure: Drop CONFIG_ATFILE test

2013-06-01 Thread Peter Maydell
Nobody uses the CONFIG_ATFILE test now, so just drop it. Signed-off-by: Peter Maydell --- configure | 26 -- 1 file changed, 26 deletions(-) diff --git a/configure b/configure index 918dc36..034e3c3 100755 --- a/configure +++ b/configure @@ -2595,29 +2595,6 @@ EOF f

Re: [Qemu-devel] [PATCH] tcx: Fix 24-bit display mode

2013-06-01 Thread Blue Swirl
On Sat, Jun 1, 2013 at 11:41 AM, Mark Cave-Ayland wrote: > Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of > the tcx display adapter by accidentally passing in the final address of the > dirty region to memory_region_reset_dirty() instead of its size. > > Signed-off-

Re: [Qemu-devel] [PATCH 06/22] memory: dispatch unassigned accesses based on .valid.accepts

2013-06-01 Thread Blue Swirl
On Thu, May 30, 2013 at 9:03 PM, Paolo Bonzini wrote: > This provides the basics for detecting accesses to unassigned memory > as soon as they happen, and also for a simple implementation of > address_space_access_valid. > > Reviewed-by: Richard Henderson > Signed-off-by: Paolo Bonzini > --- >

Re: [Qemu-devel] [SeaBIOS] What's the impact of enlarging IDE_TIMEOUT ?

2013-06-01 Thread Fred .
Sounds like something that should be commented in the source code. IDE_TIMEOUT = 32; // 30 seconds per ATA specification +2 seconds thrown in for safety On Sat, Jun 1, 2013 at 3:21 PM, Kevin O'Connor wrote: > On Fri, May 31, 2013 at 03:18:56AM +, Gonglei (Arei) wrote: > >IDE_TIMEOUT is

Re: [Qemu-devel] [SeaBIOS] What's the impact of enlarging IDE_TIMEOUT ?

2013-06-01 Thread Kevin O'Connor
On Fri, May 31, 2013 at 03:18:56AM +, Gonglei (Arei) wrote: >IDE_TIMEOUT is defined 32s. But we encountered its timeout in >some cases, and then loading disk failed in VM. In order to >reduce the probability of timeout, we want to enlarge the >IDE_TIMEOUT, such as 120s. We ver

[Qemu-devel] SR-IOV PF reset and QEMU VFs VFIO passthrough

2013-06-01 Thread Benoît Canet
Hello, I may have soon the PF driver of an SR-IOV card to code and make work with QEMU/KVM so I have the following questions. In an AMD64 setup where QEMU use VFIO to passthrough the VFs of an SR-IOV card to a guest will the consequences of a PF FLR be handled fine by QEMU and the guest ? I rea

[Qemu-devel] [PATCH] tcx: Fix 24-bit display mode

2013-06-01 Thread Mark Cave-Ayland
Commit d08151bf (conversion of tcx to the memory API) broke the 24-bit mode of the tcx display adapter by accidentally passing in the final address of the dirty region to memory_region_reset_dirty() instead of its size. Signed-off-by: Mark Cave-Ayland --- hw/display/tcx.c |8 1 file

Re: [Qemu-devel] -nographic and -daemonize wrt qemu-system-sparc

2013-06-01 Thread Michael Tokarev
[Replying to a very old email which I missed initially] Todd, do you still have the issue you describe? I mean, not that we changed lots in that area (I guess we changed nothing there), but i'm not sure I understand what is going on there, and why the behavour changed the way you describe. I gue

[Qemu-devel] [GIT PULL] Trivial patches for 2013-06-01

2013-06-01 Thread Michael Tokarev
Hello. After a bit more than 2 weeks of silence, I'm asking for a pull from the trivial-patches queue. I didn't ask for the pull request last week because there basically was nothing to pull, but now we have something finally ;) Please pull. Thanks, /mjt The following changes since commit dec3

Re: [Qemu-devel] [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h

2013-06-01 Thread Peter Maydell
On 1 June 2013 06:22, David Gibson wrote: > On Fri, May 31, 2013 at 10:25:55AM +0200, Paolo Bonzini wrote: >> Fedora's dtc package doesn't include >> libfdt_env.h. > > Yeah, that makes Fedora's dtc (well, libfdt) package broken. > >> If David says that the changes are rare enough, let's just fix t