summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-272-104/+126
* target-microblaze: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-272-28/+50
* target-sh4: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-272-116/+138
* target-openrisc: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-272-56/+78
* target-mips: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-123/+145
* target-m68k: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-46/+68
* target-arm: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-73/+95
* target-sparc: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-179/+201
* target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-100/+123
* target-i386: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-262-202/+223
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-2618-65/+66
* gdbstub: Drop dead code in cpu_gdb_{read,write}_register()Andreas Färber2013-07-261-25/+0Star
* gdbstub: Fix cpu_gdb_{read,write}_register() Coding StyleAndreas Färber2013-07-261-154/+292
* target-xtensa: Introduce XtensaCPU subclassesAndreas Färber2013-07-263-12/+47
* target-s390x: Fix CPUState rework falloutChristian Borntraeger2013-07-261-8/+4Star
* kvm: Change prototype of kvm_update_guest_debug()Stefan Weil2013-07-265-18/+10Star
* linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber2013-07-261-1/+1
* Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2013-07-264-56/+218
|\
| * Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson2013-07-153-54/+218
| |\
| | * tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen2013-07-153-51/+189
| | * tcg/aarch64: implement ldst 12bit scaled uimm offsetClaudio Fontana2013-07-031-3/+29
| * | tcg: Remove temp_bufRichard Henderson2013-07-151-2/+0Star
* | | Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori2013-07-262-3/+4
|\ \ \
| * | | target-openrisc: Free typename in openrisc_cpu_class_by_nameJia Liu2013-07-231-0/+1
| * | | hw/openrisc: Use stderr output instead of qemu_logJia Liu2013-07-231-2/+2
| * | | hw/openrisc: Indent typoJia Liu2013-07-231-1/+1
* | | | Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into stagingAnthony Liguori2013-07-251-17/+88
|\ \ \ \
| * | | | qga: escape cmdline args when registering win32 service (CVE-2013-2231)Laszlo Ersek2013-07-251-5/+74
| * | | | ga_install_service(): nest error paths more idiomaticallyLaszlo Ersek2013-07-251-10/+12
| * | | | qga/service-win32.c: diagnostic output should go to stderrLaszlo Ersek2013-07-251-3/+3
* | | | | Merge remote-tracking branch 'kraxel/seabios-1.7.3' into stagingAnthony Liguori2013-07-254-0/+0
|\ \ \ \ \
| * | | | | seabios: update to 1.7.3Gerd Hoffmann2013-07-244-0/+0
* | | | | | Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-2525-189/+219
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung2013-07-231-3/+43
| * | | | | linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf2013-07-231-3/+7
| * | | | | linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2013-07-232-3/+4
| * | | | | linux-user: Fix epoll on ARM hostsAlexander Graf2013-07-231-1/+4
| * | | | | linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2013-07-232-2/+10
| * | | | | linux-user: Fix pipe syscall return for SPARCPeter Maydell2013-07-231-0/+3
| * | | | | linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell2013-07-231-12/+37
| * | | | | linux-user: Avoid conditional cpu_reset()Andreas Färber2013-07-221-2/+0Star
| * | | | | configure: Make NPTL non-optionalPeter Maydell2013-07-226-133/+5Star
| * | | | | linux-user: Enable NPTL for x86-64Peter Maydell2013-07-223-2/+8
| * | | | | linux-user: Add i386 TLS setterAlexander Graf2013-07-223-4/+11
| * | | | | linux-user: Clean up handling of clone() argument orderPeter Maydell2013-07-2211-7/+41
| * | | | | linux-user: Add missing 'break' in i386 get_thread_area syscallPeter Maydell2013-07-221-0/+1
| * | | | | linux-user: Enable NPTL for m68kPeter Maydell2013-07-224-2/+18
| * | | | | linux-user: Enable NPTL for SPARC targetsPeter Maydell2013-07-222-7/+12
| * | | | | linux-user: Enable NPTL for OpenRISCPeter Maydell2013-07-222-3/+7
| * | | | | linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell2013-07-221-2/+7