summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno2012-09-222-0/+77
* tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno2012-09-222-1/+10
* tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno2012-09-222-1/+22
* tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno2012-09-222-7/+38
* tcg/mips: optimize brcond arg, 0Aurelien Jarno2012-09-221-8/+30
* tcg/mips: use stack for TCG tempsAurelien Jarno2012-09-221-4/+6
* tcg/mips: don't use global pointerAurelien Jarno2012-09-221-1/+1
* tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno2012-09-221-28/+35
* tcg/mips: kill warnings in user modeAurelien Jarno2012-09-221-41/+43
* tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno2012-09-221-8/+8
* Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno2012-09-216-138/+625
|\
| * uhci: Don't queue up packets after one with the SPD flag setHans de Goede2012-09-131-1/+4
| * usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede2012-09-131-5/+3
| * usb-redir: Add chardev open / close debug loggingHans de Goede2012-09-131-0/+6
| * usb-redir: Add support for migrationHans de Goede2012-09-131-3/+346
| * usb-redir: Store max_packet_size in endp_dataHans de Goede2012-09-131-1/+3
| * usb-redir: Add an already_in_flight packet-id queueHans de Goede2012-09-131-0/+43
| * usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede2012-09-131-31/+71
| * ehci: Walk async schedule before and after migrationHans de Goede2012-09-131-0/+28
| * ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede2012-09-131-6/+18
| * configure: usbredir fixesAurelien Jarno2012-09-131-1/+1
| * ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede2012-09-121-0/+14
| * ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede2012-09-121-1/+1
| * ehci: switch to new-style memory opsGerd Hoffmann2012-09-122-92/+90
| * usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann2012-09-121-1/+1
* | tcg-hppa: Fix broken load/store helpersRichard Henderson2012-09-211-62/+74
* | tcg-hppa: Fix brcond2 and setcond2Richard Henderson2012-09-211-9/+42
* | tcg: Fix !USE_DIRECT_JUMPRichard Henderson2012-09-211-1/+1
* | gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno2012-09-211-54/+90
* | tcg: Optimize two-address commutative operationsRichard Henderson2012-09-211-1/+14
* | tcg: Optimize movcond for constant comparisonsRichard Henderson2012-09-211-0/+40
* | tcg-i386: Implement movcondRichard Henderson2012-09-212-1/+35
* | target-alpha: Use movcondRichard Henderson2012-09-211-54/+48
* | tcg: Introduce movcondRichard Henderson2012-09-2115-6/+70
* | target-sh4: remove useless codeAurelien Jarno2012-09-211-4/+0
* | target-sh4: cleanup DisasContextAurelien Jarno2012-09-211-30/+26
* | target-sh4: rework exceptions handlingAurelien Jarno2012-09-213-30/+32
* | target-sh4: remove gen_clr_t() and gen_set_t()Aurelien Jarno2012-09-211-13/+3
* | target-sh4: optimize swap.wAurelien Jarno2012-09-211-11/+1
* | target-sh4: optimize xtrctAurelien Jarno2012-09-211-1/+0
* | target-sh4: implement addv and subv using TCGAurelien Jarno2012-09-213-62/+34
* | target-sh4: implement addc and subc using TCGAurelien Jarno2012-09-213-36/+36
* | target-sh4: use float32_muladd() to implement fmacAurelien Jarno2012-09-211-2/+1
* | target-sh4: mark a few helpers const and pureAurelien Jarno2012-09-211-3/+3
* | target-xtensa: don't emit extra tcg_gen_goto_tbMax Filippov2012-09-211-1/+3
* | target-xtensa: fix extui shift amountMax Filippov2012-09-211-3/+21
* | tcg/optimize: fix end of basic block detectionAurelien Jarno2012-09-191-13/+9
* | target-mips: Implement Loongson Multimedia InstructionsRichard Henderson2012-09-194-4/+1180
* | target-mips: Always evaluate debugging macro argumentsRichard Henderson2012-09-191-14/+17
* | target-mips: Fix MIPS_DEBUG.Richard Henderson2012-09-191-36/+38
OpenPOWER on IntegriCloud