aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-29hw/mips: align initrd to 64KB to avoid kernel errorJames Hogan
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton
2013-07-28mips_malta: generate SMBUS EEPROM dataPaul Burton
2013-07-28mips_malta: cap BIOS endian swap length at 0x3e0000 bytesPaul Burton
2013-07-28mips_malta: generate SPD EEPROM data at runtimePaul Burton
2013-07-28mips_malta: correct reading MIPS revision at 0x1fc00010Paul Burton
2013-07-28mips_malta: fix BIOS endianness swappingPaul Burton
2013-07-28mips_malta: QOM cast cleanupAndreas Färber
2013-07-28target-mips: fix branch in likely delay slot tcg assertJames Hogan
2013-07-28target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic
2013-07-26Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber
2013-07-27target-cris: Factor out CPUClass::gdb_read_register() hook for v10Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-27target-xtensa: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-lm32: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-s390x: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-alpha: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-microblaze: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-sh4: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-openrisc: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26sun4m: add display width and height to the firmware configurationMark Cave-Ayland
2013-07-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-07-26seccomp: removing unused syscalls gtom whitelistEduardo Otubo
2013-07-26seccomp: no need to check arch in syscall whitelistEduardo Otubo
2013-07-26target-mips: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-m68k: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-arm: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-sparc: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-i386: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-26gdbstub: Drop dead code in cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26gdbstub: Fix cpu_gdb_{read,write}_register() Coding StyleAndreas Färber
2013-07-26target-xtensa: Introduce XtensaCPU subclassesAndreas Färber
2013-07-26target-s390x: Fix CPUState rework falloutChristian Borntraeger
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-07-26Implement qdict_flatten()Kevin Wolf
2013-07-26blockdev: Split up 'cache' optionKevin Wolf
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf
2013-07-26blockdev: Rename I/O throttling options for QMPKevin Wolf
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf
2013-07-26block: Allow "driver" option on the top levelKevin Wolf
2013-07-26qapi: Anonymous unionsKevin Wolf