adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Markus Armbruster abd7f68d08 block: Move error actions from DriveInfo to BlockDriverState
That's where they belong semantically (block device host part), even
though the actions are actually executed by guest device code.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2010-06-15 09:41:59 +02:00
QMP monitor/QMP: Drop info hpet / query-hpet 2010-06-13 15:33:02 +03:00
audio
block cow: use qemu block API 2010-06-15 09:41:59 +02:00
bsd-user
darwin-user
default-configs
docs
fpu
fsdev
gdb-xml
hw block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
linux-user s390x: Avoid _llseek. 2010-06-11 18:15:35 +02:00
net
pc-bios
roms
slirp
sysconfigs/target
target-alpha
target-arm NEON vldN optimization 2010-06-11 20:37:51 +01:00
target-cris
target-i386
target-m68k
target-microblaze
target-mips
target-ppc
target-s390x
target-sh4
target-sparc
tcg tcg: fix DEF macro after commit c61aaf7a38 2010-06-11 18:39:47 +02:00
tests
.gitignore
.gitmodules
CODING_STYLE
COPYING
COPYING.LIB
Changelog
LICENSE
MAINTAINERS
Makefile
Makefile.dis
Makefile.hw
Makefile.objs Merge remote branch 'kwolf/for-anthony' into staging 2010-06-14 10:33:36 -05:00
Makefile.target
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 ram_blocks: Convert to a QLIST 2010-06-14 11:12:53 -05:00
arch_init.h
arm-dis.c
arm-semi.c
arm.ld
async.c
balloon.c
balloon.h
block-migration.c
block-migration.h
block.c block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
block.h block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
block_int.h block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
blockdev.c block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
blockdev.h block: Move error actions from DriveInfo to BlockDriverState 2010-06-15 09:41:59 +02:00
bswap.h
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 Merge remote branch 'qmp/for-anthony' into staging 2010-06-14 09:39:01 -05:00
check-qlist.c
check-qstring.c
cmd.c
cmd.h
cocoa.m
config.h
configure tcg-s390: correctly detect s390 with a 64-bit kernel 2010-06-13 12:28:21 +02:00
console.c
console.h un-register kbd driver in case of USB kbd unplug. 2010-06-14 15:46:28 -05:00
cpu-all.h ram_blocks: Convert to a QLIST 2010-06-14 11:12:53 -05:00
cpu-common.h
cpu-defs.h
cpu-exec.c tcg-s390: Compute is_write in cpu_signal_handler. 2010-06-11 18:15:41 +02:00
cpus.c make qemu_thread_create block all signals 2010-06-14 15:46:28 -05:00
cpus.h
create_config configure: Fix evaluation of config-host.mak in create_config 2010-06-13 12:50:30 +02:00
cris-dis.c
curses.c
curses_keys.h
cursor.c
cursor_hidden.xpm
cursor_left_ptr.xpm
cutils.c
d3des.c
d3des.h
def-helper.h
device_tree.c
device_tree.h
dis-asm.h
disas.c
disas.h
dma-helpers.c
dma.h
dyngen-exec.h Move stdbool.h 2010-06-13 19:00:50 +01:00
elf.h
envlist.c
envlist.h
exec-all.h
exec.c ram_blocks: Convert to a QLIST 2010-06-14 11:12:53 -05:00
feature_to_c.sh
gdbstub.c
gdbstub.h
gen-icount.h
host-utils.c
host-utils.h
hpet.h
hppa-dis.c
hppa.ld
hxtool hxtool: Fix line number reporting on SQMP/EQMP errors 2010-06-11 16:35:46 -03:00
i386-dis.c
i386.ld
ia64-dis.c
ia64.ld
input.c un-register kbd driver in case of USB kbd unplug. 2010-06-14 15:46:28 -05:00
ioport-user.c
ioport.c
ioport.h
iov.c
iov.h
json-lexer.c remove unnecessary lookaheads 2010-06-11 15:25:14 -03:00
json-lexer.h
json-parser.c Merge remote branch 'qmp/for-anthony' into staging 2010-06-14 09:39:01 -05:00
json-parser.h
json-streamer.c json-streamer: Don't use qdict_put_obj() 2010-06-11 15:25:14 -03:00
json-streamer.h
keymaps.c
keymaps.h
kvm-all.c
kvm-stub.c
kvm.h Move stdbool.h 2010-06-13 19:00:50 +01:00
libfdt_env.h
linux-aio.c
m68k-dis.c
m68k-semi.c
m68k.ld
microblaze-dis.c
migration-exec.c
migration-fd.c
migration-tcp.c migration-tcp: call migrate_fd_error() instead of close() and free(). 2010-06-14 15:46:28 -05:00
migration-unix.c
migration.c migration: use qemu_free() instead of free(). 2010-06-14 15:46:28 -05:00
migration.h
mips-dis.c
mips.ld
module.c
module.h
monitor.c Merge remote branch 'kwolf/for-anthony' into staging 2010-06-14 10:33:36 -05:00
monitor.h
nbd.c
nbd.h Move stdbool.h 2010-06-13 19:00:50 +01:00
net-checksum.c
net.c Make netdev_del delete the netdev even when it's in use 2010-06-14 11:12:53 -05:00
net.h Move stdbool.h 2010-06-13 19:00:50 +01:00
notify.c
notify.h
os-posix.c Move set_proc_name() to OS specific files. 2010-06-12 08:49:15 +03:00
os-win32.c Move daemonize handling to OS specific files 2010-06-12 08:49:15 +03:00
osdep.c
osdep.h
path.c
pci-ids.txt
poison.h
posix-aio-compat.c
ppc-dis.c
ppc.ld
ppc64.ld
qbool.c
qbool.h
qdict-test-data.txt
qdict.c
qdict.h
qemu-aio.h
qemu-barrier.h
qemu-binfmt-conf.sh
qemu-char.c blockdev: Collect block device code in new blockdev.c 2010-06-04 15:20:47 +02:00
qemu-char.h
qemu-common.h cow: stop using mmap 2010-06-15 09:41:59 +02:00
qemu-config.c
qemu-config.h
qemu-doc.texi
qemu-error.c
qemu-error.h
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io.c
qemu-lock.h
qemu-log.h
qemu-malloc.c cow: stop using mmap 2010-06-15 09:41:59 +02:00
qemu-monitor.hx monitor/QMP: Drop info hpet / query-hpet 2010-06-13 15:33:02 +03:00
qemu-nbd.c
qemu-nbd.texi
qemu-objects.h
qemu-option.c qemu-option: Reject anti-social IDs 2010-06-14 15:46:28 -05:00
qemu-option.h
qemu-options.h Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c 2010-06-12 08:49:15 +03:00
qemu-options.hx
qemu-os-posix.h Move set_proc_name() to OS specific files. 2010-06-12 08:49:15 +03:00
qemu-os-win32.h Move set_proc_name() to OS specific files. 2010-06-12 08:49:15 +03:00
qemu-queue.h
qemu-sockets.c
qemu-tech.texi
qemu-thread.c make qemu_thread_create block all signals 2010-06-14 15:46:28 -05:00
qemu-thread.h
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: Handle "\f" 2010-06-11 15:25:14 -03:00
qjson.h
qlist.c
qlist.h
qobject.h
qstring.c
qstring.h
readline.c
readline.h
rules.mak
rwhandler.c
rwhandler.h
s390-dis.c
s390.ld
savevm.c savevm: Really verify if a drive supports snapshots 2010-06-15 09:41:58 +02:00
sdl.c
sdl_keysym.h
sdl_zoom.c
sdl_zoom.h
sdl_zoom_template.h
sh4-dis.c
softmmu-semi.h
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h
sparc-dis.c
sparc.ld
sparc64.ld
sysemu.h Add exit notifiers. 2010-06-14 15:46:28 -05:00
targphys.h
tcg-runtime.c
texi2pod.pl
thunk.c
thunk.h
translate-all.c
uboot_image.h
usb-bsd.c
usb-linux.c
usb-stub.c
vgafont.h
vl.c Add exit notifiers. 2010-06-14 15:46:28 -05:00
vnc-auth-sasl.c
vnc-auth-sasl.h
vnc-auth-vencrypt.c
vnc-auth-vencrypt.h
vnc-encoding-hextile.c
vnc-encoding-tight.c Move stdbool.h 2010-06-13 19:00:50 +01:00
vnc-encoding-tight.h
vnc-encoding-zlib.c
vnc-tls.c
vnc-tls.h
vnc.c
vnc.h
vnc_keysym.h
vnchextile.h
x86_64.ld
x_keymap.c
x_keymap.h

README

Read the documentation in qemu-doc.html.

Fabrice Bellard.