index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-06-17
qerror: drop QERR_OPEN_FILE_FAILED macro
Luiz Capitulino
2013-06-17
block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED
Luiz Capitulino
2013-06-17
savevm: qmp_xen_save_devices_state(): use error_setg_file_open()
Luiz Capitulino
2013-06-17
dump: qmp_dump_guest_memory(): use error_setg_file_open()
Luiz Capitulino
2013-06-17
cpus: use error_setg_file_open()
Luiz Capitulino
2013-06-17
blockdev: use error_setg_file_open()
Luiz Capitulino
2013-06-17
block: mirror_complete(): use error_setg_file_open()
Luiz Capitulino
2013-06-17
rng-random: use error_setg_file_open()
Luiz Capitulino
2013-06-17
error: add error_setg_file_open() helper
Luiz Capitulino
2013-06-15
target-i386: fix over 80 chars warnings
liguang
2013-06-15
target-i386/helper: remove redundant env->eip assignment
liguang
2013-06-15
target-i386/helper: remove DF macro
liguang
2013-06-15
target-i386/helper: remove EIP macro
liguang
2013-06-15
target-i386/helper: remove EDI macro
liguang
2013-06-15
target-i386/helper: remove ESI macro
liguang
2013-06-15
target-i386/helper: remove ESP macro
liguang
2013-06-15
target-i386/helper: remove EBP macro
liguang
2013-06-15
target-i386/helper: remove EDX macro
liguang
2013-06-15
target-i386/helper: remove ECX macro
liguang
2013-06-15
target-i386/helper: remove EBX macro
liguang
2013-06-15
target-i386/helper: remove EAX macro
liguang
2013-06-15
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
2013-06-14
ide-test: fix failure for test_flush
Michael Roth
2013-06-14
audio/intel-hda: QOM casting sweep
Peter Crosthwaite
2013-06-14
audio/intel-hda: Fix Inheritance hierachy
Peter Crosthwaite
2013-06-14
smbios: Check R in -smbios type=0, release=R parses okay
Markus Armbruster
2013-06-14
smbios: Fix -smbios type=0, release=... for big endian hosts
Markus Armbruster
2013-06-14
smbios: Clean up smbios_add_field() parameters
Markus Armbruster
2013-06-14
smbios: Convert to error_report()
Markus Armbruster
2013-06-14
log.h: Supply missing includes
Markus Armbruster
2013-06-14
error-report.h: Supply missing include
Markus Armbruster
2013-06-14
Merge remote-tracking branch 'mjt/trivial-patches-next' into staging
Anthony Liguori
2013-06-14
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-06-14
Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging
Anthony Liguori
2013-06-14
Merge remote-tracking branch 'pmaydell/target-arm.next' into staging
Anthony Liguori
2013-06-14
Merge remote-tracking branch 'rth/tcg-for-anthony' into staging
Anthony Liguori
2013-06-14
piix: fix some printf errors when debug is enabled
Hu Tao
2013-06-14
cputlb: fix debug logs
Hervé Poussineau
2013-06-14
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2013-06-13
spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()
Andreas Färber
2013-06-12
spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()
Andreas Färber
2013-06-12
MAINTAINERS: add tcg/aarch64 maintainer
Claudio Fontana
2013-06-12
configure: permit compilation on arm aarch64
Claudio Fontana
2013-06-12
tcg/aarch64: implement user mode qemu ld/st
Jani Kokkonen
2013-06-12
user-exec.c: aarch64 initial implementation of cpu_signal_handler
Claudio Fontana
2013-06-12
tcg/aarch64: implement sign/zero extend operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement byte swap operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement AND/TEST immediate pattern
Claudio Fontana
2013-06-12
tcg/aarch64: improve arith shifted regs operations
Claudio Fontana
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
[next]