adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Paolo Bonzini 2d55f0e817 vnc: add error propagation to vnc_display_open
Before:

    $ qemu-system-x86_64 -vnc foo.bar:12345
    getaddrinfo(foo.bar,18245): Name or service not known
    Failed to start VNC server on `foo.bar:12345'

    $ qemu-system-x86_64 -vnc localhost:12345,reverse=on
    inet_connect_opts: connect(ipv4,yakj.usersys.redhat.com,127.0.0.1,12345): Connection refused
    Failed to start VNC server on `localhost:12345,reverse=on'

After:

    $ x86_64-softmmu/qemu-system-x86_64 -vnc foo.bar:12345
    Failed to start VNC server on `foo.bar:12345': address resolution failed for foo.bar:18245: Name or service not known

    $ x86_64-softmmu/qemu-system-x86_64 -vnc localhost:12345,reverse=on
    Failed to start VNC server on `localhost:12345,reverse=on': Failed to connect to socket: Connection refused

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-10-23 13:54:57 +02:00
QMP
audio
block sheepdog: use bool for boolean variables 2012-10-12 10:47:35 +02:00
bsd-user
default-configs serial: add pci variant 2012-10-22 13:26:42 -05:00
docs serial: add pci-serial documentation 2012-10-22 13:26:42 -05:00
fpu
fsdev
gdb-xml
hw usb-serial: only expose device in guest when the chardev is open 2012-10-22 13:26:42 -05:00
include/qemu
libcacard Merge branch 'trivial-patches' of git://github.com/stefanha/qemu 2012-10-06 18:54:14 +02:00
linux-headers
linux-user Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu 2012-10-19 20:28:22 +02:00
net net/tap-win32: Fix compiler warning caused by missing include statement 2012-10-19 10:39:35 +02:00
pc-bios
qapi
qga qemu-ga: ask and print error information from qemu-sockets 2012-10-23 13:54:56 +02:00
qom
roms
scripts
slirp
sysconfigs/target
target-alpha
target-arm target-arm/neon_helper: Remove obsolete FIXME comment 2012-10-19 10:32:24 +02:00
target-cris
target-i386 Fix popcnt in long mode 2012-10-14 14:55:09 +04:00
target-lm32
target-m68k
target-microblaze microblaze: Support setting of TLS ptr 2012-10-19 13:24:12 +02:00
target-mips target-mips: Pass MIPSCPU to mips_vpe_sleep() 2012-10-17 01:32:11 +02:00
target-openrisc
target-ppc Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf 2012-10-06 18:51:36 +02:00
target-s390x s390: avoid reaching into memory core internals 2012-10-22 14:50:07 +02:00
target-sh4
target-sparc target-sparc: fix FMOVr instruction 2012-10-20 09:02:38 +00:00
target-unicore32
target-xtensa target-xtensa: de-optimize EXTUI 2012-10-06 12:22:29 +02:00
tcg exec: Allocate code_gen_prologue from code_gen_buffer 2012-10-20 07:54:04 +00:00
tests tests/tcg: fix build 2012-10-19 20:40:21 +02:00
trace
ui vnc: add error propagation to vnc_display_open 2012-10-23 13:54:57 +02:00
.exrc
.gitignore Remove libhw 2012-10-05 16:07:49 -05:00
.gitmodules
.mailmap
CODING_STYLE
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS MAINTAINERS: Update email address for Stefan Hajnoczi 2012-10-19 20:37:43 +02:00
Makefile allow make {dist, }clean work w/out configure 2012-10-19 20:39:36 +02:00
Makefile.dis
Makefile.objs Remove libhw 2012-10-05 16:07:49 -05:00
Makefile.target Remove libhw 2012-10-05 16:07:49 -05: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 migration: Add dirty_pages_rate to query migrate output 2012-10-17 18:34:58 +02:00
arch_init.h
arm-dis.c
arm.ld
async.c
balloon.c
balloon.h
bitmap.c
bitmap.h
bitops.c
bitops.h
block-migration.c block-migration: handle errors with the return codes correctly 2012-10-17 18:34:59 +02:00
block-migration.h
block.c
block.h
block_int.h
blockdev.c
blockdev.h
blockjob.c
blockjob.h
bswap.h
bt-host.c
bt-host.h
bt-vhci.c
buffered_file.c buffered_file: buffered_put_buffer() don't need to set last_error 2012-10-17 18:34:59 +02:00
buffered_file.h buffered_file: We can access directly to bandwidth_limit 2012-10-17 18:34:59 +02:00
cache-utils.c
cache-utils.h
cmd.c
cmd.h
compatfd.c
compatfd.h
compiler.h
config.h
configure fix CONFIG_QEMU_HELPERDIR generation again 2012-10-22 00:33:56 +02:00
console.c
console.h vnc: reorganize code for reverse mode 2012-10-23 13:54:56 +02:00
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-all.h Separate migration bitmap 2012-10-17 18:34:58 +02:00
cpu-common.h
cpu-defs.h
cpu-exec.c cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic 2012-10-05 15:04:43 +01:00
cpus.c cpus: create qemu_in_vcpu_thread() 2012-10-17 18:35:00 +02:00
cpus.h
cputlb.c memory: per-AddressSpace dispatch 2012-10-22 14:50:08 +02:00
cputlb.h memory: per-AddressSpace dispatch 2012-10-22 14:50:08 +02:00
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: make dma access its own address space 2012-10-22 14:50:08 +02:00
dma.h dma: make dma access its own address space 2012-10-22 14:50:08 +02:00
dump-stub.c
dump.c
dump.h
elf.h
envlist.c
envlist.h
error.c error: add error_set_errno and error_setg_errno 2012-10-23 13:54:55 +02:00
error.h error: add error_set_errno and error_setg_errno 2012-10-23 13:54:55 +02:00
event_notifier.c
event_notifier.h
exec-all.h exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c 2012-10-20 07:54:04 +00:00
exec-memory.h memory: use AddressSpace for MemoryListener filtering 2012-10-22 14:50:07 +02:00
exec.c Call MADV_HUGEPAGE for guest RAM allocations 2012-10-22 13:26:34 -05:00
gdbstub.c
gdbstub.h
gen-icount.h
hmp-commands.hx
hmp.c migration: Add dirty_pages_rate to query migrate output 2012-10-17 18:34:58 +02:00
hmp.h
host-utils.c
host-utils.h
hppa-dis.c
hppa.ld
i386-dis.c
i386.ld
ia64-dis.c
ia64.ld
input.c
int128.h
iohandler.c
ioport.c
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 memory: use AddressSpace for MemoryListener filtering 2012-10-22 14:50:07 +02:00
kvm-stub.c memory: manage coalesced mmio via a MemoryListener 2012-10-22 14:50:00 +02:00
kvm.h memory: manage coalesced mmio via a MemoryListener 2012-10-22 14:50:00 +02:00
libfdt_env.h
linux-aio.c
lm32-dis.c
m68k-dis.c
m68k.ld
main-loop.c
main-loop.h
memory-internal.h Merge remote-tracking branch 'quintela/migration-next-20121017' into staging 2012-10-22 13:26:23 -05:00
memory.c memory: add address_space_destroy() 2012-10-22 14:50:08 +02:00
memory.h memory: add address_space_destroy() 2012-10-22 14:50:08 +02:00
memory_mapping-stub.c
memory_mapping.c
memory_mapping.h
microblaze-dis.c
migration-exec.c migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
migration-fd.c migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
migration-tcp.c migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
migration-unix.c migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
migration.c migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
migration.h migration (incoming): add error propagation to fd and exec protocols 2012-10-23 13:54:56 +02:00
mips-dis.c
mips.ld
module.c
module.h
monitor.c cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic 2012-10-05 15:04:43 +01:00
monitor.h
nbd.c nbd: ask and print error information from qemu-sockets 2012-10-23 13:54:56 +02:00
nbd.h
net.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
net.h
notify.c
notify.h
os-posix.c Merge branch 'trivial-patches' of git://github.com/stefanha/qemu 2012-10-06 18:54:14 +02:00
os-win32.c
osdep.c
osdep.h Call MADV_HUGEPAGE for guest RAM allocations 2012-10-22 13:26:34 -05:00
oslib-posix.c
oslib-win32.c
page_cache.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
qapi-schema.json migration: Add dirty_pages_rate to query migrate output 2012-10-17 18:34:58 +02:00
qbool.c
qbool.h
qdict-test-data.txt
qdict.c
qdict.h
qemu-aio.h
qemu-barrier.h qemu-barrier: Fix compilation on i386 hosts 2012-10-07 20:07:11 +02:00
qemu-bridge-helper.c
qemu-char.c qemu-char: ask and print error information from qemu-sockets 2012-10-23 13:54:56 +02:00
qemu-char.h
qemu-common.h
qemu-config.c
qemu-config.h
qemu-coroutine-int.h
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-coroutine.h
qemu-doc.texi
qemu-error.c
qemu-error.h
qemu-file.h savevm: make qemu_file_put_notify() return errors 2012-10-17 18:35:00 +02:00
qemu-ga.c qemu-ga: ga_open_pidfile(): add new line to pidfile 2012-10-09 03:42:42 -05:00
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io.c
qemu-lock.h
qemu-log.c qemu-log: Add new log category for guest bugs 2012-10-20 07:56:22 +00:00
qemu-log.h qemu-log: Add new log category for guest bugs 2012-10-20 07:56:22 +00:00
qemu-nbd.c
qemu-nbd.texi
qemu-objects.h
qemu-option-internal.h
qemu-option.c
qemu-option.h
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx qemu-options.hx: Change from recommending '?' to 'help' 2012-10-19 20:29:54 +02:00
qemu-os-posix.h
qemu-os-win32.h
qemu-progress.c
qemu-queue.h
qemu-seccomp.c
qemu-seccomp.h
qemu-sockets.c qemu-sockets: add nonblocking connect for Unix sockets 2012-10-23 13:54:55 +02:00
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-tls.h
qemu-tool.c
qemu-user.c
qemu-x509.h
qemu-xattr.h
qemu.sasl
qemu_socket.h qemu-sockets: add nonblocking connect for Unix sockets 2012-10-23 13:54:55 +02:00
qerror.c
qerror.h
qfloat.c
qfloat.h
qint.c
qint.h
qjson.c
qjson.h
qlist.c
qlist.h
qmp-commands.hx migration: print expected downtime in info migrate 2012-10-17 18:34:58 +02:00
qmp.c vnc: reorganize code for reverse mode 2012-10-23 13:54:56 +02:00
qobject.h
qstring.c
qstring.h
qtest.c
qtest.h
range.h
readline.c
readline.h
rules.mak
s390-dis.c
s390.ld
savevm.c savevm: make qemu_file_put_notify() return errors 2012-10-17 18:35:00 +02:00
sh4-dis.c
softmmu-semi.h
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h
sparc-dis.c tcg-sparc: Dump illegal opode contents 2012-10-13 10:39:53 +00:00
sparc.ld
sparc64.ld
spice-qemu-char.c
sysemu.h vga: cleanup after isa_vga_init() and pci_vga_init() conversion 2012-10-06 18:48:39 +02:00
targphys.h targphys.h: Don't define target_phys_addr_t for user-mode emulators 2012-10-19 10:31:51 +02:00
tcg-runtime.c
tci-dis.c
tci.c tcg: remove obsolete jmp op 2012-10-06 18:47:04 +02:00
thunk.c
thunk.h
trace-events ram: create trace event for migration sync bitmap 2012-10-17 18:34:58 +02:00
translate-all.c
uboot_image.h
uri.c
uri.h
user-exec.c
version.rc
vgafont.h
vl.c vnc: add error propagation to vnc_display_open 2012-10-23 13:54:57 +02:00
vmstate.h
x86_64.ld
xen-all.c memory: use AddressSpace for MemoryListener filtering 2012-10-22 14:50:07 +02:00
xen-mapcache.c
xen-mapcache.h
xen-stub.c

README

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team