aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-02target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard
2013-09-02pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard
2013-09-02PPC: E500: Generate device tree on resetAlexander Graf
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin
2013-09-01pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin
2013-08-30isa: Fix documentation of isa_register_portio_list()Hervé Poussineau
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30virtio-mmio: Pass size to virtio_mmio_bus_new()Andreas Färber
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber
2013-08-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-08-30ipack: Pass size to ipack_bus_new_inplace()Andreas Färber
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell
2013-08-30object: Fix typo in qom/object.hPeter Chubb
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