summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: Split softmmu_defs.hRichard Henderson2013-09-0214-76/+49
* target: Include softmmu_exec.h where forgottenRichard Henderson2013-09-025-0/+8
* exec: Rename USUFFIX to LSUFFIXRichard Henderson2013-09-021-6/+6
* tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson2013-09-021-19/+14
* exec: Reorganize the GETRA/GETPC macrosRichard Henderson2013-09-022-52/+56
* configure: Allow x32 as a hostRichard Henderson2013-09-021-9/+18
* tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson2013-09-021-14/+27
* tcg-i386: Use intptr_t appropriatelyRichard Henderson2013-09-021-22/+19
* tcg: Fix jit debug for x32Richard Henderson2013-09-021-5/+5
* tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson2013-09-021-1/+3
* tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-0212-28/+28
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-0218-25/+25
* tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2013-09-022-4/+4
* tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-0213-39/+40
* tcg: Change memory offsets to intptr_tRichard Henderson2013-09-022-16/+8
* tcg: Change frame pointer offsets to intptr_tRichard Henderson2013-09-022-8/+6
* tcg: Define TCG_ptr properlyRichard Henderson2013-09-021-3/+3
* tcg: Define TCG_TYPE_PTR properlyRichard Henderson2013-09-021-3/+6
* tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson2013-09-026-16/+37
* tcg: Fix next_tb type in cpu_execRichard Henderson2013-09-021-1/+1
* tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-025-7/+6
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-0210-31/+17
* qtest: Fix FMT_timeval vs time_tRichard Henderson2013-09-021-4/+4
* tcg: Constant fold div, remRichard Henderson2013-09-021-0/+23
* tcg-ppc64: Implement muluh, mulshRichard Henderson2013-09-022-29/+11
* tcg-mips: Implement mulsh, muluhRichard Henderson2013-09-022-2/+12
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-0216-11/+128
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-08-304-167/+305
|\
| * monitor: improve auto complete of "help" for single command in sub groupWenchao Xia2013-08-301-4/+2
| * monitor: allow "help" show message for single command in sub groupWenchao Xia2013-08-302-1/+28
| * monitor: support sub command in auto completionWenchao Xia2013-08-301-7/+7
| * monitor: refine monitor_find_completion()Wenchao Xia2013-08-301-26/+39
| * monitor: support sub command in helpWenchao Xia2013-08-301-10/+52
| * monitor: refine parse_cmdline()Wenchao Xia2013-08-301-11/+40
| * monitor: code move for parse_cmdline()Wenchao Xia2013-08-301-93/+98
| * monitor: avoid direct use of global variable *mon_cmdsWenchao Xia2013-08-301-5/+8
| * monitor: split off monitor_data_init()Wenchao Xia2013-08-301-5/+15
| * monitor: call sortcmdlist() only one timeWenchao Xia2013-08-301-2/+1
| * monitor: avoid use of global *cur_mon in readline_completion()Wenchao Xia2013-08-301-2/+1
| * monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia2013-08-303-11/+12
| * monitor: avoid use of global *cur_mon in block_completion_it()Wenchao Xia2013-08-301-4/+14
| * monitor: avoid use of global *cur_mon in file_completion()Wenchao Xia2013-08-301-4/+4
| * monitor: avoid use of global *cur_mon in cmd_completion()Wenchao Xia2013-08-301-6/+7
| * monitor: Add missing attributes to local functionStefan Weil2013-08-301-1/+2
* | Merge remote-tracking branch 'borntraeger/tags/kdump' into stagingAnthony Liguori2013-08-309-19/+204
|\ \ | |/ |/|
| * s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski2013-08-305-6/+33
| * s390: Implement load normal resetChristian Borntraeger2013-08-301-0/+30
| * s390/cpu: split CPU reset into architectured functionsChristian Borntraeger2013-08-302-3/+39
| * s390: provide a cpu load normal functionChristian Borntraeger2013-08-303-0/+19
| * s390: provide I/O subsystem resetChristian Borntraeger2013-08-302-0/+16
OpenPOWER on IntegriCloud