aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-14Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori
2013-06-14piix: fix some printf errors when debug is enabledHu Tao
2013-06-14cputlb: fix debug logsHervé Poussineau
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev
2013-06-13spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber
2013-06-12spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber
2013-06-12MAINTAINERS: add tcg/aarch64 maintainerClaudio Fontana
2013-06-12configure: permit compilation on arm aarch64Claudio Fontana
2013-06-12tcg/aarch64: implement user mode qemu ld/stJani Kokkonen
2013-06-12user-exec.c: aarch64 initial implementation of cpu_signal_handlerClaudio Fontana
2013-06-12tcg/aarch64: implement sign/zero extend operationsClaudio Fontana
2013-06-12tcg/aarch64: implement byte swap operationsClaudio Fontana
2013-06-12tcg/aarch64: implement AND/TEST immediate patternClaudio Fontana
2013-06-12tcg/aarch64: improve arith shifted regs operationsClaudio Fontana
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-06-12include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana
2013-06-12configure: Drop CONFIG_ATFILE testPeter Maydell
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell
2013-06-12main-loop: do not include slirp/slirp.h, use libslirp.h insteadMichael Tokarev
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy
2013-06-12linux-headers: Update to v3.10-rc5Alexey Kardashevskiy
2013-06-12KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood
2013-06-12KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy
2013-06-12KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy
2013-06-12ivshmem: add missing error exit(2)Stefan Hajnoczi
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil
2013-06-11target-sparc: Replace free by g_freeStefan Weil
2013-06-11hw/scsi: Don't increment a boolean valueStefan Weil
2013-06-11device tree: Fix cppcheck warningStefan Weil
2013-06-11Makefile: Install qemu-img and qemu-nbd man pages only if builtAndreas Färber
2013-06-11Unbreak -no-quit for GTK, validate SDL optionsPeter Wu
2013-06-11gtk: implement -full-screenPeter Wu
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite
2013-06-11curl: Whitespace only changes.Richard W.M. Jones
2013-06-11intc/xilinx_intc: Use qemu_set_irqPeter Crosthwaite
2013-06-11configure: Disable host-bsd USB on FreeBSDEd Maste
2013-06-11configure: remove ${config_host_ld} variableEd Maste
2013-06-11gitignore: unignore *.patchMichael Tokarev
2013-06-11qemu-char: remove a few needless #includesMichael Tokarev
2013-06-11memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber
2013-06-11dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber
2013-06-11cpu: Change default for CPUClass::get_paging_enabled()Andreas Färber
2013-06-11dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber
2013-06-11memory_mapping: Drop qemu_get_memory_mapping() stubAndreas Färber
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber