Age | Commit message (Expand) | Author | Files | Lines |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl | 31 | -525/+53 |
2012-09-15 | target-mips: switch to AREG0 free mode | Blue Swirl | 6 | -1086/+1163 |
2012-09-15 | target-sh4: switch to AREG0 free mode | Blue Swirl | 5 | -189/+195 |
2012-09-15 | target-cris: Switch to AREG0 free mode | Aurelien Jarno | 6 | -187/+181 |
2012-09-15 | target-cris: Avoid AREG0 for helpers | Aurelien Jarno | 4 | -77/+88 |
2012-09-15 | target-microblaze: switch to AREG0 free mode | Blue Swirl | 5 | -118/+110 |
2012-09-15 | target-arm: final conversion to AREG0 free mode | Blue Swirl | 6 | -21/+16 |
2012-09-15 | target-arm: convert remaining helpers | Blue Swirl | 3 | -125/+125 |
2012-09-15 | target-arm: convert void helpers | Blue Swirl | 3 | -18/+18 |
2012-09-15 | target-unicore32: switch to AREG0 free mode | Blue Swirl | 5 | -75/+58 |
2012-09-15 | target-m68k: avoid using cpu_single_env | Blue Swirl | 1 | -130/+140 |
2012-09-15 | target-m68k: switch to AREG0 free mode | Blue Swirl | 5 | -82/+68 |
2012-09-15 | target-lm32: switch to AREG0 free mode | Blue Swirl | 5 | -46/+35 |
2012-09-15 | target-s390x: avoid cpu_single_env | Blue Swirl | 1 | -173/+183 |
2012-09-15 | configure: properly check if -lrt and -lm is needed | Natanael Copa | 1 | -2/+29 |
2012-09-15 | tcg: Fix MAX_OPC_PARAM_IARGS | Stefan Weil | 2 | -1/+3 |
2012-09-11 | Merge branch 'usb.64' of git://git.kraxel.org/qemu | Aurelien Jarno | 13 | -1042/+1376 |
2012-09-11 | tcg/optimize: fix if/else/break coding style | Aurelien Jarno | 1 | -23/+11 |
2012-09-11 | tcg/optimize: add constant folding for brcond | Aurelien Jarno | 1 | -1/+26 |
2012-09-11 | tcg/optimize: add constant folding for setcond | Aurelien Jarno | 1 | -0/+81 |
2012-09-11 | tcg/optimize: swap brcond/setcond arguments when possible | Aurelien Jarno | 1 | -0/+18 |
2012-09-11 | tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases | Aurelien Jarno | 1 | -0/+20 |
2012-09-11 | tcg/optimize: simplify and r, a, 0 cases | Aurelien Jarno | 1 | -0/+1 |
2012-09-11 | tcg/optimize: simplify or/xor r, a, 0 cases | Aurelien Jarno | 1 | -0/+2 |
2012-09-11 | tcg/optimize: split expression simplification | Aurelien Jarno | 1 | -1/+13 |
2012-09-11 | tcg: improve profiler | Aurelien Jarno | 2 | -1/+12 |
2012-09-11 | xhci: allow bytewise capability register reads | Gerd Hoffmann | 1 | -1/+3 |
2012-09-11 | xhci: kill xhci_mem_{read,write} dispatcher functions | Gerd Hoffmann | 1 | -65/+75 |
2012-09-11 | xhci: support multiple interrupters | Gerd Hoffmann | 1 | -5/+1 |
2012-09-11 | xhci: pick target interrupter | Gerd Hoffmann | 1 | -6/+16 |
2012-09-11 | xhci: prepare xhci_runtime_{read,write} for multiple interrupters | Gerd Hoffmann | 1 | -43/+57 |
2012-09-11 | xhci: add XHCIInterrupter | Gerd Hoffmann | 2 | -148/+161 |
2012-09-11 | xhci: move register update into xhci_intr_raise | Gerd Hoffmann | 1 | -9/+5 |
2012-09-11 | xhci: add msix support | Gerd Hoffmann | 2 | -1/+49 |
2012-09-11 | xhci: rework interrupt handling | Gerd Hoffmann | 1 | -14/+33 |
2012-09-11 | xhci: fix & cleanup msi. | Gerd Hoffmann | 1 | -18/+9 |
2012-09-11 | usb-storage: usb3 support | Gerd Hoffmann | 1 | -3/+43 |
2012-09-11 | usb3: bos decriptor | Gerd Hoffmann | 4 | -0/+141 |
2012-09-11 | usb3: superspeed endpoint companion | Gerd Hoffmann | 3 | -20/+62 |
2012-09-11 | usb3: superspeed descriptors | Gerd Hoffmann | 2 | -1/+10 |
2012-09-11 | xhci: update port handling | Gerd Hoffmann | 1 | -40/+97 |
2012-09-11 | xhci: update register layout | Gerd Hoffmann | 1 | -8/+13 |
2012-09-11 | xhci: fix runtime write tracepoint | Gerd Hoffmann | 1 | -1/+1 |
2012-09-11 | xhci: add trace_usb_xhci_ep_set_dequeue | Gerd Hoffmann | 2 | -1/+2 |
2012-09-11 | xhci: trace cc codes in cleartext | Gerd Hoffmann | 2 | -2/+48 |
2012-09-11 | xhci: iso xfer support | Gerd Hoffmann | 1 | -16/+101 |
2012-09-11 | xhci: implement mfindex | Gerd Hoffmann | 1 | -7/+46 |
2012-09-11 | xhci: move device lookup into xhci_setup_packet | Gerd Hoffmann | 1 | -36/+38 |
2012-09-11 | xhci: drop buffering | Gerd Hoffmann | 2 | -115/+72 |
2012-09-11 | xhci: rip out background transfer code | Gerd Hoffmann | 1 | -219/+4 |