]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2008-08-22  aurel32add comment for DisplayState->idle
2008-08-22  aurel32uhci: Fixed length handling for SETUP and OUT tokens
2008-08-22  aurel32[sh4] code translation bug fix
2008-08-22  aurel32[sh4] MMU bug fix
2008-08-22  aurel32[sh4] memory mapped TLB entries
2008-08-22  aurel32[sh4] delay slot bug fix
2008-08-22  aurel32[sh4] sleep instruction
2008-08-22  aurel32array overflow in hw/stellaris.c and hw/omap_dss.c
2008-08-22  aurel32Parallel Port Direction Fix
2008-08-21  aurel32*FreeBSD: pulseaudio is a possible audio driver
2008-08-21  aurel32PC: suggest a workaround to boot a kernel without hard...
2008-08-21  aliguoriIgnore IDE command if issued while IDE is busy (Gleb...
2008-08-21  aurel32Add image format option for USB mass-storage devices
2008-08-21  aliguorimove GUI_REFRESH_INTERVAL define from vl.c to console...
2008-08-21  aliguoriadd container_of() macro to osdep.h (Gerd Hoffmann)
2008-08-21  aliguoriadd DisplayState->idle (Samuel Thibault)
2008-08-21  aliguoriHandle terminating signals (Gerd Hoffmann)
2008-08-21  aliguoriuhci: fixes for save/load-vm (Max Krasnyansky)
2008-08-21  aliguorihusb: Fixup printfs and stuff based on the review comme...
2008-08-21  aliguorihusb: remove disconnect detection timer (Max Krasnyansky)
2008-08-21  aliguorihusb: rewrite Linux host USB layer, fully async operati...
2008-08-21  aliguoriuhci: rewrite UHCI emulator, fully async operation...
2008-08-21  aliguoriusb: generic packet handler cleanup and documentation...
2008-08-21  aliguorihusb: support for USB host device auto connect (Max...
2008-08-21  aliguorihusb: support for USB host device auto disconnect ...
2008-08-21  aliguoriFix windows build
2008-08-21  blueswir1Fix OSS on OpenBSD
2008-08-21  blueswir1Fix OpenBSD linker warnings
2008-08-21  blueswir1Fix wrwim masking (Luis Pureza)
2008-08-21  blueswir1Use initial CPU definition structure for some CPU field...
2008-08-21  aurel32De-assert PIC IRQs properly at APIC level
2008-08-21  aurel32De-assert ISA PIC IRQs properly
2008-08-21  aurel32bios: update from bochs release 2.3.7
2008-08-21  malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-20  malcKludge to support linux-user on a PPC64
2008-08-20  malcFix tswap size
2008-08-20  malcCorrect version of Heikki Lindholms ppc64.ld script
2008-08-20  malcRelax qemu_ld/st constraints for !SOFTMMU case
2008-08-20  malcAvoid clobbering input/aliased registers in !SOFTMMU...
2008-08-20  malcClear the upper 32 bits of addr_reg in TARGET_LONG_BITS...
2008-08-20  malcMove tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block...
2008-08-19  aliguoriSilence vmport unless DEBUG is enabled.
2008-08-19  aliguoriRemove unnecessary #includes from block-nbd.c
2008-08-19  aliguoriRevert r4979 since it breaks the monitor
2008-08-19  aurel32ACPI suspend type field is 3 bits long
2008-08-19  aurel32i386: fix isapc machine
2008-08-18  aliguorii386: Catch all non-present ptes in cpu_get_phys_page_d...
2008-08-18  aliguoriAPIC: Do not start zero-period timers (Jan Kiszka)
2008-08-18  aliguoriReport unmapped addresses in memory_dump (Jan Kiszka)
2008-08-17  blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-08-17  blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-08-17  blueswir1Fix 64 bit constant generation
2008-08-17  blueswir1Fix 32 bit address overflow
2008-08-17  blueswir1Restore AREG0 after calls
2008-08-17  blueswir1Correct 32bit carry flag for add instruction (Igor...
2008-08-17  aurel32Fix g364fb video emulation
2008-08-17  aurel32VMDK: Remove debug message
2008-08-16  blueswir1Sparc code generator update (fix qemu_ld & qemu_st)
2008-08-15  aurel32Use C99 initializers
2008-08-15  blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2008-08-15  aliguoriCancel IDE outstanding IO on device reset (Gleb Natapov)
2008-08-15  blueswir1Use AIO only if host supports it (based on OpenBSD...
2008-08-15  blueswir1Sparc code generator update
2008-08-14  aliguoriqcow2: Try to aggregate free clusters and freed cluster...
2008-08-14  aliguoriqcow2: Make sure to return an error when L2 table loadi...
2008-08-14  aliguoriqcow2: Aggregate same type clusters (Laurent Vivier)
2008-08-14  aliguoriExtract compressing part from alloc_cluster_offset...
2008-08-14  aliguoriDivide get_cluster_offset() (Laurent Vivier)
2008-08-14  aliguoriqcow2: Extract code from get_cluster_offset() (Laurent...
2008-08-13  malcHandle remaining driver names when traversing audio_drv...
2008-08-13  thsAllow diskless operation for all mips platforms.
2008-08-13  thsAdd the altgr key name to the monitor, by Samuel Thibault.
2008-08-13  thsFix encoding of efsctsiz (powerpc spe), by Tristan...
2008-08-13  aurel32usb-serial: add support for modem lines
2008-08-12  blueswir1Allow boot without a drive on Sparc machines (partly...
2008-08-12  blueswir1Use C99 initializers
2008-08-12  aliguoriserial: Always update iir, even when ier is empty ...
2008-08-11  aliguoriIDE SEEK_STAT flag
2008-08-11  aliguoriUpgrade emulated UART to 16550A (Stefano Stabellini)
2008-08-06  blueswir1Fix faligndata (Vince Weaver)
2008-08-06  blueswir1Fix I/D MMU tag reads
2008-08-06  blueswir1Fix Sparc64 shifts
2008-08-06  aliguoriFix gnutls autodetection when using a cross-compiler.
2008-08-06  blueswir1Fix offset handling for ASI loads and stores (Vince...
2008-08-06  aliguorionly check RCTL_EN in e1000_can_receive()
2008-08-06  thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-08-03  malcAccount for MacOS X ABI reserved space in linkage area...
2008-08-03  malcPreliminary MacOS X on PPC32 support
2008-08-02  blueswir1Update OpenBIOS images to SVN revision 218. Changes:
2008-08-02  aliguoriFix compilation of nbd on Solaris (Andreas Faerber)
2008-08-01  thsDelete unused variable.
2008-08-01  blueswir1Handle wrapped registers correctly when saving
2008-08-01  aliguoriSet focus to monitor to ask password if line is multipl...
2008-08-01  aliguoriRevert 4977. Laurent asked for this not to be applied...
2008-08-01  aliguoriqemu-img: set encrypted disk image password (Laurent...
2008-08-01  aliguoriAsk password when encrypted disk image is used (Laurent...
2008-07-29  aliguoriMove audio/sys-queue.h => sys-queue.h
2008-07-29  malcOn ppc32 make tb_set_jmp_target1 behave like it does...
2008-07-29  aliguoriUpdate sys-queue.h (Gerd Hoffmann)
2008-07-29  aliguorie1000: use common checksumming code
next