aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson
2013-09-02tcg: Fix next_tb type in cpu_execRichard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02qtest: Fix FMT_timeval vs time_tRichard Henderson
2013-09-02tcg: Constant fold div, remRichard Henderson
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-08-30Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-08-30Merge remote-tracking branch 'borntraeger/tags/kdump' into stagingAnthony Liguori
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski
2013-08-30s390: Implement load normal resetChristian Borntraeger
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger
2013-08-30monitor: improve auto complete of "help" for single command in sub groupWenchao Xia
2013-08-30monitor: allow "help" show message for single command in sub groupWenchao Xia
2013-08-30monitor: support sub command in auto completionWenchao Xia
2013-08-30monitor: refine monitor_find_completion()Wenchao Xia
2013-08-30monitor: support sub command in helpWenchao Xia
2013-08-30monitor: refine parse_cmdline()Wenchao Xia
2013-08-30monitor: code move for parse_cmdline()Wenchao Xia
2013-08-30monitor: avoid direct use of global variable *mon_cmdsWenchao Xia
2013-08-30monitor: split off monitor_data_init()Wenchao Xia
2013-08-30monitor: call sortcmdlist() only one timeWenchao Xia
2013-08-30monitor: avoid use of global *cur_mon in readline_completion()Wenchao Xia
2013-08-30monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia
2013-08-30monitor: avoid use of global *cur_mon in block_completion_it()Wenchao Xia
2013-08-30monitor: avoid use of global *cur_mon in file_completion()Wenchao Xia
2013-08-30monitor: avoid use of global *cur_mon in cmd_completion()Wenchao Xia
2013-08-30monitor: Add missing attributes to local functionStefan Weil
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-29Merge remote-tracking branch 'sweil/mingw' into stable-1.5Anthony Liguori
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson
2013-08-28target-mips: fix get_physical_address() #if 0 build errorJames Hogan
2013-08-28kvm-stub: fix compilationPaolo Bonzini
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil
2013-08-27w32: Add an icon resourceStefan Weil
2013-08-27w32: Fix broken out-of-tree builds (missing version.o)Stefan Weil
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson