aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-21s390x: sweep up unmaintained filesCornelia Huck1-1/+5
2014-10-16glib: add compatibility interface for g_strcmp0()Gonglei1-0/+17
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141015-1' into s...Peter Maydell4-26/+87
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell36-166/+690
2014-10-15glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi3-22/+21
2014-10-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20141015' i...Peter Maydell14-450/+1029
2014-10-15hw/display/vga: Remove unused arrays dmask4 and dmask16Peter Maydell1-26/+0
2014-10-15vga-pci: add qext region to mmioGerd Hoffmann3-0/+87
2014-10-15bootindex: change fprintf to error_reportGonglei1-1/+2
2014-10-15bootindex: delete bootindex when device is removedGonglei1-0/+2
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei18-32/+2
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei1-0/+5
2014-10-15nvma: ide: add bootindex to qom propertyGonglei1-0/+44
2014-10-15usb-storage: add bootindex to qom propertyGonglei1-0/+52
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei3-0/+6
2014-10-15block: remove bootindex property from qdev to qomGonglei4-4/+2
2014-10-15virtio-blk: add bootindex to qom propertyGonglei1-0/+3
2014-10-15ide: add bootindex to qom propertyGonglei1-0/+42
2014-10-15scsi: add bootindex to qom propertyGonglei1-0/+11
2014-10-15isa-fdc: remove bootindexA/B property from qdev to qomGonglei1-2/+13
2014-10-15redirect: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15vfio: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15pci-assign: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15host-libusb: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei3-0/+6
2014-10-15net: remove bootindex property from qdev to qomGonglei1-2/+1
2014-10-15usb-net: add bootindex to qom propertyGonglei1-0/+11
2014-10-15vmxnet3: add bootindex to qom propertyGonglei1-0/+8
2014-10-15spapr_lian: add bootindex to qom propertyGonglei1-0/+10
2014-10-15rtl8139: add bootindex to qom propertyGonglei1-0/+10
2014-10-15pcnet: add bootindex to qom propertyGonglei3-1/+24
2014-10-15ne2000: add bootindex to qom propertyGonglei2-0/+56
2014-10-15eepro100: add bootindex to qom propertyGonglei1-1/+10
2014-10-15e1000: add bootindex to qom propertyGonglei1-0/+10
2014-10-15virtio-net: add bootindex to qom propertyGonglei1-0/+3
2014-10-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei2-0/+76
2014-10-15bootindex: support to set a existent device's bootindex to -1Gonglei1-0/+1
2014-10-15bootindex: rework add_boot_device_path functionGonglei1-0/+2
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei2-3/+54
2014-10-15bootindex: add del_boot_device_path functionGonglei2-0/+21
2014-10-15bootindex: add check bootindex functionGonglei2-0/+16
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei4-118/+145
2014-10-15Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell50-225/+744
2014-10-15qdev: Drop legacy_name from qdev propertiesGonglei4-12/+0
2014-10-15qmp: Print descriptions of object propertiesGonglei3-5/+19
2014-10-15qdev: Set the object property's description to the qdev property's.Gonglei1-0/+5
2014-10-15qom: Add description field in ObjectProperty structGonglei2-0/+34
2014-10-15qdev: Add description field in PropertyInfo structGonglei4-0/+14
2014-10-15qdev: device_del: Search for to be unplugged device in 'peripheral' containerIgor Mammedov1-4/+9
2014-10-15qdev: HotplugHandler: Add support for unplugging BUS-less devicesIgor Mammedov1-27/+34