[Qemu-devel] [PATCH] target-alpha: Fix compilation errors for 32 bit hosts

2011-10-08 Thread Stefan Weil
On i386, these errors were reported: qemu/hw/alpha_dp264.c: In function ‘clipper_init’: qemu/hw/alpha_dp264.c:158: error: integer constant is too large for ‘unsigned long’ type qemu/hw/alpha_typhoon.c: In function ‘typhoon_init’: qemu/hw/alpha_typhoon.c:737: error: integer constant is too large

[Qemu-devel] buildbot failure in qemu on xen_x86_64_debian_6_0

2011-10-08 Thread qemu
The Buildbot has detected a new failure on builder xen_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/xen_x86_64_debian_6_0/builds/55 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build Rea

Re: [Qemu-devel] [PATCH] rsqrte_f32: No need to copy sign bit.

2011-10-08 Thread Peter Maydell
On 3 October 2011 15:28, Christophe Lyon wrote: > Indeed, the result is known to be always positive. > -    val = ((val64 >> 63)  & 0x8000) > -        | ((result_exp & 0xff) << 23) > +    val = ((result_exp & 0xff) << 23) >         | ((val64 >> 29)  & 0x7f); >     return make_float32(val)

[Qemu-devel] buildbot failure in qemu on default_i386_rhel61

2011-10-08 Thread qemu
The Buildbot has detected a new failure on builder default_i386_rhel61 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_i386_rhel61/builds/48 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_rhel61_32bit

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Blue Swirl
On Sat, Oct 8, 2011 at 3:51 PM, Richard Henderson wrote: > On 10/08/2011 08:37 AM, Blue Swirl wrote: >> On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson wrote: >>> Ping 2. >>> >>> On 09/27/2011 08:32 AM, Richard Henderson wrote: Ping. On 09/22/2011 09:04 AM, Edgar E. Iglesias wrot

Re: [Qemu-devel] [PULL] lm32 fixes and new milkymist hardware support

2011-10-08 Thread Blue Swirl
On Mon, Oct 3, 2011 at 1:36 PM, Michael Walle wrote: > Hi Anthony, > >> Please publish a git URI. Fetching over HTTP is painful, particularly when >> the connection to the server isn't very good. > > The following changes since commit d11cf8cc80d946dfc9a23597cd9a0bb1c487cfa7: > >  etrax-dma: Remov

Re: [Qemu-devel] [PULL 0/4] Tracing patches

2011-10-08 Thread Blue Swirl
On Mon, Oct 3, 2011 at 11:30 AM, Stefan Hajnoczi wrote: > The following changes since commit d11cf8cc80d946dfc9a23597cd9a0bb1c487cfa7: > >  etrax-dma: Remove bogus if statement (2011-10-03 10:20:13 +0200) > > are available in the git repository at: >  ssh://repo.or.cz/srv/git/qemu/stefanha.git tra

Re: [Qemu-devel] [PATCH 1/2] tcg/ia64: Remove unused tcg_out_addi()

2011-10-08 Thread Blue Swirl
Thanks, applied both. On Sat, Oct 1, 2011 at 12:56 PM, Peter Maydell wrote: > Remove the unused function tcg_out_addi() from the ia64 TCG backend; > this brings it into line with other backends. > > Signed-off-by: Peter Maydell > --- >  tcg/ia64/tcg-target.c |   19 --- >  1 files

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Richard Henderson
On 10/08/2011 08:37 AM, Blue Swirl wrote: > On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson wrote: >> Ping 2. >> >> On 09/27/2011 08:32 AM, Richard Henderson wrote: >>> Ping. >>> >>> On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson

Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11

2011-10-08 Thread Blue Swirl
On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson wrote: > Ping 2. > > On 09/27/2011 08:32 AM, Richard Henderson wrote: >> Ping. >> >> On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: >>> On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson wrote: Changes v10 - v11:   * Fixes for

Re: [Qemu-devel] [Question] dump memory when host pci device is used by guest

2011-10-08 Thread Richard W.M. Jones
On Fri, Oct 07, 2011 at 12:16:07PM +0200, Jan Kiszka wrote: > On 2011-10-07 11:46, Wen Congyang wrote: > > Currently, virsh dump uses monitor command migrate to dump guest's memory > > to file, and we can use crash to analyze the file. > > > > Unfortunately, virsh dump can not work if guest uses h

Re: [Qemu-devel] [PATCH] Make cpu_single_env thread local (Linux only for now)

2011-10-08 Thread Paolo Bonzini
On 10/07/2011 07:29 PM, David Gilbert wrote: Hmm this got a bit more complex than the original patch; still it covers a lot more bases. Should this also replace the THREAD that's defined in linux-user/qemu.h and bsd-user/qemu.h (that is __thread if built with NPTL)? It seems to only be there for

Re: [Qemu-devel] [PATCH] qemu-kvm: Restore VAPIC option ROM installation

2011-10-08 Thread Jan Kiszka
On 2011-10-07 09:03, Jan Kiszka wrote: > Still needed but was accidentally removed by 8bc62bc6be. > > Signed-off-by: Jan Kiszka > --- > > As the guilty patch is only in next so far, you may also fold this one > in. > > hw/pc.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) >

Re: [Qemu-devel] [PATCH 1/2] hw/9pfs: Add new virtfs option cache=writethrough to skip host page cache

