| Commit message (Expand) | Author | Age | Files | Lines |
* | gdbstub: Drop dead code in cpu_gdb_{read,write}_register() | Andreas Färber | 2013-07-26 | 1 | -25/+0 |
* | gdbstub: Fix cpu_gdb_{read,write}_register() Coding Style | Andreas Färber | 2013-07-26 | 1 | -154/+292 |
* | target-xtensa: Introduce XtensaCPU subclasses | Andreas Färber | 2013-07-26 | 3 | -12/+47 |
* | target-s390x: Fix CPUState rework fallout | Christian Borntraeger | 2013-07-26 | 1 | -8/+4 |
* | kvm: Change prototype of kvm_update_guest_debug() | Stefan Weil | 2013-07-26 | 5 | -18/+10 |
* | linux-user: Avoid redundant ENV_GET_CPU() | Andreas Färber | 2013-07-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'rth/tcg-next' into staging | Anthony Liguori | 2013-07-26 | 4 | -56/+218 |
|\ |
|
| * | Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next | Richard Henderson | 2013-07-15 | 3 | -54/+218 |
| |\ |
|
| | * | tcg/aarch64: Implement tlb lookup fast path | Jani Kokkonen | 2013-07-15 | 3 | -51/+189 |
| | * | tcg/aarch64: implement ldst 12bit scaled uimm offset | Claudio Fontana | 2013-07-03 | 1 | -3/+29 |
| * | | tcg: Remove temp_buf | Richard Henderson | 2013-07-15 | 1 | -2/+0 |
* | | | Merge remote-tracking branch 'jliu/or32' into staging | Anthony Liguori | 2013-07-26 | 2 | -3/+4 |
|\ \ \ |
|
| * | | | target-openrisc: Free typename in openrisc_cpu_class_by_name | Jia Liu | 2013-07-23 | 1 | -0/+1 |
| * | | | hw/openrisc: Use stderr output instead of qemu_log | Jia Liu | 2013-07-23 | 1 | -2/+2 |
| * | | | hw/openrisc: Indent typo | Jia Liu | 2013-07-23 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into staging | Anthony Liguori | 2013-07-25 | 1 | -17/+88 |
|\ \ \ \ |
|
| * | | | | qga: escape cmdline args when registering win32 service (CVE-2013-2231) | Laszlo Ersek | 2013-07-25 | 1 | -5/+74 |
| * | | | | ga_install_service(): nest error paths more idiomatically | Laszlo Ersek | 2013-07-25 | 1 | -10/+12 |
| * | | | | qga/service-win32.c: diagnostic output should go to stderr | Laszlo Ersek | 2013-07-25 | 1 | -3/+3 |
* | | | | | Merge remote-tracking branch 'kraxel/seabios-1.7.3' into staging | Anthony Liguori | 2013-07-25 | 4 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | seabios: update to 1.7.3 | Gerd Hoffmann | 2013-07-24 | 4 | -0/+0 |
* | | | | | | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 2013-07-25 | 25 | -189/+219 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | linux-user: Handle compressed ISA encodings when processing MIPS exceptions | Kwok Cheung Yeung | 2013-07-23 | 1 | -3/+43 |
| * | | | | | linux-user: Unlock mmap_lock when resuming guest from page_unprotect | Alexander Graf | 2013-07-23 | 1 | -3/+7 |
| * | | | | | linux-user: Reset copied CPUs in cpu_copy() always | Alexander Graf | 2013-07-23 | 2 | -3/+4 |
| * | | | | | linux-user: Fix epoll on ARM hosts | Alexander Graf | 2013-07-23 | 1 | -1/+4 |
| * | | | | | linux-user: fix segmentation fault passing with h2g(x) != x | Alexander Graf | 2013-07-23 | 2 | -2/+10 |
| * | | | | | linux-user: Fix pipe syscall return for SPARC | Peter Maydell | 2013-07-23 | 1 | -0/+3 |
| * | | | | | linux-user: Fix target_stat and target_stat64 for OpenRISC | Peter Maydell | 2013-07-23 | 1 | -12/+37 |
| * | | | | | linux-user: Avoid conditional cpu_reset() | Andreas Färber | 2013-07-22 | 1 | -2/+0 |
| * | | | | | configure: Make NPTL non-optional | Peter Maydell | 2013-07-22 | 6 | -133/+5 |
| * | | | | | linux-user: Enable NPTL for x86-64 | Peter Maydell | 2013-07-22 | 3 | -2/+8 |
| * | | | | | linux-user: Add i386 TLS setter | Alexander Graf | 2013-07-22 | 3 | -4/+11 |
| * | | | | | linux-user: Clean up handling of clone() argument order | Peter Maydell | 2013-07-22 | 11 | -7/+41 |
| * | | | | | linux-user: Add missing 'break' in i386 get_thread_area syscall | Peter Maydell | 2013-07-22 | 1 | -0/+1 |
| * | | | | | linux-user: Enable NPTL for m68k | Peter Maydell | 2013-07-22 | 4 | -2/+18 |
| * | | | | | linux-user: Enable NPTL for SPARC targets | Peter Maydell | 2013-07-22 | 2 | -7/+12 |
| * | | | | | linux-user: Enable NPTL for OpenRISC | Peter Maydell | 2013-07-22 | 2 | -3/+7 |
| * | | | | | linux-user: Move includes of target-specific headers to end of qemu.h | Peter Maydell | 2013-07-22 | 1 | -2/+7 |
| * | | | | | configure: Enable threading for unicore32-linux-user | Peter Maydell | 2013-07-22 | 1 | -1/+0 |
| * | | | | | configure: Enable threading on all ppc and mips linux-user targets | Peter Maydell | 2013-07-22 | 1 | -4/+0 |
| * | | | | | configure: Don't say target_nptl="no" if there is no linux-user target | Peter Maydell | 2013-07-22 | 1 | -3/+0 |
| * | | | | | configure: Flip default of target_nptl | Peter Maydell | 2013-07-22 | 1 | -10/+16 |
* | | | | | | pc-testdev: add I/O port to test memory.c auto split/combine | Paolo Bonzini | 2013-07-25 | 2 | -0/+117 |
* | | | | | | memory: check memory region endianness, not target's | Paolo Bonzini | 2013-07-25 | 1 | -7/+18 |
* | | | | | | memory: pass MemoryRegion to access_with_adjusted_size | Paolo Bonzini | 2013-07-25 | 1 | -12/+8 |
* | | | | | | memory: move functions around | Paolo Bonzini | 2013-07-25 | 1 | -30/+30 |
* | | | | | | qtest: add test for ISA I/O space endianness | Paolo Bonzini | 2013-07-25 | 2 | -2/+226 |
* | | | | | | default-configs/ppc64: add all components of i82378 SuperIO chip used by prep | Paolo Bonzini | 2013-07-25 | 1 | -0/+6 |
* | | | | | | default-configs: add SuperIO to SH4 | Paolo Bonzini | 2013-07-25 | 2 | -0/+14 |