Statistics
| Branch: | Revision:

root / hw / i386 / kvm @ efec3dd6

Name Size
Makefile.objs 62 Bytes
apic.c 5.9 kB
clock.c 3.7 kB
i8254.c 9.8 kB
i8259.c 4.2 kB
ioapic.c 4.2 kB
pci-assign.c 62.4 kB

Latest revisions

# Date Author Comment
efec3dd6 12/23/2013 01:27 am Markus Armbruster

qdev: Replace no_user by cannot_instantiate_with_device_add_yet

In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be...

0a3c7385 11/21/2013 05:09 pm Anthony Liguori

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

  1. By Jan Kiszka (1) and others
  2. Via Gleb Natapov
    • qemu-kvm/uq/master:
      kvm: Fix uninitialized cpuid_data
      pci-assign: Remove dead code for direct I/O region access from userspace
      KVM: x86: fix typo in KVM_GET_XCRS...
25a666d2 11/13/2013 01:48 pm Cole Robinson

pci-assign: Fix error_report of pci-stub message

Using multiple calls to error_report here means every line is
prefaced with the (potentially long) pci-assign command line
arguments.

Use a single error_printf to preserve the intended formatting.
Since this code path is always preceded by an error_report call,...

3a902bab 11/07/2013 01:10 pm Jan Kiszka

pci-assign: Remove dead code for direct I/O region access from userspace

This feature was already deprecated back then in qemu-kvm, ie. before
pci-assign went upstream. assigned_dev_ioport_rw will never be invoked
with resource_fd < 0.

Signed-off-by: Jan Kiszka <>...

e76d05c2 09/20/2013 07:11 pm Stefan Weil

kvm: Fix compiler warning (clang)

Report from clang analyzer:

clock.c:42:15: warning:
Value stored to 'cpu' during its initialization is never read

Signed-off-by: Stefan Weil <>
Signed-off-by: Michael Tokarev <>

bdc44640 09/03/2013 01:25 pm Andreas Färber

cpu: Use QTAILQ for CPU list

Introduce CPU_FOREACH(), CPU_FOREACH_SAFE() and CPU_NEXT() shorthand
macros.

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...
867c47cb 08/23/2013 12:37 pm Wei Yang

kvm: shorten the parameter list for get_real_device()

get_real_device() has 5 parameters with the last 4 is contained in the first
structure.

This patch removes the last 4 parameters and directly use them from the first
parameter.

Acked-by: Alex Williamson <>...

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 <>...

b3119631 07/29/2013 10:07 pm Andreas Färber

kvm/ioapic: QOM cast cleanup

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

View revisions

Also available in: Atom