Hi, Huang-san,
(2010/10/08 12:15), Huang Ying wrote:
> Hi, Seto,
>
> On Thu, 2010-10-07 at 11:41 +0800, Hidetoshi Seto wrote:
>> (2010/10/07 3:10), Dean Nelson wrote:
>>> On 10/06/2010 11:05 AM, Marcelo Tosatti wrote:
On Wed, Oct 06, 2010 at 10:58:36AM +0900, Hidetoshi Seto wrote:
> I go
Hi, Seto,
On Thu, 2010-10-07 at 11:41 +0800, Hidetoshi Seto wrote:
> (2010/10/07 3:10), Dean Nelson wrote:
> > On 10/06/2010 11:05 AM, Marcelo Tosatti wrote:
> >> On Wed, Oct 06, 2010 at 10:58:36AM +0900, Hidetoshi Seto wrote:
> >>> I got some more question:
> >>>
> >>> (2010/10/05 3:54), Marcelo
On Thu, 2010-10-07 at 00:05 +0800, Marcelo Tosatti wrote:
> On Wed, Oct 06, 2010 at 10:58:36AM +0900, Hidetoshi Seto wrote:
> > I got some more question:
> >
> > (2010/10/05 3:54), Marcelo Tosatti wrote:
> > > Index: qemu/target-i386/cpu.h
> > >
Hi guys:
I am very new to qemu and not sure which place to go for help. So if
this is not the proper forum, please point me to the appreciate one,
if available.
I just downloaded the newest qemu version: qemu-0.12.5 and build the
ppc-linux-user. To test it, I also downloaded the linux-user-test-0
On 9/26/2010 11:33 AM, Blue Swirl wrote:
> On Sun, Sep 26, 2010 at 5:40 PM, Hollis Blanchard
> wrote:
>> TCGOpcode is an enum, which apparently can be unsigned.
>>
>> Signed-off-by: Hollis Blanchard
>> ---
>>
>> % ./configure --target-list=ppcemb-softmmu --enable-debug
>> % make
>> ...
>> CC
On Thu, 7 Oct 2010, Anthony Liguori wrote:
> On 10/07/2010 04:49 PM, Yehuda Sadeh Weinraub wrote:
> > On Thu, Oct 7, 2010 at 2:04 PM, Anthony Liguori
> > wrote:
> >
> > > On 10/07/2010 03:47 PM, Yehuda Sadeh Weinraub wrote:
> > >
> > > > > How is that possible? Are the callbacks deliver
On 10/07/2010 04:49 PM, Yehuda Sadeh Weinraub wrote:
On Thu, Oct 7, 2010 at 2:04 PM, Anthony Liguori wrote:
On 10/07/2010 03:47 PM, Yehuda Sadeh Weinraub wrote:
How is that possible? Are the callbacks delivered in the context of a
different thread? If so, don't you need locking?
On Thu, Oct 7, 2010 at 2:04 PM, Anthony Liguori wrote:
> On 10/07/2010 03:47 PM, Yehuda Sadeh Weinraub wrote:
>>>
>>> How is that possible? Are the callbacks delivered in the context of a
>>> different thread? If so, don't you need locking?
>>>
>>
>> Not sure I'm completely following you. The ca
On 10/07/2010 03:47 PM, Yehuda Sadeh Weinraub wrote:
How is that possible? Are the callbacks delivered in the context of a
different thread? If so, don't you need locking?
Not sure I'm completely following you. The callbacks are delivered in
the context of a different thread, but won't r
On Thu, Oct 7, 2010 at 12:51 PM, Anthony Liguori wrote:
> On 10/07/2010 01:41 PM, Yehuda Sadeh Weinraub wrote:
>>
>> On Thu, Oct 7, 2010 at 11:38 AM, Anthony Liguori
>> wrote:
>>
>>>
>>> On 10/07/2010 01:08 PM, Yehuda Sadeh Weinraub wrote:
>>>
On Thu, Oct 7, 2010 at 7:12 AM, Anthony Liguori
When getting an invalid cluster size, the open fd must be closed before
qcow2_create() returns an error.
Signed-off-by: Eduardo Habkost
---
block/qcow2.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/block/qcow2.c b/block/qcow2.c
index ee3481b..c5fb28e 100644
--- a
From: Eduardo Habkost
Hi,
Here are two small fixes on qcow2_create() error handling.
Eduardo Habkost (2):
fix fd leak on a qcow2_create2() error path
check for close() errors on qcow2_create()
block/qcow2.c | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
Errors when closing the file we just created should not be ignored. I/O errors
may happen and "qemu-img create" should fail in those cases.
If we are already exiting due to an error, we will still return the original
error number, though.
Signed-off-by: Eduardo Habkost
---
block/qcow2.c |6
Blue Swirl writes:
> The patches there seem to be fixes or small changes to your other
> patches. This makes any review very difficult.
Sorry, I'm really new to git, so I don't really know how to maintain and
"grow" an organized set of patches for review while I keep improving the
work.
> But I
Am 07.10.2010 um 20:59 schrieb Blue Swirl :
> On Wed, Oct 6, 2010 at 9:39 PM, Alexander Graf wrote:
>>
>> On 06.10.2010, at 23:34, Blue Swirl wrote:
>>
>>> Compiling with GCC 4.6.0 20100925 produced warnings:
>>> /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi':
>>> /src/qemu/target
On 10/06/2010 05:12 PM, Alon Levy wrote:
Actually, both are possible - but the later is the interesting use case (the
former is mainly for debugging). To elaborate: the device is meant to allow
a hardware reader to be available to the guest while still being available to
the client (which is runn
On 10/07/2010 02:39 AM, Alon Levy wrote:
- "Anthony Liguori" wrote:
On 10/06/2010 03:55 AM, Gerd Hoffmann wrote:
On 10/06/10 02:28, Alon Levy wrote:
Does this work with live migration? I can't see how it would.
No, it doesn't right now. It would
On 10/07/2010 06:15 AM, Gerd Hoffmann wrote:
This patch adds support for expiring passwords to vnc. It adds a new
lifetime parameter to the vnc_display_password() function, which
specifies the number of seconds the new password will be valid. Passing
zero as lifetime maintains current behavior
On 10/07/2010 01:41 PM, Yehuda Sadeh Weinraub wrote:
On Thu, Oct 7, 2010 at 11:38 AM, Anthony Liguori wrote:
On 10/07/2010 01:08 PM, Yehuda Sadeh Weinraub wrote:
On Thu, Oct 7, 2010 at 7:12 AM, Anthony Liguori
wrote:
On 08/03/2010 03:14 PM, Christian Brunner wrote:
On Thu, Oct 07, 2010 at 05:57:30PM +, Blue Swirl wrote:
> On Thu, Oct 7, 2010 at 11:07 AM, Edgar E. Iglesias
> wrote:
> > On Thu, Oct 07, 2010 at 12:08:05PM +0200, Markus Armbruster wrote:
> >> Blue Swirl writes:
> >>
> >> > Compiling with GCC 4.6.0 20100925 produced warnings:
[...]
> > Mar
This might be interesting for users of qemu-devel, too...
Original-Nachricht
Betreff:[ANNOUNCE] Git User's Survey 2010 is now up!
Datum: Thu, 30 Sep 2010 01:20:21 +0200
Von:Jakub Narebski
An: Undisclosed.Recipients: ;
Hello all,
This announcement is sent to
+ if (strcmp(name, "tls-channel") == 0)
+ security = SPICE_CHANNEL_SECURITY_SSL;
CODING_STYLE (if (...) { ... })? Same in next lines.
Oops. Slipped through, will fix.
thanks,
Gerd
On 10/07/10 20:12, Blue Swirl wrote:
On Thu, Oct 7, 2010 at 7:55 AM, Gerd Hoffmann wrote:
From: Yonit Halperin
No description?
Detailed description comes here:
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -704,6 +704,15 @@ The x509 file names can also be configured individually.
@ite
On Wed, Oct 6, 2010 at 9:39 PM, Alexander Graf wrote:
>
> On 06.10.2010, at 23:34, Blue Swirl wrote:
>
>> Compiling with GCC 4.6.0 20100925 produced warnings:
>> /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi':
>> /src/qemu/target-ppc/op_helper.c:351:14: error: variable 'tmp' set but
>
On 10/07/10 17:58, Stefan Weil wrote:
pkg-config is not always available (e.g. on win32 hosts),
but we don't want to see the 'command not found' error message.
compile_object() {
+ echo>>config.log
+ cat $TMPC>>config.log
+ echo>>config.log
This looks unrelated.
@@ -28,6 +31,9 @@ comp
On Thu, Oct 7, 2010 at 6:40 PM, Lluís wrote:
> All virtual memory accesses should now be instrumented on all
> architectures.
>
> Next steps (in order):
>
> * Separately instrument physical memory addresses for executed
> instructions, regular memory accesses and memory accesses to I/O
> sp
pkg-config is not always available (e.g. on win32 hosts),
but we don't want to see the 'command not found' error message.
Redirect stdout and stderr to /dev/null.
v2:
* Removed changes which should not have been here.
Cc: Gerd Hoffmann
Signed-off-by: Stefan Weil
---
configure |2 +-
1 fi
Am 07.10.2010 21:05, schrieb Gerd Hoffmann:
On 10/07/10 17:58, Stefan Weil wrote:
pkg-config is not always available (e.g. on win32 hosts),
but we don't want to see the 'command not found' error message.
compile_object() {
+ echo>>config.log
+ cat $TMPC>>config.log
+ echo>>config.log
T
On Thu, Oct 7, 2010 at 11:38 AM, Anthony Liguori wrote:
> On 10/07/2010 01:08 PM, Yehuda Sadeh Weinraub wrote:
>>
>> On Thu, Oct 7, 2010 at 7:12 AM, Anthony Liguori
>> wrote:
>>
>>>
>>> On 08/03/2010 03:14 PM, Christian Brunner wrote:
>>>
+#include "qemu-common.h"
+#include "qemu-e
All virtual memory accesses should now be instrumented on all
architectures.
Next steps (in order):
* Separately instrument physical memory addresses for executed
instructions, regular memory accesses and memory accesses to I/O
space (if possible). This will need to add an extra field o
Am 07.10.2010 09:55, schrieb Gerd Hoffmann:
This allows to enforce tls or plaintext usage for certain spice
channels.
---
qemu-config.c |6 ++
qemu-options.hx |8
ui/spice-core.c | 25 +
3 files changed, 39 insertions(+), 0 deletions(-)
diff
On Thu, Oct 7, 2010 at 9:20 AM, Markus Armbruster wrote:
> Paolo Bonzini writes:
>
>> On 10/06/2010 11:32 PM, Blue Swirl wrote:
>>> Compiling with GCC 4.6.0 20100925 produced a warning:
>>> /src/qemu/hw/lsi53c895a.c: In function 'lsi_do_msgout':
>>> /src/qemu/hw/lsi53c895a.c:848:9: error: variabl
On 10/07/2010 01:08 PM, Yehuda Sadeh Weinraub wrote:
On Thu, Oct 7, 2010 at 7:12 AM, Anthony Liguori wrote:
On 08/03/2010 03:14 PM, Christian Brunner wrote:
+#include "qemu-common.h"
+#include "qemu-error.h"
+#include
+#include
+
+#include
This looks to be unnecessary. Gen
On Thu, Oct 7, 2010 at 11:55 AM, Kevin Wolf wrote:
> Am 07.10.2010 11:37, schrieb Markus Armbruster:
>> Blue Swirl writes:
>>
>>> Compiling with GCC 4.6.0 20100925 produced a warning:
>>> /src/qemu/block/qcow2-refcount.c: In function 'update_refcount':
>>> /src/qemu/block/qcow2-refcount.c:552:13:
On Thu, Oct 7, 2010 at 7:12 AM, Anthony Liguori wrote:
> On 08/03/2010 03:14 PM, Christian Brunner wrote:
>>
>> +#include "qemu-common.h"
>> +#include "qemu-error.h"
>> +#include
>> +#include
>> +
>> +#include
>>
>
> This looks to be unnecessary. Generally, system includes shouldn't be
> required
On Thu, Oct 7, 2010 at 7:23 AM, Paolo Bonzini wrote:
> On 10/06/2010 11:33 PM, Blue Swirl wrote:
>>
>> +#if defined(CONFIG_VNC_TLS) || defined(CONFIG_VNC_SASL)
>> } else if (strncmp(options, "acl", 3) == 0) {
>> acl = 1;
>> +#endif
>
> Not sure it's okay to reject the option
On Thu, Oct 7, 2010 at 7:55 AM, Gerd Hoffmann wrote:
> From: Yonit Halperin
>
No description?
> ---
> qemu-config.c | 9 ++
> qemu-options.hx | 9 ++
> ui/spice-core.c | 77 +-
> 3 files changed, 93 insertions(+), 2 deletion
On Thu, Oct 7, 2010 at 11:07 AM, Edgar E. Iglesias
wrote:
> On Thu, Oct 07, 2010 at 12:08:05PM +0200, Markus Armbruster wrote:
>> Blue Swirl writes:
>>
>> > Compiling with GCC 4.6.0 20100925 produced warnings:
>> > /src/qemu/target-cris/op_helper.c: In function 'helper_movl_sreg_reg':
>> > /src/q
On Thu, Oct 7, 2010 at 9:31 AM, Markus Armbruster wrote:
> Blue Swirl writes:
>
>> Compiling with GCC 4.6.0 20100925 produced warnings:
>> /src/qemu/hw/eepro100.c: In function 'eepro100_read4':
>> /src/qemu/hw/eepro100.c:1351:14: error: 'val' may be used
>> uninitialized in this function [-Werror
Am 07.10.2010 11:31, schrieb Markus Armbruster:
Blue Swirl writes:
Compiling with GCC 4.6.0 20100925 produced warnings:
/src/qemu/hw/eepro100.c: In function 'eepro100_read4':
/src/qemu/hw/eepro100.c:1351:14: error: 'val' may be used
uninitialized in this function [-Werror=uninitialized]
/src/q
On Thu, 7 Oct 2010, Blue Swirl wrote:
> On Thu, Oct 7, 2010 at 8:27 AM, malc wrote:
> > On Thu, 7 Oct 2010, Paolo Bonzini wrote:
> >
> >> On 10/06/2010 11:34 PM, Blue Swirl wrote:
> >> > Compiling with GCC 4.6.0 20100925 produced warnings:
> >> > /src/qemu/target-i386/op_helper.c: In function 'sw
On Thu, Oct 7, 2010 at 7:27 AM, Paolo Bonzini wrote:
> On 10/06/2010 11:34 PM, Blue Swirl wrote:
>>
>> Compiling with GCC 4.6.0 20100925 produced warnings:
>> /src/qemu/target-i386/op_helper.c: In function 'switch_tss':
>> /src/qemu/target-i386/op_helper.c:283:53: error: variable 'new_trap'
>> set
On Thu, Oct 7, 2010 at 8:27 AM, malc wrote:
> On Thu, 7 Oct 2010, Paolo Bonzini wrote:
>
>> On 10/06/2010 11:34 PM, Blue Swirl wrote:
>> > Compiling with GCC 4.6.0 20100925 produced warnings:
>> > /src/qemu/target-i386/op_helper.c: In function 'switch_tss':
>> > /src/qemu/target-i386/op_helper.c:2
Using a pointer on the host should not go through lduw.
Signed-off-by: Lluís
---
linux-user/signal.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/signal.c b/linux-user/signal.c
index 77683f7..097da9d 100644
--- a/linux-user/signal.c
+++ b/linux-user/sig
Mulyadi Santosa writes:
> I know nothing about your patch, but I suggest to rewrite this post so
> it follows patch submission format e.g comment, signed off then the
> patch itself :)
> No offense, ok? :)
None taken. I've sent it again with (I suppose) the adequate format.
Lluis
--
"And
On Thu, Oct 7, 2010 at 7:27 AM, Paolo Bonzini wrote:
> On 10/06/2010 11:32 PM, Blue Swirl wrote:
>>
>> @@ -91,8 +90,6 @@ static int vga_osi_call (CPUState *env)
>> env->gpr[3] = 0;
>> break;
>> case 39: /* video_ctrl */
>> - if (env->gpr[6] == 0 || env->gpr[6] == 1)
>
Win32 does not support line-buffering, but it allows
unbuffered output.
Unbuffered output is a good approximation. For typical output
statements which usually end with '\n', it's even identical.
Buffered output is unusable for program traces because of
its large delay.
Cc: Blue Swirl
Signed-off
Avi, Marcelo,
Assuming this gets merged to qemu.git, you'll need the attached trivial
updates for the qemu-kvm.git merge. Thanks,
Alex
On Wed, 2010-10-06 at 14:58 -0600, Alex Williamson wrote:
> Our code paths for saving or migrating a VM are full of functions that
> return void, leaving no opp
On 10/07/2010 05:01 PM, jes.soren...@redhat.com wrote:
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
hmp-commands.hx |2 +-
migration.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 81999aa..95bdb91 100644
---
pkg-config is not always available (e.g. on win32 hosts),
but we don't want to see the 'command not found' error message.
Redirect stdout and stderr to /dev/null.
Cc: Gerd Hoffmann
Signed-off-by: Stefan Weil
---
configure |8 +++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff
On 10/07/2010 05:01 PM, jes.soren...@redhat.com wrote:
+if (tmpval > ~(size_t)0)
Since -1 is an error, this needs to be >=.
Paolo
As I mentioned in email reply, _every_ package in almost every
distribution (the ones I know anyway), Debian included, has a version
number attached.
The git commit ID (58aebb946acff82c62383f350cab593e55cc13dc) appears to
be in qemu or qemu-kvm git tree (it's found on both), somewhere past
0.13.0-
On Thu, 2010-10-07 at 11:57 +0200, Michael S. Tsirkin wrote:
> On Wed, Oct 06, 2010 at 04:05:38PM -0600, Alex Williamson wrote:
> > On Wed, 2010-10-06 at 23:44 +0200, Michael S. Tsirkin wrote:
> > > On Wed, Oct 06, 2010 at 11:24:24AM -0600, Alex Williamson wrote:
> > > > You could always keep the f
Peter Lieven wrote:
Am 03.10.2010 um 01:48 schrieb Peter Lieven:
Hi,
running 0.12.5 with a Ubuntu LTS 10.04.1 64-bit kernel I see the following
error after a few days with severe load (constant 100-200mbps input).
# uname -a
Linux ubuntu-newsfeed 2.6.32-24-server #43-Ubuntu SMP Thu Sep 16
07.10.2010 17:17, Nigel Horne wrote:
> 2) KVM doesn't have specific "versions" on Debian. The kernel is built with
> KVM included. The kernel is version 2.6.32-5
This is just plain wrong. _Every_ package in debian
has specific version, just like in almost every other
distribution.
/mjt
> Looks fine except for the extra white space here and copied below.
> Thanks,
>
> Alex
OK, I fixed this up and queued the patch with your ack.
Thanks for the review!
--
MST
On 10/06/2010 10:41 PM, Hidetoshi Seto wrote:
(2010/10/07 3:10), Dean Nelson wrote:
On 10/06/2010 11:05 AM, Marcelo Tosatti wrote:
On Wed, Oct 06, 2010 at 10:58:36AM +0900, Hidetoshi Seto wrote:
I got some more question:
(2010/10/05 3:54), Marcelo Tosatti wrote:
Index: qemu/target-i386/cpu.h
From: Jes Sorensen
'f' double is no longer used, and we should be using floating point
variables to store byte sizes. Remove it.
Signed-off-by: Jes Sorensen
---
monitor.c | 18 +-
1 files changed, 1 insertions(+), 17 deletions(-)
diff --git a/monitor.c b/monitor.c
index 6dd1
From: Jes Sorensen
Octet format relies on strtosz which supports K/k, M/m, G/g, T/t
suffixes and unit support for humans, like 1.3G
Signed-off-by: Jes Sorensen
---
monitor.c | 28
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/monitor.c b/monitor
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
hmp-commands.hx |2 +-
migration.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 81999aa..95bdb91 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -754,7 +754,7
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
cutils.c | 34 ++
1 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/cutils.c b/cutils.c
index ee591c5..0782032 100644
--- a/cutils.c
+++ b/cutils.c
@@ -291,34 +291,52 @@ int fcntl_setfl(int fd, in
From: Jes Sorensen
This patch introduces cutils.c: strtosz() and gets rid of the
multiple custom hacks for parsing byte sizes. In addition it adds
supports for specifying human style sizes such as 1.5G. Last it
eliminates the horrible abuse of a float to store the byte size for
migrate_set_speed
From: Jes Sorensen
strtosz() returns -1 on error.
v2 renamed from strtobytes() to strtosz() as suggested by Markus.
Signed-off-by: Jes Sorensen
---
cutils.c | 39 +++
qemu-common.h |1 +
vl.c | 31 ++-
3 fil
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
cutils.c | 10 +++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/cutils.c b/cutils.c
index 0782032..012eb11 100644
--- a/cutils.c
+++ b/cutils.c
@@ -292,6 +292,7 @@ int fcntl_setfl(int fd, int flag)
ssize_t strtosz(co
Here are some fixes, all over the place.
I am guessing the below fixes all make sense for the 0.13 branch, too.
The per-device notifier patch is the only one that does not
fix bugs, but it is needed for a bugfix patch on qemu-kvm stable
that depends on it.
The following changes since commit 35866
On 09/28/10 12:08, Markus Armbruster wrote:
> jes.soren...@redhat.com writes:
>> diff --git a/qemu-monitor.hx b/qemu-monitor.hx
>> index 49bcd8d..7f58fb2 100644
>> --- a/qemu-monitor.hx
>> +++ b/qemu-monitor.hx
>> @@ -1093,7 +1093,7 @@ EQMP
>>
>> {
>> .name = "migrate_set_spee
On 08/03/2010 03:14 PM, Christian Brunner wrote:
On Tue, Aug 03, 2010 at 12:37:18AM +0400, malc wrote:
Thare are whitespace issues in this patch.
Thanks for looking at the patch. Here is an updated patch, that
should fix the whitespace issues:
This is a block driver for the distribut
Could anyone test the package in -proposed and report feedback here ?
Thanks in advance.
--
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed t
For reference attaching the patch used for obtaining the log.
** Patch added: "patch used to obtain the above log"
https://bugs.launchpad.net/qemu/+bug/639651/+attachment/1677122/+files/ps2dump.diff
--
DRIVER_IRQL_NOT_LESS_OR_EQUAL booting WIndows XP with Synaptics driver installed
https://b
Attaching logged PS/2 port communication.
** Attachment added: "PS/2 communication log"
https://bugs.launchpad.net/qemu/+bug/639651/+attachment/1677112/+files/qemu-ps2.log
--
DRIVER_IRQL_NOT_LESS_OR_EQUAL booting WIndows XP with Synaptics driver installed
https://bugs.launchpad.net/bugs/6396
1) Host CPU: Intel(R) Core(TM)2 Quad CPUQ6600 @ 2.40GHz
2) KVM doesn't have specific "versions" on Debian. The kernel is built with KVM
included. The kernel is version 2.6.32-5
3) Debian 5.0
4) No - it's never worked for me, but I've only just got around to posting the
bug
5) 10
--
Solaris
Public bug reported:
I am running qemu-arm on a 32-bit fedora-7 i386 machine:
$ /home/bri0633/users/clarkes/qemu/build/arm-linux-user/qemu-arm --version
qemu-arm version 0.12.3, Copyright (c) 2003-2008 Fabrice Bellard
When I try to run an arm semi-hosted executable, I sometimes get
unexpected se
On 10/07/2010 03:42 AM, Roedel, Joerg wrote:
On Wed, Oct 06, 2010 at 03:24:59PM -0400, Anthony Liguori wrote:
+qemu_compat_version = machine->compat_version;
+
if (display_type == DT_NOGRAPHIC) {
if (default_parallel)
add_device_config(DEV_PARALLEL, "null
Alexander Graf writes:
> On 06.10.2010, at 23:34, Blue Swirl wrote:
>
>> Compiling with GCC 4.6.0 20100925 produced warnings:
>> /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi':
>> /src/qemu/target-ppc/op_helper.c:351:14: error: variable 'tmp' set but
>> not used [-Werror=unused-but-s
Paolo Bonzini writes:
> On 10/06/2010 11:34 PM, Blue Swirl wrote:
>> Compiling with GCC 4.6.0 20100925 produced a lot of warnings like:
>> /src/qemu/target-mips/translate.c: In function 'gen_ld':
>> /src/qemu/target-mips/translate.c:1039:17: error: variable 'opn' set
>> but not used [-Werror=unus
Paolo Bonzini writes:
> On 10/06/2010 11:33 PM, Blue Swirl wrote:
>> +#if defined(CONFIG_VNC_TLS) || defined(CONFIG_VNC_SASL)
>> } else if (strncmp(options, "acl", 3) == 0) {
>> acl = 1;
>> +#endif
>
> Not sure it's okay to reject the option altogether (i.e. maybe the #if
Am 23.09.2010 04:21, schrieb Yehuda Sadeh Weinraub:
> Following up on this one, I'd like to know whether there is any
> pending issue preventing rbd from being included upstream.
Basically for me the only problem at the moment is a lack of reviews. If
nobody else picks it up, I'll get to it eventu
Am 07.10.2010 11:37, schrieb Markus Armbruster:
> Blue Swirl writes:
>
>> Compiling with GCC 4.6.0 20100925 produced a warning:
>> /src/qemu/block/qcow2-refcount.c: In function 'update_refcount':
>> /src/qemu/block/qcow2-refcount.c:552:13: error: variable 'dummy' set
>> but not used [-Werror=unus
On 10/07/10 12:17, Michal Suchanek wrote:
> I have no idea how to log the data.
>
> I looked at the qemu man page but it does not even mention the PS/2
> mouse as a chardev nor offers an option to log traffic of chardevs
> without attaching them to a file and thus detaching them from the
> emulate
Whan I put vga card it work perfectly. I have only the bug with wmware card and
particulare version of linux
- vanilla 2.6.32.22
- 0.12.5-r1
- gentoo
- core i5 750
Guest:
- gentoo kernel (based on vanilla kernel 2.6.32.16)
- VMware SVGA video driver 11.0.1
- network boot via pxe and squashfs + auf
Am 06.09.2010 16:42, schrieb Bernhard Kohl:
> If these messages are not handled correctly the guest driver may hang.
>
> Always mandatory:
> - ABORT
> - BUS DEVICE RESET
>
> Mandatory if tagged queuing is implemented (which disks usually do):
> - ABORT TAG
> - CLEAR QUEUE
>
> Signed-off-by: Bern
This patch adds a new set_password monitor command which allows to
change the password for spice and vnc connections. See the doc update
patch chunk for details.
Signed-off-by: Gerd Hoffmann
---
hmp-commands.hx | 23 +
monitor.c | 58 +++
This patch adds support for expiring passwords to vnc. It adds a new
lifetime parameter to the vnc_display_password() function, which
specifies the number of seconds the new password will be valid. Passing
zero as lifetime maintains current behavior (password never expires).
Signed-off-by: Gerd
Hi,
This patch series adds a new monitor command to set the password with
optional expiry time for spice and vnc remote desktop connections.
The patches are also available in the git repository at:
git://anongit.freedesktop.org/spice/qemu passwd.1
Gerd Hoffmann (3):
vnc: auth reject c
protocol_client_auth_vnc() has two places where the auth can fail,
with identical code sending the reject message to the client.
Move the common code to the end of the function and make both
error paths jump there. No functional change.
Signed-off-by: Gerd Hoffmann
---
ui/vnc.c | 30 +
Timestamp files were recently added to reduce make churn on source files
that use tracing. The timestamp files should never be committed and
should not be visible in git status.
Signed-off-by: Stefan Hajnoczi
---
.gitignore |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git
On Thu, Oct 07, 2010 at 12:08:05PM +0200, Markus Armbruster wrote:
> Blue Swirl writes:
>
> > Compiling with GCC 4.6.0 20100925 produced warnings:
> > /src/qemu/target-cris/op_helper.c: In function 'helper_movl_sreg_reg':
> > /src/qemu/target-cris/op_helper.c:145:8: error: variable 'tlb_v' set
>
Am 30.09.2010 07:07, schrieb Nicholas A. Bellinger:
> From: Nicholas Bellinger
>
> Greetings Paul, Jan, Kevin and co,
>
> This series is against my v0.12.5 qemu-kvm.git that contains QEMU SCSI layer
> SGL passthrough from Gerd Hoffman, 8708EM2 MegaSas emulation from Dr. Hannes
> Reinecke, and we
I have no idea how to log the data.
I looked at the qemu man page but it does not even mention the PS/2
mouse as a chardev nor offers an option to log traffic of chardevs
without attaching them to a file and thus detaching them from the
emulated device.
Thanks
Michal
--
DRIVER_IRQL_NOT_LESS_OR
Blue Swirl writes:
> Compiling with GCC 4.6.0 20100925 produced warnings:
> /src/qemu/target-cris/op_helper.c: In function 'helper_movl_sreg_reg':
> /src/qemu/target-cris/op_helper.c:145:8: error: variable 'tlb_v' set
> but not used [-Werror=unused-but-set-variable]
> In file included from /src/q
On Wed, Oct 06, 2010 at 04:05:38PM -0600, Alex Williamson wrote:
> On Wed, 2010-10-06 at 23:44 +0200, Michael S. Tsirkin wrote:
> > On Wed, Oct 06, 2010 at 11:24:24AM -0600, Alex Williamson wrote:
> > > You could always keep the functions as separate wrapper callers of the
> > > common function so
Closing per tekditt's posting on 2010-07-22
** Changed in: qemu
Status: Incomplete => Fix Committed
--
WinXP install cd hangs at boot time if machine started with floppy
https://bugs.launchpad.net/bugs/586420
You received this bug notification because you are a member of qemu-
devel-ml,
On 10/07/10 11:51, Michal Suchanek wrote:
> Actually the issue is caused by the Synaptics touchpad driver binding
> to the PS/2 mouse device in qemu.
>
> I have no idea how PS/2 devices are detected but the one present in
> qemu is misdetected as a synaptics touchapd by the Synaptics driver
> for
Seems like this isn't a bug after all, so closing.
If you want to add a note to the manual, that is cool, but please submit
a patch, otherwise I doubt it will get addressed. It should also be a
more generic note since it would apply to all arguments that accept ?
Cheers,
Jes
** Changed in: qemu
On 7 October 2010 11:05, Jes Sorensen <639...@bugs.launchpad.net> wrote:
> Just to be sure, you are not using the virtio-blk driver for Windows
> here?
>
> I have seen similar crashes with the older version of virtio-blk when used on
> recent versions of KVM.
>
> --
> DRIVER_IRQL_NOT_LESS_OR_EQUAL
Blue Swirl writes:
> Compiling with GCC 4.6.0 20100925 produced warnings:
> /src/qemu/hw/eepro100.c: In function 'eepro100_read4':
> /src/qemu/hw/eepro100.c:1351:14: error: 'val' may be used
> uninitialized in this function [-Werror=uninitialized]
> /src/qemu/hw/eepro100.c: In function 'eepro100_
Blue Swirl writes:
> Compiling with GCC 4.6.0 20100925 produced a warning:
> /src/qemu/block/qcow2-refcount.c: In function 'update_refcount':
> /src/qemu/block/qcow2-refcount.c:552:13: error: variable 'dummy' set
> but not used [-Werror=unused-but-set-variable]
>
> Fix by adding a function that d
Hi,
The backtrace shows it crashes in lsi_update_irq() which is in the SCSI
emulation, not the
networking code. Please try and see if this happens if you use IDE or
virtio-blk for your
disk drives.
Second, please provide proper information about your software stack:
- kernel version
- qemu-kvm
Just to be sure, you are not using the virtio-blk driver for Windows
here?
I have seen similar crashes with the older version of virtio-blk when used on
recent versions of KVM.
--
DRIVER_IRQL_NOT_LESS_OR_EQUAL booting WIndows XP with Synaptics driver installed
https://bugs.launchpad.net/bugs/639
On 10/05/10 02:23, Vincent Minet wrote:
> Commit d729bb9a7700e364b1c5f9893d61f07a9e002bce has a typo, causing an
> infinite loop in acpi_table_add.
>
> Signed-off-by: Vincent Minet
> ---
> hw/acpi.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
OUCH!
Good catch!
Acked-by: Jes
1 - 100 of 118 matches
Mail list logo