2008-09-14 |
aurel32 | target-mips: fix warning |
commit | commitdiff | tree | snapshot |
2008-09-14 |
aurel32 | alpha: fix helper.h |
commit | commitdiff | tree | snapshot |
2008-09-14 |
aurel32 | alpha: fix lit sign |
commit | commitdiff | tree | snapshot |
2008-09-14 |
blueswir1 | qemu_next_deadline_dyntick is only used on Linux and... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
blueswir1 | Revert incorrect part of r4574 to avoid unaligned traps... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
blueswir1 | Display TCGCond name in tcg dumper (original patch... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
blueswir1 | Enable gcc flag -Wwrite-strings |
commit | commitdiff | tree | snapshot |
2008-09-14 |
blueswir1 | Fix warnings that would be caused by gcc flag -Wwrite... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
aliguori | usb: Support for removing device by host addr, improved... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
aliguori | husb: Make control transactions asynchronous (Max Krasn... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
blueswir1 | Use 64 bit loads for tlb addend only if addend size... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
blueswir1 | Fix stack alignment on Sparc32 host |
commit | commitdiff | tree | snapshot |
2008-09-13 |
blueswir1 | Fix mulscc with high bits set in either src1 or src2 |
commit | commitdiff | tree | snapshot |
2008-09-12 |
aliguori | Let snapshot work with protocols |
commit | commitdiff | tree | snapshot |
2008-09-11 |
aliguori | uhci: Change default transaction lifetime to 32 frames... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
blueswir1 | Enable gcc flag -Wendif-labels |
commit | commitdiff | tree | snapshot |
2008-09-11 |
aliguori | Only build compatfd when using AIO and make sure to... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
blueswir1 | Write zeros to high bits of y, based on patch by Vince... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
aliguori | Make sure to read siginfo from signalfd |
commit | commitdiff | tree | snapshot |
2008-09-11 |
aliguori | Fix the build on non-Linux systems |
commit | commitdiff | tree | snapshot |
2008-09-10 |
blueswir1 | Convert rest of ops using float32 to TCG, remove FT0... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
blueswir1 | Partially convert float128 conversion ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-10 |
blueswir1 | Convert basic 64 bit VIS ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-10 |
blueswir1 | Convert basic 32 bit VIS ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-10 |
blueswir1 | Convert basic float32 ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-10 |
aliguori | Add missing files from previous commit. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
aliguori | Use signalfd() to work around signal/select race |
commit | commitdiff | tree | snapshot |
2008-09-10 |
aliguori | qemu-nbd: remove useless parameter from nbd_negotiate... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
blueswir1 | Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
blueswir1 | Add missing "static" |
commit | commitdiff | tree | snapshot |
2008-09-09 |
aliguori | Add gitignore file |
commit | commitdiff | tree | snapshot |
2008-09-09 |
aliguori | Fix up pxe boot (Glauber Costa) |
commit | commitdiff | tree | snapshot |
2008-09-07 |
aurel32 | alpha: only print debug information to the log file |
commit | commitdiff | tree | snapshot |
2008-09-07 |
pbrook | TCG: Use x86-64 zero extension instructions. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
pbrook | Implement TCG sign extension ops for x86-64. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
pbrook | Fix libvdeplug link test. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Fix a typo in fpsub32 |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Convert most env fields to TCG registers |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Silence gcc warning about constant overflow |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Enable gcc flag -Wundef |
commit | commitdiff | tree | snapshot |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
aurel32 | Some little fixes on QEMU |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | fix alpha cmovxx instruction |
commit | commitdiff | tree | snapshot |
2008-09-05 |
edgar_igl | CRIS: Mask off the cache selection bit after MMU transl... |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | Revert "TCG: enable debug" |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | ppc: Convert op_subf to TCG |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | ppc: Convert op_add, op_addi to TCG |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG: enable debug |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG fixes for target-cris |
commit | commitdiff | tree | snapshot |
2008-09-05 |
aurel32 | TCG fixes for target-mips |
commit | commitdiff | tree | snapshot |
2008-09-05 |
pbrook | Fix swapped mvz/mvs instructions. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: replace op_set_FT0 with tcg_gen_movi_i64 |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: add target-alpha/helper.h (missing from commit... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert nip moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: remove unused code |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert CRF moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: fix fpr TCG registers creation |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert FPR moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert Altivec register moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: cleanup register types |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | ppc: Convert GPR moves to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: convert a few more instructions to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | alpha: directly access ir registers |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | convert of few alpha insn to TCG |
commit | commitdiff | tree | snapshot |
2008-09-04 |
aurel32 | hw/pcnet: use qemu_socket.h |
commit | commitdiff | tree | snapshot |
2008-09-03 |
blueswir1 | Implement no-fault loads |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | ETRAX-FS: Add support for DMA channel resets, needed... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | CRIS: Avoid a few unecessary steps in the mmu. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
edgar_igl | CRIS: Remove redundant code. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
ths | Delete unused variable. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_moven_T2_T0 to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | SH4: R2D-PLUS FPGA: simply unassigned memory triggering |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | hw/pcnet.c: windows compile fix |
commit | commitdiff | tree | snapshot |
2008-09-02 |
ths | Build fix for gcc-3.3. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
blueswir1 | Fix sign extension problems with smul and umul (Vince... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert op_move_{T1,T2}_T0 to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | [ppc] Convert gen_set_{T0,T1} to TCG |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | pcnet: add loopback mode emulation |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | sh4: Add R2D-PLUS FPGA support. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | sh4: CPU versioning. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | SH4: fix a regression introduced in r5122 |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Fix call_pal() prototype for alpha system emulation |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | x86: Fix powerdown for non-ACPI case |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Fix typo in console.c comment |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | Reset I32_APIC_BASE on system RESET |
commit | commitdiff | tree | snapshot |
2008-09-02 |
aurel32 | suppress a couple of spurious warnings in scsi-generic.c |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Remove dyngen leftovers |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: final conversion to TCG |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: convert floating-point ops to TCG |
commit | commitdiff | tree | snapshot |
2008-09-01 |
blueswir1 | Fix y register loads and stores |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Remove most uses of cpu_T[0] and cpu_T[1] |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: TCG optimisations |
commit | commitdiff | tree | snapshot |
2008-09-01 |
aurel32 | SH4: Convert remaining non-fp ops to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: Convert shift functions to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: convert control/status register load/store to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: Convert memory loads/stores to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
aurel32 | SH4: convert some more arithmetics ops to TCG |
commit | commitdiff | tree | snapshot |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
blueswir1 | Remove memcpy32() prototype leftover from r5109 |
commit | commitdiff | tree | snapshot |
next |