summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber19-25/+28
2013-08-30virtio-mmio: Pass size to virtio_mmio_bus_new()Andreas Färber1-3/+5
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber1-3/+5
2013-08-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber1-3/+5
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber1-3/+5
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber7-7/+9
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber11-14/+21
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber4-4/+4
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber9-9/+11
2013-08-30ipack: Pass size to ipack_bus_new_inplace()Andreas Färber3-3/+5
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber2-3/+3
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber1-1/+1
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell3-21/+21
2013-08-30object: Fix typo in qom/object.hPeter Chubb1-1/+1
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