Qemu fork with patch to view PCI communication with HDA chips. Useful when fixing linux/bsd HDA driver for specific devices.
Go to file
ths 54d43f70e3 Mention ds1225y support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2462 c046a42c-6fe2-441c-8c8c-71466251a162
2007-02-28 22:01:13 +00:00
audio Qemu support for S32 and U32 alsa output, by Vassili Karpov. 2007-02-17 22:19:29 +00:00
darwin-user Revert host_info changes, and don't fail if sysctl is unknown when we 2007-02-22 20:43:09 +00:00
fpu avoid using char when it is not necessary 2006-10-28 19:27:11 +00:00
hw DS1225Y nvram device, by Herve Poussineau. 2007-02-28 21:36:41 +00:00
keymaps Japanese keyboard patch (kazu) 2007-01-07 17:12:41 +00:00
linux-user Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. 2007-02-28 20:20:53 +00:00
pc-bios reset rombios32 area 2007-02-08 22:17:34 +00:00
slirp Change -tftp option to take a root directory, by Anthony Liguori. 2007-02-20 00:12:07 +00:00
target-arm ARM doubleword post-modify fix (Daniel Jacobowitz). 2007-02-14 20:17:03 +00:00
target-i386 darwin fix 2007-02-05 22:06:27 +00:00
target-m68k siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. 2007-01-31 12:16:51 +00:00
target-mips Fix mips FPU emulation, 32 bit data types are allowed to use odd registers. 2007-02-27 19:27:51 +00:00
target-ppc siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. 2007-01-31 12:16:51 +00:00
target-sh4 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. 2007-01-31 12:16:51 +00:00
target-sparc Fix floating point to integer conversion, by Aurelien Jarno. 2007-02-10 22:58:02 +00:00
tests int conversion test 2007-02-05 20:52:39 +00:00
.cvsignore Update .cvsignore. 2007-01-23 01:47:46 +00:00
a.out.h
aes.c
aes.h
alpha-dis.c
alpha.ld
arm-dis.c
arm-semi.c GDB hosted syscalls. 2007-01-28 03:10:55 +00:00
arm.ld
block-bochs.c Support for Bochs "growing" images, by Volker Ruppert. 2007-01-05 18:56:04 +00:00
block-cloop.c
block-cow.c
block-dmg.c
block-qcow.c Dynamically allocate AIO Completion Blocks. 2006-08-07 02:38:06 +00:00
block-qcow2.c Dynamically allocate AIO Completion Blocks. 2006-08-07 02:38:06 +00:00
block-raw.c Fix CDROM permission check, by Kazu <kazoo@r3.dion.ne.jp>. 2007-01-18 00:22:11 +00:00
block-vmdk.c New multiple snapshot support for VMDK, by Igor Lvovsky. 2007-01-24 21:05:24 +00:00
block-vpc.c
block-vvfat.c vvfat fixes (Roger Lathrop) 2006-09-09 12:03:20 +00:00
block.c Use PATH_MAX for name lengths, by Sergey Vlasov. 2007-02-11 15:06:09 +00:00
block_int.h better support of host drives 2006-08-19 11:45:59 +00:00
bswap.h
Changelog Mention ds1225y support. 2007-02-28 22:01:13 +00:00
check_ops.sh Script to check for missing FORCE_RET. 2007-01-07 19:38:08 +00:00
cocoa.m
configure Compiler check for byteswap.h instead of hardcoded path. 2007-02-27 21:04:49 +00:00
console.c Serial console improvements, by Stefan Weil. 2007-02-10 22:37:56 +00:00
COPYING
COPYING.LIB
cpu-all.h Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. 2007-02-28 20:20:53 +00:00
cpu-defs.h Speed up tlb_flush_page (Daniel Jacobowitz). 2006-11-12 20:40:55 +00:00
cpu-exec.c Make cpu_signal_handler work on Mac OS X/Darwin x86 2007-02-05 21:41:46 +00:00
cutils.c added cutils.c 2007-01-07 22:04:40 +00:00
dis-asm.h
disas.c Remove duplicate TARGET_M68K case. 2007-01-01 14:14:34 +00:00
disas.h
dyngen-exec.h Fix for solaris register allocation issue on amd64, by Martin Bochnig. 2007-02-10 18:21:04 +00:00
dyngen-op.h
dyngen.c Support for more SPARC relocations, by Martin Bochnig. 2007-02-10 21:31:43 +00:00
dyngen.h
elf.h Support for more SPARC relocations, by Martin Bochnig. 2007-02-10 21:31:43 +00:00
elf_ops.h Simplify error handling again. 2006-12-23 15:18:47 +00:00
exec-all.h Speed up tlb_flush_page (Daniel Jacobowitz). 2006-11-12 20:40:55 +00:00
exec.c Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. 2007-02-28 20:20:53 +00:00
gdbstub.c Allow gdbstub to connect over any serial device. 2007-02-22 01:48:01 +00:00
gdbstub.h Allow gdbstub to connect over any serial device. 2007-02-22 01:48:01 +00:00
hostregs_helper.h Fix 64-bit host register corruption. 2007-02-04 13:37:44 +00:00
i386-dis.c
i386-vl.ld
i386.ld
ia64.ld
keymaps.c
kqemu.c 64 bit syscall fix 2007-02-01 22:12:43 +00:00
kqemu.h
LICENSE update 2007-02-05 21:06:29 +00:00
loader.c Check ELF binaries for machine type and endianness. 2006-12-23 14:18:40 +00:00
m68k-dis.c
m68k.ld
Makefile Fix linking for qemu-img on Solaris, by Ben Taylor. 2007-02-10 23:00:33 +00:00
Makefile.target DS1225Y nvram device, by Herve Poussineau. 2007-02-28 21:36:41 +00:00
mips-dis.c
monitor.c Allow gdbstub to connect over any serial device. 2007-02-22 01:48:01 +00:00
osdep.c Kqemu support for Solaris, by Ben Taylor. 2007-01-17 23:31:19 +00:00
osdep.h
ppc-dis.c
ppc.ld
qemu-binfmt-conf.sh
qemu-doc.texi iDocument ARM RealView board (Andrzej Zaborowski). 2007-02-28 16:25:17 +00:00
qemu-img.c qemu-img: fix incorrect error message, by Stuart Brady. 2007-02-10 22:59:40 +00:00
qemu-img.texi update 2006-08-07 21:34:34 +00:00
qemu-tech.texi
qemu_socket.h Run monitor over unix domain sockets, by Anthony Liguori. 2006-12-21 19:46:43 +00:00
readline.c
README
s390.ld
sdl.c -no-frame option for sdl, by Christian Laursen. 2007-02-18 18:19:32 +00:00
sdl_keysym.h
sh4-dis.c
softmmu_exec.h
softmmu_header.h
softmmu_template.h
sparc-dis.c
sparc.ld
sparc64.ld
tap-win32.c win32 tap poll suppression (kazu) 2006-08-19 12:37:52 +00:00
texi2pod.pl
thunk.c
thunk.h
TODO
translate-all.c ColdFire target. 2006-10-22 00:18:54 +00:00
translate-op.c
usb-linux.c Build fix for newer kernel headers, thanks Jason Wessel. 2006-12-10 22:11:04 +00:00
VERSION update 2007-02-05 20:46:55 +00:00
vgafont.h
vl.c Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. 2007-02-28 21:59:44 +00:00
vl.h DS1225Y nvram device, by Herve Poussineau. 2007-02-28 21:36:41 +00:00
vnc.c info vnc command (Anthony Liguori) 2007-02-05 20:20:30 +00:00
vnc_keysym.h Japanese keyboard patch (kazu) 2007-01-07 17:12:41 +00:00
vnchextile.h Silence a spurious gcc warning. 2006-12-21 16:50:09 +00:00
x86_64.ld
x_keymap.c Split out SDL X keymap, by Bernhard Fischer. 2007-01-24 21:40:21 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.