summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-15target-i386/helper: remove EIP macroliguang5-25/+23
2013-06-15target-i386/helper: remove EDI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESP macroliguang4-54/+54
2013-06-15target-i386/helper: remove EBP macroliguang3-11/+9
2013-06-15target-i386/helper: remove EDX macroliguang6-30/+28
2013-06-15target-i386/helper: remove ECX macroliguang6-44/+42
2013-06-15target-i386/helper: remove EBX macroliguang5-12/+10
2013-06-15target-i386/helper: remove EAX macroliguang7-62/+60
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl53-391/+535
2013-06-14ide-test: fix failure for test_flushMichael Roth1-1/+4
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite1-8/+11
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite1-7/+14
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster1-1/+4
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster1-2/+2
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster3-14/+16
2013-06-14smbios: Convert to error_report()Markus Armbruster2-13/+12
2013-06-14log.h: Supply missing includesMarkus Armbruster1-0/+3
2013-06-14error-report.h: Supply missing includeMarkus Armbruster1-0/+1
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori35-236/+569
2013-06-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori21-129/+184
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori9-223/+1752
2013-06-14Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori1-1/+1
2013-06-14Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori4-20/+1
2013-06-14piix: fix some printf errors when debug is enabledHu Tao1-6/+6
2013-06-14cputlb: fix debug logsHervé Poussineau1-2/+2
2013-06-14create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev5-95/+146
2013-06-13spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber1-11/+8
2013-06-12spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber1-7/+2
2013-06-12MAINTAINERS: add tcg/aarch64 maintainerClaudio Fontana1-0/+6
2013-06-12configure: permit compilation on arm aarch64Claudio Fontana1-0/+8
2013-06-12tcg/aarch64: implement user mode qemu ld/stJani Kokkonen2-6/+117
2013-06-12user-exec.c: aarch64 initial implementation of cpu_signal_handlerClaudio Fontana1-0/+15
2013-06-12tcg/aarch64: implement sign/zero extend operationsClaudio Fontana2-12/+66
2013-06-12tcg/aarch64: implement byte swap operationsClaudio Fontana2-5/+37
2013-06-12tcg/aarch64: implement AND/TEST immediate patternClaudio Fontana1-0/+34
2013-06-12tcg/aarch64: improve arith shifted regs operationsClaudio Fontana1-18/+30
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana4-1/+1266
2013-06-12include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana1-0/+129
2013-06-12configure: Drop CONFIG_ATFILE testPeter Maydell1-26/+0
2013-06-12linux-user: Drop direct use of openat etc syscallsPeter Maydell1-194/+24
2013-06-12linux-user: Allow getdents to be provided by getdents64Peter Maydell1-1/+60
2013-06-12main-loop: do not include slirp/slirp.h, use libslirp.h insteadMichael Tokarev1-1/+2
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy1-2/+7
2013-06-12linux-headers: Update to v3.10-rc5Alexey Kardashevskiy8-13/+299
2013-06-12KVM: PPC: Add dummy kvm_arch_init_irq_routing()Scott Wood1-0/+4
2013-06-12KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy1-0/+4
2013-06-12KVM: ARM: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy1-0/+4
2013-06-12ivshmem: add missing error exit(2)Stefan Hajnoczi1-0/+1
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil2-5/+7