qemu
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2009-01-07 aliguorisnapshot subcommand for qemu-img (Kevin Wolf)
2009-01-07 aliguoriadd "serial" parameter to -drive flag (Gleb Natapov)
2009-01-07 aliguoriqcow2: Fix cluster allocation (Kevin Wolf)
2009-01-07 aliguoriFix compressed qcow2 (Gleb Natapov)
2009-01-07 aliguorifix usb-hid SET_IDLE behaviour (Stefano Stabellini)
2009-01-07 edgar_iglCRIS: Implement set_thread_area for CRIS.
2009-01-07 edgar_iglETRAX: Correct size of control-register area.
2009-01-07 edgar_iglETRAX: Process out channels immediately when the channe...
2009-01-07 edgar_iglETRAX: Correctly update the interrupt vector when inter...
2009-01-07 edgar_iglETRAX: Support timer count reads and correct frequencies.
2009-01-07 edgar_iglCRIS: Use a helper for lz.
2009-01-07 edgar_iglCRIS: bound operates directly on regs, no need to alloc...
2009-01-07 edgar_iglCRIS: Speedup btst by using a helper.
2009-01-07 edgar_iglETRAX: Add a dummy tempsensor and correct the NAND...
2009-01-07 edgar_iglCRIS: NMI wakes up the core.
2009-01-07 edgar_iglCRIS: NMI wakes up the core.
2009-01-07 edgar_iglCRIS: Move operations can be optimized as arithmetic...
2009-01-07 edgar_iglCRIS: Slight performance improvement for flag evaluation.
2009-01-07 edgar_iglETRAX: Add a model for the axis devboard88 machine.
2009-01-07 edgar_iglETRAX: No need to mask off the I flag twice at reset.
2009-01-07 edgar_iglgdbstub: fix gdbserver_fork
2009-01-06 malcAdd missing space
2009-01-05 aurel32target-ppc: fix compilation on BigEndian
2009-01-05 blueswir1Fix more FSF addresses
2009-01-05 blueswir1Add cirrus reset handler
2009-01-04 aurel32target-ppc: Add m{f,t}vscr instructions.
2009-01-04 aurel32Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instruct...
2009-01-04 aurel32Add {l,st}ve{b,h,w}x instructions.
2009-01-04 aurel32Add vmladduhm instruction.
2009-01-04 aurel32Add vmsumsh{m,s} instructions.
2009-01-04 aurel32Add vmsumuh{m,s} instructions.
2009-01-04 aurel32Add vmh{,r}addshs instructions.
2009-01-04 aurel32Add vpkpx instruction.
2009-01-04 aurel32Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w...
2009-01-04 aurel32Add saturating arithmetic conversion functions for...
2009-01-04 aurel32Add vsel and vperm instructions.
2009-01-04 aurel32Add vmsum{u,m}bm instructions.
2009-01-04 aurel32Add GEN_VAFORM_PAIRED macro for subsequent instructions.
2009-01-04 aurel32Add vupk{h,l}s{b,h} instructions.
2009-01-04 aurel32Add vupk{h,l}px instructions.
2009-01-04 aurel32Add GEN_VXFORM_NOA macro for subsequent instructions.
2009-01-04 aurel32Add vsplt{b,h,w} instructions.
2009-01-04 aurel32Add GEN_VXFORM_UIMM macro for subsequent instructions.
2009-01-04 aurel32Add GEN_VXFORM_SIMM macro for subsequent instructions.
2009-01-04 aurel32Add vsldoi instruction.
2009-01-04 aurel32Add vrl{b,h,w} instructions.
2009-01-04 aurel32Add lvs{l,r} instructions.
2009-01-04 aurel32Add v{add,sub}cuw instructions.
2009-01-04 aurel32Add vs{l,r}o instructions.
2009-01-04 aurel32Add vsl{b,h,w} instructions.
2009-01-04 aurel32Add vsr{,a}{b,h,w} instructions.
2009-01-04 aurel32Add vmul{e,o}{s,u}{b,h} instructions.
2009-01-04 aurel32Add vmrg{l,h}{b,h,w} instructions.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-04 edgar_iglCRIS: Dont flush kernel protected pages when modifying...
2009-01-04 edgar_iglCRIS: Remove unused pfn member from mmu translation...
2009-01-04 blueswir1Fix VGA screen dump
2009-01-03 aurel32Add vscr access macros.
2009-01-03 aurel32Add v{min, max}{s, u}{b, h, w} instructions.
2009-01-03 aurel32Add vavg{s,u}{b,h,w} instructions.
2009-01-03 aurel32Add v{add,sub}u{b,h,w}m instructions.
2009-01-03 aurel32Add GEN_VXFORM macro for subsequent instructions.
2009-01-03 aurel32Add helper macros for later patches.
2009-01-03 aurel32Fix TCG error in gen_avr_ptr.
2009-01-03 aurel32Fix qemu endless loop when raising a SIGSEGV/SIGBUS...
2009-01-03 aurel32tcg: remove tcg_global_reg2_new_hack()
2009-01-03 aurel32Fix and rearrange 'tarbin' Makefile rule
2009-01-03 aurel32TCG: Fix documentation of qemu_ld/st ops
2009-01-03 aurel32target-ppc: fix TGC type mismatch introduced by r6146
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2009-01-01 aurel32target-mips: DMA support for RC4030 chipset
2008-12-31 blueswir1Add Sparc define checks
2008-12-30 blueswir1VM load/save support for PPC CPU
2008-12-30 blueswir1VM load/save support for PPC devices
2008-12-29 aliguoriParse --cc and --cross-prefix earlier and use CC to...
2008-12-29 edgar_iglCRIS: Remove CRIS specific do_unassigned_access.
2008-12-29 aurel32target-ppc: improve correctness of the fsel instruction
2008-12-29 aurel32target-ppc: fix stsw/stswi instructions
2008-12-28 blueswir1Fix warning introduced by r6136
2008-12-28 blueswir1Register reset handlers
2008-12-28 blueswir1Suppress a -Werror=format-security warning
2008-12-28 blueswir1Fix -Werror=format-security warning (Frederik Himpe...
2008-12-26 aurel32target-ppc: workaround OpenBIOS limitation
2008-12-26 aurel32target-ppc: fix PowerMAC NVRAM emulation
2008-12-24 blueswir1Fix kernel loading
2008-12-24 blueswir1Use the firmware configuration device
2008-12-24 blueswir1Add support for -prom-env command line options
2008-12-24 blueswir1Use OpenBIOS for g3bw machine
2008-12-24 blueswir1Sun4m use 0 for nonexistent devices (Robert Reif)
2008-12-24 blueswir1Improve PPC device debugging
2008-12-23 blueswir1Add SuperSPARC MMU breakpoint registers (Robert Reif)
2008-12-23 blueswir1Implement hw/eccmemctl.c version differences (Robert...
2008-12-23 blueswir1Better SuperSPARC emulation (Robert Reif)
2008-12-23 blueswir1Implement tick interrupt disable bits
2008-12-22 aliguoriProperly handle the case of SetPixelEncodings with...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-21 blueswir1hw/slavio_misc.c remove address from debug trace (Rober...
2008-12-21 blueswir1add Arbiter Enable Register support to sparc iommu...
2008-12-21 aliguoriUpdate to latest Bochs BIOS
next