aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-27qemu-options: mention C-a h in the -nographic docRamkumar Ramachandra
2013-07-27misc: Fix new typos in comments and stringsStefan Weil
2013-07-27linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil
2013-07-27watchdog: Remove break after exitStefan Weil
2013-07-27exec: Remove env from list of poisoned namesStefan Weil
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil
2013-07-27timer: make timers_state staticLiu Ping Fan
2013-07-27aes: Remove unused code (NDEBUG, u16)Stefan Weil
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