adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Aneesh Kumar K.V d0e2fce536 coroutine: implement coroutines using gthread
On platforms that don't support makecontext(3) use gthread based
coroutine implementation.

Darwin has makecontext(3) but getcontext(3) is stubbed out to return
ENOTSUP.  Andreas Färber <andreas.faerber@web.de> debugged this and
contributed the ./configure test which solves the issue for Darwin/ppc64
(and ppc) v10.5.

[Original patch by Aneesh, made consistent with coroutine-ucontext.c and
switched to GStaticPrivate by Stefan.  Tested on Linux and OpenBSD.]

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
2011-08-01 12:14:09 +02:00
QMP
audio
block raw-posix: Always check paio_init result 2011-08-01 12:10:29 +02:00
bsd-user user: Restore debug usage message for '-d ?' in user mode emulation 2011-07-30 07:20:18 +02:00
darwin-user user: Restore debug usage message for '-d ?' in user mode emulation 2011-07-30 07:20:18 +02:00
default-configs
docs
fpu softfloat: change default nan definitions to variables 2011-07-29 08:25:45 -05:00
fsdev
gdb-xml
hw scsi-disk: Remove 'drive_kind' 2011-08-01 12:10:28 +02:00
libcacard
linux-headers
linux-user user: Restore debug usage message for '-d ?' in user mode emulation 2011-07-30 07:20:18 +02:00
net
pc-bios
qapi
qga
roms
scripts
slirp
sysconfigs/target
target-alpha exec.h cleanup 2011-07-30 09:41:14 +00:00
target-arm exec.h cleanup 2011-07-30 09:41:14 +00:00
target-cris exec.h cleanup 2011-07-30 09:41:14 +00:00
target-i386 exec.h cleanup 2011-07-30 09:41:14 +00:00
target-lm32 exec.h cleanup 2011-07-30 09:41:14 +00:00
target-m68k exec.h cleanup 2011-07-30 09:41:14 +00:00
target-microblaze microblaze: Add missing call to qemu_init_vcpu. 2011-07-31 06:40:13 +02:00
target-mips exec.h cleanup 2011-07-30 09:41:14 +00:00
target-ppc exec.h cleanup 2011-07-30 09:41:14 +00:00
target-s390x exec.h cleanup 2011-07-30 09:41:14 +00:00
target-sh4 exec.h cleanup 2011-07-30 09:41:14 +00:00
target-sparc exec.h cleanup 2011-07-30 09:41:14 +00:00
target-unicore32 exec.h cleanup 2011-07-30 09:41:14 +00:00
tcg TCG: fix breakage by previous patch 2011-07-30 18:54:23 +00:00
tests
ui
.gitignore
.gitmodules
CODING_STYLE CODING_STYLE: explicitly allow braceless 'else if' 2011-07-29 09:33:56 -05:00
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS
Makefile
Makefile.dis
Makefile.hw move unaligned memory access functions to bswap.h 2011-07-29 08:25:45 -05:00
Makefile.objs coroutine: implement coroutines using gthread 2011-08-01 12:14:09 +02:00
Makefile.target Add TCG optimizations stub 2011-07-30 10:51:25 +00:00
Makefile.user
README
TODO
VERSION
a.out.h
acl.c
acl.h
aes.c
aes.h
aio.c
alpha-dis.c
alpha.ld
arch_init.c
arch_init.h
arm-dis.c
arm-semi.c
arm.ld
async.c
balloon.c
balloon.h
bitmap.c
bitmap.h
bitops.c
bitops.h
block-migration.c
block-migration.h
block.c block: Removed unused function bdrv_write_sync 2011-08-01 12:10:29 +02:00
block.h block: Removed unused function bdrv_write_sync 2011-08-01 12:10:29 +02:00
block_int.h block: Make BlockDriver method bdrv_eject() return void 2011-08-01 12:10:28 +02:00
blockdev.c blockdev: Make eject fail for non-removable drives even with -f 2011-08-01 12:09:11 +02:00
blockdev.h
bswap.h move unaligned memory access functions to bswap.h 2011-07-29 08:25:45 -05:00
bt-host.c
bt-host.h
bt-vhci.c
buffered_file.c
buffered_file.h
cache-utils.c
cache-utils.h
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c
check-qlist.c
check-qstring.c
cmd.c
cmd.h
compatfd.c
compatfd.h
compiler.h
config.h
configure coroutine: implement coroutines using gthread 2011-08-01 12:14:09 +02:00
console.c
console.h
coroutine-gthread.c coroutine: implement coroutines using gthread 2011-08-01 12:14:09 +02:00
coroutine-ucontext.c coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
coroutine-win32.c coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
cpu-all.h move unaligned memory access functions to bswap.h 2011-07-29 08:25:45 -05:00
cpu-common.h Merge remote-tracking branch 'agraf/xen-next' into staging 2011-07-29 09:42:12 -05:00
cpu-defs.h
cpu-exec.c
cpus.c
cpus.h
cris-dis.c
cursor.c
cursor_hidden.xpm
cursor_left_ptr.xpm
cutils.c
def-helper.h
device_tree.c
device_tree.h
dis-asm.h
disas.c
disas.h
dma-helpers.c
dma.h
dyngen-exec.h exec.h cleanup 2011-07-30 09:41:14 +00:00
elf.h
envlist.c
envlist.h
error.c
error.h
error_int.h
exec-all.h
exec-memory.h
exec.c Merge remote-tracking branch 'agraf/xen-next' into staging 2011-07-29 09:42:12 -05:00
gdbstub.c
gdbstub.h
gen-icount.h
hmp-commands.hx
host-utils.c
host-utils.h
hpet.h
hppa-dis.c
hppa.ld
i386-dis.c
i386.ld
ia64-dis.c
ia64.ld
input.c
iohandler.c
ioport-user.c
ioport.c ioport: register ranges by byte aligned addresses always 2011-07-29 08:25:44 -05:00
ioport.h
iorange.h
iov.c
iov.h
json-lexer.c
json-lexer.h
json-parser.c
json-parser.h
json-streamer.c
json-streamer.h
kvm-all.c
kvm-stub.c
kvm.h
libfdt_env.h
linux-aio.c
m68k-dis.c
m68k-semi.c
m68k.ld
memory.c memory: transaction API 2011-07-29 08:25:43 -05:00
memory.h memory: transaction API 2011-07-29 08:25:43 -05:00
microblaze-dis.c
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c
migration.c
migration.h
mips-dis.c
mips.ld
module.c
module.h
monitor.c monitor: fix build breakage with --disable-vnc 2011-07-29 09:33:56 -05:00
monitor.h
nbd.c
nbd.h
net.c
net.h
notify.c
notify.h
os-posix.c
os-win32.c
osdep.c
osdep.h
oslib-posix.c Add missing trace call to oslib-posix.c:qemu_vmalloc() 2011-07-29 09:33:48 -05:00
oslib-win32.c
path.c
pci-ids.txt
pflib.c
pflib.h
poison.h
posix-aio-compat.c
ppc-dis.c
ppc.ld
ppc64.ld
qapi-schema-guest.json
qapi-schema-test.json
qbool.c
qbool.h
qdict-test-data.txt
qdict.c
qdict.h
qemu-aio.h
qemu-barrier.h
qemu-char.c
qemu-char.h
qemu-common.h move WORDS_ALIGNED to qemu-common.h 2011-07-29 08:25:45 -05:00
qemu-config.c showing a splash picture when start 2011-07-29 08:25:44 -05:00
qemu-config.h
qemu-coroutine-int.h coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
qemu-coroutine.c coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
qemu-coroutine.h coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
qemu-doc.texi
qemu-error.c
qemu-error.h
qemu-ga.c
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io.c
qemu-lock.h
qemu-log.h
qemu-malloc.c
qemu-nbd.c
qemu-nbd.texi
qemu-objects.h
qemu-option.c
qemu-option.h
qemu-options.h
qemu-options.hx revamp acpitable parsing and allow to specify complete (headerful) table 2011-07-30 09:33:31 +00:00
qemu-os-posix.h
qemu-os-win32.h
qemu-progress.c
qemu-queue.h
qemu-sockets.c
qemu-tech.texi
qemu-thread-posix.c
qemu-thread-posix.h
qemu-thread-win32.c
qemu-thread-win32.h
qemu-thread.h
qemu-timer-common.c
qemu-timer.c
qemu-timer.h
qemu-tool.c
qemu-x509.h
qemu.sasl
qemu_socket.h
qerror.c
qerror.h
qfloat.c
qfloat.h
qint.c
qint.h
qjson.c
qjson.h
qlist.c
qlist.h
qmp-commands.hx
qobject.h
qstring.c
qstring.h
range.h
readline.c
readline.h
rules.mak
rwhandler.c
rwhandler.h
s390-dis.c
s390.ld
savevm.c Merge remote-tracking branch 'kraxel/migration.2' into staging 2011-07-29 09:39:37 -05:00
sh4-dis.c
simpletrace.c
simpletrace.h
softmmu-semi.h
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h
sparc-dis.c
sparc.ld
sparc64.ld
spice-qemu-char.c
sysemu.h showing a splash picture when start 2011-07-29 08:25:44 -05:00
targphys.h
tcg-runtime.c
test-qmp-commands.c
test-visitor.c
thunk.c
thunk.h
trace-events coroutine: introduce coroutines 2011-08-01 12:14:09 +02:00
translate-all.c
uboot_image.h
usb-bsd.c
usb-linux.c
usb-redir.c
usb-stub.c
user-exec.c exec.h cleanup 2011-07-30 09:41:14 +00:00
version.rc
vgafont.h
vl.c Merge remote-tracking branch 'agraf/xen-next' into staging 2011-07-29 09:42:12 -05:00
x86_64.ld
xen-all.c
xen-mapcache.c Fix a compilation error in xen-mapcache.c 2011-07-29 09:33:56 -05:00
xen-mapcache.h
xen-stub.c

README

Read the documentation in qemu-doc.html.

Fabrice Bellard.