summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf4-27/+27
2013-07-26blockdev: Rename I/O throttling options for QMPKevin Wolf1-13/+39
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf2-0/+15
2013-07-26block: Allow "driver" option on the top levelKevin Wolf2-10/+17
2013-07-26qapi: Anonymous unionsKevin Wolf10-0/+160
2013-07-26qapi.py: Maintain a list of union typesKevin Wolf1-0/+13
2013-07-26qapi: Add consume argument to qmp_input_get_object()Kevin Wolf1-9/+10
2013-07-26qapi: Flat unions with arbitrary discriminatorKevin Wolf3-25/+98