Hi,
Sounds like https://bugzilla.redhat.com/show_bug.cgi?id=746950 and
https://bugs.freedesktop.org/show_bug.cgi?id=41858
Alon's patch:
http://lists.freedesktop.org/archives/spice-devel/2011-September
/005369.html
Should solve it.
Cheers,
Yonit.
On 10/21/2011 05:26 PM, Daniel P. Berrange wrote
On Tue, Oct 18, 2011 at 21:17, Jordan Justen wrote:
> On Tue, Oct 18, 2011 at 11:05, Blue Swirl wrote:
>> On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen
>> wrote:
>>> rom_add_file_buf is similar to rom_add_file, except the rom's
>>> contents are provided in a buffer.
>>>
>>> rom_add_file is modi
On Tue, Oct 18, 2011 at 22:21, Richard Henderson wrote:
> On 10/18/2011 01:24 PM, Blue Swirl wrote:
>>> #ifdef TARGET_SPARC64
>>> -float64 helper_fabsd(CPUState *env, float64 src)
>>> +float64 helper_fabsd(float64 src)
>>
>> This probably should go to previous patch.
>
> Sure.
>
>>> +/* Turn off
On Wed, Oct 19, 2011 at 17:25, Richard Henderson wrote:
> On 10/09/2011 12:20 PM, Blue Swirl wrote:
>>> I didn't bother to attach the patches, if someone wants to try, the
>>> patch set can be found here:
>>> git://repo.or.cz/qemu/blueswirl.git
>>> http://repo.or.cz/r/qemu/blueswirl.
On Wed, Oct 19, 2011 at 01:55, wrote:
> From: Liu Ping Fan
>
> Introduce a new structure CPUS as the controller of ICC (INTERRUPT
> CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead
> of sysbus. So we can support APIC hot-plug feature.
Is this ICC bus or APIC hot plugging docum
On Thu, Oct 20, 2011 at 08:10, Stuart Brady wrote:
> On Wed, Oct 19, 2011 at 01:59:04AM +0100, Stuart Brady wrote:
>> On Tue, Oct 18, 2011 at 06:18:11PM +, Blue Swirl wrote:
>>
>> > Cool. Please include the spatch with the commit message.
>>
>> Thanks, will do!
>
> Okay, submitted.
>
> This is
On Fri, Oct 21, 2011 at 15:07, Corey Bryant wrote:
> This patch adds a helper that can be used to create a tap device attached to
> a bridge device. Since this helper is minimal in what it does, it can be
> given CAP_NET_ADMIN which allows qemu to avoid running as root while still
> satisfying th
On Fri, Oct 21, 2011 at 15:07, Corey Bryant wrote:
> We go to great lengths to restrict ourselves to just cap_net_admin as an OS
> enforced security mechanism. However, we further restrict what we allow users
> to do to simply adding a tap device to a bridge interface by virtue of the
> fact
> t
On Fri, Oct 21, 2011 at 15:07, Corey Bryant wrote:
> The ideal way to use qemu-bridge-helper is to give it an fscap of using:
>
> setcap cap_net_admin=ep qemu-bridge-helper
>
> Unfortunately, most distros still do not have a mechanism to package files
> with fscaps applied. This means they'll ha
On Fri, Oct 21, 2011 at 00:26, Stuart Brady wrote:
> On Thu, Oct 20, 2011 at 11:05:33AM +0200, Paolo Bonzini wrote:
>> On 10/20/2011 10:03 AM, Stuart Brady wrote:
>> >Coccinelle did not match these when matching assignments involving an
>> >expression corresponding to the type used for determining
On 2011-10-21 17:10, Aneesh Kumar K.V wrote:
> On Thu, 20 Oct 2011 23:20:54 +0400, Max Filippov wrote:
>> Hi.
>>
>> Current git head build with trace enabled is broken by the commit
>> c572f23a3e7180dbeab5e86583e43ea2afed6271 hw/9pfs: Introduce tracing for 9p
>> pdu handlers.
>> Error messages:
On 10/22/2011 05:07 PM, Alexander Graf wrote:
On 21.10.2011, at 11:44, Paolo Bonzini wrote:
On 10/21/2011 07:08 PM, Kevin Wolf wrote:
Avi complained that not even writing out qcow2's cache on
bdrv_flush() made cache=unsafe too unsafe to be useful. He's got
a point.
Why? cache=unsafe is expl
Signed-off-by: Alon Levy
---
libcacard/vscclient.c |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c
index 2191f60..e317a25 100644
--- a/libcacard/vscclient.c
+++ b/libcacard/vscclient.c
@@ -357,6 +357,7 @@ connect_to_qe
Two fixes, the first means memory for a vcard applet was never freed,
the second fixes vscclient handling of errors when opening it's socket.
Alon Levy (2):
libcacard/cac: fix typo in cac_delete_pki_applet_private
libcacard/vscclient: fix error paths for socket creation
libcacard/cac.c
Signed-off-by: Alon Levy
---
libcacard/cac.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libcacard/cac.c b/libcacard/cac.c
index f4b0b1b..927a4ca 100644
--- a/libcacard/cac.c
+++ b/libcacard/cac.c
@@ -266,7 +266,8 @@ static void
cac_delete_pki_applet_private(VCardA
update init_qxl_ram to reset update_surface to 0. This fixes one case
of breakage when installing an old driver in a vm that had a new driver
installed. The newer driver would know about surface creation and would
change update_surface to !=0, then a reset would happen, all surfaces
are destroyed,
On 2011-10-13 0:23, Dong Xu Wang wrote:
Add add-cow file format
Signed-off-by: Dong Xu Wang
---
Makefile.objs |1 +
block.c|2 +-
block.h|1 +
block/add-cow.c| 412
block_int.h
With the following series of patches we are starting to implement
some basic Microsoft Hyper-V Enlightenment functionality. This series
is mostly about adding support for relaxed timing, spinlock,
and virtual apic.
For more Hyper-V related information please see:
"Hypervisor Functional Specificati
---
target-i386/kvm.c | 73 +++-
1 files changed, 71 insertions(+), 2 deletions(-)
diff --git a/target-i386/kvm.c b/target-i386/kvm.c
index 82fec8c..c061e3b 100644
--- a/target-i386/kvm.c
+++ b/target-i386/kvm.c
@@ -29,6 +29,7 @@
#include "hw/pc.
---
Makefile.target |2 +
target-i386/cpuid.c | 14 ++
target-i386/hyperv.c | 65 ++
target-i386/hyperv.h | 37
4 files changed, 118 insertions(+), 0 deletions(-)
create mode 100644 target-i386/hy
On 2011-10-23 14:40, Blue Swirl wrote:
> I'm not sure that a full bus is needed for now, even if it could match
> real HW better, since the memory API already provides the separation
> needed. Perhaps this would be needed later to make IRQs per-CPU also,
> or to put IOAPIC also to the bus?
The ICC
On Sun, Oct 23, 2011 at 15:45, Jan Kiszka wrote:
> On 2011-10-23 14:40, Blue Swirl wrote:
>> I'm not sure that a full bus is needed for now, even if it could match
>> real HW better, since the memory API already provides the separation
>> needed. Perhaps this would be needed later to make IRQs per
On 2011-10-23 17:54, Blue Swirl wrote:
> On Sun, Oct 23, 2011 at 15:45, Jan Kiszka wrote:
>> On 2011-10-23 14:40, Blue Swirl wrote:
>>> I'm not sure that a full bus is needed for now, even if it could match
>>> real HW better, since the memory API already provides the separation
>>> needed. Perhap
On Sun, Oct 23, 2011 at 09:37:59AM +0200, Yonit Halperin wrote:
> Hi,
>
> Sounds like https://bugzilla.redhat.com/show_bug.cgi?id=746950 and
> https://bugs.freedesktop.org/show_bug.cgi?id=41858
> Alon's patch:
> http://lists.freedesktop.org/archives/spice-devel/2011-September
> /005369.html
> Shou
On Sun, Oct 16, 2011 at 15:11, Avi Kivity wrote:
> On 10/16/2011 04:44 PM, Blue Swirl wrote:
>> Signed-off-by: Blue Swirl
>> ---
>> hw/pci_bridge.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/hw/pci_bridge.c b/hw/pci_bridge.c
>> index b6287cd..650d165 100644
Thanks, applied.
On Thu, Oct 6, 2011 at 14:37, Fabien Chouteau wrote:
> Simple implementation of an stdio char device on Windows.
>
> Signed-off-by: Fabien Chouteau
> ---
> qemu-char.c | 227
> ++-
> 1 files changed, 225 insertions(+), 2
Hello,
Search within the qemu-devel Email archives appears broken. Articles are
returned, but it seems only up to around June 2011. For example, the following
query searching for "dvd":
> http://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=dvd&submit=Search%21&idxname=qemu-devel&max=20&res
On Fri, Oct 21, 2011 at 09:34:22AM +0200, Paolo Bonzini wrote:
> On 10/20/2011 08:35 PM, Gerd Hoffmann wrote:
> >Hi,
> >
> >> If there are build problems with libfdt on any platform let me know
> >> about them. I would like it to build clean as widely as possible, but
> >> I don't have that g
At 10/21/2011 09:02 PM, Dave Anderson Write:
>
>
> - Original Message -
>> At 10/21/2011 03:11 PM, Jan Kiszka Write:
>>> On 2011-10-20 12:03, Wen Congyang wrote:
At 10/20/2011 05:41 PM, Jan Kiszka Write:
> On 2011-10-20 03:22, Wen Congyang wrote:
I didn't read full story
The recent usage of MemoryRegion in kvm_ppc.h breaks builds with
CONFIG_USER_ONLY=y. This patch fixes it.
Signed-off-by: David Gibson
---
target-ppc/kvm_ppc.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h
index b0d6fb6..f
On 23.10.2011, at 20:25, David Gibson wrote:
> The recent usage of MemoryRegion in kvm_ppc.h breaks builds with
> CONFIG_USER_ONLY=y. This patch fixes it.
>
> Signed-off-by: David Gibson
Ouch. Thanks a lot for the fix!
Alex
> ---
> target-ppc/kvm_ppc.h |4
> 1 files changed, 4 i
On Sat, 22 Oct 2011 13:43:11 +0800, Jason Wang wrote:
> This make let virtio-net driver can send gratituous packet by a new
> config bit - VIRTIO_NET_S_ANNOUNCE in each config update
> interrupt. When this bit is set by backend, the driver would schedule
> a workqueue to send gratituous packet thr
On Mon, Oct 24, 2011 at 02:54:59PM +1030, Rusty Russell wrote:
> On Sat, 22 Oct 2011 13:43:11 +0800, Jason Wang wrote:
> > This make let virtio-net driver can send gratituous packet by a new
> > config bit - VIRTIO_NET_S_ANNOUNCE in each config update
> > interrupt. When this bit is set by backend
On Thu, Oct 20, 2011 at 11:49:40PM -0700, Alexander Graf wrote:
>
> On 20.10.2011, at 22:06, David Gibson wrote:
>
> > On Thu, Oct 20, 2011 at 07:40:00PM -0700, Alexander Graf wrote:
> >> On 20.10.2011, at 17:41, David Gibson wrote:
> >>> On Thu, Oct 20, 2011 at 10:12:51AM -0700, Alexander Graf
On Sun, 23 Oct 2011 15:54:59 +0200, Jan Kiszka wrote:
> On 2011-10-21 17:10, Aneesh Kumar K.V wrote:
> > On Thu, 20 Oct 2011 23:20:54 +0400, Max Filippov wrote:
> >> Hi.
> >>
> >> Current git head build with trace enabled is broken by the commit
> >> c572f23a3e7180dbeab5e86583e43ea2afed6271 hw/9
It dosen't work. GDB returns the same error.
- Original Message -
From: davide.ferrare...@studenti.univr.it
Date: Monday, October 24, 2011 8:37
Subject: Re: [Qemu-discuss] [Qemu-discussion] QEMU via GDB
To: davide.ferrare...@studenti.univr.it
> It dosen't work. GDB return the same error.
Hi,
I was wondering if someone could help me understand some aspects of the
current qemu code generation routines. How are floating point and SSE ops
currently handled? I do not see specific tcg routines for these cases(the
README seems to indicate that FP and vector ops are not handled using the
37 matches
Mail list logo