summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-29target-mips: fix mipsdsp_mul_q31_q31Petar Jovanovic3-11/+59
2013-07-29mips_malta: fix copy of the 0x1fc00000 regionAurelien Jarno1-2/+2
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic1-2/+2
2013-07-29target-mips: Remove assignment to a variable which is never usedStefan Weil1-1/+0
2013-07-29target-mips: fix mipsdsp_trunc16_sat16_roundPetar Jovanovic2-9/+31
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan5-4/+7
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton1-0/+3
2013-07-28mips_malta: generate SMBUS EEPROM dataPaul Burton1-46/+87
2013-07-28mips_malta: cap BIOS endian swap length at 0x3e0000 bytesPaul Burton1-1/+1
2013-07-28mips_malta: generate SPD EEPROM data at runtimePaul Burton1-3/+57
2013-07-28mips_malta: correct reading MIPS revision at 0x1fc00010Paul Burton1-8/+17
2013-07-28mips_malta: fix BIOS endianness swappingPaul Burton1-2/+5
2013-07-28mips_malta: QOM cast cleanupAndreas Färber1-4/+8
2013-07-28target-mips: fix branch in likely delay slot tcg assertJames Hogan1-45/+17
2013-07-28target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic2-3/+20
2013-07-26Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori70-1392/+1993
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber7-28/+29
2013-07-27target-cris: Factor out CPUClass::gdb_read_register() hook for v10Andreas Färber3-6/+9
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber60-115/+255
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber16-164/+177
2013-07-27target-xtensa: Move cpu_gdb_{read,write}_register()Andreas Färber2-79/+101
2013-07-27target-lm32: Move cpu_gdb_{read,write}_register()Andreas Färber2-65/+86
2013-07-27target-s390x: Move cpu_gdb_{read,write}_register()Andreas Färber2-59/+81
2013-07-27target-alpha: Move cpu_gdb_{read,write}_register()Andreas Färber2-65/+87
2013-07-27target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber2-104/+126
2013-07-27target-microblaze: Move cpu_gdb_{read,write}_register()Andreas Färber2-28/+50
2013-07-27target-sh4: Move cpu_gdb_{read,write}_register()Andreas Färber2-116/+138
2013-07-27target-openrisc: Move cpu_gdb_{read,write}_register()Andreas Färber2-56/+78
2013-07-26sun4m: add display width and height to the firmware configurationMark Cave-Ayland1-0/+4
2013-07-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori29-156/+839
2013-07-26seccomp: removing unused syscalls gtom whitelistEduardo Otubo1-4/+0
2013-07-26seccomp: no need to check arch in syscall whitelistEduardo Otubo2-14/+1
2013-07-26target-mips: Move cpu_gdb_{read,write}_register()Andreas Färber2-123/+145
2013-07-26target-m68k: Move cpu_gdb_{read,write}_register()Andreas Färber2-46/+68
2013-07-26target-arm: Move cpu_gdb_{read,write}_register()Andreas Färber2-73/+95
2013-07-26target-sparc: Move cpu_gdb_{read,write}_register()Andreas Färber2-179/+201
2013-07-26target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber2-100/+123
2013-07-26target-i386: Move cpu_gdb_{read,write}_register()Andreas Färber2-202/+223
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber18-65/+66
2013-07-26gdbstub: Drop dead code in cpu_gdb_{read,write}_register()Andreas Färber1-25/+0
2013-07-26gdbstub: Fix cpu_gdb_{read,write}_register() Coding StyleAndreas Färber1-154/+292
2013-07-26target-xtensa: Introduce XtensaCPU subclassesAndreas Färber3-12/+47
2013-07-26target-s390x: Fix CPUState rework falloutChristian Borntraeger1-8/+4
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil5-18/+10
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber1-1/+1
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main6-2/+113
2013-07-26Implement sync modes for drive-backup.Ian Main4-38/+101
2013-07-26Implement qdict_flatten()Kevin Wolf2-0/+52
2013-07-26blockdev: Split up 'cache' optionKevin Wolf1-10/+47
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf2-5/+7