Statistics
| Branch: | Revision:

root / include / sysemu @ 51644ab7

Name Size
arch_init.h 933 Bytes
balloon.h 686 Bytes
blockdev.h 2 kB
bt.h 620 Bytes
char.h 8.7 kB
cpus.h 637 Bytes
device_tree.h 2.6 kB
dma.h 9.7 kB
dump.h 592 Bytes
kvm.h 8.8 kB
memory_mapping.h 1.8 kB
os-posix.h 1.8 kB
os-win32.h 3.5 kB
qtest.h 777 Bytes
rng-random.h 502 Bytes
rng.h 2.8 kB
seccomp.h 525 Bytes
sysemu.h 5.7 kB
tpm.h 502 Bytes
tpm_backend.h 5 kB
tpm_backend_int.h 1.5 kB
watchdog.h 1.4 kB
xen-mapcache.h 1.3 kB

Latest revisions

# Date Author Comment
51644ab7 05/29/2013 05:27 pm Paolo Bonzini

memory: add address_space_access_valid

The old-style IOMMU lets you check whether an access is valid in a
given DMAContext. There is no equivalent for AddressSpace in the
memory API, implement it with a lookup of the dispatch tree.

Reviewed-by: Richard Henderson <>...

6eebf958 05/14/2013 04:53 pm Paolo Bonzini

osdep, kvm: rename low-level RAM allocation functions

This is preparatory to the introduction of a separate freeing API.

Reported-by: Amos Kong <>
Signed-off-by: Paolo Bonzini <>
Reviewed-by: Amos Kong <>...

8ca27ce2 05/02/2013 06:57 pm Anthony Liguori

Merge remote-tracking branch 'afaerber/qom-cpu' into staging

  1. By Igor Mammedov (21) and others
  2. Via Andreas Färber
    • afaerber/qom-cpu: (29 commits)
      Drop redundant resume_all_vcpus() from main()
      cpus: Fix pausing TCG CPUs while in vCPU thread
      target-i386: Replace cpuid_*features fields with a feature word array...
805a2505 05/01/2013 07:55 pm Stefan Weil

Trivial grammar and spelling fixes

similiar -> similar
recieve -> receive
transfered -> transferred
preperation -> preparation

Most changes are in comments, one modifies a parameter name in a function
prototype.

The spelling fixes were made using codespell....

c72bf468 05/01/2013 02:04 pm Jens Freimann

cpu: Move cpu_write_elfXX_note() functions to CPUState

Convert cpu_write_elfXX_note() functions to CPUClass methods and pass
CPUState as argument. Update target-i386 accordingly.

Signed-off-by: Jens Freimann <>
[AF: Retain stubs as CPUClass' default method implementation; style changes]...

c4cfef5e 05/01/2013 02:04 pm Igor Mammedov

cpu: Make kvm-stub.o available outside softmmu

It will provide stubs for *-user targets once softmmu-specific calls
are attempted from common CPU code.

Signed-off-by: Igor Mammedov <>
Reviewed-by: Eduardo Habkost <>...

13eed94e 05/01/2013 02:04 pm Igor Mammedov

cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()

If hotplugged, synchronize CPU state to KVM.

Signed-off-by: Igor Mammedov <>
Reviewed-by: Eduardo Habkost <>
Signed-off-by: Andreas Färber <>

066e9b27 05/01/2013 02:04 pm Igor Mammedov

cpu: Introduce CPU hot-plug notifier

Hot-add CPU event will be distributed to acpi_piix4 and rtc_cmos.

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

9f032464 05/01/2013 12:04 am Michael S. Tsirkin

sysemu: drop register_devices from header

No user in sight.

Signed-off-by: Michael S. Tsirkin <>
Reviewed-by: Juan Quintela <>
Message-id:
Signed-off-by: Anthony Liguori <>

ede085b3 04/30/2013 06:30 pm Hu Tao

add a new runstate: RUN_STATE_GUEST_PANICKED

The guest will be in this state when it is panicked.

Signed-off-by: Wen Congyang <>
Signed-off-by: Hu Tao <>
Reviewed-by: Markus Armbruster <>
Message-id: ...

View revisions

Also available in: Atom