Sign in
qemu-android
/
qemu-android
/
64c7b9d8e07936383db181876b59c597d6a1ff69
/
qemu-common.h
082b555
Move generic or OS function declarations to qemu-common.h
by Blue Swirl
· 14 years ago
ab33fcd
enable vm_clock to "warp" in the iothread+icount case
by Paolo Bonzini
· 14 years ago
6b837bc
qemu-img: Initial progress printing support
by Jes Sorensen
· 14 years ago
4d54ec7
add a service to reap zombies, use it in SLIRP
by Paolo Bonzini
· 14 years ago
0298141
extract I/O handler lists to iohandler.c
by Paolo Bonzini
· 14 years ago
316378e
x86: Refine error reporting of MCE injection services
by Jan Kiszka
· 14 years ago
b7680cb
Refactor thread retrieval and check
by Jan Kiszka
· 14 years ago
dcfd086
WIN32: Add missing include for 'struct timeval', used in vnc.h
by Hervé Poussineau
· 14 years ago
79f2b6f
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
46d62fa
Introduce VCPU self-signaling service
by Jan Kiszka
· 14 years ago
e0d9c6f
QCOW2: bug fix - read base image beyond its size
by Chunqiang Tang
· 14 years ago
904ebff
blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h
by Markus Armbruster
· 14 years ago
d714245
Add documentation for STRTOSZ_DEFSUFFIX_ macros
by Jes Sorensen
· 14 years ago
70b4f4b
Make strtosz() return int64_t instead of ssize_t
by Jes Sorensen
· 14 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
818c2e1
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
by Aurelien Jarno
· 14 years ago
d842700
Introduce strtosz_suffix()
by Jes Sorensen
· 14 years ago
3c9405a
vnc: support password expire
by Gerd Hoffmann
· 14 years ago
34e6594
pcie/aer: helper functions for pcie aer capability
by Isaku Yamahata
· 14 years ago
9f9b17a
Introduce strtosz() library function to convert a string to a byte count.
by Jes Sorensen
· 14 years ago
4f25ac5
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
b152aa8
Consolidate oom_check() functions
by Jes Sorensen
· 14 years ago
dc786bc
Move qemu_gettimeofday() to OS specific files
by Jes Sorensen
· 14 years ago
f868445
Add fprintf_function for function pointers to fprintf-like functions
by Stefan Weil
· 14 years ago
338b922
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
by malc
· 14 years ago
b907b69
Merge branch 'pci' into for_anthony
by Michael S. Tsirkin
· 14 years ago
c57c846
qemu-timer: move commonly used timer code to qemu-timer-common
by Blue Swirl
· 14 years ago
47b01cf
Remove special handling of system include files (no longer needed)
by Stefan Weil
· 14 years ago
bc20ba9
pcie port: define struct PCIEPort/PCIESlot and helper functions
by Isaku Yamahata
· 14 years ago
0428527
pcie: helper functions for pcie capability and extended capability
by Isaku Yamahata
· 14 years ago
e5924d8
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
9c9e7d5
Move macros GCC_ATTR and GCC_FMT_ATTR to common header file
by Stefan Weil
· 14 years ago
b8a83a4
cutils: qemu_iovec_copy and qemu_iovec_memset
by Kevin Wolf
· 15 years ago
68f7999
pci_bridge: introduce pci bridge library.
by Isaku Yamahata
· 15 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
92a16d7
apic: qdev conversion cleanup
by Blue Swirl
· 15 years ago
893a9cb
cow: stop using mmap
by Christoph Hellwig
· 15 years ago
1116582
Move stdbool.h
by Paul Brook
· 15 years ago
e82bcec
port qemu-kvm's on_vcpu code
by Marcelo Tosatti
· 15 years ago
2be24aa
virtio: move typedef to qemu-common
by Michael S. Tsirkin
· 15 years ago
2292b33
notifier: event notifier implementation
by Michael S. Tsirkin
· 15 years ago
29e922b
Compile qemu-timer only once
by Blue Swirl
· 15 years ago
d2053c3
Move cpu_exec_init_all() declaration to qemu-common.h
by Blue Swirl
· 15 years ago
7b27a76
rename IOCanRWHandler to IOCanReadHandler
by Juan Quintela
· 15 years ago
db1a497
split out qemu-timer.c
by Paolo Bonzini
· 15 years ago
724c689
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 15 years ago
9edf505
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
24ebf5f
get rid of hostregs_helper.h
by Paolo Bonzini
· 15 years ago
f3dfda6
use eventfd for iothread
by Paolo Bonzini
· 15 years ago
186993e
pci: move pcibus_t to qemu-common
by Michael S. Tsirkin
· 15 years ago
e2a305f
block: avoid creating too large iovecs in multiwrite_merge
by Christoph Hellwig
· 15 years ago
7c7c062
force to test result for qemu_write_full()
by Juan Quintela
· 15 years ago
7b5f699
Introduce qemu_write_full()
by Kirill A. Shutemov
· 15 years ago
beb6f0d
Fix QEMU_WARN_UNUSED_RESULT
by Kevin Wolf
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
fb47a2e
pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.
by Isaku Yamahata
· 15 years ago
abd0c6b
BCD cleanup
by Paul Brook
· 15 years ago
9a1e948
Introduce contexts for asynchronous callbacks
by Kevin Wolf
· 15 years ago
4f999d0
Split out bottom halves
by Kevin Wolf
· 15 years ago
76d32cb
net: add macaddr type.
by Gerd Hoffmann
· 15 years ago
747bbdf
Suppress warnings about 'warn_unused_result' attribute directive
by Blue Swirl
· 15 years ago
f710584
net: refactor packet queueing code
by Mark McLoughlin
· 15 years ago
d549db5
unlock iothread mutex before running kvm ioctl
by Glauber Costa
· 15 years ago
6f1953c
block: use fdatasync instead of fsync if possible
by Christoph Hellwig
· 16 years ago
40b4f53
Add bdrv_aio_multiwrite
by Kevin Wolf
· 16 years ago
3702208
user: compile path.c only once
by Blue Swirl
· 16 years ago
4c95538
Define ENOTSUP anywhere it isn't defined
by Anthony Liguori
· 16 years ago
2880bc3
define ENOTSUP the same that the other errors
by Juan Quintela
· 16 years ago
6114fdb
rename HAVE_IOVEC to CONFIG_IOVEC
by Juan Quintela
· 16 years ago
0e74e66
define MAP_ANONYMOUS if it is not defined in qemu-common.h
by Juan Quintela
· 16 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
Next »