Statistics
| Branch: | Revision:

root / hw / misc @ 1d5bf692

Name Size
  macio
Makefile.objs 1.2 kB
a9scu.c 4.4 kB
applesmc.c 8 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.7 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.5 kB
pxa2xx_pcmcia.c 5.3 kB
sga.c 2.1 kB
slavio_misc.c 13.3 kB
tmp105.c 6.7 kB
tmp105.h 1 kB
vfio.c 116.1 kB
vmport.c 4.9 kB
zynq_slcr.c 14.6 kB

Latest revisions

# Date Author Comment
1d5bf692 10/03/2013 06:10 pm Alexey Kardashevskiy

vfio: Fix debug output for int128 values

Memory regions can easily be 2^64 byte long and therefore overflow
for just a bit but that is enough for int128_get64() to assert.

This takes care of debug printing of huge section sizes.

Signed-off-by: Alexey Kardashevskiy <>...

f16f39c3 10/02/2013 10:51 pm Alex Williamson

vfio-pci: Implement PCI hot reset

Now that VFIO has a PCI hot reset interface, take advantage of it.
There are two modes that we need to consider. The first is when only
one device within the set of devices affected is actually assigned to
the guest. In this case the other devices are are just held by VFIO...

c7679d45 10/02/2013 09:52 pm Alex Williamson

vfio-pci: Add support for MSI affinity

When MSI is accelerated through KVM the vectors are only programmed
when the guest first enables MSI support.  Subsequent writes to the
vector address or data fields are ignored.  Unfortunately that means
we're ignore updates done to adjust SMP affinity of the vectors....

befe5176 10/02/2013 09:52 pm Alex Williamson

vfio-pci: Test device reset capabilities

Not all resets are created equal. PM reset is not very reliable,
especially for GPUs, so we might want to opt for a bus reset if a
standard reset will only do a D3hot->D0 transition. We can also
use this to tell if the standard reset will do a bus reset (if...

6f864e6e 10/02/2013 09:52 pm Alex Williamson

vfio-pci: Lazy PCI option ROM loading

During vfio-pci initfn, the device is not always in a state where the
option ROM can be read. In the case of graphics cards, there's often
no per function reset, which means we have host driver state affecting
whether the option ROM is usable. Ideally we want to move reading the...

8fbf47c3 10/02/2013 09:52 pm Alex Williamson

vfio-pci: Cleanup error_reports

Remove carriage returns and tweak formatting for error_reports.

Signed-off-by: Alex Williamson <>

213f0c4f 08/30/2013 10:15 pm Andreas Färber

qom: Pass available size to object_initialize()

To be passed on to object_initialize_with_type().

Acked-by: Cornelia Huck <> (virtio-ccw)
Signed-off-by: Andreas Färber <>

fb17dfe0 08/30/2013 10:15 pm Andreas Färber

qdev: Pass size to qbus_create_inplace()

To be passed to object_initialize().

Since commit 39355c3826f5d9a2eb1ce3dc9b4cdd68893769d6 the argument is
void*, so drop some superfluous (BusState *) casts or direct parent
field usages.

Signed-off-by: Andreas Färber <>

b5d54bd4 08/30/2013 01:21 am Anthony Liguori

Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5

  • qemu-kvm/uq/master:
    kvm-stub: fix compilation
    kvm: shorten the parameter list for get_real_device()
    kvm: i386: fix LAPIC TSC deadline timer save/restore
    kvm-all.c: max_cpus should not exceed KVM vcpu limit...
bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

View revisions

Also available in: Atom