summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-193-5/+5
| * | net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster2014-12-191-2/+1
| * | net: don't use set/get_pointer() in set/get_netdev()Jason Wang2014-12-191-38/+44
| * | tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)2014-12-191-0/+12
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell2014-12-207-0/+0
|\ \ \
| * | | update ipxe from 69313ed to 35c5379Gerd Hoffmann2014-12-177-0/+0
| | |/ | |/|
* | | exec: change default exception_index value for migration to -1Paolo Bonzini2014-12-201-2/+2
* | | cpu: initialize cpu->exception_index on resetPaolo Bonzini2014-12-202-3/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell2014-12-174-19/+42
|\ \ \ | |_|/ |/| |
| * | vga: set catagory bit for secondary vga deviceGonglei2014-12-161-0/+1
| * | move hw cursor pos from cirrus to vgaGerd Hoffmann2014-12-162-16/+17
| * | cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt2014-12-161-1/+8
| * | vga: Add mechanism to force the use of a shadow surfaceBenjamin Herrenschmidt2014-12-162-2/+16
| |/
* | Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell2014-12-1710-362/+426
|\ \
| * | target-xtensa: don't generate dead codeMax Filippov2014-12-171-279/+321
| * | target-xtensa: record available window in TB flagsMax Filippov2014-12-174-62/+42
| * | target-xtensa: test cross-page opcodeMax Filippov2014-12-171-13/+13
| * | target-xtensa: fix translation for opcodes crossing page boundaryMax Filippov2014-12-171-4/+23
| * | tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-175-4/+27
* | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell2014-12-1711-392/+620
|\ \ \
| * | | target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae2014-12-161-1/+1
| * | | disas/mips: disable unused mips16_to_32_reg_map[]Leon Alrae2014-12-161-1/+2
| * | | disas/mips: remove unused mips_msa_control_names_numeric[32]Leon Alrae2014-12-161-7/+0
| * | | target-mips: convert single case switch into if statementLeon Alrae2014-12-161-3/+1
| * | | target-mips: Fix DisasContext's ulri member initializationMaciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Use local float status pointer across MSA macrosMaciej W. Rozycki2014-12-161-35/+34
| * | | target-mips: Add missing calls to synchronise SoftFloat statusMaciej W. Rozycki2014-12-164-17/+17
| * | | linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Also apply the CP0.Status mask to MTTC0Maciej W. Rozycki2014-12-161-1/+2
| * | | target-mips: gdbstub: Clean up FPU register handlingMaciej W. Rozycki2014-12-161-19/+19
| * | | target-mips: Correct 32-bit address space wrappingMaciej W. Rozycki2014-12-162-8/+19
| * | | target-mips: Tighten ISA level checksMaciej W. Rozycki2014-12-163-15/+114
| * | | target-mips: Fix CP0.Config3.ISAOnExc write accessesMaciej W. Rozycki2014-12-163-2/+15
| * | | target-mips: Output CP0.Config2-5 in the register dumpMaciej W. Rozycki2014-12-161-0/+4
| * | | target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEPMaciej W. Rozycki2014-12-161-3/+3
| * | | target-mips: Correct the writes to Status and Cause registers via gdbstubMaciej W. Rozycki2014-12-163-86/+102
| * | | target-mips: Correct the handling of writes to CP0.Status for MIPSr6Maciej W. Rozycki2014-12-161-2/+4
| * | | target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki2014-12-162-2/+3
| * | | target-mips: Restore the order of helpersMaciej W. Rozycki2014-12-161-159/+160
| * | | target-mips: Remove unused `FLOAT_OP' macroMaciej W. Rozycki2014-12-161-2/+0
| * | | target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpersMaciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki2014-12-161-5/+8
| * | | target-mips: Fix formatting in `mips_defs'Maciej W. Rozycki2014-12-161-19/+21
| * | | target-mips: Fix formatting in `decode_extended_mips16_opc'Maciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Enable vectored interrupt support for the 74Kf CPUMaciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Add M14K and M14Kc MIPS32r2 microMIPS processorsMaciej W. Rozycki2014-12-161-0/+41
| * | | target-mips: Make CP0.Config4 and CP0.Config5 registers signedMaciej W. Rozycki2014-12-161-4/+4
| * | | target-mips: Add 5KEc and 5KEf MIPS64r2 processorsMaciej W. Rozycki2014-12-161-0/+45
| * | | target-mips: Make CP1.FIR read-only here tooMaciej W. Rozycki2014-12-161-1/+1
| * | | target-mips: Correct the handling of register #72 on writesMaciej W. Rozycki2014-12-161-1/+1
| | |/ | |/|
OpenPOWER on IntegriCloud