aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov
2014-10-15scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov
2014-10-15s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov
2014-10-15s390x: Convert s390-virtio to hotplug handler APIIgor Mammedov
2014-10-15s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov
2014-10-15virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov
2014-10-15target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov
2014-10-15qdev: Drop hotplug check from bus_add_child()Igor Mammedov
2014-10-15qdev: Add wrapper to set BUS as HotplugHandlerIgor Mammedov
2014-10-15qdev: Add simple/generic unplug callback for HotplugHandlerIgor Mammedov
2014-10-15qdev: HotplugHandler: Provide unplug callbackIgor Mammedov
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-10-15qdev: do not allow to instantiate non hotpluggable device with device_addIgor Mammedov
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov
2014-10-15tests: usb: usb-uas hotplug testIgor Mammedov
2014-10-15tests: usb: usb-storage hotplug testIgor Mammedov
2014-10-15tests: usb: Generic usb device hotplugIgor Mammedov
2014-10-15tests: usb: add port test to uhci unit testIgor Mammedov
2014-10-15tests: usb: Move uhci port test code to libqos/usb.cIgor Mammedov
2014-10-15tests: virtio-blk: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-net: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-rng: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov
2014-10-15tests: virtio-serial: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-scsi: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15qom: Add error handler for object alias propertyGonglei
2014-10-15qom: Add error handler for object_property_print()Gonglei
2014-10-14target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACXPeter Maydell
2014-10-14target-mips/dsp_helper.c: Add ifdef guards around various functionsPeter Maydell
2014-10-14target-mips/translate.c: Add ifdef guard around check_mips64()Peter Maydell
2014-10-14target-mips/op_helper.c: Remove unused do_lbu() functionPeter Maydell
2014-10-14target-mips/dsp_helper.c: Remove unused function get_DSPControl_24()Peter Maydell
2014-10-14target-mips: fix broken MIPS16 and microMIPSYongbok Kim
2014-10-14target-mips/translate.c: Update OPC_SYNCIDongxue Zhang
2014-10-14target-mips: define a new generic CPU supporting MIPS64 Release 6 ISALeon Alrae
2014-10-14mips_malta: update malta's pseudo-bootloader - replace JR with JALRLeon Alrae
2014-10-14target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructionsYongbok Kim
2014-10-14target-mips: do not allow Status.FR=0 mode in 64-bit FPULeon Alrae
2014-10-14target-mips: add new Floating Point Comparison instructionsYongbok Kim
2014-10-14target-mips: add new Floating Point instructionsLeon Alrae
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae
2014-10-14target-mips: add AUI, LSA and PCREL instruction familiesLeon Alrae
2014-10-14migration: catch unknown flag combinations in ram_loadPeter Lieven
2014-10-14qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost
2014-10-14qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost
2014-10-14qemu-file: Use qemu_file_is_writable() on stdio_fclose()Eduardo Habkost
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost
2014-10-14qemu-file: Add copyright header to qemu-file.cEduardo Habkost