Sign in
qemu
/
qemu
/
1fc624122fb923c7fc4c1f426541d953e7df13c9
/
qemu-common.h
4c95538
Define ENOTSUP anywhere it isn't defined
by Anthony Liguori
· 15 years ago
2880bc3
define ENOTSUP the same that the other errors
by Juan Quintela
· 15 years ago
6114fdb
rename HAVE_IOVEC to CONFIG_IOVEC
by Juan Quintela
· 15 years ago
0e74e66
define MAP_ANONYMOUS if it is not defined in qemu-common.h
by Juan Quintela
· 15 years ago
1cec71e
Revert "support colon in filenames"
by Anthony Liguori
· 16 years ago
d43277c
Fix missing strnlen problems
by Blue Swirl
· 16 years ago
707c0db
support colon in filenames
by Ram Pai
· 16 years ago
90d3723
SSP bus framework
by Paul Brook
· 16 years ago
aae9460
Basic qdev infrastructure.
by Paul Brook
· 16 years ago
0bfe3ca
Constructor support
by Anthony Liguori
· 16 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
bc24a22
Follow coding conventions
by Paul Brook
· 16 years ago
8edac96
qemu: introduce qemu_cpu_kick (Marcelo Tosatti)
by aliguori
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
d9f75a4
qemu: create helper for event notification (Marcelo Tosatti)
by aliguori
· 16 years ago
522584a
add qemu_iovec_init_external (Christoph Hellwig)
by aliguori
· 16 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
be95946
Add qemu_iovec_reset() (Avi Kivity)
by aliguori
· 16 years ago
a5e50b2
Replace noreturn with QEMU_NORETURN
by malc
· 16 years ago
249aa74
qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman)
by aliguori
· 16 years ago
44e3ee8
I/O vector helpers (Avi Kivity)
by aliguori
· 16 years ago
7d957bd
DisplayState interface change (Stefano Stabellini)
by aliguori
· 16 years ago
02082dc
Fix Windows build (Hervé Poussineau)
by aliguori
· 16 years ago
7d99a00
Add noreturn function attribute
by blueswir1
· 16 years ago
ad46db9
Rename fls to qemu_fls
by blueswir1
· 16 years ago
331dadd
The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h did not.
by blueswir1
· 16 years ago
bf9298b
Make struct iovec universally available
by aliguori
· 16 years ago
b39ade8
Introduce fls() helper
by aliguori
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
c890684
Include <strings.h> for ffs().
by balrog
· 16 years ago
d247d25
sockets: helper functions for qemu (Gerd Hoffman)
by aliguori
· 16 years ago
ac4b0d0
Add qemu_strndup: qemu_strdup with length limit.
by balrog
· 16 years ago
793a10a
Revert r5532, r5536 and a piece of r5531.
by balrog
· 16 years ago
80d3580
Clarify qemu_bh_schedule_idle() usage
by aliguori
· 16 years ago
1b435b1
Make bottom halves more robust
by aliguori
· 16 years ago
2bd7318
Replace uses of strndup (a GNU extension) with Qemu pstrdup
by blueswir1
· 16 years ago
9e472e1
Fix IO performance regression in sparc
by aliguori
· 16 years ago
1ae26a1
Add a "null" bluetooth HCI and a header file for bluetooth.
by balrog
· 16 years ago
2137b4c
Add qemu_realloc(), by Gerd Hoffmann.
by ths
· 16 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
b3c7724
Move CPU save/load registration to common code.
by pbrook
· 17 years ago
ca10f86
Remove osdep.c/qemu-img code duplication
by aurel32
· 17 years ago
f650305
Unify RTCs that use host time, fix M48t59 alarm.
by balrog
· 17 years ago
4fddf62
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
by ths
· 17 years ago
df2542c
Avoid duplicated definitions: move common definitions from exec-all.h
by j_mayer
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago