Sign in
qemu
/
qemu
/
8e9a8681dd6066e4f79ba85b59deedb4d3d11aa2
/
include
0e848f4
build: some simplifications for "trace/Makefile.objs"
by Paolo Bonzini
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
092bb30
pixman: fix warning
by Gerd Hoffmann
· 12 years ago
c732a52
bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p
by Richard Henderson
· 12 years ago
612d590
bswap: Rewrite all ld<type>_<endian>_p functions
by Richard Henderson
· 12 years ago
7db2145
bswap: Add host endian unaligned access functions
by Richard Henderson
· 12 years ago
cdfe285
bswap: Tidy base definitions of bswapN
by Richard Henderson
· 12 years ago
fedb88b
fdt: Use bswapN instead of bswap_N
by Richard Henderson
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
75a192a
qemu-common.h: Make qemu_init_vcpu() stub static inline
by Andreas Färber
· 12 years ago
961f839
cpu: Change parent type to Device
by Eduardo Habkost
· 12 years ago
1e397ea
softfloat: Implement uint64_to_float128
by Richard Henderson
· 12 years ago
530c0bb
iov: add qemu_iovec_concat_iov()
by Stefan Hajnoczi
· 12 years ago
d027763
iov: add iov_discard_front/back() to remove data
by Stefan Hajnoczi
· 12 years ago
4065742
raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane
by Stefan Hajnoczi
· 12 years ago
927fa90
Disable semaphores fallback code for OpenBSD
by Brad Smith
· 12 years ago
501a7ce
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
by Andreas Färber
· 12 years ago
9848a40
migration: merge QEMUFileBuffered into MigrationState
by Juan Quintela
· 12 years ago
6c279db
memory: introduce memory_region_test_and_clear_dirty
by Juan Quintela
· 12 years ago
2e45086
migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
by Juan Quintela
· 12 years ago
0e288fa
migration: move migration_fd_put_ready()
by Juan Quintela
· 12 years ago
0d82d0e
migration: move buffered_file.c code into migration.c
by Juan Quintela
· 12 years ago
e4ed154
savevm: New save live migration method: pending
by Juan Quintela
· 13 years ago
188a428
migration: remove unfreeze logic
by Juan Quintela
· 13 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 13 years ago
766bd17
migration: move migration thread init code to migrate_fd_put_ready
by Juan Quintela
· 13 years ago
edfa1af
migration: make qemu_fopen_ops_buffered() return void
by Juan Quintela
· 13 years ago
b2a8658
protect the ramlist with a separate mutex
by Umesh Deshpande
· 14 years ago
f798b07
add a version number to ram_list
by Umesh Deshpande
· 14 years ago
a316103
exec: change RAM list to a TAILQ
by Paolo Bonzini
· 12 years ago
0d6d3c8
exec: change ramlist from MRU order to a 1-item cache
by Paolo Bonzini
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
f7575c96
cpu: Move kvm_run into CPUState
by Andreas Färber
· 12 years ago
a60f24b
cpu: Move kvm_state field into CPUState
by Andreas Färber
· 12 years ago
20d695a
kvm: Pass CPUState to kvm_arch_*
by Andreas Färber
· 12 years ago
8737c51
cpu: Move kvm_fd into CPUState
by Andreas Färber
· 12 years ago
ec5e016
janitor: move remaining public headers to include/
by Paolo Bonzini
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
e3980e2
stream: fix ratelimit_set_speed
by Dietmar Maurer
· 12 years ago
42015c9
virtio-rng: fix typos, comments
by Amit Shah
· 12 years ago
339c270
qom: make object_finalize static
by Paolo Bonzini
· 12 years ago
fde9bf4
qom: make object_delete usable for statically-allocated objects
by Paolo Bonzini
· 12 years ago
667d22d
qdev: move bus removal to object_unparent
by Paolo Bonzini
· 12 years ago
5c74521
rng-random: add an RNG backend that uses /dev/random (v3)
by Anthony Liguori
· 13 years ago
a9b7b2a
rng: add RndBackend abstract object class
by Anthony Liguori
· 13 years ago
0e55884
object: add object_property_add_bool (v2)
by Anthony Liguori
· 13 years ago
9f09e18
cpu: Move thread_id to CPUState
by Andreas Färber
· 13 years ago
f100f0b
cpus: Pass CPUState to run_on_cpu()
by Andreas Färber
· 13 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
c64ca81
cpu: Move queued_work_{first,last} to CPUState
by Andreas Färber
· 13 years ago
c08d742
cpus: Pass CPUState to qemu_cpu_kick()
by Andreas Färber
· 13 years ago
f5c121b
cpu: Move halt_cond to CPUState
by Andreas Färber
· 13 years ago
2fa4534
cpus: Pass CPUState to cpu_is_stopped()
by Andreas Färber
· 13 years ago
f324e76
cpu: Move stopped field to CPUState
by Andreas Färber
· 13 years ago
4fdeee7
cpu: Move stop field to CPUState
by Andreas Färber
· 13 years ago
61a4621
cpu: Move created field to CPUState
by Andreas Färber
· 13 years ago
60e8257
cpus: Pass CPUState to qemu_cpu_is_self()
by Andreas Färber
· 13 years ago
ac839cc
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
by Anthony Liguori
· 13 years ago
33e95c6
qom: Reimplement Interfaces
by Anthony Liguori
· 13 years ago
9fb2664
Add cache handling functions
by Orit Wasserman
· 13 years ago
216fc9a
cpu: Move thread_kicked to CPUState
by Andreas Färber
· 13 years ago
814e612
cpu: Move thread field into CPUState
by Andreas Färber
· 13 years ago
bcba2a7
cpu: Move CPU_COMMON_THREAD into CPUState
by Andreas Färber
· 13 years ago
8aca521
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
by Anthony Liguori
· 13 years ago
89bfe00
qom: Push error reporting to object_property_find()
by Paolo Bonzini
· 13 years ago
8cb6789
qdev: Remove qdev_prop_exists()
by Paolo Bonzini
· 13 years ago
9c4b4cc
qom: Drop type_register_static_alias() macro
by Paolo Bonzini
· 13 years ago
745549c
qom: Make Object a type
by Paolo Bonzini
· 13 years ago
3b50e31
qom: Add class_base_init
by Paolo Bonzini
· 13 years ago
32efc53
qom: Add object_child_foreach()
by Paolo Bonzini
· 13 years ago
e7cce67
qom: Add object_class_get_parent()
by Paolo Bonzini
· 13 years ago
6ef228f
stream: move rate limiting to a separate header file
by Paolo Bonzini
· 13 years ago
0466e45
qom: Documentation addition for object_class_by_name()
by Paolo Bonzini
· 13 years ago
f5df5ba
cpu: Update documentation and comment
by Andreas Färber
· 13 years ago
dfe47e7
qom: Refine container_get() to allow using a custom root
by Andreas Färber
· 13 years ago
a612b2a
qom: add container_get
by Paolo Bonzini
· 13 years ago
dd83b06
qom: Introduce CPU class
by Andreas Färber
· 13 years ago
418ba9e
qom: Introduce object_class_get_list()
by Andreas Färber
· 13 years ago
93148aa
Spelling fixes in comments (it's -> its)
by Stefan Weil
· 13 years ago
441dd5e
qom: Fix spelling in documentation
by Stefan Weil
· 13 years ago
358b546
qom: Document ways to retrieve child object added by object_property_add_child()
by Alexander Barabash
· 13 years ago
b2cd7de
qom: add generic string parsing/printing
by Paolo Bonzini
· 13 years ago
438e1c7
qom: Fix identifiers in documentation
by Andreas Färber
· 13 years ago
a0dbf40
qom: Fix typo in Object's documentation
by Andreas Färber
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
1d9c5a1
qom: add property get/set wrappers for links
by Paolo Bonzini
· 13 years ago
02fe2db
qom: add object_resolve_path_type
by Paolo Bonzini
· 13 years ago
7b7b7d1
qom: add property get/set wrappers for C types
by Paolo Bonzini
· 13 years ago
Next »