qemu
2008-07-16 balrogProperly byte-swap values in VMware SVGA (malc).
2008-07-16 balrogMake Bochs VBE work with VMWare SVGA (malc).
2008-07-16 balrogDon't overwrite VMwareSVGA's memory region start addres...
2008-07-16 balrogInitialize the VMware VGA console after vga_init (Alexa...
2008-07-15 blueswir1Add idprom
2008-07-15 blueswir1Really fix cas
2008-07-11 pbrookTerminate TB immediately after v7-M exception return.
2008-07-10 blueswir1Link ARM prologue closer to code segment to avoid a...
2008-07-10 pbrookFix coprocessor register types.
2008-07-09 malcRestore old value of buffer_size
2008-07-09 malcWarn about rejected buffer/period size/time when it...
2008-07-09 malcCall proper function when trying to set period size
2008-07-09 pbrookAvoid decremented overflow.
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-07-08 malcFix typo
2008-07-08 blueswir1Fix r4641 (invalid token "=<" in a preprocessor expression)
2008-07-08 blueswir1Implement some Ultrasparc cache ASIs used by SILO
2008-07-07 pbrookEliminate spurous screen updates.
2008-07-07 bellardfix cvtsq2s[sd] (Juergen Lock)
2008-07-07 bellard64 bit signed comparison fix (Juergen Lock)
2008-07-07 blueswir1Fix 64 bit constant generation
2008-07-07 thsImprove jp106 keyboard support, by Akio Takebe.
2008-07-05 thsFix typo in comment.
2008-07-05 thsChange MIPS machine default to Malta.
2008-07-05 pbrookRe-add static qualifier. Fix annother occurance of...
2008-07-05 malcRemove static
2008-07-05 malcRemove >= asserts on unsigned inputs
2008-07-05 malcAvoid signedness warnings
2008-07-04 malcAdd missing return
2008-07-03 malcFuse EQ and NE handling in tcg_out_brcond2
2008-07-03 thsAvoid compiler warning.
2008-07-03 thsFix parse_long_name, by Tristan Gingold.
2008-07-03 thsClarified filename handling, by Johannes Schindelin.
2008-07-03 malcMask LL portion of B to 24 bits in tcg_out_b (Thanks...
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-03 thsSilence compiler warning.
2008-07-03 thsAllow QEMU to connect directly to an NBD server, by...
2008-07-03 thsAllow to share a disk image via nbd, by Laurent Vivier.
2008-07-03 thsAdd a parameter to disable host cache, by Laurent Vivier.
2008-07-03 malcFix typo
2008-07-03 thsMerge NBD client/server, by Laurent Vivier.
2008-07-03 thsBail out if -append or -initrd is specified without...
2008-07-03 thsFix constant truncation, spotted by Jindrich Makovicka.
2008-07-03 thsFix ATAPI read drive structure command, by Alex Williamson.
2008-07-02 malcRemove stray local "speedup" hack
2008-07-02 thsCleanup qemu-nbd related code, by Laurent Vivier.
2008-07-02 malcAdd -MT
2008-07-02 malcPulseaudio driver
2008-07-02 malcFix test arguments (Jeremy C. Reed)
2008-07-02 malcAdd NULL argument to SNDCTL_DSP_NONBLOCK ioctl call
2008-07-02 pbrookSave/restore for stellaris boards.
2008-07-02 pbrookARMv7-M interrupt stack alignment fix.
2008-07-02 blueswir1Fix NetBSD keyboard problem
2008-07-02 blueswir1Add rigid and flexible disk geometry page support
2008-07-01 pbrookFix i2c save/restore.
2008-07-01 pbrookFix typo.
2008-07-01 pbrookRemove duplicate device index calculations.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-07-01 blueswir1Fix DMA length bug seen with NetBSD (Cliff Wright)
2008-07-01 thsblock-vvfat.c - fix is_free predicate, by Tristan Gingold.
2008-07-01 thsAdd missing return in arm-semi, by Laurent Desnogues.
2008-07-01 thsStatic'ify some functions, and use standard inline...
2008-07-01 pbrookImplement resolution switching in common console code.
2008-07-01 thsDelete duplicate code.
2008-06-30 pbrookFix rdtsc instruction counting.
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-30 edgar_iglCRIS: Correct writes to TLB hi.
2008-06-30 edgar_iglAvoid refering to CRIS specific cpu-state to be able...
2008-06-30 thsMake bcond and btarget TCG registers.
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-06-29 pbrookSuppress bogus compiler warnings.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-29 pbrookAdd missing static qualifiers.
2008-06-29 pbrookAdd missing file. Fix spelling errors.
2008-06-29 pbrookAdd instruction counter.
2008-06-29 pbrookFix shell quoting.
2008-06-28 malcDocument usage of new options remove stray variables...
2008-06-28 malcConsistency
2008-06-27 thsAvoid unused input arguments which triggered tcg errors...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-26 blueswir1Fix bogus format, reading uninitialised memory (origina...
2008-06-25 malcChange the way audio is configured
2008-06-25 blueswir1Suppress OpenBSD warning messages for leftover fifo...
2008-06-25 blueswir1Reset correct channel aka NetBSD boot fix
2008-06-24 thsClarify some TODO items.
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsT1 is now dead.
2008-06-24 thsReduce use of fixed registers a bit more.
2008-06-24 blueswir1Fix Sparc mmu bug seen with NetBSD, based on patch...
2008-06-24 thsUse temporaries instead of fixed registers for some...
2008-06-23 malcMake mixer emulation a configure option (Jan Kiszka)
2008-06-23 blueswir1Fix some compiler signed/unsigned char warnings
2008-06-23 blueswir1Fix compiler warning (Jan Kiszka)
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-23 malcAccording to gcc-4.3.0/gcc/config/rs6000/crtsavres...
2008-06-23 malcShuffle contents of tcg_target_reg_alloc_order
2008-06-22 malcAdd missing [SU]32
2008-06-22 blueswir1Eliminate cpu_T[0]
2008-06-22 blueswir1Eliminate cpu_T[1]
next