qemu
2008-12-04 aliguoriUse writeback caching by default with qcow2
2008-12-04 aurel32Fix RTC initial date computation
2008-12-04 aliguoriFix windows build after virtio changes
2008-12-04 aurel32hw/apic.c: use fls() from host-utils
2008-12-04 aliguoriAdd missing file from previous commit.
2008-12-04 aliguoriAdd virtio-balloon support
2008-12-04 aliguoriAdd ballooning infrastructure.
2008-12-04 aliguoriDefine fls() in terms of clz32().
2008-12-04 aliguoriRemove TARGET_PAGE_SIZE from virtio interface (Hollis...
2008-12-04 aliguoriAdd virtio-blk support
2008-12-04 aliguoriVirtio core support
2008-12-04 aliguoriIntroduce fls() helper
2008-12-04 malcClarify -soundhw documentation as to avoid hda confusion
2008-12-04 malcUpdate
2008-12-03 malcSilence warnings generated due to `#if BUILD_Y8950'
2008-12-03 malcMake audio violate POSIX less
2008-12-03 blueswir1More consistent PAGE_xxx defines, avoid conflicting...
2008-12-02 aurel32IBM PowerPC 4xx 32-bit PCI controller emulation
2008-12-02 aliguoriChange order of metadata update to prevent loosing...
2008-12-02 aliguoriCleanup {alloc|get}_cluster_offset() (Gleb Natapov)
2008-12-02 aliguoriWrite table offset and size in one syscall (Gleb Natapov)
2008-12-02 aliguoriIntroduce new helper function qcow_shedule_bh() (Gleb...
2008-12-02 aliguoriRemove tabs from qcow_aio_read_cb(). (Gleb Natapov)
2008-12-02 aliguoriExclude unix: from vnc call to unix_listen() (Ryan...
2008-12-02 aliguoriFix register name typo in dumping debug registers ...
2008-12-02 blueswir1Remove address masking after some rearranging
2008-12-02 blueswir1Remove address masking
2008-12-02 pbrookCosmetic cleanups to previous patch.
2008-12-01 malcReset the key modifiers upon client connect
2008-12-01 malcAdd basic audio functionality to vnc.c
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-12-01 pbrookAllocate cleared memory for cpu state.
2008-12-01 balrogarm: Don't potentially overwrite input registers in...
2008-12-01 balrogFix the comment added in r5844.
2008-12-01 balrogDon't rely on ARM tcg_out_goto() generating just a...
2008-12-01 balrogarm: Reserve code buffer in memory range reachable...
2008-12-01 balrogUse libgcc __clear_cache to clean icache, when available.
2008-12-01 balrogFix a typo preventing GNUC builtins usage.
2008-12-01 balrogFix pmovsx* / pmovzx* SSE instructions (original fix...
2008-12-01 balrogDon't try to select on an invalid VNC socket when init...
2008-11-30 aurel32qemu-img: open files with cache=writeback
2008-11-30 aurel32target-ppc: remove unused file op_mem_access.h
2008-11-30 aurel32target-ppc: use ldl/ldub/stl/stub for load/store in...
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32Spelling and grammar fixes
2008-11-30 aurel32Fix warning from sparse (wrong declaration)
2008-11-30 aurel32Fix warning from sparse
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert external load/store instructions...
2008-11-30 aurel32target-ppc: convert load/store with reservation instruc...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert wait instruction to TCG
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: remove dead code from op.c
2008-11-30 aurel32gdbstub: Fix access to PPC FPRs
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-30 blueswir1Fix ICCS command (Herve Poussineau)
2008-11-29 malcHandle SDL log just like other temporary files
2008-11-29 malcUse trap shell builtin to remove temporary files
2008-11-29 malcFix alignment of 64bit args
2008-11-29 blueswir1Fix 'enable selection' command (esp_4_ensel.diff)
2008-11-29 blueswir1Fix command len detection (esp_3_cmdlen.diff)
2008-11-29 blueswir1Fix configuration 2 register (esp_2_cfg2.diff):
2008-11-29 blueswir1Misc fixes (Herve Poussineau)
2008-11-29 blueswir1Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)
2008-11-29 blueswir1Prepare for handling different BSD mmap() flags
2008-11-29 pbrookFix comment typo.
2008-11-28 aurel32qemu-doc.texi: rewrite the documentation for the -net...
2008-11-28 aurel32qemu-doc.texi: document downscript network option
2008-11-27 aurel32target-ppc: convert POWER2 load/store instructions...
2008-11-27 aurel32target-ppc: convert SPE load/store to TCG
2008-11-27 aurel32target-ppc: simplify evsplati and evsplatfi
2008-11-27 thslinux-user: Add support for STOP/CONT signals.
2008-11-27 thslinux-user: sig is target signal.
2008-11-27 thsMake installing bios files optional.
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-25 aliguoriAdd TAILQ_FOREACH_SAFE (Jan Kiszka)
2008-11-25 aliguoriAbstract out geometry detection code from IDE for reuse
2008-11-25 aliguoriRevert r5636 to fix icount on hosts w/o high-res clocks
2008-11-25 aliguorii386: remove unused function prototypes (Laurent Desnogues)
2008-11-25 blueswir1Fix usb-stub compilation
2008-11-24 aliguorivga optimization (Glauber Costa)
2008-11-24 aliguorikvm: Introduce kvm logging interface (Glauber Costa)
2008-11-24 aliguorimove vga_io_address to VGA State (Glauber Costa)
2008-11-24 aliguoribetter type checking for vga (Glauber Costa)
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-24 aurel32target-ppc: convert altivec load/store to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: fix access_type usage
2008-11-23 aurel32target-ppc: include the instruction name in load/store...
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-23 blueswir1Fix typo reported by Thiemo Seufer
2008-11-22 aurel32target-ppc: remove declaration of removed function...
2008-11-22 blueswir1Native BSD host USB support (Juergen Lock, Lonnie Mendez)
next