index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
net: reorganize headers
Paolo Bonzini
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-11-30
stream: fix ratelimit_set_speed
Dietmar Maurer
2012-11-26
virtio-rng: fix typos, comments
Amit Shah
2012-11-26
qom: make object_finalize static
Paolo Bonzini
2012-11-26
qom: make object_delete usable for statically-allocated objects
Paolo Bonzini
2012-11-26
qdev: move bus removal to object_unparent
Paolo Bonzini
2012-11-16
rng-random: add an RNG backend that uses /dev/random (v3)
Anthony Liguori
2012-11-16
rng: add RndBackend abstract object class
Anthony Liguori
2012-11-16
object: add object_property_add_bool (v2)
Anthony Liguori
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
2012-10-31
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
cpu: Move halt_cond to CPUState
Andreas Färber
2012-10-31
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
2012-10-31
cpu: Move stop field to CPUState
Andreas Färber
2012-10-31
cpu: Move created field to CPUState
Andreas Färber
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-08-13
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
Anthony Liguori
2012-08-13
qom: Reimplement Interfaces
Anthony Liguori
2012-08-08
Add cache handling functions
Orit Wasserman
2012-08-02
cpu: Move thread_kicked to CPUState
Andreas Färber
2012-08-02
cpu: Move thread field into CPUState
Andreas Färber
2012-08-02
cpu: Move CPU_COMMON_THREAD into CPUState
Andreas Färber
2012-06-18
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
2012-06-18
qom: Push error reporting to object_property_find()
Paolo Bonzini
2012-06-18
qdev: Remove qdev_prop_exists()
Paolo Bonzini
2012-06-18
qom: Drop type_register_static_alias() macro
Paolo Bonzini
2012-06-18
qom: Make Object a type
Paolo Bonzini
2012-06-18
qom: Add class_base_init
Paolo Bonzini
2012-06-18
qom: Add object_child_foreach()
Paolo Bonzini
2012-06-18
qom: Add object_class_get_parent()
Paolo Bonzini
2012-06-15
stream: move rate limiting to a separate header file
Paolo Bonzini
2012-05-12
qom: Documentation addition for object_class_by_name()
Paolo Bonzini
2012-05-08
cpu: Update documentation and comment
Andreas Färber
2012-04-24
qom: Refine container_get() to allow using a custom root
Andreas Färber
2012-04-02
qom: add container_get
Paolo Bonzini
2012-03-14
qom: Introduce CPU class
Andreas Färber
[next]