summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-01qmp: fix integer usage in examplesEric Blake1-13/+13
2013-09-01tci: Remove function tcg_out64 (fix broken build)Stefan Weil1-7/+0
2013-09-01target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil1-0/+4
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov1-1/+1
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --exists)Stefan Weil1-16/+14
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)Stefan Weil1-18/+18
2013-09-01configure: Don't write .pyc files by default (python -B)Stefan Weil1-2/+2
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi1-6/+0
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell1-2/+2
2013-09-01configure: disable clang -Wstring-plus-int warningPeter Maydell1-0/+1
2013-09-01rdma: silly ipv6 bugfixMichael R. Hines1-3/+5
2013-09-01misc: Fix some typos in names and commentsStefan Weil8-15/+15
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza1-0/+2
2013-08-30Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori4-167/+305
2013-08-30Merge remote-tracking branch 'borntraeger/tags/kdump' into stagingAnthony Liguori9-19/+204
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski5-6/+33
2013-08-30s390: Implement load normal resetChristian Borntraeger1-0/+30
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger2-3/+39
2013-08-30monitor: improve auto complete of "help" for single command in sub groupWenchao Xia1-4/+2
2013-08-30monitor: allow "help" show message for single command in sub groupWenchao Xia2-1/+28
2013-08-30monitor: support sub command in auto completionWenchao Xia1-7/+7
2013-08-30monitor: refine monitor_find_completion()Wenchao Xia1-26/+39
2013-08-30monitor: support sub command in helpWenchao Xia1-10/+52
2013-08-30monitor: refine parse_cmdline()Wenchao Xia1-11/+40
2013-08-30monitor: code move for parse_cmdline()Wenchao Xia1-93/+98
2013-08-30monitor: avoid direct use of global variable *mon_cmdsWenchao Xia1-5/+8
2013-08-30monitor: split off monitor_data_init()Wenchao Xia1-5/+15
2013-08-30monitor: call sortcmdlist() only one timeWenchao Xia1-2/+1
2013-08-30monitor: avoid use of global *cur_mon in readline_completion()Wenchao Xia1-2/+1
2013-08-30monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia3-11/+12
2013-08-30monitor: avoid use of global *cur_mon in block_completion_it()Wenchao Xia1-4/+14
2013-08-30monitor: avoid use of global *cur_mon in file_completion()Wenchao Xia1-4/+4
2013-08-30monitor: avoid use of global *cur_mon in cmd_completion()Wenchao Xia1-6/+7
2013-08-30monitor: Add missing attributes to local functionStefan Weil1-1/+2
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger3-0/+19
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger2-0/+16
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski3-0/+57
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger1-10/+10
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori9-126/+333
2013-08-29Merge remote-tracking branch 'sweil/mingw' into stable-1.5Anthony Liguori3-4/+4
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori13-270/+231
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson1-5/+5
2013-08-28target-mips: fix get_physical_address() #if 0 build errorJames Hogan1-1/+1
2013-08-28kvm-stub: fix compilationPaolo Bonzini1-1/+2
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil1-4/+0
2013-08-27w32: Add an icon resourceStefan Weil1-0/+2
2013-08-27w32: Fix broken out-of-tree builds (missing version.o)Stefan Weil1-0/+2
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson2-67/+49
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson2-33/+55