2011-10-08 Thread Stefan Hajnoczi
On Fri, Oct 7, 2011 at 7:46 AM, Aneesh Kumar K.V wrote: > cache=writethrough implies the file are opened in the host with O_SYNC open > flag > > Signed-off-by: Aneesh Kumar K.V > --- >  fsdev/file-op-9p.h         |    1 + >  fsdev/qemu-fsdev.c         |   10 -- >  fsdev/qemu-fsdev.h    

Re: [Qemu-devel] [PATCH] hw/9pfs: Use ioeventfd for 9p

2011-10-08 Thread Stefan Hajnoczi
On Fri, Oct 7, 2011 at 7:28 AM, Aneesh Kumar K.V wrote: > With ioeventfd: > [root@qemu-img-64 storage]# dd if=/dev/zero of=/storage/testx bs=8k > count=131072 oflag=direct > 131072+0 records in > 131072+0 records out > 1073741824 bytes (1.1 GB) copied, 26.767 s, 40.1 MB/s > > Without: > [root@qem

[Qemu-devel] Conversation with Victoria Bennett and others

2011-10-08 Thread Victoria Bennett
We have Good news you've been picked to be an official Apple product tester! The products will be shipped Fed-Ex. After testing is completed you will keep the products! All you have to do click on your special link http://chosentesters.com then follow the simple instructions to get started. Hur

Re: [Qemu-devel] [PATCH 08/26] Sparc: fix coding style

2011-10-08 Thread Blue Swirl
On Fri, Oct 7, 2011 at 12:26 PM, Dong Xu Wang wrote: > I checked the patch with ./scripts/checkpatch.pl, and met errors and > warnings: > total: 10 errors, 46 warnings, 2195 lines checked > > I think if the patch makes checkpatch happy, it will be better. :). I get this instead: total: 0 errors,

Re: [Qemu-devel] [PATCH] tcg: Introduce TCGReg for all TCG hosts (fixes build for s390 hosts)

2011-10-08 Thread Blue Swirl
On Fri, Oct 7, 2011 at 6:26 PM, Stefan Weil wrote: > Am 07.10.2011 20:13, schrieb Richard Henderson: >> >> On 10/07/2011 11:00 AM, Stefan Weil wrote: >>> >>> +#define TCGReg int /* TODO: Remove this line when tcg-target.c uses >>> TCGReg. */ >> >> Nack. This is too ugly to live. Fully agree. >>

Re: [Qemu-devel] [RFC] 1.0 release schedule adjustment (spreading out RCs)

2011-10-08 Thread Blue Swirl
On Thu, Oct 6, 2011 at 3:26 PM, Anthony Liguori wrote: > Hi, > > I'm trying to map out the 1.1 release using the same formula as the 1.0 > release.  To make things work a bit better, I'd like to adjust the -rc > schedule a bit. Namely: > > | 2011-11-01 > | Freeze master > |- > | 2011-11-04  ->   2

Re: [Qemu-devel] [PULL 00/64] ppc patch queue 2011-10-06

2011-10-08 Thread Blue Swirl
On Thu, Oct 6, 2011 at 8:05 AM, Alexander Graf wrote: > Hi Blue, > > This is my current patch queue for ppc. Please pull. Thanks, pulled. This fixes PPC boot, also nographic works. > > Alex > > > The following changes since commit e4fc8781db7c49b0c5ac5d24762e17c59dfe0871: >  Stefan Hajnoczi (1):

Re: [Qemu-devel] segfault on current HEAD, qemu-system-arm

2011-10-08 Thread Blue Swirl
On Wed, Oct 5, 2011 at 1:22 PM, Peter Maydell wrote: > On 2 October 2011 19:44, Blue Swirl wrote: >> Bah, bug in bccd9ec5f098668576342c83d90d6d6833d61d33, >> target-arm/op_helper.c missed this change unlike all other targets: >> diff --git a/target-arm/op_helper.c b/target-arm/op_helper.c >> inde

Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Stefan Weil
Am 08.10.2011 19:31, schrieb Benjamin: diff --git a/net/udp.c b/net/udp.c new file mode 100644 index 000..7b4b702 --- /dev/null +++ b/net/udp.c @@ -0,0 +1,140 @@ +/* + * QEMU System Emulator What about using a title which matches better? Maybe 'UDP tunnel' or something like that? + * + *

Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Jan Kiszka
On 2011-10-08 19:31, Benjamin wrote: > On 10/07/11 10:35, Jan Kiszka wrote: >> >> You should send out the changes as proper patch series, rebased on >> current git head. See http://wiki.qemu.org/Contribute/SubmitAPatch for >> further requirements. And make sure that no patch breaks the build so >>

[Qemu-devel] usb_packet_complete assert(p->owner != NULL)

2011-10-08 Thread Stefan Hajnoczi
Hi, I hit an assertion in hw/usb.c when passing through a host USB device on qemu.git/master (e4fc8781db7c49b0c5ac5d24762e17c59dfe0871). This device has never worked before and I was curious to see how qemu.git/master would do. The assertion is: void usb_packet_complete(USBDevice *dev, USBPacket

Re: [Qemu-devel] Integrating Dynamips and GNS3 UDP tunnels (Patches)

2011-10-08 Thread Benjamin
On 10/07/11 10:35, Jan Kiszka wrote: > > You should send out the changes as proper patch series, rebased on > current git head. See http://wiki.qemu.org/Contribute/SubmitAPatch for > further requirements. And make sure that no patch breaks the build so > that bisectability is preserved. > > Jan >