summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber
2013-02-01target-unicore32: Rename CPU subtypesAndreas Färber
2013-02-01target-openrisc: Rename CPU subtypesAndreas Färber
2013-02-01target-openrisc: TYPE_OPENRISC_CPU should be abstractAndreas Färber
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber
2013-02-01target-m68k: Mark as unmigratableAndreas Färber
2013-02-01target-s390x: Mark as unmigratableAndreas Färber
2013-02-01target-sh4: Mark as unmigratableAndreas Färber
2013-02-01target-xtensa: Mark as unmigratableAndreas Färber
2013-02-01target-microblaze: Mark as unmigratableAndreas Färber
2013-02-01target-unicore32: Mark as unmigratableAndreas Färber
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber
2013-01-31target-mips: fix incorrect test for MTHLIPPetar Jovanovic
2013-01-31target-mips: enable access to DSP ASE if implementedPetar Jovanovic
2013-01-31target-mips: Unfuse {,N}M{ADD,SUB}.fmtRichard Sandiford
2013-01-31target-mips: Sign-extend the result of LWRRichard Sandiford
2013-01-31target-mips: Fix signedness of loads in MIPS16 RESTOREsRichard Sandiford
2013-01-31Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armAurelien Jarno
2013-01-31target-mips: implement DSP (d)append sub-class with TCGAurelien Jarno
2013-01-31target-mips: use DSP unions for reduction add instructionsAurelien Jarno
2013-01-31target-mips: use DSP unions for unary DSP operatorsAurelien Jarno
2013-01-31target-mips: use DSP unions for binary DSP operatorsAurelien Jarno
2013-01-31target-mips: add unions to access DSP elementsAurelien Jarno
2013-01-31target-mips: generate a reserved instruction exception on CPU without DSPAurelien Jarno
2013-01-31target-mips: copy insn_flags in DisasContextAurelien Jarno
2013-01-31target-mips: fix DSP loads with rd = 0Aurelien Jarno
2013-01-30Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori
2013-01-30Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-01-30Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori
2013-01-30Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori
2013-01-30target-arm: Rename CPU typesAndreas Färber
2013-01-30target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writesPeter Maydell
2013-01-30hw/vexpress: Use correct HBI (board model number) for vexpress-a15Peter Maydell
2013-01-30hw/arm_sysctl: Clear sysctl cfgctrl start bitChristoffer Dall
2013-01-30qmp-commands.hx: s/tray-open/tray_open/ to match qapi schemaMichal Privoznik
2013-01-30tests: Fix {rtc, m48t59}-test build on illumosAndreas Färber
2013-01-30qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30qemu-log: Plug trivial memory leak in cpu_set_log_filename()Markus Armbruster
2013-01-30qemu-log: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30readline: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-30prep: Move PReP machine to hw/ppc/Andreas Färber