Revision:

Revisions

# Date Author Comment
7c2cb42b 03/10/2014 04:56 pm Alistair Francis

target-arm: Implements the ARM PMCCNTR register

This patch implements the ARM PMCCNTR register including
the disable and reset components of the PMCR register.

Signed-off-by: Alistair Francis <>
Message-id: ...

c9dd4074 03/10/2014 02:57 pm Stefan Weil

configure: Prettify message for hosts without spice support

Instead of

spice support     no (/)

configure now prints

spice support     no

Signed-off-by: Stefan Weil <>
Signed-off-by: Gerd Hoffmann <>

9b74d0d5 03/10/2014 02:55 pm Gerd Hoffmann

spice: QemuUIInfo windup

Signed-off-by: Gerd Hoffmann <>

4b87dc4c 03/10/2014 02:55 pm Gerd Hoffmann

spice: fix simple display surface handling

Signed-off-by: Gerd Hoffmann <>

c3aa84b6 03/10/2014 02:49 pm Gerd Hoffmann

input: sdl: fix guest_cursor logic.

Unbreaks relative mouse mode with SDL.

Reported-by: Gabriel L. Somlo <>
Signed-off-by: Gerd Hoffmann <>

dbb2a132 03/10/2014 02:49 pm Gerd Hoffmann

input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.

Unbreaks mouse wheel.

Reported-by: BALATON Zoltan <>
Signed-off-by: Gerd Hoffmann <>

e9d818b8 03/10/2014 02:34 pm Peter Maydell

Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-1' into staging

  • remotes/rth/tcg-aarch-6-1:
    tcg-aarch64: Remove nop from qemu_st slow path
    tcg-aarch64: Simplify tcg_out_ldst_9 encoding
    tcg-aarch64: Use intptr_t apropriately
    tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp...
cbc14e6f 03/10/2014 01:55 pm Riku Voipio

linux-user: set minimum kernel version to 2.6.32

Popular glibc based distributions1 require minimum
2.6.32 as kernel version. For some targets 2.6.18
would be enough, but dropping so low would mean some
suboptimal system calls could get used.

Set the minimum kernel advertized to 2.6.32 for...

16513b1b 03/10/2014 01:48 pm Peter Maydell

Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140308-1' into staging

migration/next for 20140308

  1. gpg: Signature made Sat 08 Mar 2014 21:26:01 GMT using RSA key ID 5872D723
  2. gpg: Can't check signature: public key not found
  • remotes/juanquintela/tags/migration/20140308-1:...
2e7bcdb9 03/10/2014 01:35 pm Markus Armbruster

vnc: Fix tight_detect_smooth_image() for lossless case

VncTight member uint8_t quality is either (uint8_t)-1 for lossless or
less than 10 for lossy.

tight_detect_smooth_image() first promotes it to int, then compares
with -1. Always unequal, so we always execute the lossy code. Reads...

e3c1adf1 03/10/2014 01:35 pm Gonglei (Arei)

vnc: Fix qemu crashed when vnc client disconnect suddenly

Hi,

