Revision:

Revisions

# Date Author Comment
be813ef0 03/11/2014 09:52 pm Peter Maydell

Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging

acpi,pc,test bug fixes

More small fixes: the issues annoy developers so
I thought they are worth fixing quickly.

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

  1. gpg: Signature made Tue 11 Mar 2014 11:27:44 GMT using RSA key ID D28D5469...
23961870 03/11/2014 09:39 pm Peter Maydell

Merge remote-tracking branch 'remotes/kvm/uq/master' into staging

  • remotes/kvm/uq/master:
    target-i386: bugfix of Intel MPX
    file_ram_alloc: unify mem-path,mem-prealloc error handling
    kvm-all: exit in case max vcpus exceeded

Signed-off-by: Peter Maydell <>

01207d0b 03/11/2014 08:19 pm Jan Kiszka

qemu-thread-posix: Fix build against older glibc version

pthread_setname_np was introduced with 2.12.

Signed-off-by: Jan Kiszka <>
Reviewed-by: Dr. David Alan Gilbert <>
Signed-off-by: Peter Maydell <>

0ca540db 03/11/2014 03:20 pm Peter Maydell

Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140310' into staging

target-arm queue: * implement WFE as yield (improves performance with emulated SMP) * fixes to avoid undefined behaviour shifting left into sign bit * libvixl format string fixes for 32 bit hosts...

ed9b103d 03/11/2014 03:03 pm Peter Maydell

Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging

minor spice patches.

  1. gpg: Signature made Mon 10 Mar 2014 13:13:14 GMT using RSA key ID D3E87138
  2. gpg: Good signature from "Gerd Hoffmann (work) <>"
  3. gpg: aka "Gerd Hoffmann <>"...
c57ec324 03/11/2014 02:52 pm Peter Maydell

Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging

input: fixes for the rewrite.

  1. gpg: Signature made Mon 10 Mar 2014 12:50:25 GMT using RSA key ID D3E87138
  2. gpg: Good signature from "Gerd Hoffmann (work) <>"...
263cf436 03/11/2014 01:27 pm BALATON Zoltan

q35: Correct typo BRDIGE -> BRIDGE

Signed-off-by: BALATON Zoltan <>
Reviewed-by: Michael S. Tsirkin <>
Signed-off-by: Michael S. Tsirkin <>

b4e5a4bf 03/11/2014 01:27 pm Michael S. Tsirkin

acpi-build: don't access unaligned addresses

casting an unaligned address to e.g.
uint32_t can trigger undefined behaviour in C.
Replace cast + assignment with memcpy.

Reported-by: Peter Maydell <>
Signed-off-by: Michael S. Tsirkin <>

13f65b2e 03/11/2014 01:27 pm Michael S. Tsirkin

acpi-test: update expected SSDT files

SSDT doesn't have _SUN for non hotpluggable slots
anymore.

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

dc655404 03/11/2014 01:27 pm Michael S. Tsirkin

configure: don't modify .status on error

./configure --help
make

will try to re-run configure with --help
which isn't what was intended.

The reason is that config.status was written
even on configure error.
Defer writing config.status until configure
has completed successfully....

ac41881b 03/11/2014 01:25 pm Michael S. Tsirkin

pc: avoid duplicate names for ROM MRs

Since
commit 04920fc0faa4760f9c4fc0e73b992b768099be70
loader: store FW CFG ROM files in RAM
RAM MRs including ROM files in FW CFGs are created
and named using the file basename.

This becomes problematic if these names are...

fe6c53b4 03/11/2014 12:53 pm Peter Maydell

Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into staging

vnc dirty tracking optinizations.
various vnc bugfixes.

  1. gpg: Signature made Mon 10 Mar 2014 12:39:54 GMT using RSA key ID D3E87138
  2. gpg: Good signature from "Gerd Hoffmann (work) <>"...
b0f15a5d 03/11/2014 12:49 pm Liu, Jinsong

target-i386: bugfix of Intel MPX

The correct size of cpuid 0x0d sub-leaf 4 is 0x40, not 0x10.
This is confirmed by Anvin H Peter and Mallick Asit K.

Signed-off-by: Liu Jinsong <>
Cc: H. Peter Anvin <>
Cc: Asit K Mallick <>...

118760df 03/10/2014 09:14 pm Peter Maydell

Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging

acpi,pc,pci,virtio,memory bug fixes

This collects several small fixes from all over the place.
Additionally, Marcel's changes make acpi unit tests more robust.

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

b304bf00 03/10/2014 06:43 pm Christian Borntraeger

s390/kvm: Add Maintainers for s390/kvm

Lets add Conny and myself as maintainers for s390/kvm and
related code. This does not include any tcg related code,
which is maintained by Richard and Alex.

Signed-off-by: Christian Borntraeger <>...

3f150670 03/10/2014 06:22 pm Peter Maydell

Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging

  • remotes/riku/linux-user-for-upstream:
    linux-user: set minimum kernel version to 2.6.32
    linux-user: correct handling of break exception for MIPS
    linux-user: translate signal number on return from sigtimedwait...
0c126db2 03/10/2014 05:36 pm Peter Maydell

Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into staging

  • remotes/mcayland/qemu-openbios:
    Update OpenBIOS images

Signed-off-by: Peter Maydell <>

c8f8f9fb 03/10/2014 04:56 pm Peter Maydell

hw/ssi/xilinx_spips.c: Avoid shifting left into sign bit

Add missing 'U' suffix to avoid shifting left into sign bit of
a signed integer.

Signed-off-by: Peter Maydell <>
Message-id:

2b194951 03/10/2014 04:56 pm Peter Maydell

hw/arm/musicpal: Avoid shifting left into sign bit

Add missing 'U' suffixes to avoid shifting left into sign
bit of a signed integer.

Signed-off-by: Peter Maydell <>
Message-id:

72c1d3af 03/10/2014 04:56 pm Peter Maydell

target-arm: Implement WFE as a yield operation

Implement WFE to yield our timeslice to the next CPU.
This avoids slowdowns in multicore configurations caused
by one core busy-waiting on a spinlock which can't possibly
be unlocked until the other core has an opportunity to run....

0624976f 03/10/2014 04:56 pm Richard Henderson

target-arm: Fix intptr_t vs tcg_target_long

Fixes a build error when these are different, e.g. x32.

Signed-off-by: Richard Henderson <>
Message-id:
Signed-off-by: Peter Maydell <>

b29c8f11 03/10/2014 04:56 pm Stefan Weil

libvixl: Fix format strings for several int64_t values

"%d" or "%x" won't work on hosts where int values are smaller than 64 bit.

Signed-off-by: Stefan Weil <>
Message-id:
Signed-off-by: Peter Maydell <>

43a32ed6 03/10/2014 04:56 pm Peter Maydell

pxa2xx: Don't shift into sign bit

Add missing 'U' suffixes to avoid potentially shifting into
the sign bit of a signed integer.

Signed-off-by: Peter Maydell <>
Message-id:

d2f41a11 03/10/2014 04:56 pm Peter Maydell

hw/arm/omap1.c: Avoid shifting left into sign bit

Add missing 'U' suffix to avoid shifting left into sign bit.

Signed-off-by: Peter Maydell <>
Message-id:

af519934 03/10/2014 04:56 pm Peter Maydell

target-arm: Fix incorrect setting of E bit in CPSR

Commit 4cc35614a moved the exception mask bits out of env->uncached_cpsr
and into env->daif. However the env->daif contents are AArch64 style
mask bits, which include not just the AArch32 AIF bits but also the...

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

Also available in: Atom