Re: [Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32

2013-05-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32

2013-05-17 Thread Paolo Bonzini
Il 17/05/2013 03:25, TeLeMan ha scritto: > On Thu, May 16, 2013 at 11:35 PM, Stefan Hajnoczi wrote: >> User networking is broken on win32. These patches resolve the issues. >> >> TeLeMan and therock247uk: Please apply these patches and confirm that they >> fix >> the bug. >> >> Paolo: Please let

Re: [Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32

2013-05-16 Thread TeLeMan
On Thu, May 16, 2013 at 11:35 PM, Stefan Hajnoczi wrote: > User networking is broken on win32. These patches resolve the issues. > > TeLeMan and therock247uk: Please apply these patches and confirm that they fix > the bug. > > Paolo: Please let me know if you want to take Author:. > > Stefan Hajn

Re: [Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32

2013-05-16 Thread Paolo Bonzini
Il 16/05/2013 17:35, Stefan Hajnoczi ha scritto: > User networking is broken on win32. These patches resolve the issues. > > TeLeMan and therock247uk: Please apply these patches and confirm that they fix > the bug. > > Paolo: Please let me know if you want to take Author:. No worries, thanks.

[Qemu-devel] [PATCH for-1.5 0/2] main-loop: fix slirp on win32

2013-05-16 Thread Stefan Hajnoczi
User networking is broken on win32. These patches resolve the issues. TeLeMan and therock247uk: Please apply these patches and confirm that they fix the bug. Paolo: Please let me know if you want to take Author:. Stefan Hajnoczi (2): main-loop: narrow win32 pollfds_fill() event bitmasks mai

Re: [Qemu-devel] [PATCH for-1.5 0/2]

2013-05-16 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/2] virtio-net: fix netclient id and type.

2013-05-16 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/2] virtio-net: fix netclient id and type.

2013-05-15 Thread Stefan Hajnoczi
On Wed, May 15, 2013 at 02:12:48PM +0200, fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This fixes this bug: https://bugs.launchpad.net/qemu/+bug/1179357 > > The name, and the type is replaced by virtio-net-x's id and virtio-net-x's > type > to restore the behaviour of "info netw

[Qemu-devel] [PATCH for-1.5 0/2] virtio-net: fix netclient id and type.

2013-05-15 Thread fred . konrad
From: KONRAD Frederic This fixes this bug: https://bugs.launchpad.net/qemu/+bug/1179357 The name, and the type is replaced by virtio-net-x's id and virtio-net-x's type to restore the behaviour of "info network" command. Thanks, Fred KONRAD Frederic (2): virtio-net: add virtio_net_set_netclie

Re: [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-13 Thread Amos Kong
On Mon, May 13, 2013 at 04:19:54PM +0200, Paolo Bonzini wrote: > Reported by Amos. > > Paolo Bonzini (2): > osdep: rename qemu_vmalloc to qemu_anon_ram_alloc > osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory Looks good to me, hotplug works now. Reviewed-by: Amos Ko

[Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM

2013-05-13 Thread Paolo Bonzini
Reported by Amos. Paolo Bonzini (2): osdep: rename qemu_vmalloc to qemu_anon_ram_alloc osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory HACKING | 7 +++ exec.c | 14 +- include/qemu/osdep.h | 3 ++- include/sysemu/kvm.h |

[Qemu-devel] [PATCH for-1.5 0/2]

2013-05-11 Thread Stefan Weil
These patches are needed to fix the currently broken build with MinGW. Patch 1 fixes a problem reported on qemu-devel. Patch 2 fixes a problem which is reported by our buildbots. [PATCH for-1.5 1/2] w32: Fix configure test for -march=i486 [PATCH for-1.5 2/2] w32: Include stdio.h to get the declar

Re: [Qemu-devel] [PATCH for-1.5 0/2] more tcg-arm cleanups

2013-05-03 Thread Aurelien Jarno
On Mon, Apr 29, 2013 at 08:08:21AM -0700, Richard Henderson wrote: > The first patch really ought to get into 1.5. > > The second patch is a re-done version of the 19/19 patch from version 5 > of the previous patch series. We had dropped that due to wanting to > avoid 16MB assumption changes. Th

Re: [Qemu-devel] [PATCH for-1.5 0/2] more tcg-arm cleanups

2013-05-02 Thread Richard Henderson
Quick ping since the freeze is coming soon... r~ On 2013-04-29 16:08, Richard Henderson wrote: The first patch really ought to get into 1.5. The second patch is a re-done version of the 19/19 patch from version 5 of the previous patch series. We had dropped that due to wanting to avoid 16MB a

[Qemu-devel] [PATCH for-1.5 0/2] more tcg-arm cleanups

2013-04-29 Thread Richard Henderson
The first patch really ought to get into 1.5. The second patch is a re-done version of the 19/19 patch from version 5 of the previous patch series. We had dropped that due to wanting to avoid 16MB assumption changes. The revised patch merely changes how we handle the constant that needs loading.