Statistics
| Branch: | Revision:

root / hw @ 0ece9671

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

Latest revisions

# Date Author Comment
f3a64b8c 07/18/2013 06:44 am Markus Armbruster

slavio_misc: Fix slavio_led_mem_readw/_writew tracepoints

Broken since they got added in commit 97bf485.

Signed-off-by: Markus Armbruster <>
Signed-off-by: Stefan Hajnoczi <>

0ece9671 07/18/2013 06:44 am Markus Armbruster

milkymist-minimac2: Fix minimac2_read/_write tracepoints

Broken in milkymist-minimac.c from the start (commit 0742454),
faithfully moved to milkymist-minimac2.c (commit 57aa265).

Signed-off-by: Markus Armbruster <>
Signed-off-by: Stefan Hajnoczi <>

2562becf 07/15/2013 10:02 pm Anthony Liguori

Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging

  1. By Dominik Dingel
  2. Via Cornelia Huck
    • cohuck/virtio-ccw-upstr:
      virtio-ccw: Enable x-data-plane for virtio-ccw-blk

Message-id: ...

1750d019 07/15/2013 10:02 pm Anthony Liguori

Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130715' into staging

arm-devs queue

  1. gpg: Signature made Mon 15 Jul 2013 10:53:44 AM CDT using RSA key ID 14360CDE
  2. gpg: Can't check signature: public key not found
  1. By Peter Maydell (4) and others...
a34001fa 07/15/2013 10:00 pm Anthony Liguori

Merge remote-tracking branch 'rth/axp-next' into staging

  1. By Richard Henderson
  2. Via Richard Henderson
    • rth/axp-next:
      hw/alpha: Use SRM epoch
      hw/alpha: Drop latch_tmp hack
      exec: Support 64-bit operations in address_space_rw
      hw/alpha: Don't machine check on missing pci i/o...
bf72d89f 07/15/2013 06:39 pm Dominik Dingel

virtio-ccw: Enable x-data-plane for virtio-ccw-blk

Add property x-data-plane to virtio-ccw-blk devices.

Signed-off-by: Dominik Dingel <>
Signed-off-by: Cornelia Huck <>

b25a83f0 07/15/2013 06:25 pm Andre Przywara

ARM/highbank: add support for Calxeda ECX-2000 / Midway

The Calxeda ECX-2000 chip (aka. Midway) is model-wise quite similar
to the Highbank. The most prominent difference is the Cortex-A15 CPU
core in it, together with the associated core peripherals.

Add a new ARM machine type called "midway"....

574f66bc 07/15/2013 06:21 pm Andre Przywara

ARM/highbank: prepare for adding similar machines

To allow the modelling of machines similar to Calxeda Highbank,
introduce a parameter to the init function and call it from a
wrapper. This allows to tweak the definition for individual machines
later on....

8941d6ce 07/15/2013 06:17 pm Peter Maydell

hw/arm/vexpress: Add alias for flash at address 0 on A15 board

The A15 Versatile Express board can remap a variety of things at address
0. We don't currently emulate the Serial Configuration Controller which
is how the guest can control this remapping, but we can provide the...

76486736 07/15/2013 06:17 pm Peter Maydell

hw/dma/omap_dma: Fix bugs with DMA requests above 32

The drqbmp field of struct soc_dma_s is a uint64_t; however several
places in the code attempt to set bits in it using "(1 << drq)",
which will fail if drq is large enough that the 1 bit gets shifted
off the top of a 32 bit integer. Change these to "(1ULL << drq)" so...

View revisions

Also available in: Atom