Statistics
| Branch: | Revision:

root / hw / misc @ feature-archipelago

Name Size
  macio
Makefile.objs 1.3 kB
a9scu.c 4.1 kB
applesmc.c 7.9 kB
arm11scu.c 2.6 kB
arm_integrator_debug.c 2.9 kB
arm_l2x0.c 4.9 kB
arm_sysctl.c 19.8 kB
cbus.c 14.8 kB
debugexit.c 2.1 kB
eccmemctl.c 11.3 kB
exynos4210_pmu.c 23.3 kB
imx_ccm.c 8.2 kB
ivshmem.c 23.1 kB
lm32_sys.c 4.9 kB
max111x.c 4.4 kB
milkymist-hpdmc.c 4.3 kB
milkymist-pfpu.c 14.4 kB
mst_fpga.c 6.2 kB
omap_clk.c 30.3 kB
omap_gpmc.c 28.5 kB
omap_l4.c 4.3 kB
omap_sdrc.c 4.8 kB
omap_tap.c 3.4 kB
pc-testdev.c 6.5 kB
pci-testdev.c 8.9 kB
puv3_pm.c 3.4 kB
pvpanic.c 3.7 kB
sga.c 2.1 kB
slavio_misc.c 13.3 kB
tmp105.c 6.7 kB
tmp105.h 1 kB
vfio.c 125.2 kB
vmport.c 5 kB
zynq_slcr.c 14.8 kB

Latest revisions

# Date Author Comment
73795cea 02/27/2014 01:31 pm Peter Maydell

Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140226.0' into staging

Updates include:
- Coverify fixes for vfio & pci-assign (Markus)
- VFIO blacklisting support for known brokwn PCI option ROMs (Bandan)

  1. gpg: Signature made Wed 26 Feb 2014 18:15:28 GMT using RSA key ID 3BB08B22...
4b943029 02/26/2014 07:33 pm Bandan Das

vfio: blacklist loading of unstable roms

Certain cards such as the Broadcom BCM57810 have rom quirks
that exhibit unstable system behavior duing device assignment. In
the particular case of 57810, rom execution hangs and if a FLR
follows, the device becomes inoperable until a power cycle. This...

13665a2d 02/26/2014 07:28 pm Markus Armbruster

vfio: Fix overrun after readlink() fills buffer completely

readlink() returns the number of bytes written to the buffer, and it
doesn't write a terminating null byte. vfio_init() writes it itself.
Overruns the buffer when readlink() filled it completely....

ec1efab9 02/26/2014 07:19 pm Peter Maydell

hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses

Fix incorrect use of sizeof() rather than ARRAY_SIZE() to guard
accesses into the mb_clock[] array, which was allowing a malicious
guest to overwrite the end of the array.

Signed-off-by: Peter Maydell <>...

c7bcc85d 02/14/2014 10:12 pm Paolo Bonzini

qdev: Remove hex8/32/64 property types

Replace them with uint8/32/64.

Reviewed-by: Igor Mammedov <>
Reviewed-by: Eric Blake <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Andreas Färber <>

8fa75749 02/11/2014 01:26 pm Peter Maydell

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

target-arm queue: * more A64 Neon instructions * AArch32 VCVTB and VCVTT ARMv8 instructions * fixes to inaccuracies in GIC emulation * libvixl disassembler for A64...

69991d7d 02/08/2014 04:50 pm Sebastian Huber

arm/zynq: Add software system reset via SCLR

Support software-driven system reset via the register in the SCLR.

Signed-off-by: Sebastian Huber <>
Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Peter Maydell <>

8c5edce5 02/04/2014 08:47 pm Michael Walle

lm32_sys: dump cpu state if test case fails

This will ease debugging the test cases.

Signed-off-by: Michael Walle <>

9a59e6e3 02/04/2014 08:47 pm Michael Walle

lm32_sys: print test result on stderr

Do not use qemu_log().

Signed-off-by: Michael Walle <>

e67b3ca5 02/04/2014 08:34 pm Michael Walle

lm32_sys: increase test case name length limit

The new MMU tests use longer names.

Signed-off-by: Michael Walle <>

View revisions

Also available in: Atom