Statistics
| Branch: | Revision:

root / hw / misc @ ddf5636d

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 122.3 kB
vmport.c 5 kB
zynq_slcr.c 14.8 kB

Latest revisions

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

850bbe1b 02/01/2014 11:08 pm Peter Maydell

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

vfio-pci updates include:
- Destroy MemoryRegions on device teardown
- Print warnings around PCI option ROM failures
- Skip bogus mappings from 64bit BAR sizing...

8b6d1408 01/28/2014 05:23 pm Bandan Das

vfio: correct debug macro typo

Change to DEBUG_VFIO in vfio_msi_interrupt() for debug
messages to get printed

Signed-off-by: Bandan Das <>
Signed-off-by: Alex Williamson <>

15bce1b7 01/26/2014 01:06 pm Gabriel L. Somlo

Add DSDT node for AppleSMC

AppleSMC (-device isa-applesmc) is required to boot OS X guests.
OS X expects a SMC node to be present in the ACPI DSDT. This patch
adds a SMC node to the DSDT, and dynamically patches the return value
of SMC._STA to either 0x0B if the chip is present, or otherwise to 0x00,...

8d7b5a1d 01/17/2014 08:12 pm Alexey Kardashevskiy

vfio: fix mapping of MSIX bar

VFIO virtualizes MSIX table for the guest but not mapping the part of
a BAR which contains an MSIX table. Since vfio_mmap_bar() mmaps chunks
before and after the MSIX table, they have to be aligned to the host
page size which may be TARGET_PAGE_MASK (4K) or 64K in case of PPC64....

View revisions

Also available in: Atom