QEMU With E2K User Support
Go to file
Mark Cave-Ayland 1cde732d88 mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
The code to flush the DBDMA channel was effectively duplicated in
dbdma_control_write(), except for the fact that the copy executed outside of a
RUN bit transition was broken by not clearing the FLUSH bit once the flush was
complete.

Newer PPC Linux kernels would timeout waiting for the FLUSH bit to clear again
after submitting a FLUSH command. Fix this by always clearing the FLUSH bit
once the channel flush is complete and removing the repeated code.

Reported-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
2015-09-20 22:48:38 +02:00
audio
backends qemu-char: Use g_new() & friends where that makes obvious sense 2015-09-16 17:33:33 +02:00
block Block layer patches (v2) 2015-09-14 18:51:09 +01:00
bsd-user * Support for jemalloc 2015-09-14 16:13:16 +01:00
crypto crypto: introduce new module for handling TLS sessions 2015-09-15 15:07:43 +01:00
default-configs target-tilegx: Add TILE-Gx building files 2015-09-15 07:45:32 -07:00
disas typofixes - v4 2015-09-11 10:45:43 +03:00
docs qapi: allow override of default enum prefix naming 2015-09-15 10:59:28 +01:00
dtc@65cc4d2748
fpu
fsdev maint: remove unused include for dirent.h 2015-09-11 10:21:38 +03:00
gdb-xml s390x/gdb: support reading/writing of control registers 2015-09-07 16:10:43 +02:00
hw mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete 2015-09-20 22:48:38 +02:00
include machine: Eliminate QEMUMachine and qemu_register_machine() 2015-09-19 16:40:30 +02:00
libcacard typofixes - v4 2015-09-11 10:45:43 +03:00
libdecnumber typofixes - v4 2015-09-11 10:45:43 +03:00
linux-headers target-i386: move asm-x86/hyperv.h to standard-headers 2015-09-16 17:33:32 +02:00
linux-user target-tilegx: Handle atomic instructions 2015-09-15 07:45:34 -07:00
migration maint: avoid useless "if (foo) free(foo)" pattern 2015-09-11 10:21:38 +03:00
net trivial: remove trailing newline from error_report 2015-09-11 10:21:38 +03:00
pc-bios pc-bios/s390-ccw: rebuild image 2015-09-07 16:10:43 +02:00
pixman@87eea99e44
po Update language files for QEMU 2.4.0 2015-09-11 10:21:38 +03:00
qapi crypto: introduce new base module for TLS credentials 2015-09-15 14:47:37 +01:00
qga typofixes - v4 2015-09-11 10:45:43 +03:00
qobject
qom qom: Fix invalid error check in property_get_str() 2015-09-19 08:10:12 +02:00
roms
scripts * Linux header update and cleanup 2015-09-16 18:06:54 +01:00
slirp
stubs monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
target-alpha tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-arm target-arm: Use new revbit functions 2015-09-15 07:45:33 -07:00
target-cris target-cris: update CPU state save/load to use VMStateDescription 2015-09-17 14:31:38 +01:00
target-i386 * Linux header update and cleanup 2015-09-16 18:06:54 +01:00
target-lm32 tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-m68k tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-microblaze tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-mips target-mips: improve exception handling 2015-09-18 12:07:24 +01:00
target-moxie tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-openrisc tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-ppc kvm_ppc: remove kvmppc_timer_hack 2015-09-20 22:48:38 +02:00
target-s390x * Support for jemalloc 2015-09-14 16:13:16 +01:00
target-sh4 monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
target-sparc monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
target-tilegx target-tilegx: Handle v1shl, v1shru, v1shrs 2015-09-15 07:45:34 -07:00
target-tricore tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-unicore32 tlb: Add "ifetch" argument to cpu_mmu_index() 2015-09-11 08:15:28 -07:00
target-xtensa monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
tcg tcg: Move tci_tb_ptr to -common 2015-09-16 17:33:33 +02:00
tests ide-test: add cdrom dma test 2015-09-18 10:58:56 -04:00
trace
ui cocoa: Suppress Cocoa window with -display 2015-09-18 18:33:02 +01:00
util error: New error_fatal 2015-09-18 14:38:08 +02:00
.exrc
.gitignore monitor: added generation of documentation for hmp-commands-info.hx 2015-09-16 17:33:33 +02:00
.gitmodules
.mailmap
.travis.yml
CODING_STYLE CODING_STYLE: update mixed declaration rules 2015-09-09 15:34:54 +02:00
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS MAINTAINERS: Add "Error reporting" entry 2015-09-18 14:34:39 +02:00
Makefile * Linux header update and cleanup 2015-09-16 18:06:54 +01:00
Makefile.objs qom: allow QOM to be linked into tools binaries 2015-09-15 14:35:39 +01:00
Makefile.target * Linux header update and cleanup 2015-09-16 18:06:54 +01:00
README
VERSION Open 2.5 development tree 2015-08-11 23:15:55 +01:00
accel.c
aio-posix.c
aio-win32.c
arch_init.c smbios: move smbios code into a common folder 2015-08-13 14:08:30 +03:00
async.c AioContext: force event loop iteration using BH 2015-07-29 10:02:06 +01:00
balloon.c
block.c block: Allow specifying driver-specific options to reopen 2015-09-14 16:51:36 +02:00
blockdev-nbd.c
blockdev.c block: Drop drv parameter from bdrv_open() 2015-09-14 16:51:36 +02:00
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
configure TileGX basic instructions 2015-09-15 17:24:28 +01:00
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec-common.c cpu-exec: Migrate some generic fns to cpu-exec-common 2015-09-16 17:33:33 +02:00
cpu-exec.c cpu-exec: Migrate some generic fns to cpu-exec-common 2015-09-16 17:33:33 +02:00
cpus.c cpus: remove tcg_halt_cond and tcg_cpu_thread globals 2015-09-09 15:34:55 +02:00
cputlb.c cputlb: Change tlb_set_dirty() arg to cpu 2015-09-16 17:33:33 +02:00
device-hotplug.c
device_tree.c
disas.c disas: Defeature print_target_address 2015-08-14 23:40:32 +02:00
dma-helpers.c
dump.c
exec.c include/exec: Move cputlb exec.c defs out 2015-09-16 17:33:33 +02:00
gdbstub.c * Support for jemalloc 2015-09-14 16:13:16 +01:00
hmp-commands-info.hx monitor: added generation of documentation for hmp-commands-info.hx 2015-09-16 17:33:33 +02:00
hmp-commands.hx monitor: added generation of documentation for hmp-commands-info.hx 2015-09-16 17:33:33 +02:00
hmp.c hmp: add info iothreads command 2015-09-04 13:26:26 +02:00
hmp.h hmp: add info iothreads command 2015-09-04 13:26:26 +02:00
iohandler.c iohandler: Use aio API 2015-09-07 18:14:03 +02:00
ioport.c
iothread.c
kvm-all.c kvm: Add kvm system event crash handler 2015-09-16 17:33:32 +02:00
kvm-stub.c
main-loop.c iohandler: Use aio API 2015-09-07 18:14:03 +02:00
memory.c memory: Fix bad error handling in memory_region_init_ram_ptr() 2015-09-18 14:39:39 +02:00
memory_mapping.c
module-common.c
monitor.c monitor: uninclude cpu_ldst 2015-09-16 17:33:33 +02:00
nbd.c nbd: release exp->blk after all clients are closed 2015-09-16 17:33:33 +02:00
numa.c Fix bad error handling after memory_region_init_ram() 2015-09-18 14:39:29 +02:00
os-posix.c
os-win32.c maint: remove unused include for signal.h 2015-09-11 10:21:38 +03:00
page_cache.c maint: remove unused include for strings.h 2015-09-11 10:21:38 +03:00
qapi-schema.json crypto: introduce new base module for TLS credentials 2015-09-15 14:47:37 +01:00
qdev-monitor.c hmp: Allow for error message hints on HMP 2015-09-18 14:34:39 +02:00
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c qemu-char: Use g_new() & friends where that makes obvious sense 2015-09-16 17:33:33 +02:00
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-doc.texi monitor: added generation of documentation for hmp-commands-info.hx 2015-09-16 17:33:33 +02:00
qemu-ga.texi qga: start a man page 2015-09-01 13:16:26 -05:00
qemu-img-cmds.hx
qemu-img.c qemu-img: Fix crash in amend invocation 2015-09-04 20:59:48 +02:00
qemu-img.texi maint: remove / fix many doubled words 2015-09-11 10:21:38 +03:00
qemu-io-cmds.c qemu-io: Add command 'reopen' 2015-09-14 16:51:36 +02:00
qemu-io.c qemu-io: Remove duplicate 'open' error message 2015-09-14 16:51:36 +02:00
qemu-log.c
qemu-nbd.c Trivial: fix commandline help message 2015-09-11 10:21:38 +03:00
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx ui: convert VNC server to use QCryptoTLSSession 2015-09-15 15:20:55 +01:00
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qjson.c
qmp-commands.hx s390x: Dump storage keys qmp command 2015-09-03 12:17:54 +02:00
qmp.c qmp: Add example usage of strto*l() qemu wrapper 2015-09-09 15:34:54 +02:00
qtest.c
rules.mak make: load only required dependency files. 2015-08-13 14:08:25 +03:00
softmmu_template.h softmmu: remove now unused functions 2015-09-11 08:16:05 -07:00
spice-qemu-char.c
tcg-runtime.c
tci.c tcg: Move tci_tb_ptr to -common 2015-09-16 17:33:33 +02:00
thread-pool.c
thunk.c
tpm.c
trace-events Merge vnc-crypto-v9 2015-09-15 15:42:58 +01:00
translate-all.c translate: move real_host_page setting to -common 2015-09-16 17:33:33 +02:00
translate-all.h
translate-common.c translate: move real_host_page setting to -common 2015-09-16 17:33:33 +02:00
user-exec.c osdep.h: Remove qemu_printf 2015-08-19 16:29:53 +01:00
version.rc
vl.c machine: Eliminate QEMUMachine and qemu_register_machine() 2015-09-19 16:40:30 +02:00
xen-common-stub.c
xen-common.c migration: Fix regression for xenfv and pc,accel=xen machine. 2015-08-03 16:13:40 +00:00
xen-hvm-stub.c pc: Remove redundant arguments from xen_hvm_init() 2015-09-10 11:05:40 +03:00
xen-hvm.c Fix bad error handling after memory_region_init_ram() 2015-09-18 14:39:29 +02:00
xen-mapcache.c maint: avoid useless "if (foo) free(foo)" pattern 2015-09-11 10:21:38 +03:00

README

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

- QEMU team