summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adlib: sort offsets in portio registrationHervé Poussineau2013-09-011-1/+1
* qmp: fix integer usage in examplesEric Blake2013-09-011-13/+13
* tci: Remove function tcg_out64 (fix broken build)Stefan Weil2013-09-011-7/+0Star
* target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil2013-09-011-0/+4
* pflash_cfi02.c: fix debug macroAntony Pavlov2013-09-011-1/+1
* configure: Remove unneeded redirections of stderr (pkg-config --exists)Stefan Weil2013-09-011-16/+14Star
* configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)Stefan Weil2013-09-011-18/+18
* configure: Don't write .pyc files by default (python -B)Stefan Weil2013-09-011-2/+2
* curl: qemu_bh_new() can never return NULLStefan Hajnoczi2013-09-011-6/+0Star
* slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell2013-09-011-2/+2
* configure: disable clang -Wstring-plus-int warningPeter Maydell2013-09-011-0/+1
* rdma: silly ipv6 bugfixMichael R. Hines2013-09-011-3/+5
* misc: Fix some typos in names and commentsStefan Weil2013-09-018-15/+15
* slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza2013-09-011-0/+2
* 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/+2Star
| * 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/+1Star
| * monitor: avoid use of global *cur_mon in readline_completion()Wenchao Xia2013-08-301-2/+1Star
| * 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
| * s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski2013-08-303-0/+57
| * s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger2013-08-301-10/+10
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-309-126/+333
|\
| * kvm-stub: fix compilationPaolo Bonzini2013-08-281-1/+2
| * kvm: shorten the parameter list for get_real_device()Wei Yang2013-08-231-5/+4Star
| * kvm: i386: fix LAPIC TSC deadline timer save/restoreMarcelo Tosatti2013-08-201-3/+26
| * kvm-all.c: max_cpus should not exceed KVM vcpu limitMarcelo Tosatti2013-08-201-0/+7
| * kvm: Simplify kvm_handle_ioJan Kiszka2013-08-201-26/+2Star
| * kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabledLiu Jinsong2013-08-201-2/+15
| * kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione2013-08-094-8/+18
| * kvm: migrate vPMU statePaolo Bonzini2013-08-093-5/+155
| * target-i386: remove tabs from target-i386/cpu.hPaolo Bonzini2013-08-091-96/+96
| * Initialize IA32_FEATURE_CONTROL MSR in reset and migrationArthur Chunqi Li2013-07-253-0/+28