[Qemu-devel] [Bug 1013888] [NEW] windows xp sp3 setup blank screen on boot

2012-06-16 Thread Michael Sabino
Public bug reported: When attempting to run Windows XP SP3 setup in qemu on a Lubuntu host with the following kernel: Linux michael-XPS-M1530 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Qemu does not get past a blank screen after Setup is

[Qemu-devel] [Bug 1013888] Re: windows xp sp3 setup blank screen on boot

2012-06-16 Thread Michael Sabino
Qemu 1.0.1 - Doesn't have a problem Qemu 1.1.0 - has the problem Qemu master commit eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 - has the problem -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1013888

Re: [Qemu-devel] [RFC] [PATCHv2 2/2] Adding basic calls to libseccomp in vl.c

2012-06-16 Thread Blue Swirl
On Fri, Jun 15, 2012 at 9:36 PM, Paul Moore pmo...@redhat.com wrote: On Friday, June 15, 2012 09:23:46 PM Blue Swirl wrote: On Fri, Jun 15, 2012 at 9:02 PM, Paul Moore pmo...@redhat.com wrote: On Friday, June 15, 2012 07:06:10 PM Blue Swirl wrote: I think allowing execve() would render

Re: [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion

2012-06-16 Thread Blue Swirl
On Sat, Jun 16, 2012 at 12:59 AM, Andreas Färber afaer...@suse.de wrote: Am 09.06.2012 18:18, schrieb Blue Swirl: v3: Rebased due to Makefile changes. If there are no objections, I'll apply this next weekend. If you have it on some branch to test I'll give it a whirl tomorrow. URL

[Qemu-devel] [Bug 1013888] Re: windows xp sp3 setup blank screen on boot

2012-06-16 Thread Michael Sabino
qemu-system-x86_64 -L ../path/to/bios -cdrom winxp.iso -hda winxp.img -boot d where ../path/to/bios is the location of the pc-bios files from that version of qemu -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [PATCH] qemu-config: Use QEMU instead of Qemu

2012-06-16 Thread Stefan Weil
This new 'Qemu' was recently added. Replace it by the official all upper case 'QEMU'. Signed-off-by: Stefan Weil s...@weilnetz.de --- qemu-config.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-config.h b/qemu-config.h index e9f2ef4..12ddf3e 100644 ---

Re: [Qemu-devel] [libvirt] [PATCH 2/2] qemu_agent: Wait for events instead of agent response

2012-06-16 Thread Michal Privoznik
On 15.06.2012 19:16, Eric Blake wrote: On 06/15/2012 10:10 AM, Michal Privoznik wrote: With latest changes to qemu-ga success on some commands is not reported anymore, e.g. guest-shutdown or guest-suspend-*. However, errors are still being reported. Therefore, we need to find different source

Re: [Qemu-devel] [PATCH v2 35/41] postcopy: introduce helper functions for postcopy

2012-06-16 Thread Isaku Yamahata
On Thu, Jun 14, 2012 at 11:34:09PM +0200, Juan Quintela wrote: Isaku Yamahata yamah...@valinux.co.jp wrote: +//#define DEBUG_UMEM +#ifdef DEBUG_UMEM +#include sys/syscall.h +#define DPRINTF(format, ...)\ +do {

[Qemu-devel] [PATCH v1 0/3] QOMify AXI stream for Xilinx AXI ethernet/DMA

2012-06-16 Thread Peter A. G. Crosthwaite
Next revision of the series for AXI-stream, rebased on anthonys refactoring of the Interface system. Anthonys patch is already on the mailing list, but I have included it form completeness. There was an issue with combining links and interface that is resolved and discussed in the Blurb for P3.

[Qemu-devel] [PATCH v1 1/3] qom: reimplement Interfaces

2012-06-16 Thread Peter A. G. Crosthwaite
From: Anthony Liguori aligu...@us.ibm.com The current implementation of Interfaces is poorly designed. Each interface that an object implements end up being an object that's tracked by the implementing object. There's all sorts of gymnastics to deal with casting between these objects. By an

[Qemu-devel] [PATCH v1 3/3] qom: Converged dynamic cast for interfaces objs

2012-06-16 Thread Peter A. G. Crosthwaite
Interfaces and Object for some reason have seperate code paths for dynamic casting. AFAICT, Anthonys new interface specific cast is a functional superset of the object cast, so this patch renames the interface cast to object cast and blows away the original object cast. Anyone want to shed any

[Qemu-devel] [PATCH v1 2/3] xilinx_axi*: Re-implemented interconnect

2012-06-16 Thread Peter A. G. Crosthwaite
Re-implemented the interconnect between the Xilinx AXI ethernet and DMA controllers. A QOM interface stream is created, for the two stream interfaces. As per Edgars request, this is designed to be more generic than AXI-stream, so in the future we may see more clients of this interface beyond AXI

Re: [Qemu-devel] [PATCH 3/3] qom: add unit test for Interfaces

2012-06-16 Thread Peter Crosthwaite
On Thu, Jun 14, 2012 at 6:55 AM, Anthony Liguori aligu...@us.ibm.com wrote: Signed-off-by: Anthony Liguori aligu...@us.ibm.com Reviewed-by: Peter A.G. Crosthwaite peter.crosthwa...@petalogix.com ---  tests/Makefile      |    5 +-  tests/test-object.c |  222

Re: [Qemu-devel] [PATCH 2/3] qom: reimplement Interfaces

2012-06-16 Thread Peter Crosthwaite
On Wed, 2012-06-13 at 15:55 -0500, Anthony Liguori wrote: The current implementation of Interfaces is poorly designed. Each interface that an object implements end up being an object that's tracked by the ends implementing object. There's all sorts of gymnastics to deal with casting

[Qemu-devel] How to management KVM virtual machines via libvirt?

2012-06-16 Thread GaoYi
Hi all, I am trying to management the VMs created by KVM commandline. However, I found the libvirt cannot connect to the VMs or manage it from virsh. Can anybody provide any help? Best, Yi

Re: [Qemu-devel] How to management KVM virtual machines via libvirt?

2012-06-16 Thread Wei-Ren Chen
CC'ed to libvirt-users. On Sat, Jun 16, 2012 at 07:00:59PM +0800, GaoYi wrote: Hi all,      I am trying to management the VMs created by KVM commandline. However, I found the libvirt cannot connect to the VMs or manage it from virsh. Can anybody provide any help?    Best, Shouldn't

Re: [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion

2012-06-16 Thread Andreas Färber
Am 16.06.2012 08:51, schrieb Blue Swirl: On Sat, Jun 16, 2012 at 12:59 AM, Andreas Färber afaer...@suse.de wrote: Am 09.06.2012 18:18, schrieb Blue Swirl: v3: Rebased due to Makefile changes. If there are no objections, I'll apply this next weekend. If you have it on some branch to test I'll

Re: [Qemu-devel] [PATCH v2 35/41] postcopy: introduce helper functions for postcopy

2012-06-16 Thread Juan Quintela
Isaku Yamahata yamah...@valinux.co.jp wrote: On Thu, Jun 14, 2012 at 11:34:09PM +0200, Juan Quintela wrote: +size_t umem_pages_size(uint64_t nr) +{ +return sizeof(struct umem_pages) + nr * sizeof(uint64_t); Can we make sure that the pgoffs field is aligned? I know that as it is

[Qemu-devel] [PATCH] net: roll back qdev_prop_vlan

2012-06-16 Thread zwu . kernel
From: Zhi Yong Wu wu...@linux.vnet.ibm.com We're trying to preserve backward compatibility. This command-line break: x86_64-softmmu/qemu-system-x86_64 -net user,vlan=1 -device virtio-net-pci,vlan=1 Instead of dropping the qdev_prop_vlan completely the hw/qdev-properties.c code needs to call

Re: [Qemu-devel] ARM QEMU/KVM and TrustZone

2012-06-16 Thread Christoffer Dall
On 22 May 2012 13:22, Peter Maydell peter.mayd...@linaro.org wrote: Historically for QEMU we haven't implemented TrustZone support even though we claim to emulate CPUs that provide it. Instead we provide a CPU which mostly looks like a variant of the real thing without the TrustZone feature.

Re: [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion

2012-06-16 Thread Blue Swirl
On Sat, Jun 16, 2012 at 1:15 PM, Andreas Färber afaer...@suse.de wrote: Am 16.06.2012 08:51, schrieb Blue Swirl: On Sat, Jun 16, 2012 at 12:59 AM, Andreas Färber afaer...@suse.de wrote: Am 09.06.2012 18:18, schrieb Blue Swirl: v3: Rebased due to Makefile changes. If there are no objections,

Re: [Qemu-devel] [PATCH] w32: Fix broken build (missing include file)

2012-06-16 Thread Artyom Tarasenko
On 6/12/12, Markus Armbruster arm...@redhat.com wrote: Paolo Bonzini pbonz...@redhat.com writes: Il 11/06/2012 03:57, Wen Congyang ha scritto: dump.* use GPL2 instead of GPL2+. Please fix that! Wen, do you have permissions to release your new files under GPLv2 or later? Don't we require

Re: [Qemu-devel] [PATCH] w32: Fix broken build (missing include file)

2012-06-16 Thread Andreas Färber
Am 16.06.2012 20:07, schrieb Artyom Tarasenko: On 6/12/12, Markus Armbruster arm...@redhat.com wrote: Paolo Bonzini pbonz...@redhat.com writes: Il 11/06/2012 03:57, Wen Congyang ha scritto: dump.* use GPL2 instead of GPL2+. Please fix that! Wen, do you have permissions to release your new

Re: [Qemu-devel] [PATCH] w32: Fix broken build (missing include file)

2012-06-16 Thread Artyom Tarasenko
On Sat, Jun 16, 2012 at 8:31 PM, Andreas Färber afaer...@suse.de wrote: Am 16.06.2012 20:07, schrieb Artyom Tarasenko: On 6/12/12, Markus Armbruster arm...@redhat.com wrote: Paolo Bonzini pbonz...@redhat.com writes: Il 11/06/2012 03:57, Wen Congyang ha scritto: dump.* use GPL2 instead of

Re: [Qemu-devel] ARM QEMU/KVM and TrustZone

2012-06-16 Thread Peter Maydell
On 16 June 2012 18:37, Christoffer Dall c.d...@virtualopensystems.com wrote: On 22 May 2012 13:22, Peter Maydell peter.mayd...@linaro.org wrote: Historically for QEMU we haven't implemented TrustZone support even though we claim to emulate CPUs that provide it. Instead we provide a CPU which

[Qemu-devel] [Bug 1014099] [NEW] hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
Public bug reported: The NetBSD ncr53c9x.c driver does a TEST_UNIT_READY command with SELATN but dma disabled sometimes (early during bus enumeration). This is fine, as the command will not produce nor consume any data, and works on real hardware. However, the qemu emulation does not allow this

[Qemu-devel] [Bug 1014099] Re: hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
** Patch added: esp.c.patch https://bugs.launchpad.net/bugs/1014099/+attachment/3192643/+files/esp.c.patch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1014099 Title: hw/esp.c does not

[Qemu-devel] [Bug 1014099] Re: hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

2012-06-16 Thread Martin Husemann
Guess I understand the code now - so here is a working version - though it may be considered slightly hackish ** Patch added: esp.c.patch https://bugs.launchpad.net/qemu/+bug/1014099/+attachment/3192942/+files/esp.c.patch ** Patch removed: esp.c.patch

Re: [Qemu-devel] ARM QEMU/KVM and TrustZone

2012-06-16 Thread Антон Кочков
Hm, one memory space, but what about write access restrictions, e.g. for Non-Secure or Secure worlds for some memory addresses/blocks? Best regards, Anton Kochkov. On Sat, Jun 16, 2012 at 9:37 PM, Christoffer Dall c.d...@virtualopensystems.com wrote: On 22 May 2012 13:22, Peter Maydell

[Qemu-devel] [PATCH] checkpatch: Add QEMU specific rule

2012-06-16 Thread Stefan Weil
The new rule detects two wrong variants of QEMU. It was tested with commit b5a8fe5e. Signed-off-by: Stefan Weil s...@weilnetz.de --- scripts/checkpatch.pl |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index