When I use RealVNC viewer client (http://www.realvnc.com/) to connect vnc server,
the client disconnect suddenly, and I click reconnect button immediately, then the Qemu crashed.

In the function vnc_worker_thread_loop, will call vnc_async_encoding_start...

38ee14f4 03/10/2014 01:35 pm Gerd Hoffmann

vnc: fix use-after-free in vnc_update_client_sync

Spotted by Coverity:

876 static int vnc_update_client_sync(VncState *vs, int has_dirty)
877 {

(1) Event freed_arg: "vnc_update_client(VncState *, int)" frees "vs". [details]
Also see events: [deref_arg]...

b4c85ddc 03/10/2014 01:35 pm Peter Lieven

ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro

Signed-off-by: Peter Lieven <>
Reviewed-by: Wenchao Xia <>
Signed-off-by: Gerd Hoffmann <>

6cd859aa 03/10/2014 01:35 pm Peter Lieven

ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT

this allows for setting VNC_DIRTY_PIXELS_PER_BIT to different
values than 16 if desired.

Reviewed-by: Wenchao Xia <>
Signed-off-by: Peter Lieven <>
Signed-off-by: Gerd Hoffmann <>

12b316d4 03/10/2014 01:35 pm Peter Lieven

ui/vnc: optimize dirty bitmap tracking

vnc_update_client currently scans the dirty bitmap of each client
bitwise which is a very costly operation if only few bits are dirty.
vnc_refresh_server_surface does almost the same.
this patch optimizes both by utilizing the heavily optimized...

863d7c91 03/10/2014 01:35 pm Peter Lieven

ui/vnc: optimize clearing in find_and_clear_dirty_height()

The following artifical test (just the bitmap operation part) running
vnc_update_client 65536 times on a 2560x2048 surface illustrates the
performance difference:

All bits clean - vnc_update_client_new: 0.07 secs...

91937225 03/10/2014 01:35 pm Peter Lieven

ui/vnc: optimize setting in vnc_dpy_update()

Signed-off-by: Peter Lieven <>
Reviewed-by: Wenchao Xia <>
Signed-off-by: Gerd Hoffmann <>

e22492d3 03/10/2014 01:35 pm Peter Lieven

ui/vnc: disable adaptive update calculations if not needed

Signed-off-by: Peter Lieven <>
Signed-off-by: Gerd Hoffmann <>

5264917b 03/10/2014 10:48 am Mark Cave-Ayland

Update OpenBIOS images

Update OpenBIOS images to SVN r1280 built from submodule.

Signed-off-by: Mark Cave-Ayland <>

4900116e 03/09/2014 09:09 pm Dr. David Alan Gilbert

Add a 'name' parameter to qemu_thread_create

If enabled, set the thread name at creation (on GNU systems with
pthread_set_np)
Fix up all the callers with a thread name

Signed-off-by: Dr. David Alan Gilbert <>
Acked-by: Michael S. Tsirkin <>...

4a4fcdf6 03/09/2014 09:09 pm Michael S. Tsirkin

MAINTAINERS: drop an out of date address

Gleb's address seems to be out of date. Since it stayed like that for a
while now, I'm guessing he's no longer interested in getting mail.

Signed-off-by: Michael S. Tsirkin <>

262f6f51 03/09/2014 09:09 pm Marcel Apfelbaum

acpi-test: retain both asl and aml files on failure

Updated the error message while at it.

Signed-off-by: Marcel Apfelbaum <>
Reviewed-by: Michael S. Tsirkin <>
Signed-off-by: Michael S. Tsirkin <>

15d914b1 03/09/2014 09:09 pm Marcel Apfelbaum

acpi-test: issue errors instead of warnings when possible

If the expected (offline) acpi tables loaded correctly,
it is safe to assume the iasl installation is OK and
issue an error if the actual tables failed to load.

Signed-off-by: Marcel Apfelbaum <>...

175f099b 03/09/2014 09:09 pm Hervé Poussineau

pam: partly fix write-only mode

In write-only mode, writes are forwarded to RAM, while reads should not be
handled (ie should return 0xff).
Assume that in this mode, no read access is ever done, as they shouldn't
give any sensible result.

So, in write-only mode, alias PAM region to RAM, instead of PCI memory...

f1b7e0e4 03/09/2014 09:09 pm Hervé Poussineau

pckbd: return 'keyboard enabled' on read input port command

Bit 7 of Input Port is the keyboard inhibit switch.
0 means keyboard inhibited, while 1 means keyboard enabled.

Incidentaly, this also fixes an error encountered while booting
an Award BIOS: "Keyboard is locked out - Unlock the key"....

« Previous 1 2 3 4 ... 1262 Next » (26-50/31548) | Per page: 25, 50, 100

Also available in: Atom