-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I found that running a debian arm5 bash with qemu runs into varying
problems with -R but works without. Also works fine on both armv5 and
armv7hf hardware.
This happened with both master and 1.0 builds:
curl www.zq1.de/~bernhard/temp/debian-bas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/27/2012 04:32 PM, Peter Maydell wrote:
> On 27 February 2012 15:16, Bernhard M. Wiedemann
> wrote:
>> I found that running a debian arm5 bash with qemu runs into
>> varying problems with -R but works without. Also works fin
qcow2_write_compressed in block/qcow2.c would need to be changed.
Currently it seems to need bigger changes as it always does compress+write for
one block.
Not sure, how well it would handle multiple writes in parallel, so the safest
would be to avoid that and just wait for the previous writer t
Hi.
I build a kvm-0.14 with this patch on top and it finally allowed me to issue a
click using mouse_button via monitor.
Great! Thanks!
For my automated tests I use kvm like this:
/usr/bin/qemu-kvm -m 1024 -net user -monitor tcp:127.0.0.1:15222,server,nowait
-net nic,model=virtio,macaddr=52:54
I now found that it depends on my client side. The bug happens when I ssh -XC
from my netbook with 1024x600(intel) to a server, but when I ssh -XC to the
same server from my laptop with 1024x768(fbdev), then it works.
So might be that the scaling code that made the difference in my bisecting, is
One possible way to get X11-forwarding back on qemu master is to disable
zoom by this patch.
But I do not know why the do_sdl_resize function should be problematic.
There is probably a better solution.
** Patch added: "disable zoom"
https://bugs.launchpad.net/qemu/+bug/691424/+attachment/1769
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wiedemann
---
monitor.c |6 ++
1 fil
The code comes from
http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02788.html
Without this patch it is not possible to send at least 10 special
characters (\|'"`~:;[]{}) via the monitor sendkey command.
Signed-off-by: Bernhard M. Wiedemann
---
monitor.c |7 ++-
1 fil
Public bug reported:
via the qemu -monitor interface, it is possible to move and click the mouse
using
mouse_move 2 1
mouse_button 1
but the mouse_button command always moves the mouse to (0,0) making it rather
unusable to (auto-)trigger any widgets in the VM from the outside.
Would be
://www.zq1.de/~bernhard/linux/qemu-0.12.3-piix-ram-size.patch
Please discuss or apply this patch.
regards
Bernhard M. Wiedemann
--
software engineer
diff -ru ./hw/pc.c ../qpatch/hw/pc.c
--- ./hw/pc.c 2010-02-26 03:34:00.0 +0100
+++ ../qpatch/hw/pc.c 2010-04-19 17:18:12.0 +0200
from a register in i440 northbridge.
The message on the old patch states:
Unfortunately the current version of qemu does not set these
registers, but I have patched qemu so that it emulates the i440 more
faithfully in this regard.
Signed-off-by: Bernhard M. Wiedemann
---
hw/pc.c |2
It seems to be working now with current versions, so has probably been
fixed somewhere.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/691424
Title:
qemu/kvm SDL over ssh -X broken
Status in QEMU:
On 23/05/2019 23.27, Eduardo Habkost wrote:
> On Thu, May 23, 2019 at 07:57:38PM +0100, Dr. David Alan Gilbert wrote:
>> * Bernhard M. Wiedemann (bwiedem...@suse.de) wrote:
>>> Without this patch, a VM on a Opteron G3 host will have the svm flag, but
>>> the kvm-amd mo
Without this patch, a VM on a Opteron G3 host will have the svm flag, but
the kvm-amd module fails to load in there, complaining that it needs
cpuid 0x800a
I have successfully built and tested this for 3+ years in production
on Opteron G3 servers.
Signed-off-by: Bernhard M. Wiedemann
Without this patch, a VM on a Opteron G3 host will have the svm flag, but
the kvm-amd module fails to load in there, complaining that it needs
cpuid 0x800a
I have successfully built and tested this for 3+ years in production
on Opteron G3 servers.
Signed-off-by: Bernhard M. Wiedemann
15 matches
Mail list logo