Statistics
| Branch: | Revision:

root / hw @ d2f41a11

Name Size
  9pfs
  acpi
  alpha
  arm
  audio
  block
  bt
  char
  core
  cpu
  cris
  display
  dma
  gpio
  i2c
  i386
  ide
  input
  intc
  ipack
  isa
  lm32
  m68k
  microblaze
  mips
  misc
  moxie
  net
  nvram
  openrisc
  pci
  pci-bridge
  pci-host
  pcmcia
  ppc
  s390x
  scsi
  sd
  sh4
  sparc
  sparc64
  ssi
  timer
  tpm
  unicore32
  usb
  virtio
  watchdog
  xen
  xtensa
Makefile.objs 1.4 kB

Latest revisions

# Date Author Comment
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:

f53f3d0a 03/08/2014 02:38 pm Peter Maydell

Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging

  • remotes/kvaneesh/for-upstream:
    hw/9pfs: Include virtio-9p-device.o in build
    hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
    hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()...
d7c698af 03/08/2014 02:17 pm Peter Maydell

Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block patches

  1. gpg: Signature made Fri 07 Mar 2014 13:30:04 GMT using RSA key ID C88F2FD6
  2. gpg: Good signature from "Kevin Wolf <>"
  • remotes/kevin/tags/for-upstream:...
80aaa074 03/08/2014 01:27 pm Andreas Färber

xenfb: Fix graphic_console_init() build failure

In commit 5643706a095044d75df1c0588aac553a595b972b (console: add head
to index to qemu consoles.) graphic_console_init() was extended to take
an additional argument, but xenfb was not updated accordingly. Fix it....

6fc0303b 03/07/2014 08:29 pm Peter Maydell

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

Input handling rewrite.
SDL2 support.

  1. gpg: Signature made Wed 05 Mar 2014 11:16:08 GMT using RSA key ID D3E87138
  2. gpg: Good signature from "Gerd Hoffmann (work) <>"...
bb2b0450 03/07/2014 06:36 pm Peter Maydell

Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging

Patch queue for ppc - 2014-03-05

This pull request includes:

- VSX emulation support
- book3s pr/hv selection
- some bug fixes
- qdev stable numbering
- eTSEC emulation...
2c02f887 03/07/2014 12:29 pm Peter Maydell

hw/ide/ahci.h: Avoid shifting left into sign bit

Add 'U' suffixes to avoid undefined behaviour shifting left into
the signed bit of a signed integer type. Clang's sanitizer will
warn about this:

hw/ide/ahci.c:1210:27: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'...
5643706a 03/05/2014 10:52 am Gerd Hoffmann

console: add head to index to qemu consoles.

Signed-off-by: Gerd Hoffmann <>

7e749462 03/05/2014 10:42 am Cornelia Huck

s390x/virtio-ccw: Adapter interrupt support.

Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts
on guest request. When active, host->guest notifications will be handled
via global_indicator -> queue indicators instead of queue indicators +...

View revisions

Also available in: Atom