aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino
2013-06-17block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino
2013-06-17savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino
2013-06-17dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino
2013-06-17cpus: use error_setg_file_open()Luiz Capitulino
2013-06-17blockdev: use error_setg_file_open()Luiz Capitulino
2013-06-17block: mirror_complete(): use error_setg_file_open()Luiz Capitulino
2013-06-17rng-random: use error_setg_file_open()Luiz Capitulino
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino
2013-06-15target-i386: fix over 80 chars warningsliguang
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang
2013-06-15target-i386/helper: remove DF macroliguang
2013-06-15target-i386/helper: remove EIP macroliguang
2013-06-15target-i386/helper: remove EDI macroliguang
2013-06-15target-i386/helper: remove ESI macroliguang
2013-06-15target-i386/helper: remove ESP macroliguang
2013-06-15target-i386/helper: remove EBP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14ide-test: fix failure for test_flushMichael Roth
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14smbios: Convert to error_report()Markus Armbruster
2013-06-14log.h: Supply missing includesMarkus Armbruster
2013-06-14error-report.h: Supply missing includeMarkus Armbruster
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori
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