summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl31-525/+53
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl6-1086/+1163
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl5-189/+195
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno6-187/+181
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno4-77/+88
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl5-118/+110
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl6-21/+16
2012-09-15target-arm: convert remaining helpersBlue Swirl3-125/+125
2012-09-15target-arm: convert void helpersBlue Swirl3-18/+18
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl5-75/+58
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl1-130/+140
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl5-82/+68
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl5-46/+35
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl1-173/+183
2012-09-15configure: properly check if -lrt and -lm is neededNatanael Copa1-2/+29
2012-09-15tcg: Fix MAX_OPC_PARAM_IARGSStefan Weil2-1/+3
2012-09-11Merge branch 'usb.64' of git://git.kraxel.org/qemuAurelien Jarno13-1042/+1376
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno1-23/+11
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno1-1/+26
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno1-0/+81
2012-09-11tcg/optimize: swap brcond/setcond arguments when possibleAurelien Jarno1-0/+18
2012-09-11tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 casesAurelien Jarno1-0/+20
2012-09-11tcg/optimize: simplify and r, a, 0 casesAurelien Jarno1-0/+1
2012-09-11tcg/optimize: simplify or/xor r, a, 0 casesAurelien Jarno1-0/+2
2012-09-11tcg/optimize: split expression simplificationAurelien Jarno1-1/+13
2012-09-11tcg: improve profilerAurelien Jarno2-1/+12
2012-09-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-11xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-11xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-11xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-11xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-11xhci: add XHCIInterrupterGerd Hoffmann2-148/+161
2012-09-11xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-11xhci: add msix supportGerd Hoffmann2-1/+49
2012-09-11xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-11xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-11usb-storage: usb3 supportGerd Hoffmann1-3/+43
2012-09-11usb3: bos decriptorGerd Hoffmann4-0/+141
2012-09-11usb3: superspeed endpoint companionGerd Hoffmann3-20/+62
2012-09-11usb3: superspeed descriptorsGerd Hoffmann2-1/+10
2012-09-11xhci: update port handlingGerd Hoffmann1-40/+97
2012-09-11xhci: update register layoutGerd Hoffmann1-8/+13
2012-09-11xhci: fix runtime write tracepointGerd Hoffmann1-1/+1
2012-09-11xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2-1/+2
2012-09-11xhci: trace cc codes in cleartextGerd Hoffmann2-2/+48
2012-09-11xhci: iso xfer supportGerd Hoffmann1-16/+101
2012-09-11xhci: implement mfindexGerd Hoffmann1-7/+46
2012-09-11xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38
2012-09-11xhci: drop bufferingGerd Hoffmann2-115/+72
2012-09-11xhci: rip out background transfer codeGerd Hoffmann1-219/+4