Statistics
| Branch: | Revision:

root / hw @ 5cd8f621

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
8af00205 10/05/2013 12:05 pm Daniel P. Berrange

hw/9pfs: Fix errno value for xattr functions

If there is no operation driver for the xattr type the
functions return '-1' and set errno to '-EOPNOTSUPP'.
When the calling code sets 'ret = -errno' this turns
into a large positive number.

In Linux 3.11, the kernel has switched to using 9p...

9b2caaf4 10/02/2013 09:55 pm Stefan Weil

hw/alpha: Fix compiler warning (integer constant is too large)

From buildbot default_i386_rhel61:

CC    alpha-softmmu/hw/alpha/typhoon.o
hw/alpha/typhoon.c: In function 'typhoon_translate_iommu':
hw/alpha/typhoon.c:703: warning: integer constant is too large for 'long' type...
84faf7c3 10/02/2013 09:55 pm Guenter Roeck

sh4: Fix serial line access for Linux kernels later than 3.2

With Linux kernel version 3.3 or later, qemu fails with the following message:

sh_serial: unsupported read from 0x18
Aborted

Reported-and-analyzed-by: Rob Landley <>
Signed-off-by: Guenter Roeck <>...

4b351a0f 10/02/2013 09:55 pm Ján Veselý

pci-ohci: Add missing 'break' in ohci_service_td

Device communication errors need to be reported to driver.
Add a debug message while at it.

Signed-off-by: Jan Vesely <>
Acked-by: Gerd Hoffmann <>
Signed-off-by: Michael Tokarev <>

eb322b81 10/01/2013 01:15 am Anthony Liguori

Merge remote-tracking branch 'mst/tags/for_anthony' into staging

pc,pci,virtio fixes and cleanups

This includes pc and pci cleanups and enhancements,
and a virtio-net bugfix related to softmac programming.

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

3469a60d 10/01/2013 01:14 am Anthony Liguori

Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into staging

  1. By Anthony PERARD (2) and Liu, Jinsong (2)
  2. Via Stefano Stabellini
    • sstabellini/xen-2013-09-25:
      xen: Enable cpu-hotplug on xenfv machine.
      xen: Fix vcpu initialization.
      qemu: Add qemu xen logic for Xen HVM S3 resume...
d7f0efcb 10/01/2013 01:13 am Anthony Liguori

Merge remote-tracking branch 'kraxel/audio.1' into staging

  1. By Bandan Das (3) and Gerd Hoffmann (1)
  2. Via Gerd Hoffmann
    • kraxel/audio.1:
      audio: remove CONFIG_MIXEMU configure option
      hda-codec: make mixemu selectable at runtime
      hda-codec: refactor common definitions into a header file...
1b365b2e 10/01/2013 01:13 am Anthony Liguori

Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into staging

This is a bunch of fixes/changes for the s390 architecture. It also
contains the fixes from the previous pull request, which did not make
it yet.
Overall it contains
- a fix for kexec without kdump (which uses diag308 subcode 0 instead of 1)...

fc3b3295 09/28/2013 11:49 pm Markus Armbruster

smbios: Make multiple -smbios type= accumulate sanely

Currently, -smbios type=T,NAME=VAL,... adds one field (T,NAME) with
value VAL to fw_cfg for each unique NAME. If NAME occurs multiple
times, the last one's VAL is used (before the QemuOpts conversion, the...

e26d3e73 09/28/2013 11:49 pm Markus Armbruster

smbios: Factor out smbios_maybe_add_str()

Signed-off-by: Markus Armbruster <>
Reviewed-by: Eric Blake <>
Signed-off-by: Michael S. Tsirkin <>

View revisions

Also available in: Atom