Age | Commit message (Expand) | Author | Files | Lines |
2008-11-10 | x86 CPUID extended family/model (Andre Przywara). | balrog | 1 | -2/+7 |
2008-11-09 | Use TCG not op | blueswir1 | 1 | -14/+12 |
2008-11-09 | Use andc, orc, nor and nand | blueswir1 | 1 | -52/+36 |
2008-11-09 | target-ppc: fix TCG argument | aurel32 | 1 | -1/+1 |
2008-11-09 | target-ppc: Remove a few TCG temp variable leaks | aurel32 | 1 | -9/+19 |
2008-11-09 | target-ppc: fixes for gen_op_neg() | aurel32 | 1 | -15/+14 |
2008-11-09 | target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes | aurel32 | 1 | -39/+23 |
2008-11-09 | target-ppc: optimize mullw and make the code more readable | aurel32 | 1 | -12/+1 |
2008-11-09 | target-ppc: indentation fixes | aurel32 | 1 | -5/+4 |
2008-11-09 | Sparc32 BSD user support | blueswir1 | 2 | -0/+36 |
2008-11-09 | Document bluetooth support in qemu-doc. | balrog | 2 | -0/+69 |
2008-11-09 | Add qemu_strndup: qemu_strdup with length limit. | balrog | 3 | -5/+20 |
2008-11-09 | Add the -bt switch for setting up bluetooth stuff. | balrog | 1 | -2/+172 |
2008-11-08 | Revert r5532, r5536 and a piece of r5531. | balrog | 3 | -18/+5 |
2008-11-08 | Use an option rom instead of boot sector for -kernel | aliguori | 4 | -58/+50 |
2008-11-08 | target-alpha: fix the return value of stl_c/stq_c | aurel32 | 1 | -4/+4 |
2008-11-08 | target-ppc: fix tcg fatal error on i386 host | aurel32 | 2 | -1/+14 |
2008-11-07 | Use the right format string to printf sector num with DEBUG_IDE. | balrog | 1 | -2/+2 |
2008-11-07 | Fix some build issues for BSD. | blueswir1 | 3 | -20/+36 |
2008-11-07 | target-alpha: fix locked loads/stores | aurel32 | 2 | -13/+22 |
2008-11-07 | target-ppc: fix flags computation for tcg_gen_qemu_st | aurel32 | 1 | -7/+7 |
2008-11-06 | Fix interrupt exclusion via SSTEP_NOIRQ | malc | 1 | -2/+8 |
2008-11-06 | User qemu profiling | aurel32 | 2 | -0/+12 |
2008-11-06 | Remove unused reg_T2 definition | aurel32 | 1 | -4/+0 |
2008-11-06 | Make sure to resume the monitor only after flushing out outstanding | aliguori | 1 | -8/+6 |
2008-11-06 | Win32: Fix warnings | aurel32 | 3 | -5/+4 |
2008-11-06 | target-alpha: Fix ret instruction | aurel32 | 1 | -2/+2 |
2008-11-05 | Fix windows build after init_host_timer changes. | aliguori | 1 | -30/+41 |
2008-11-05 | Run timers from host alarm timer callback | aliguori | 1 | -10/+9 |
2008-11-05 | Use qemu_set_fd_handler2() to determine when alarm timer fires. | aliguori | 1 | -13/+22 |
2008-11-05 | Improve error reporting in init_timer_alarm | aliguori | 1 | -16/+42 |
2008-11-05 | Fix alarm_timer race with select - v3 (Jan Kiszka) | aliguori | 1 | -2/+26 |
2008-11-05 | SM501 emulation for R2D-SH4 | blueswir1 | 5 | -3/+1247 |
2008-11-05 | Allow KVM to be used on either 32-bit or 64-bit x86 | aliguori | 1 | -3/+5 |
2008-11-05 | Use qemu_ram_alloc | blueswir1 | 2 | -20/+31 |
2008-11-05 | Add missing files to KVM commit. | aliguori | 3 | -0/+1080 |
2008-11-05 | Add --kerneldir configure argument | aliguori | 1 | -2/+9 |
2008-11-05 | Add KVM support to QEMU | aliguori | 10 | -1/+215 |
2008-11-05 | Split CPUID from op_helper | aliguori | 3 | -162/+176 |
2008-11-05 | Add additional CPU flag definitions | aliguori | 1 | -1/+8 |
2008-11-04 | ETRAX-FS: Make etraxfs_dmac_run local. | edgar_igl | 2 | -2/+1 |
2008-11-04 | Set default audio timer period to a sane value (otherwise qemu becomes unusab... | malc | 1 | -1/+1 |
2008-11-04 | target-mips: use the new rotr/rotri instructions | aurel32 | 1 | -43/+5 |
2008-11-04 | ETRAX-FS: Fix DMA warnings. | edgar_igl | 1 | -8/+11 |
2008-11-04 | Add safety net against potential infinite loop | malc | 1 | -0/+8 |
2008-11-04 | Mention output overlaps. | pbrook | 1 | -0/+5 |
2008-11-04 | Fix ARM default NaN. | pbrook | 1 | -2/+2 |
2008-11-04 | tc6393xb: non-accelerated FB support (Dmitry Baryshkov). | balrog | 4 | -8/+207 |
2008-11-04 | Tosa: dummy lcd support (Dmitry Baryshkov). | balrog | 1 | -0/+84 |
2008-11-04 | scoop: GPRR reports the state of GPIO lines (Dmitry Baryshkov). | balrog | 1 | -9/+6 |